$\frac{2^x - 2^{-x}}{2^x + 2^{-x}} = \frac{1}{3}$ $2^x - 2^{-x} =1$ $2^x + 2^{-x} = 3$
My attempts
- A - b = 1
A + b = 3 Which lead to x = 1 and x = 0 inconsistency.
- $2^x - \frac{1}{2^x} = 1$
$2^x + \frac{1}{2^x} = 3$ Which lead to x = 1
Why two method gave different answers, why is it wrong?