Question 22·Hard·Circles
In the coordinate plane, circle has center and radius . Two distinct lines tangent to circle pass through the point . What is the sum of the slopes of these two tangent lines?
For circle–tangent problems with a given external point, introduce a variable slope for a general line through that point, then use the point-to-line distance formula to enforce that the distance from the circle’s center to the line equals the radius. This yields a quadratic in whose roots are the slopes of the tangent lines; instead of solving for both slopes, use Vieta’s formula that the sum of the roots of is , which is much faster and less error-prone on timed tests.
Hints
Represent the tangent lines with a variable slope
Any line through can be written using a slope . Write the equation of such a line in terms of and put it into standard form .
Connect tangency to distance
A line is tangent to a circle exactly when the distance from the circle’s center to the line equals the circle’s radius. Use the point-to-line distance formula with the center and your general line.
Turn the tangency condition into an equation for m
After plugging into the distance formula and setting it equal to the radius , you will get an equation involving . Square both sides carefully and simplify to get a quadratic equation in .
Use the structure of quadratics to avoid solving for each root
Once you have a quadratic whose roots are the slopes of the two tangents, remember that the sum of the roots equals . Use this to find the sum without solving for each slope separately.
Desmos Guide
Enter the quadratic that the slopes satisfy
In Desmos, type the quadratic equation you derived for the slopes as a function: y = 23x^2 - 96x + 51. Here, the x-values where this graph crosses the x-axis represent the two possible slopes of the tangent lines.
Find the two slopes from the graph
Zoom and pan until you can clearly see where the parabola intersects the x-axis. Tap each x-intercept to see its x-coordinate; these two x-coordinates are the two slopes and .
Compute the sum of the slopes
Either add the two x-coordinates manually, or label the intercept points (for example as A and B) and enter a new expression like A.x + B.x. The result shown is the sum of the slopes of the two tangent lines.
Step-by-step Explanation
Write the equation of the circle and visualize the setup
The circle has center and radius , so its equation is
You are given an external point , and you are looking for the two lines through this point that just touch the circle (are tangent). Their slopes will be two different numbers; you need the sum of those slopes.
Express a general line through (7,6) using slope m
Let the slope of a line through be . Then its equation in point-slope form is
Rewrite this in standard form (needed for the distance formula):
So for this line, , , and .
Use the distance formula for point to line and set it equal to the radius
For a line and a point , the distance from the point to the line is
Here, the point is the center of the circle , the line is , and the radius is . Plug in:
- Numerator:
- Denominator:
Set the distance equal to the radius:
Square both sides (which removes the absolute value and square root):
Form and simplify the quadratic equation in m
Start from
Multiply both sides by :
Expand each side:
- Left side:
- Right side:
Set them equal and bring all terms to one side:
So the two possible slopes and are the two roots of the quadratic equation
Use Vieta’s formulas to find the sum of the slopes
For a quadratic equation with roots and , the sum of the roots is
Here, and , so
Therefore, the sum of the slopes of the two tangent lines is .