Have been dealing with this equation for a while, but yet able to get a simple expression.
I have already done numerical solution and seems to be working just fine, but I would like to get a closed expression.
The problem is to find $x$ form the following:
$\frac{2LxB}{2Lx+\sqrt{b^2+x^2}} + 2b\sqrt{\frac{2LxB}{2Lx+\sqrt{b^2+x^2}}} = Ax^2$
What I tried:
$y^2 = \frac{2LxB}{2Lx+\sqrt{b^2+x^2}}$ So the equation above resumes to:
$y^2 + 2by = Ax^2$
Then found the solution for $y$:
$y = \sqrt{b^2+Ax^2} -b$.
Then, trying equating the above, with the definition of $y$:
$\frac{2LxB}{2Lx+\sqrt{b^2+x^2}} = (\sqrt{b^2+Ax^2} -b)^2$
However, the problem is the term inside the square root, since $A$ is present in only one of them.
Any trick or technique you may know to solve this?
Thanks folks!