What kind of rule or formula this kind of equations uses?
For example we have:
$$a=e^{x}$$
How come it is equal to:
$$\ln a =x$$
Tried to find some kind of rule for that about how it works, but didn't found anything.
What kind of rule or formula this kind of equations uses?
For example we have:
$$a=e^{x}$$
How come it is equal to:
$$\ln a =x$$
Tried to find some kind of rule for that about how it works, but didn't found anything.
Note $\log_a x$ is the inverse of the function $a^x$. When we speak of the natural log of $x$, it is written $\ln(x)$, which is simply shorthand for $\log_e(x)$.
$$a = e^x$$
Since $\log x$, or in this case the natural log $\log_e x = \ln x$ is a strictly increasing function, we can take the $\ln$ of both sides to get: $$\ln(a) = \ln(e^x) = x\ln(e) = x$$
Note that for any real $a, b$, be have $\underbrace{\log_a(a^b) = b\log_a(a)}_{\log x^y = y \log x} = b\cdot 1 = b$.
The rule we have is the definition of logarithim.The logarithim, by definition is the inverse of the exponential function.
Note that by the definition of logarithim $$a=b^{x}$$ becomes $$\log_{b} a=x$$ Yours is just a case when $b=e$. Note $\log_{e} x =\ln x$.If you're curious about $\log$ and $\ln$, see more here.