How to solve the equation $x + \sin x = A$?
I have tried Wolfram Alpha, with no success.
I would be satisfied with an answer in special functions.
The context is, I was trying to find an expression for the coordinates $(x,y)$ for a number given with modulus and argument in the second system in MO post #423657.
I also tried to solve Reduce[{(a^2 + b^2)/a == r, 1/4 (ArcTan[b/a] + (a b)/(a^2 + b^2) ) == arg}, {a, b}]
in Mathematica, but it took 10 hours after which I manually aborted.
Reduce[{(a^2 + b^2)/a == r, 1/4 (ArcTan[b/a] + (a b)/(a^2 + b^2) ) == arg}, {a, b}]
in Mathematica, but it took 10 hours after which I manually aborted. – Anixx Jun 06 '22 at 18:24