I need to find all the solutions to the equation $$\sin x=ax$$ where $a \in \mathbb{R}$.
If $\vert a \vert \geq 1$, I know that the only solution is $x=0$. My problem is when $\vert a \vert \leq 1$ because the graph of $ax$ intersects the graph of $\sin x$ in more points than the origin. I tried with Lagrange multipliers but I don't think that is the correct way. Any suggestions?