What is the rule called where $e^{\ln {x}}=x$?

495 Views Asked by At

I have seen this rule $$e^{\ln {x}}=x$$ used in a lot of Youtube videos, but I can't seem to find an explanation of how it works...

(Line 4) https://gyazo.com/a84a2b6cb38f30a07e0d73aca1456642

2

There are 2 best solutions below

0
On

Suppose that there is y such that e^y = x. Apply the natural logarithm on both sides of the equation. You get

ln (e^y) = ln x

y*ln (e) = ln x

y = ln x.

That's it.

2
On

I think learning logarithms is challenging primarily because the word "logarithm" seems strange and scary. I would prefer to call $\log_b(x)$ "the exponent that takes you from $b$ to $x$" (except that this phrase is too long to say repeatedly).

In other words, $\log_b(x)$ is defined to be the exponent such that $b$ raised to this exponent is equal to $x$: \begin{equation} b^{\log_b(x)} = x. \end{equation}

Thus, the rule in question is nothing more than the definition of $\log(x)$