Differentiate the following functions?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
LilTaru
Messages
80
Reaction score
0

Homework Statement



Differentiate the following functions:

a) x3cos(5x)sin(cubedroot(x) + 2)

b) tan(1 + cos2(xsin3(x2 + 1)))

c) (x2 + (x2 + (x2 + 1)-1)-1)-1

Homework Equations


The Attempt at a Solution



These are the most terrifying questions I have seen thus far in my textbook... I have no idea what differentiation rules to use or how to even begin to tackle these questions?
 
Last edited:
Physics news on Phys.org
a) apply the product rule 2 times. You'll also need to apply the chain rule to find the separate derivatives...
 
Apply the product rule between x3 and cos(5x) and then again between cos(5x) and sin(cubedroot(x) + 2)?
 
Apply the product rule between x³ and cos(5x)sin(cubedroot(x) + 2). Then a second time between cos(5x) and sin(cubedroot(x) + 2). You'llalso need to apply the chain rule for cos(5x) and sin(cubedroot(x) + 2)...
 
Okay I tried this strategy:

b) Let u = x2 + 1
Let t = sin u
Let s = t3
Let r = xs
Let q = cos r
Let p = q2
Let o = 1 + p
Let y = tan o

Then dy/dx = dy/do * do/dp * dp/dq * dq/dr * dr/ds * ds/dt * dt/du * du/dx

c) Let u = (x2 + 1)-1
Let t = (x2 + u)-1
Let s = (x2 + t)-1
Let y = s

Then dy/dx = dy/ds * ds/dt * dt/du * du/dx

Is this on the right track?