I have this situation (forgive my paint skills):

I have the radius R, the x coordinate D, and the angle of the tangent a. How would I go about finding h, the y coordinate of that point?
Thanks!
I have this situation (forgive my paint skills):

I have the radius R, the x coordinate D, and the angle of the tangent a. How would I go about finding h, the y coordinate of that point?
Thanks!
Examining the figure below, from triangle $OPQ$, we have
$R=|OP|+|h|$
Using trigonometry, $|OP|=R\sin(90^{\circ}-a)=R\cos(a)$
Therefore
$|h|=R-|OP|=R-R\cos(a)=R(1-\cos(a))$
Assuming that the center of the circle is the origin $(0,0)$, the coordinate of point $Q$ will be $(D,-R\cos(a))$