Simplifying Logarithms: Troubleshooting Common Mistakes

  • Thread starter Thread starter Rectifier
  • Start date Start date
  • Tags Tags
    Simplifying
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
Rectifier
Gold Member
Messages
313
Reaction score
4
Hey there!
I am getting two completely different equations when I try to simplify one.
What am I doing wrong?

1.
[tex]y=ln(2x) \ \Leftrightarrow \ y=ln(2) + ln(x) \ \Leftrightarrow \ e^y=e^{ln(2)}+e^{ln(x)} \ \Leftrightarrow \ e^y=2+x[/tex]

2.
[tex]y=ln(2x) \ \Leftrightarrow \ e^y=e^{ln(2x)} \ \Leftrightarrow \ e^y=2x[/tex]

I am sorry if its something completely obvious. Its pretty late here so my brain doesn't function properly :)
 
Physics news on Phys.org
Rectifier said:
Hey there!
I am getting two completely different equations when I try to simplify one.
What am I doing wrong?

1.
[tex]y=ln(2x) \ \Leftrightarrow \ y=ln(2) + ln(x) \ \Leftrightarrow \ e^y=e^{ln(2)}+e^{ln(x)} \ \Leftrightarrow \ e^y=2+x[/tex]
It should be ##e^{ln(2) + ln(x)} = e^{ln(2)} \cdot e^{ln(x)} ## in your third step.
Rectifier said:
2.
[tex]y=ln(2x) \ \Leftrightarrow \ e^y=e^{ln(2x)} \ \Leftrightarrow \ e^y=2x[/tex]

I am sorry if its something completely obvious. Its pretty late here so my brain doesn't function properly :)
 
  • Like
Likes   Reactions: 1 person
Oh! Thank you Mark!