Let f(X) = (x^7(x-6)^8)/(x^2+5)^9
Use logarithmic differentiation to determine the derivative.

I have tons of similar questions. If you can help me this one, that would be very helpful so that I can learn and solve the rest similar questions. Many thanks!

Respuesta :

First a review of log properties:
log (ab) = log(a) + log(b)
log (a/b) = log(a) - log(b)
log (a^n) = n*log(a)

In this way by taking the log of entire function we can break it up into more simple terms before trying to take the derivative.

But we must take log of BOTH sides.
[tex]y = \frac{x^7 (x-6)^8}{(x^2+5)^9} \\ ln (y) = ln (\frac{x^7 (x-6)^8}{(x^2+5)^9})[/tex]
Expand Right side
[tex]ln(y) = ln (x^7) + ln (x-6)^8 - ln (x^2+5)^9 \\ ln (y) = 7 ln (x) +8 ln (x-6) - 9 ln(x^2 +5)[/tex]
Now lets review derivative of natural log:
[tex]\frac{d}{dx} ln( u(x)) = \frac{1}{u(x)} \frac{du}{dx}[/tex]
Take derivative of both sides:
[tex]\frac{1}{y} \frac{dy}{dx} = 7(\frac{1}{x})(1) + 8(\frac{1}{x-6})(1) - 9(\frac{1}{x^2+5})(2x) \\ \frac{1}{y} \frac{dy}{dx} = \frac{7}{x} + \frac{8}{x-6} - \frac{18x}{x^2+5}[/tex]
Solve for dy/dx by multiplying by "y". (Note y is original function)
[tex]\frac{dy}{dx} = y(\frac{7}{x} + \frac{8}{x-6} - \frac{18x}{x^2+5}) \\ \frac{dy}{dx} = (\frac{x^7 (x-6)^8}{(x^2+5)^9})(\frac{7}{x} + \frac{8}{x-6} - \frac{18x}{x^2+5})[/tex]