How does [itex]a^{x}=e^{log_{e} a^{x}}[/itex]

  • Context: Undergrad 
  • Thread starter Thread starter Lebombo
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
Lebombo
Messages
144
Reaction score
0
What are the concepts/principles that let [itex]a^{x}=e^{log_{e} a^{x}}[/itex]
 
Mathematics news on Phys.org
What's your definition of the logarithm & exponential function? Using the most common ones, [itex]e^{\ln(x)}=x[/itex] should be fairly obvious.
 
The logarithm function and the exponential function are inverse functions. Look carefully at your equation and see that the exponential function uses the logarithm function as its input, and continue to see that the input of that logarithm function is ax. This means that the output of the composition is ax.
 
  • Like
Likes   Reactions: 1 person
I normally define a^x by
$$a^x=e^{\log (a) \, x}$$
whatever definition you adopt that equation should be obvious from
$$a^x a^y=a^{x+y}$$
 
  • Like
Likes   Reactions: 1 person
So in the same way that the inverse of the exponent can be represented like so...

[itex][2^{3} = 8][/itex] = [itex][log_{2}8 = 3][/itex]

...we can arrange the inverse of this exponent in question like so:

[[itex]e[/itex] [itex]^{log_{e} a^{x}}[/itex] = [itex]a^{x}[/itex]] => [[itex]log[/itex][itex]_{e}[/itex] [itex]a^{x}[/itex] = [itex]log_{e}a^{x}[/itex]](Color coordinated so that, if correct, it can be determined to be correct for the right reason - that is, arranged correctly.)
 
Last edited:
yes
another way to think about it is to think of a^x as one number say b=a^x then
$$[b=e^{\log_e (b)}] = [\log_e (b)=\log_e (b) ] $$
 
LurfLurf, symbolipoint, and DeIdeal,

Thank you very much for the replies.