Finding the error in ln(-e) = 1

  • Level: Graduate 
  • Thread starter Thread starter Alkatran
  • Start date Start date
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 2K views
Science Advisor
Homework Helper
Messages
959
Reaction score
0
1/ln(x) = ln(x)^-1 = ln(-x)
ln(-e) = 1/ln(e) = 1/1 = 1

ln() is only defined over positive values, but you can find solutions like so... where's the error.
 
Physics news on Phys.org
Your trouble is that

[tex]\ln (-x) \ne (\ln(x))^{-1})[/tex]
This is the correct way to do it.
[tex]\ln (-x) = \ln(-1 * x) = \ln(-1) + \ln(x)[/tex]


There will be complex solutions to this but none on the Real line.
 
Thanks, I knew something wasn't right. I should caught on when -x = 1/x :smile: