I have the equation
$$(e^x+e^{-x})/(e^x-e^{-x}) = 3$$
I can solve it using a graph, but how would I go about solving it algebraically.
I have the equation
$$(e^x+e^{-x})/(e^x-e^{-x}) = 3$$
I can solve it using a graph, but how would I go about solving it algebraically.
It can be solved by simple manipulation:
$$ e^x + e^{-x} = 3e^x - 3e^{-x} $$ $$ -2e^x + 4e^{-x} = 0 $$ $$ e^x - 2e^{-x} = 0 $$ $$ e^{2x} = 2 $$ $$ \ln{e^{2x}} = \ln{2} $$ $$ 2x = \ln{2} $$ $$ x = \dfrac{\ln{2}}{2} $$