$e^y = \frac{x}{a} + \sqrt{( 1 + (\frac{x}{a})^2}$
The problem asks to solve this equation to x. My problem stands still by the square root.
$e^y = \frac{x}{a} + \sqrt{( 1 + (\frac{x}{a})^2}$
The problem asks to solve this equation to x. My problem stands still by the square root.
If so we write $$e^y-\frac{x}{a}=\sqrt{1+\left(\frac{x}{a}\right)^2}$$ squaring we get $$e^{2y}+\left(\frac{x}{a}\right)^2-2e^y\times \frac{x}{a}=1+\left(\frac{x}{a}\right)^2$$ Combining like terms and isolating $x$ we get $$x=a\times \left(\frac{e^{2y}-1}{2e^y}\right)$$