


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Definitions and rules for calculating derivatives, including the limit definition, power rule, product rule, quotient rule, and chain rule. Examples are given to illustrate the application of these rules.
What you will learn
Typology: Study notes
1 / 4
This page cannot be seen from the preview
Don't miss anything!
November 15, 2014
f (x + h) − f (x) h xlim→a
f (x) − f (a) x − a
d dx (cx) = c
d dx (xn) = nxn−^1 (Power Rule)
d dx
(sin x) = cos(x)
d dx (cos x) = − sin(x)
d dx
(sec x) = sec(x) · tan(x)
d dx (csc x) = − csc(x) · cot(x)
d dx (tan x) = sec^2 (x)
d dx (cot x) = − csc^2 (x)
d dx (ln x) =
x
d dx (au) = au(ln a) · u′^ a > 0
d dx (arcsin u) =
1 − u^2
· u′
d dx (arcsec u) =
|u|
u^2 − 1
· u′
d dx (arctan u) =
1 + u^2 · u′
d dx (u ± v) = u′^ ± v′
d dx (uv) = u′v + uv′^ (Product Rule)
d dx (c) = 0
d dx (cu) = c · u′
d dx (un) = nun−^1 · u′^ (Power Rule)
d dx
(sin u) = cos(u) · u′
d dx (cos u) = − sin(u) · u′
d dx
(sec u) = sec(u) · tan(u) · u′
d dx (csc u) = − csc(u) · cot(u) · u′
d dx (tan u) = sec^2 (u) · u′
d dx (cot u) = − csc^2 (u) · u′
d dx (ln u) =
u · u′
d dx (eu) = eu^ · u′
d dx (loga u) =
u · ln a · u′^ a > 0
d dx (arccos u) =
1 − u^2
· u′
d dx (arccsc u) =
|u|
u^2 − 1
· u′
d dx (arccot u) =
1 + u^2 · u′
d dx
(u v
u′v − uv′ v^2
(Quotient Rule)
d dx (f (g(x))) = f ′(g(x)) · g′(x) (Chain Rule)
5 y^2 = 0, since we are taking the derivative with respect to x. Since no x’s show up in the
equation, 5y^2 is treated as a constant. Similarly, d dz ex^ + z = 0 + 1 = 1.
v(t) = ds dt
a(t) = dv dt
d^2 s dt^2
j(t) = da dt
d^3 s dt^3
Solution: Using the Chain Rule, we start from the outside function, the natural log, and work our way inwards to the cosine, then the polynomial. Thus, d dx ln
cos(4x + 2x^2 )
cos(4x + 2x^2 )
d dx (cos(4x + 2x^2 )
=
cos(4x + 2x^2 ) · − sin(4x + 2x^2 ) · d dx 4 x + 2x^2
=
cos(4x + 2x^2 ) · − sin(4x + 2x^2 ) · (4 + 4x)
= − sin(4x + 2x^2 ) · (4 + 4x) cos(4x + 2x^2 ) = −4 tan(4x + 2x^2 )(1 + x).
So, taking the derivative is now very simple, since the derivative of a constant is 0. Thus, dv dt
Way 2: Making the substitution, we see that
v = (cos(t) + sin(t))^2 + (cos(t) − sin(t))^2.
Taking the derivative with respect to t, we use the Chain Rule on each set of parenthesis and get that dv dt
= [2(cos(t) + sin(t)) · (− sin(t) + cos(t))] + [2(cos(t) − sin(t)) · (− sin(t) − cos(t))].
FOILing the terms, we get that dv dt = 2(cos^2 (t)−sin^2 (t))+2(− cos^2 (t)+sin^2 (t)) = 2 cos^2 (t)−2 sin^2 (t)−2 cos^2 (t)+2 sin^2 (t)) = 0.
As we can see, both methods arrive at the same conclusion, that the derivative is equal to 0. Its up to personal preference which way to choose. Usually it is more advisable to simplify first and then take derivates, so Way 1 is more common. However, both methods are equally valid.
Solution: Sometimes it is advisable to break up our functions into pieces to better keep track of what we need to do. First, we notice that this is going to be a problem involving the Product Rule. So, lets identify our f and g functions. Set f (x) = ln(sin(x)) and g(x) = arcsin(e^2 x). Since this is a product rule, we need f ′(x) and g′(x). In both cases, we have to use the Chain Rule. So, we have
f (x) = ln(sin(x))
g(x) = arcsin(e^2 x)
f ′(x) =
sin(x)
· cos(x)
g′(x) =
1 − (e^2 x)^2
· e^2 x^ · 2
Recall that the Product Rule says d dx (f g) = f ′g + f g′. Thus, all we need to do is insert
everything into the right places. So we get
d dx ln(sin(x)) · arcsin(e^2 x) =
sin(x) · cos(x)
· arcsin(e^2 x) + ln(sin(x)) ·
1 − (e^2 x)^2
· e^2 x^ · 2
= cot(x) · arcsin(e^2 x) + ln(sin(x)) ·
2 e^2 x √ 1 − e^4 x