I'm doing some basic ray optics and I drilled my problem down to an equation like:
$\sin f(x) = r \times \sin g(x)$
where $f$ and $g$ are rational fractions of $x$ and $r$ is a given number (refraction index).
I'm hoping to get a closed form solution for $x$.
My previous problem didn't involve refraction but only reflection and led to a similar equation but without sines $f_o(x) = g_o(x)$ which I was able to solve (the numerator of $f_o(x)-g_o(x)$ being "only" quartic). Hence I am hoping there is a way to somehow get rid of the sines, for example if $f(x)$ and $g(x)$ were equal, I could use the fact that $a \sin u = b \sin u$ can be transformed to $c \sin (u+\phi)=0$, so $u + \phi = 0$, no more sines involved, done. Is there any more trigonometric mambo-jumbo I could use in this spirit when $f(x)$ and $g(x)$ are different?