Given a point (x,y) and a slope (m), how can I calculate the angle from the x axis.
I can calculate the x intercept (x',0) to get a line from the x axis, but I don't know if I am on the right track.
In the case of a negative slope I suspect that the angle will be greater than 90 degree. Is that correct?
Hint: Slope of a line is $\tan(\theta)$, where $\theta$ is the angle measured from positive $x$-axis. So $m=\tan(\theta)$.