Solve Exponential Equations: e^x, e^-x, ln 6 | Step-by-Step Guide

  • Thread starter Thread starter Philoctetes3
  • Start date Start date
  • Tags Tags
    Exponential
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
Philoctetes3
Messages
4
Reaction score
0
I just want to make sure that I have this in the correct order. The book I have is very unclear.

e^x + e^-x = 6
e^x + 1/e^x = 6
e^2x + 1 = 6e^x
e^2x/e^x + 1 = 6
x = ln 6

Thanks.
 
Physics news on Phys.org
You've made a mistake. The fourth line doesn't follow from the third. It looks like you tried to divide by e^x (which is actually just undoing what you did in going from line 2 to 3), but you forgot to divide the 1 by e^x.

What you should do is rearrange your third line so that it looks like

e^(2x) - 6e^x + 1 = 0.

Does this look like a familar sort of equation? (If not, let y = e^x. Then does it look familar?)
 
Thanks a lot. I thought something looked off. The thing that worried me is that the answer that I got is quite approximate, and I wanted to make sure that I was doing the process correctly, which I wasn't.

Then after this I would simply do the U form of the quadratic, correct?