Finding the value of an exponential given that e^a=10 and e^b=4

  • Thread starter Thread starter phosgene
  • Start date Start date
  • Tags Tags
    Exponential Value
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
phosgene
Messages
145
Reaction score
1

Homework Statement



Suppose that e^a=10 and e^b=4. Find the value of

[itex]log<sub>a</sub>(b)[/itex]

Homework Equations



[itex]ln(b)=log<sub>a</sub>(b)/log<sub>a</sub>(e)[/itex]

The Attempt at a Solution



So far I've only gotten to the above equation rearranged to:

[itex]ln(b) log<sub>a</sub>(e)=log<sub>a</sub>(b)/[/itex]. I'm unsure as to where I'm supposed to go from here...
 
Physics news on Phys.org
A useful relation is loga b = logeb / logea.
How is logeb related to eb?
 
Hmm, you can get e^b from it by going exp(exp(ln(b))), but I'm kinda stuck. I get up to this stage:

loga(b)=lnb/lna

exp(loga(b))=exp(lnb/lna)

I can re-arrange so that I get exp(loga(b))=(exp(lnb))1/lna)=b^1/lna, then I'm unsure where to go as I don't know what to do with the 1/lna.
 
phosgene said:
Hmm, you can get e^b from it by going exp(exp(ln(b))), but I'm kinda stuck. I get up to this stage:

EDIT: That doesn't seem useful for the problem here. What you should use is b = ln eb.

loga(b)=lnb/lna

Find ln a just the way you found ln b and substitute it here.

exp(loga(b))=exp(lnb/lna)

I can re-arrange so that I get exp(loga(b))=(exp(lnb))1/lna)=b^1/lna, then I'm unsure where to go as I don't know what to do with the 1/lna.

You don't need to do this. :smile:
 
Wait, I just realized that all I had to do was solve for a and b in the original equations and plug it in. Doh! Thanks for the help though :)
 
phosgene said:
Wait, I just realized that all I had to do was solve for a and b in the original equations and plug it in. Doh! Thanks for the help though :)
And if you want to write it in terms of 4 and 10 then it's [itex]\frac{\ln \ln 4}{ \ln \ln 10}[/itex]
 
phosgene said:

Homework Statement



Suppose that e^a=10 and e^b=4. Find the value of

loga(b)

Homework Equations



ln(b)=loga(b)/loga(e)

The Attempt at a Solution



So far I've only gotten to the above equation rearranged to:

ln(b) loga(e)=loga(b). I'm unsure as to where I'm supposed to go from here...
(Do NOT put the HTML "sub" tags inside "tex" tags, either do not use "tex" or use underscores, "_", in "tex".)
For any x, eln(x)= x so that [itex]a^x= e^{ln(a^x)}= e^{x ln(a)}[/itex]. Similarly, if [itex]y= log_a(b)[/itex], then [itex]b= a^y[/itex] so that [itex]b= e^{ln a^y}= e^{y ln a}[/itex]. Then [itex]ln(b)= y ln(a)[/itex] so that [itex]y= ln_a(b)= ln(b)/ln(a)[/itex].