Andrew123
- 25
- 0
Why does e ^ (lnx) = x? where ln is log base e. Why is the integral of 1/x ln(x) and not log(x) ie log base 10 x? Is there some good information somewhere explainined this please? Cheers
Andrew123 said:Why does e ^ (lnx) = x?
Why is the integral of 1/x ln(x)
Werg22 said:As Integral pointed out, the relationship
[tex] \int _1 ^e \frac {dx} x = 1 [/tex]
is an important one in elucidating this question. Usually, we define log x as
[tex] \int _1 ^x \frac {dt} t[/tex]
The constant e can be defined as the limit of (1 + 1/n)^n and it can be shown that log e = 1. That said, the equation log (a^b) = b * log a can be derived purely from the definition of log as an integral*. Then follows that log (e^x) = x*log e = x. This process shows that e^x is the inverse function of log x. And so e^log x = x **
* Technically, I know only of such a development that assumes b is rational and expands to all real numbers later in the program, but assuming this is valid for all real b's still conveys the main idea.