I was working on a homework problem and I simplified the result down to:
$$943460=V^2\ln\left[\cosh\left(\frac{3735.2}{V}\right)\right]$$
According to Wolfram Alpha, this equality gives $V=266$, which is the correct answer from the back of the textbook. But I don't know how to go about numerically showing this to be true.
Any help with simplifying functions ln() and cosh() is much appreciated.
You may rearrange the equation by writing $\ln()$ in its exponential form and expressing $\cosh x = (e^x+e^{-x})/2$,
$$e^{943460/V^2}=\cosh\left(\frac{3735.2}{V}\right)=\frac 12 \left( e^{3735.2/V} + e^{-3735.2/V } \right)$$
Observe that the last term would be quite small and could be dropped. Then, the equation simplifies to
$$e^{943460/V^2}=\frac 12 e^{3735.2/V} = e^{3735.2/V-\ln(2)} $$
or,
$$943460/V^2 - 3735.2/V +\ln(2)=0$$
which is just a quadratic equation in $1/V$, whose acceptable solution is
$$\frac{1}{V} = 0.003764$$
or,
$$V=265.7$$