How to evaluate this formula

48 Views Asked by At

How can I evaluate $1/e^{\ln(x)}$? I really don't have experience on this and appreciate if you can explain it to me.

Thanks.

2

There are 2 best solutions below

0
On BEST ANSWER

By definition you have that $\ln(x) = y$ if and ony if $e^y = x$. Hence you would have that $$ e^{\ln(x)} = x. $$ So in your example:

$$ \frac{1}{e^{\ln(x)}} = \frac{1}{x}. $$

0
On

Implement the formula: $a^{\log_a b}=b$, and $\ln x=\log_e x$ we have:

$\frac{1}{e^{\ln (x)}}=\frac{1}{e^{\log_e (x)}}=\frac{1}{x}$