[Math] To find tangents to given circle from a point outside it

circles

Find the combined equation of two tangents drawn from $P(x_1,y_1)$ to the circle $x^2+y^2 = a^2$. Point $P$ lies outside the circle.

Best Answer

Sorry for the lack of a picture. You can show that the angle between the line from the origin to $(x_1,y_1)$ and a radial line at a point of tangency is

$$\tan{\theta} = \frac{\sqrt{x_1^2+y_1^2-a^2}}{a}$$

where $a$ is the radius of the circle centered at the origin. Let $\theta_1$ be the angle between the line from the origin to $(x_1,y_1)$ and the positive $x$ axis. Then the tangent points on the circle are given by

$$(a \cos{(\theta_1 \pm \theta)},a \sin{(\theta_1 \pm \theta)})$$

The combined equation of the tangent lines is then

$$y-y_1 = m_{\pm} (x-x_1)$$

where

$$m_{\pm} = \frac{y1-a \sin{(\theta_1 \pm \theta)}}{x_1-a \cos{(\theta_1 \pm \theta)}}$$

Related Question