I'm a tad confused about whether it makes sense to solve simultaneous equations, if they aren't linear. Does it make sense to solve a system of nonlinear equations simultaneously?
For instance: $$ \begin{cases} 5 + \cos x = 14.5 \\ 2.5 + \sin x = 1 \end{cases} $$
Can the above system be solved for $x$?
What I would do typically is to isolate $\cos$ and $\sin$, square both sides, and rewrite $\cos^2$ as $1-\sin^2$, and get something on the LHS such as $2\sin^2x = \dots$
Take positive square roots, then take $\arcsin$, to get a value for $x$.
There seems to be a flaw with this method, though.
The system has no solution:
$$5+\cos x=14.5\implies \cos x=9.5\;$$
and likewise the other one...but $\;-1\le\cos x,\,\sin x\le1\;$ ...