How do you differentiate $$\frac{x^2}{65x-x^2}$$
I keep getting the wrong answer when I try to do quotient rule. Could someone walk me through it?
How do you differentiate $$\frac{x^2}{65x-x^2}$$
I keep getting the wrong answer when I try to do quotient rule. Could someone walk me through it?
For $x\ne0, x\ne65$, we have:
$$\frac{x^2}{65x-x^2}=\frac{x^2}{x(65-x)}=\frac{x}{65-x}$$
Using the rule of differentiation of quotient, that is:
If $f(x)=\frac{u(x)}{v(x)}$ , then $f'(x)=\frac{u'(x)v(x)-v'(x)u(x)}{(v(x))^2}$ , we get:
$$\frac{(1)(65-x)-(-1)(x)}{(65-x)^2}=\frac{65}{(65-x)^2}$$
as the derivative of the given expression. Hope this helps.