Chapter One: A Library of Functions Flashcards

1
Q

What is a function and what is it used to rep?

A

Takes each input and assigns 1 output, used to rep dependency.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are properties of inputs?

A

Domain, independent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are properties of outputs?

A

Range, dependent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does discrete mean?

A

Quantities that only take certain values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does continuous mean?

A

Use any number.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

When is a function linear?

A

When its slope is the same at every point.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the form of a linear function?

A

y=mx+b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When is a function increasing?

A

If values of f(x) increases as x increases.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When is a function decreasing?

A

If values of f(x) decreases as x increases.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

When is a function monotonic?

A

If it increases for all x or decreases for all x.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a common functionality relationship?

A

Proportionality - direct (y=kx) or inverse(y=k/x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the formula for an exponential function?

A

P=Pinitial*a^t

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How can you tell if a function is exponential or not?

A

The ratio for P values are the same for equally spaced t values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are characteristics of exponential functions?

A

Concave up and down..

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

When does an exponential function demonstrate growth?

A

When a>1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

When does an exponential function demonstrate decay?

A

When 0<a></a>

17
Q

What is the formula for exponential growth/decay?

A

P=Pinitiale^(kt) vs. P=Pinitiale^(-kt)

18
Q

What happens if a function is multiplied by a constant, c?

A

The graph will stretch or shrink vertically. If c is negative, it will also reflect the function over the x-axis.

19
Q

What is a composite function?

A

A function of a function.

20
Q

When is f(x) and even/odd function?

A

Even if f(x) = f(-x)

Odd if -f(x) = f(-x)

21
Q

What is the formula for an inverse function?

A

f(y)^-1 = x

22
Q

When is a function invertible?

A

If it is one-to-one,

23
Q

What do the graphs of inverse functions look like?

A

Reflection over the line y=x

24
Q

What are the properties of log functions?

A
log(AB)
log(A/B)
log(A^p)
log(10^x)
10^(logx)
25
Which two trig functions equal to one when added together?
cos^2x+sin^2x = 1
26
Which trig fuction is even/odd?
``` sin = odd cos = even ```
27
Define amplitude.
Helf the distance between min and max.
28
Define period.
Smallest time needed for one complete cycle.
29
What is the formula to convert from sin to cos?
sinx=cos(x-pi/2)