Differentiating using multiple rules - spot my mistake

158 Views Asked by At

I'm trying to figure out my mistake here.

Find the Derivative of $$\frac {x^2}{x-1}$$ Now I want to simplify this and use the product rule instead of the quotient rule: $$(x^2)(x-1)^{-1}$$ Use the product rule: $$[\frac {d}{dx}x^2](x-1)^{-1}+[{\frac {d}{dx}(x-1)^{-1}]}(x^2)$$ Simplify left side: $$\frac {2x}{x-1}$$ Simplify right side by using chain rule: $$-(x-1)^{-2}(x^2)$$ $$-\frac {x^2}{(x-1)^2}$$ Add them all together, result:$$\frac {2x-x^2}{(x-1)-(x-1)^2}$$

The correct answer would have been: $$\frac {x^2-2x}{(x-1)^2}$$

I'm pretty sure, would I've used the quotient rule, the result would've been the correct one. But why did this result in a wrong answer? Thanks in advance for any clarity on the subject.

2

There are 2 best solutions below

2
On BEST ANSWER

Note that

$$\frac {2x}{x-1}-\frac {x^2}{(x-1)^2}=\frac {2x(x-1)-x^2}{(x-1)^2}=\frac {x^2-2x}{(x-1)^2}$$

0
On

This line is not correct $$\frac {2x-x^2}{(x-1)-(x-1)^2}$$ It should be $$\frac {2x}{(x-1)}-\frac {x^2}{(x-1)^2}=\frac {2x(x-1)-x^2}{(x-1)^2}=\frac {x^2-2x}{(x-1)^2}$$