Expanding ln isn't working for me

  • Thread starter Thread starter iScience
  • Start date Start date
  • Tags Tags
    Expanding Ln
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
3 replies · 2K views
iScience
Messages
466
Reaction score
5
original equation: ln(0.2048x[itex]\frac{5}{2}[/itex])= -[itex]\frac{5}{2}[/itex]

when i just raise this to e i get..

0.2048T[itex]\frac{5}{2}[/itex]= -[itex]\frac{5}{2}[/itex]

and then i can solve for x and get the right answer. but when i expand the logs..

ln(0.2048) + [itex]\frac{5}{2}[/itex]ln(x)= -[itex]\frac{5}{2}[/itex]

0.2048+[itex]\frac{5}{2}[/itex]x=e-[itex]\frac{5}{2}[/itex]

then i try to solve for x i don't get the right answer. what am i doing wrong?
 
Physics news on Phys.org
you can't do that with a sum of ln's. Taking the exponent of both sides after expansion does not cancel out the ln in each term. You would have e^(lnA + lnB) and that does not equal A+B.