Applying the Chain Rule to Derivatives with Square Roots

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
TMNT
Messages
25
Reaction score
0
Chain Rule

Question is
Find the derivative of F(x)= 3 sq rt of x^3-1

First step I did was changing the Sq RT to (x^3-1)^3/2
Then I solved it by 3/2(X^3-1)^1/2*3X^2

Another problem very similar
F(X)= 3 SQ RT of X^4+3x+2

Step 1 (X^4+3x+2)^3/2
Then 3/2(X^4+3x+2)*4x^3+3

I know how to do the derivatives my only concern is that 3 in front of the square roots are throwing me off, I just want to know if I'm doing it right.
 
Physics news on Phys.org
so, your F(x) = 3*sqrt(x^3-1) ?

if so, F'(x) = 3*[1/2(x^3-1)^-1/2]*3x^2 = (9x^2)/(2sqrt(x^3-1))
 
Last edited:
It looks like you're trying to put the coefficient out front into the exponent, like saying 3*(x^1/2) = x^3/2, which it is not. With derivatives that coefficient just kinda stays put...
 
[tex]3\sqrt{x^3-1} = 3(x^3-1)^{1/2}[/tex]
[tex]\frac{d}{dx}[3(x^3-1)^{1/2}] = \frac{1}{2} 3 (x^3-1)^{-1/2} 3x^2 = \frac{9x^2}{2\sqrt{x^3-1}}[/tex]

just like jth01 said: [tex]3x^{1/2}[/tex] does NOT equal [tex]x^{3/2}[/tex]