Math Problem Statement

The circle C has equation (x - 6)^2 + (y - 5)^2 = 17. The lines l1 and l2 are each a tangent to the circle and intersect at the point (0, 12). Find the equations of l1 and l2, giving your answers in the form y = mx + c.

Solution

We are given the equation of the circle CC as:

(x6)2+(y5)2=17(x - 6)^2 + (y - 5)^2 = 17

This represents a circle with a center at (6,5)(6, 5) and a radius 17\sqrt{17}.

The lines l1l_1 and l2l_2 are tangents to this circle, and both intersect at the point (0,12)(0, 12), which means they pass through this point.

Step 1: General Equation of a Tangent Line

The equation of a line passing through a point (x1,y1)(x_1, y_1) and having a slope mm is:

yy1=m(xx1)y - y_1 = m(x - x_1)

Here, the point is (0,12)(0, 12), so the equation for any line passing through this point becomes:

y12=m(x0)    y=mx+12y - 12 = m(x - 0) \implies y = mx + 12

So, both l1l_1 and l2l_2 can be written in the form y=mx+12y = mx + 12, but we need to determine the slopes m1m_1 and m2m_2 for each of these lines.

Step 2: Condition for Tangency

For a line to be tangent to a circle, the perpendicular distance from the center of the circle to the line must equal the radius of the circle. The distance dd from a point (x1,y1)(x_1, y_1) to a line Ax+By+C=0Ax + By + C = 0 is given by:

d=Ax1+By1+CA2+B2d = \frac{|Ax_1 + By_1 + C|}{\sqrt{A^2 + B^2}}

Here, the equation of the line y=mx+12y = mx + 12 can be rewritten as:

mxy+12=0mx - y + 12 = 0

In this form, A=mA = m, B=1B = -1, and C=12C = 12. The center of the circle is (6,5)(6, 5), and the radius is 17\sqrt{17}. Using the formula for the distance from a point to a line:

m(6)(5)+12m2+1=17\frac{|m(6) - (5) + 12|}{\sqrt{m^2 + 1}} = \sqrt{17}

Simplifying the numerator:

6m+7=17m2+1|6m + 7| = \sqrt{17} \cdot \sqrt{m^2 + 1}

Square both sides to remove the square roots:

(6m+7)2=17(m2+1)(6m + 7)^2 = 17(m^2 + 1)

Expand both sides:

36m2+84m+49=17m2+1736m^2 + 84m + 49 = 17m^2 + 17

Simplify:

19m2+84m+32=019m^2 + 84m + 32 = 0

Step 3: Solve the Quadratic Equation

Solve the quadratic equation using the quadratic formula:

m=84±8424(19)(32)2(19)m = \frac{-84 \pm \sqrt{84^2 - 4(19)(32)}}{2(19)}

First, calculate the discriminant:

842=7056,4×19×32=243284^2 = 7056, \quad 4 \times 19 \times 32 = 2432

70562432=4624=68\sqrt{7056 - 2432} = \sqrt{4624} = 68

Now, solve for mm:

m=84±6838m = \frac{-84 \pm 68}{38}

This gives two solutions:

m1=84+6838=1638=819,m2=846838=15238=4m_1 = \frac{-84 + 68}{38} = \frac{-16}{38} = -\frac{8}{19}, \quad m_2 = \frac{-84 - 68}{38} = \frac{-152}{38} = -4

Step 4: Equations of the Tangent Lines

Now that we have the slopes, the equations of the tangent lines l1l_1 and l2l_2 are:

For l1l_1:

y=819x+12y = -\frac{8}{19}x + 12

For l2l_2:

y=4x+12y = -4x + 12

Final Answer:

The equations of the tangent lines are:

  • l1:y=819x+12l_1: y = -\frac{8}{19}x + 12
  • l2:y=4x+12l_2: y = -4x + 12

Would you like more details or have any questions?

Here are some related questions to expand on this problem:

  1. How would you find the equation of a tangent to a circle at a specific point on the circle?
  2. How does the discriminant of a quadratic equation help in understanding the nature of solutions?
  3. How would the solution change if the circle had a different center?
  4. Can a line intersect a circle at more than two points? Why or why not?
  5. How does the slope of the tangent relate to the radius at the point of tangency?

Tip: Always make sure to check if the solution makes sense by verifying key conditions, such as distances or specific points being on the lines.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Coordinate Geometry
Equation of Tangents
Quadratic Equations

Formulas

Equation of a line y - y1 = m(x - x1)
Distance from a point to a line d = |Ax1 + By1 + C| / sqrt(A^2 + B^2)
Quadratic formula m = (-b ± sqrt(b^2 - 4ac)) / 2a

Theorems

Condition for Tangency
Quadratic Discriminant

Suitable Grade Level

Grades 10-12