How to Solve an Exponential Equation with a Mistake in the Second Step?

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
Rectifier
Gold Member
Messages
313
Reaction score
4
The problem
Solve ## e^x-e^{-x} = 6 ## .

The attempt
$$ e^x-e^{-x} = 6 \\ e^x(1-e^{-1}) = 6 \\ e^x = \frac{6}{(1-e^{-1})} \\ x = \ln \left( \frac{6}{1-e^{-1}} \right) \\ $$

The answer in the book is ## \ln(3 + \sqrt{10})##

Could someone help me?
 
Physics news on Phys.org
I made a mistake at the second step ## e^{-x} \neq e^{-1} \cdot e^x ##
 
Rectifier said:
I made a mistake at the second step ## e^{-x} \neq e^{-1} \cdot e^x ##

Make the substitution y = e^x.