Derivation with x^2 and root x

  • Thread starter Thread starter disregardthat
  • Start date Start date
  • Tags Tags
    Derivation Root
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 4K views
Science Advisor
Messages
1,864
Reaction score
34

Homework Statement



derivate: [tex]x^2 \sqrt{x}[/tex]

Homework Equations



[tex](u \cdot v)^\prime = u^\prime \cdot v + v^\prime \cdot u[/tex]

The Attempt at a Solution



I found:
[tex](x^2)^\prime = 2x[/tex]
[tex](\sqrt{x})^\prime = \frac{1}{2 \sqrt{x}}[/tex]

I entered them into the equation:

[tex]2x \cdot \sqrt{x} + x^2 \cdot \frac{1}{2 \sqrt{x}} = 2x \sqrt{x} + \frac{x^2}{2 \sqrt{x}}[/tex]

But this is not correct!
 
Physics news on Phys.org
Why do you think it is not correct?
 
Try to get rid of the square root in the denominator.
 
Ok, sorry. I checked it on my calculator many times and never got the correct result. But this time I did, by adding some extra brackets.. My calc just won't accept things with having it stuffed in with brackets!

Simplify? I guess you could simplify it:
[tex]2x \sqrt{x} + \frac{x^2}{2 \sqrt{x}} = \frac{4x^{1.5}}{2} + \frac{x^{1.5}}{2} = \frac{5x^{1.5}}{2} = \frac{5x \sqrt{x}}{2}[/tex]

Jesus christ, now my textbook's answer is correct too!
Well, I guess that's a good thing. I must have seen on it uncorrectly. I got it right now... Much making a topic about ...
 
FYI, you can do this problem without the product rule -- do you see how?
 
When you say it I think so, yes.

[tex]x^2 \sqrt{x} = x^{2+0.5} = x^{2.5} = x^{\frac{5}{2}}[/tex]

[tex](x^{\frac{5}{2}})^\prime = \frac{5}{2} \cdot x = \frac{5x}{2}[/tex]
 
Jarle said:
When you say it I think so, yes.

[tex]x^2 \sqrt{x} = x^{2+0.5} = x^{2.5} = x^{\frac{5}{2}}[/tex]

[tex](x^{\frac{5}{2}})^\prime = \frac{5}{2} \cdot x = \frac{5x}{2}[/tex]

missing exponent?