How do e^lnx and 8^log8x simplify to x?

  • Thread starter Thread starter escryan
  • Start date Start date
  • Tags Tags
    Laws Log
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
escryan
Messages
13
Reaction score
0
I don't know how I managed to forget this one, but I did somehow...

If there's something like:

e^lnx, why is that equal to just x?

and same goes for sokmething like:

8^log8x which is just equal to x.

I'm just wondering how, algebraically, one could show this to be true.
 
Physics news on Phys.org
You generally DEFINE ln(x) to be the inverse function of e^x. Or vice versa depending on which you define first. So you don't show it algebraically, it largely a matter of definition.
 
well, by definition of log we have

[tex]log_a(x)=b<=> a^b=x[/tex]

Now let's substitute [tex]b=log_a(x)[/tex] in
[tex]a^b=x[/tex] So:

[tex]a^{log_a(x)}=x[/tex]

Or, since [tex]f(x)=a^x[/tex] and [tex]g(x)=log_ax[/tex] are inverse functions, so it means that they cancel each other out. That is

[tex]fg(x)=f(g(x))=x=>a^{log_ax}=x[/tex] and also

[tex]g(f(x))=log_a(a^x)=x[/tex]

Edit: Dick was faster!
 
sutupidmath said:
well, by definition of log we have

[tex]log_a(x)=b<=> a^b=x[/tex]

Now let's substitute [tex]b=log_a(x)[/tex] in
[tex]a^b=x[/tex] So:

[tex]a^{log_a(x)}=x[/tex]

Or, since [tex]f(x)=a^x[/tex] and [tex]g(x)=log_ax[/tex] are inverse functions, so it means that they cancel each other out. That is

[tex]fg(x)=f(g(x))=x=>a^{log_ax}=x[/tex] and also

[tex]g(f(x))=log_a(a^x)=x[/tex]

Edit: Dick was faster!

You are slow because you write more. Doesn't mean you think slower. I appreciate the TeX though.
 
Last edited:
Oh I see now! Thanks so much for your help Dick and sutupidmath!