How to find the derivative using the chain rule?

  • Thread starter Thread starter chaosblack
  • Start date Start date
  • Tags Tags
    Derivative
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 3K views
chaosblack
Messages
16
Reaction score
0

Homework Statement



Find [tex]\frac{dy}{dx}[/tex] if y = [tex]\sqrt{5u^2 -3}[/tex] and u = [tex]\frac{2x}{3x+1}[/tex]


Homework Equations



Chain Rule
[tex]\frac{dy}{dx}[/tex] = [tex]\frac{dy}{du}[/tex] x [tex]\frac{du}{dx}[/tex]


The Attempt at a Solution



[tex]\frac{dy}{du}[/tex] = 5u(5u^2 - 3)^-1/2

[tex]\frac{du}{dx}[/tex] = -6x(3x+1)^-2

[tex]\frac{dy}{dx}[/tex] = 5u(5u^2 - 3)^-1/2 x -6x(3x+1)^-2
= -30xu(5u^2 - 3)^-1/2 x (3x+1)^-2
= [tex]\frac{-60x^2}{3x+1}[/tex](5([tex]\frac{2x}{3x+1}[/tex])^2 - 3)^-1/2 x (3x+1)^-2

Is that the final simplified answer?
 
Physics news on Phys.org
Check your work for du/dx. I think you may have an error. You should have a 2 in the numerator, not a -6x.
 
u = [tex]\frac{2x}{3x+1}[/tex]
u = (2x)(3x+1)^-1
u' = -2x(3x+1)^-2 x (3)
u' = -6x(3x+1)^-2

Did I do something wrong?
 
u = (2x)(3x+1)^-1
u' = 2(3x+1)^-1 + (2x)(-1)(3x+1)^2(3)
= 2(3x+1)^-1 - 6x(3x+1)^-2

This?
 
dy/dx = 5u(5u^2 - 3)^-1/2 x (2(3x+1)^-1 - 6x(3x+1)^-2)

From here do I just sub in for u?