Differentiate the following functions?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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
Apply the product rule between x3 and cos(5x) and then again between 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?