Academy
Formulas/maths/Circles/Tangent with Given Slope

Tangent with Given Slope

Tangents to x² + y² = a² with slope m. Two tangents exist for every finite m; they are parallel and symmetric about the centre.
Derivation

For the circle x2+y2=a2x^2 + y^2 = a^2, find all tangent lines with slope mm.

Any line with slope mm has the form y=mx+cy = mx + c. From the tangent condition:

c2=a2(1+m2)    c=±a1+m2c^2 = a^2(1 + m^2) \implies c = \pm a\sqrt{1 + m^2}

Therefore the two tangent lines are:

y=mx+a1+m2andy=mxa1+m2y = mx + a\sqrt{1 + m^2} \quad \text{and} \quad y = mx - a\sqrt{1 + m^2}

Combined: y=mx±a1+m2y = mx \pm a\sqrt{1 + m^2}.

Geometric interpretation: These two lines are parallel (same slope mm), on opposite sides of the centre. The perpendicular distance from the origin to each is exactly aa, confirming tangency.

Point of contact: Substituting y=mx+a1+m2y = mx + a\sqrt{1+m^2} into the circle equation and solving gives the single contact point:

(am1+m2,a1+m2)\left(\frac{-am}{\sqrt{1+m^2}},\, \frac{a}{\sqrt{1+m^2}}\right)

For the - case, the contact point is the reflection of this in the origin.

Note on vertical tangents: The formula breaks down for a vertical line (mm undefined). The vertical tangents to x2+y2=a2x^2 + y^2 = a^2 are x=±ax = \pm a, obtained directly.