This is too long for a comment.
The exact way for solving the problem has been given by gt6989b in his/her answer.
Under some conditions, you could approximate the solution.
Let me change notation and define $$y=\frac{\pi (r-w x)}{2 (r-s)}\implies w=\frac{r}{x}-\frac{2 (r-s)}{\pi x}y$$ The equation becomes $$\frac{r}{x}-\frac{2 (r-s)}{\pi x}y=2r \sin(y)$$ For $0\leq y\leq \pi$, a very crude approximation of mine is $$\sin(y)\approx \frac{120 }{\pi ^5}(\pi -y) y$$ which would let you with a quadratic equation in $y$.
$$240 r x y^2+ \left(-240 \pi r x-2 \pi ^4 r+2 \pi ^4 s\right)y+\pi ^5 r=0$$
Much better would be, for the same range, the magnificent $$\sin(y) \simeq \frac{16 (\pi -y) \,y}{5 \pi ^2-4 (\pi -y)\, y}\qquad (0\leq y\leq\pi)$$ proposed, more than $1400$ years ago, by Mahabhaskariya of Bhaskara I, a seventh-century Indian mathematician (see here). This will give you a cubic equation to solve.$$8 (s-r)y^3+4 \pi (r (8 x+3)-2 s)y^2+2 \pi ^2 (5 s-r (16 x+7))y+5 \pi ^3 r=0$$