Finding the Second Derivative of a Square Root Function

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
14 replies · 3K views
illegalvirus
Messages
8
Reaction score
0

Homework Statement



Find the exact value of f''(2) if f(x)=[tex]\sqrt{3x-4}[/tex]

Homework Equations



See above

The Attempt at a Solution



I've tried to use the product rule to differentiate.

f= x(3x -4)[tex]^{\frac{1}{2}}[/tex]

f'= (3x -4)[tex]^{\frac{1}{2}}[/tex] + [tex]\frac{3}{2}[/tex][tex]^{\frac{-1}{2}}[/tex]

f''= [tex]\frac{3}{2}[/tex]x(3x -4)[tex]^{\frac{-1}{2}}[/tex] . [tex]\frac{3}{2}[/tex]x(3x -4)[tex]^{\frac{-1}{2}}[/tex] + (3x -4)[tex]^{\frac{1}{2}}[/tex] . [tex]\frac{-9}{4}[/tex]x(3x-4)[tex]^{\frac{-3}{2}}[/tex]

= [tex]\sqrt{3x -4}[/tex] . [tex]\frac{-9x}{4\sqrt{(3x-4)^{3}}}[/tex]

Now I am kind of stuck here. I've tried it a few times and I have no idea what I am doing wrong, some advice please?
 
Physics news on Phys.org
Use the chain rule instead
 
Somehow I got the same answer :confused:

f'(x) = [tex]\frac{3}{2}[/tex]x(3x -4)[tex]^{\frac{-1}{2}}[/tex]
f''(x) = [tex]\frac{-9}{4}[/tex](3x -4)[tex]^{\frac{-3}{2}}[/tex]
 
illegalvirus said:
Somehow I got the same answer :confused:

f'(x) = [tex]\frac{3}{2}[/tex]x(3x -4)[tex]^{\frac{-1}{2}}[/tex]
f''(x) = [tex]\frac{-9}{4}[/tex](3x -4)[tex]^{\frac{-3}{2}}[/tex]

Your first derivative is incorrect. However, you have somehow ended up with the correct second derivative :S.

f''(x) = [tex]\frac{-9}{4}[/tex](3x -4)[tex]^{\frac{-3}{2}}[/tex][BTW: f'(x) = [tex]\frac{3}{2}[/tex](3x -4)[tex]^{\frac{-1}{2}}[/tex] ]
 
Last edited:
illegalvirus said:

Homework Statement



Find the exact value of f''(2) if f(x)=[tex]\sqrt{3x-4}[/tex]

Homework Equations



See above

The Attempt at a Solution



I've tried to use the product rule to differentiate.

f= x(3x -4)[tex]^{\frac{1}{2}}[/tex]
Why are you writing your function like this? There is no factor of x outside the radical, so the product rule is not called for here. This is your function.
[tex]f(x)=\sqrt{3x-4}[/tex]
illegalvirus said:
f'= (3x -4)[tex]^{\frac{1}{2}}[/tex] + [tex]\frac{3}{2}[/tex][tex]^{\frac{-1}{2}}[/tex]

f''= [tex]\frac{3}{2}[/tex]x(3x -4)[tex]^{\frac{-1}{2}}[/tex] . [tex]\frac{3}{2}[/tex]x(3x -4)[tex]^{\frac{-1}{2}}[/tex] + (3x -4)[tex]^{\frac{1}{2}}[/tex] . [tex]\frac{-9}{4}[/tex]x(3x-4)[tex]^{\frac{-3}{2}}[/tex]

= [tex]\sqrt{3x -4}[/tex] . [tex]\frac{-9x}{4\sqrt{(3x-4)^{3}}}[/tex]

Now I am kind of stuck here. I've tried it a few times and I have no idea what I am doing wrong, some advice please?
 
Sorry, I think the first derivative is this,

f'(x) = [tex]\frac{1}{2}[/tex]x(3x -4)[tex]^{\frac{-1}{2}}[/tex]
 
Please read your textbook on chain rule. It is wrong to put an x in the front or a half for that matter.
 
Mark44 said:
Why are you writing your function like this? There is no factor of x outside the radical, so the product rule is not called for here. This is your function.
[tex]f(x)=\sqrt{3x-4}[/tex]

Ahh, whoops. The original equation to derive is actually [tex]f(x)=x\sqrt{3x-4}[/tex]!
 
Ok, in that case you were right to use the product rule.

f'(x) = [tex]\frac{3x}{2}(3x-4)^{-0.5}+(3x-4)^{0.5}[/tex]

I leave the rest to you.
 
Last edited:
Anti-Meson said:
Ok, in that case you were right to use the product rule.

f'(x) = [tex]\frac{3x}{2}(3x-4)^{-0.5}+(3x-4)^{0.5}[/tex]

I leave the rest to you.

Wait, how did you get that?
 
Product rule.
[tex]\frac{d[u(x)v(x)]}{dx} = u\frac{dv}{dx} + v\frac{du}{dx}[/tex]
 
Okay thank you, I've just realized that I've forgotten to multiply by the derivative of the brackets.
 
Just in case you get stuck the answer is:

[tex]3(3x-4)^{-0.5}-\frac{9}{4}x(3x-4)^{-1.5}[/tex]

Though you should work this out by yourself. To verify.
 
Anti-Meson said:
Just in case you get stuck the answer is:

[tex]3(3x-4)^{-0.5}-\frac{9}{4}x(3x-4)^{-1.5}[/tex]

Though you should work this out by yourself. To verify.


I got this, [tex]\frac{3}{2}(3x-4)^{-0.5}-\frac{9}{4}x(3x-4)^{-1.5}[/tex]

But when finding the exact value of [tex]f''(2)[/tex] I had a bit of a problem as well.

So far I have, [tex]f''(2)= \frac{-9}{4\sqrt{2}} + \frac{3}{2\sqrt{2}}[/tex].

[tex]=\frac{-6\sqrt{2}}{4\sqrt{2}}[/tex]

But the answer is [tex]\frac{3\sqrt{2}}{8}[/tex]
 
That answer arises from my answer (i.e. the correct answer) go through your derivation again to check the mistakes.