$A + \sqrt{A^2 + const} = B$
Can somebody put this equation in function of $B$. Something like: $A = B \times something$
thank you all :D
$A + \sqrt{A^2 + const} = B$
Can somebody put this equation in function of $B$. Something like: $A = B \times something$
thank you all :D
HINT: rewriting the equation as $$\sqrt{A^2+C}=B-A$$ after squaring we have $$A^2+C=B^2+A^2-2BA$$ therefore $$A=\frac{B^2-C}{2B}$$