Using implicit differentiation to differentiate log_a (x)

endeavor
Messages
174
Reaction score
0
Could someone please make sure I'm doing this right.
I want to find the derivative of the logarithm to the base a of x, using implicit differentiation.

Let y = \log_{a} x

a^y = x

\frac{d}{dx} (a^y) = 1 (implicit differentiation)

\frac{d}{dx} (e^{\ln a})^y = 1

\frac{d}{dx} (e^{(\ln a)y}) = 1

e^{(\ln a)y} \frac{d}{dx} ((\ln a)(y)) = 1

(e^{\ln a})^y \frac{d}{dy} ((\ln a)(y)) \frac{dy}{dx} = 1 (did I use the chain rule correctly here?)

(a^y)(\ln a) \frac{dy}{dx} = 1

x \ln a \frac{dy}{dx} = 1

\frac{dy}{dx} = \frac{1}{x \ln a}
 
Last edited:
Physics news on Phys.org
Yep, very nicely done!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top