Derivative of (x^2+5x-1)/(x^2)

  • Thread starter Thread starter theBTMANIAC
  • Start date Start date
  • Tags Tags
    Derivative
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 4K views
theBTMANIAC
Messages
5
Reaction score
0

Homework Statement

Find the first derivative of [...] (below)



Homework Equations



((x^2)+5x-1)/(x^2)

The Attempt at a Solution



(x^2+5x-1)/(x^2)

[tex]y' = \frac{(x^2)(2x+5-0)-((x^2)+5x+-1)(2x)}{x^4}<br /> <br /> \\ <br /> y' = \frac{2x^3+5x^2-2x^3-10x^2+2x}{x^4}<br /> <br /> \\ y' = \frac{(-5x^2)+2x}{x^4}<br /> <br /> \\ y' = \frac{-5x+2}{x^3}<br /> [/tex]

Is this correct? It feels "off."
 
Last edited:
Physics news on Phys.org
However, the simplest way to do that is write
[tex]\frac{x^2+ 5x- 1}{x^2}= \frac{x^2}{x^2}+ \frac{5x}{x^2}- \frac{1}{x^2}= 1+ 5x^{-1}- x^{-2}[/tex]

The derivative of that is, of course, [itex]-5x^{-2}+ 2x^{-3}[/itex].

Can you see that that is equal to your result?
 
You can also apply the product rule if HallsofIvy's method doesn't work out (for example, if the denominator is more complicated).