Solve $$4\sinh(2x)=\cosh(2x)$$
So my method that I have used brings me to the answer of $x=0$ but this ins't correct and I cannot see what I've done wrong. My method is: $$4\sinh(2x)-\cosh(2x)=0$$ $$\frac{4(e^{2x}-e^{-2x})}{2}-\frac{e^{2x} + e^{-2x}}{2} =\frac{3e^{2x}-3e^{-2x}}{2}=0$$ $$3e^{2x}-3e^{-2x}=0$$ $$e^{2x}-e^{-2x}=0$$ $$e^{2x} - \frac{1}{e^{2x}}=0$$ $$e^{4x}-1=0$$ $$4x=\ln1$$ But $\ln1=0$ so I've come to a dead end. Any help would be great.