Unit 3: Derivative Rules Flashcards

(19 cards)

1
Q

d/dx[x^n]

A

= n*x^(n-1)
power rule

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

d/dx[c]

A

= 0
derivative of a constant

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

d/dx[f(x) +/- g(x)]

A

= f’(x) +/- g’(x)
sum and difference rule

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

d/dx[c*f(x)]

A

= cd/dx[f(x)] = cf’(x)

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

d/dx[a^x]

A

a^x*ln(a)

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

d/dx[e^x]

A

= e^x

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

d/dx[loga(x)]

A

= 1/(x*ln(a))

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

d/dx[ln(x)]

A

= 1/x

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

d/dx[sin(x)]

A

= cos(x)

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

d/dx[cos(x)]

A

= -sin(x)

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

d/dx[tan(x)]

A

= sec^2(x) = [sec(x)]^2

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

d/dx[csc(x)]

A

= -csc(x)*cot(x)

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

d/dx[sec(x)]

A

= sec(x)*tan(x)

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

d/dx[cot(x)]

A

= -csc^2(x) = -[csc(x)]^2

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

product rule

A

h(x)=f(x)g(x)
h’(x)=f’(x)
g(x)+f(x)*g’(x)

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

chain rule

A

y=f(u(x))
y’=f’(u(x))*u’(x)

17
Q

quotient rule

A

y=f(x)/g(x)
dy=f’(x)g(x)-f(x)g’(x)
dx [g(x)]^2

18
Q

L’Hopital’s rule

A

let f(x) and g(x) be differentiable functions

either lim f(x)–>0 or–> +/-infinity
x->a g(x)

then apply L’Hopital’s rule:
lim f(x) = lim f’(x) = lim f”(x)
x->a g(x) x->a g’(x) x->a g”(x)

as long 2nd derivative does not approach 0/0 or infinity

19
Q

Mean Value Theorem (MVT)

A

if f(x) is continuous on [a,b] and differentiable on (a,b)…
then there MUST exist at least one value, c, on (a,b) such that…
f’(c) = [f(b)-f(a)]/[b-a]