Final Review Flashcards

1
Q

Derivative of sin(x)

A

cos(x)

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

Derivative of cos(x)

A

-sin(x)

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

Derivative of tan(x)

A

sec^2(x)

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

Derivative of sec(x)

A

sec(x)tan(x)

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

Derivative of csc(x)

A

-csc(x)cot(x)

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

Derivative of cot(x)

A

-csc^2(x)

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

Derivative of arcsin(x)

A

1/sqrt(1-x^2)

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

Derivative of arccos(x)

A

-1/sqrt(1-x^2)

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

Derivative of arctan(x)

A

1/(1+x^2)

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

Derivative of arccot(x)

A

-1/(1+x^2)

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

Derivative of arccsc(x)

A

-1/(abs(x)sqrt(x^2-1))

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

Derivative of arcsec(x)

A

1/(abs(x)sqrt(x^2-1))

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

Derivative of log(x) base a

A

1/(x*ln(a))

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

Derivative of a^x

A

a^x * ln(a)

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

Derivative of e^x

A

e^x

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

Derivative of ln(x)

A

1/x

17
Q

Extreme value theorem.

A

If a function f is continuous on a closed interval [a,b], then f has an absolute maximum and absolute minimum on [a,b]

If a function f has a local maximum or minimum at a number c, then either f’(c)=0 or f’(c) does not exist.

Critical numbers are where f’(x)=0 or where f’(x) does not exist.

18
Q

Mean value theorem.

A

Let f be a function defined on a closed interval [a,b].
If f is continuous on [a,b] and differentiable on (a,b), then there is at least one number c in the open interval (a,b) for which f’(c)=(f(b)-f(a))/(b-a)

Instantaneous rate of change of f at c equals the average rate of change.
The slope of the tangent line equals the slope of the secant line.

19
Q

Intermediate value theorem.

A

If f is continuous, and f(a)<w<f(b), w=f(c), then there is a value c where f(c)=w.