Find tangent lines to a circle from a point on the circle or an external point. Step-by-step solutions with interactive graph.
Circle equation: (x - h)² + (y - k)² = r²
Tangent line from a point (x₀, y₀) on the circle: perpendicular to radius.
From an external point: two tangents exist if point is outside the circle.
A tangent line to a circle touches the circle at exactly one point, called the point of tangency. The radius drawn to the point of tangency is always perpendicular to the tangent line.
Key properties:
The tangent line is perpendicular to the radius vector (x₀ - h, y₀ - k). Its equation can be written as:
(x₀ - h)(x - x₀) + (y₀ - k)(y - y₀) = 0
Or in slope form: slope m = -(x₀ - h)/(y₀ - k) (if denominator non-zero).
Let the tangent line have equation y = m(x - x₀) + y₀. Substitute into circle equation and set discriminant = 0 to solve for m. Alternatively, use the formula for length of tangent and the chord of contact.
(y₀ - k) = m(x₀ - h) ± r √(1 + m²)
Solving gives two slopes (if they exist).
Calculator features: Symbolic algebra using math.js, interactive graph, step-by-step results, handles both point types and special cases (vertical tangents).