Is it possible to get the value of $y$ in terms of $x$ from the below equation? If so please give give me a clue how to do that :) $$y \sqrt{y^2 + 1} + \ln\left(y + \sqrt{y^2 + 1}\right) = \frac{a}{x^2}.$$
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
Since $\ \rm{asinh}(y)=\ln\left(y + \sqrt{y^2 + 1}\right)\ $ let's set $\ y:=\sinh(u)\ $ and rewrite your equation as : $$\sinh(u) \sqrt{\sinh(u)^2 + 1} + u = \frac{a}{x^2}$$ $$\sinh(u) \cosh(u) + u = \frac{a}{x^2}$$ $$\sinh(2u) + 2u = 2\frac{a}{x^2}$$ After that I fear you'll have to solve this numerically (to get $u$ in function of $x$). I don't see something simpler sorry... To solve $\ \sinh(w) + w = r\ $ numerically you may :
|
|||||||||||
|