let $f,g : \mathbb{R} \rightarrow \mathbb{R}$ be $C^1$ with $f(x),g(x),f'(x),g'(x)>0$ for every $x$. show that $\forall a,b \in \mathbb{R}$ the set $$\{ (x,y) \in \mathbb{R^2}:f(x)\cos y =a , g(x)\sin y=b\}$$ has no cluster points.
My attempt
let $F(x,y) = f(x)\cos y -a$ and $G(x,y) = g(x)\sin y -b$ with \begin{vmatrix} F_x & F_y \\ G_x & G_y \notag \end{vmatrix} $= f'(x)g(x)\cos^2x + g'(x)f(x)\sin^2y >0$
But how does one imply that the set has no cluster points?