How could this be true $n=\log(e^n)$?

138 Views Asked by At

I am learning elementary logarithms.

How could this be true $n=\log(e^n)$?

I searched online and couldn't find any info on this, could anyone give me some clue?

3

There are 3 best solutions below

0
On

The confusion might be that here $\log$ denotes the logarithm to base $e$ the Euler constant. So it is the natural logarithm, often also denoted $\ln$.

Then that $n = \log (e^n)$ is true is just the definition of the logarithm.

0
On

For any real $n\geq 0$, we have $$ n=\log_e\left(e^n\right) $$ $$ n=n\log_e\left(e\right) $$ $$ n=n\cdot 1$$ $$ n=n$$

0
On

The two function $f(x)=e^x$ and $g(x)=\ln x$ are inverse of each other, so their composition is the identity function: $$gof(x)=\ln(e^x)=x$$