Solve for x: 0.5y = e^-x | Intermediate Steps Explained

  • Thread starter Thread starter ZedCar
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 10K views
ZedCar
Messages
353
Reaction score
1

Homework Statement


Solve for x

0.5y = e^-x

The Attempt at a Solution



I believe the answer is x = ln(2/y)

Would anyone be able to explain the intermediate steps please?

If I was trying it I would have got -ln0.5y = x
 
Physics news on Phys.org
ZedCar said:

Homework Statement


Solve for x

0.5y = e^-x

The Attempt at a Solution



I believe the answer is x = ln(2/y)

Would anyone be able to explain the intermediate steps please?

If I was trying it I would have got -ln0.5y = x

Your answer is right, and you can easily rearrange it to ln (2/y).

What is the relationship between -ln (a) and ln (a)?
 
If you take the log of either side you get

[itex]ln(y/2)=-x[/itex] or rearranging terms and using [itex]ln(a/b)=ln(a)-ln(b)[/itex] gives [itex]x=-ln(y/2)=-(ln(y)-ln(2))=ln(2/y)[/itex]
 
cbetanco said:
If you take the log of either side you get

[itex]ln(y/2)=-x[/itex] or rearranging terms and using [itex]ln(a/b)=ln(a)-ln(b)[/itex] gives [itex]x=-ln(y/2)=-(ln(y)-ln(2))=ln(2/y)[/itex]

Or more simply,

[tex]a\cdot \ln(b)=\ln(b^a)[/tex]

so

[tex]-\ln(y)=\ln(y^{-1})=\ln(1/y)[/tex]
 
Thanks very much guys! :smile:
 
Mentallic said:
Or more simply,

[tex]a\cdot \ln(b)=\ln(b^a)[/tex]

so

[tex]-\ln(y)=\ln(y^{-1})=\ln(1/y)[/tex]

Or, -ln(y) = 0 - ln(y) = ln(1) - ln(y) = ln(1/y).

Here, I'm using the property that ln(a/b) = ln(a) - ln(b) (in reverse).