Why would one need to raise e to the power of a function that is in indeterminate form? I understand the concept of logarithmic differentiation (taking the ln of both sides of the equation), but I am unfamiliar with why it is legal to change the equation to e raised to the power of the natural log of the function. When should this method be used, and what is its advantage over simply taking the ln of both sides?
2026-04-06 21:52:28.1775512348
On
Raising e to the natural log of a function in intdeterminate forms
48 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
5
On
This is useful because you still have the same function. For example, this is the common method to differentiate $x^x $ because: $$x^x=e^{\log x^x}=e^{x\log x} $$ You can differentiate the right side using chain and product rule of derivatives, but you can't differentiate the left side directly.
As for why it is allowed: simply a consequence of definition: When $a^b=c $ we define $\log_a c := b $. Substituting $b $ in the former formula we get $$c=a^{\log_a c} $$
Here are two common mathematical strategies:
Although these are clearly very similar strategies, nonetheless they have their different uses. You should learn to use both.
So, for example, the very very very useful identity that is at the heart of your question is $$x = e^{\ln(x)}, \quad x > 0 $$ and you can see how this identity is used in the example of @S.Koch.