Finding the derivative of (x² - 2x)/√x

  • Thread starter Thread starter cscott
  • Start date Start date
  • Tags Tags
    Derivative
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
13 replies · 2K views
cscott
Messages
778
Reaction score
1
I need to find dy/dx of [tex]\frac{x^2 - 2x}{\sqrt{x}}[/tex]

[tex]\frac{(\sqrt{x})(2x - 2) - (x^2 - 2x)(1/2x^{-1/2})}{x}[/tex]Does this look right so far?
 
Last edited:
Physics news on Phys.org
It is right, but can be simplified quite a lot.
 
Yeah, I was having trouble getting the simplified answer in my book so I wanted to check whether I was on the right track.

I can't get past here:

[tex]\frac{2x\sqrt{x} - 2\sqrt{x} - x^2 - 2x}{2x\sqrt{x}}[/tex]
 
I could have made a mistake (very likely :smile:) but i got

[tex]\frac{\frac{3}{2}x-1}{\sqrt{x}}[/tex]
 
Is my algebra just really bad or are those different? :p
 
cscott said:
I can't get past here:

[tex]\frac{2x\sqrt{x} - 2\sqrt{x} - x^2 - 2x}{2x\sqrt{x}}[/tex]

This doesn't look right at all. What did you do to get here?
 
I multiplied out the left two terms in the numerator, and stuck the term with the negative exponant in the denominator. I assume now from what you said above that I need to multiply the other terms by 2sqrt(x) if I want to do that. correct?
 
You can't just take the term with the negative exponent and move it to the denominator.

[tex]\frac{A-\frac{B}{C}}{D}\neq\frac{A-B}{CD}[/tex]

You have to make a common denominator for the numerator (if that made sense), i.e.

[tex]\frac{A-\frac{B}{C}}{D}=\frac{AC-B}{CD}[/tex]
 
cscott said:
woo, I got it nevermind! Thanks for the help.

Ok, good thing.
 
Yeah, I saw that in posts 5-6. That was my mistake. Thanks again.