Using Natural Logarithms to solve for x

  • Thread starter Thread starter adillhoff
  • Start date Start date
  • Tags Tags
    Logarithms Natural
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
adillhoff
Messages
20
Reaction score
0

Homework Statement


Use Natural Logarithms to solve for x in terms of y

[tex]y = \frac{e^{10x}+e^{-10x}}{e^{10x}-e^{-10x}}[/tex]


Homework Equations


I am not too sure.


The Attempt at a Solution


I multiplied both sides by the denominator first.
Then I multiply by an LCD of [tex]e^{10x}[/tex]
I end up with [tex]y(e^{20x})-y = (e^{20x})+1[/tex]

EDIT: I don't really know where to go from here. Any direction would be greatly appreciated.
 
Last edited:
Physics news on Phys.org
micromass said:
From were you ended up, you could proceed by putting all terms of the form [tex]e^{20x}[/tex] to one side of the equation. Then factor it out and take the logarithm.

Absolutely. Thank you so much for the help. I ended up with

[tex]x=\frac{ln\frac{y+1}{y-1}}{20}[/tex]