Question

Difficulty: MediumEquations and Graphs of Circles

In the standard (x,y)(x, y) coordinate plane, a circle is tangent to the horizontal line y=7y = 7. The equation of the circle is x2+y210x+4y+c=0x^2 + y^2 - 10x + 4y + c = 0, where cc is a constant. What is the value of cc?

Answer: -52

Answer

The value of cc is 52-52.
Completing the square gives (x5)2+(y+2)2=29c(x - 5)^2 + (y + 2)^2 = 29 - c. The center is (5,2)(5, -2). The distance from (5,2)(5, -2) to the horizontal line y=7y = 7 is 7(2)=9|7 - (-2)| = 9, which is the radius rr. Squaring the radius gives r2=81r^2 = 81. Setting 29c=8129 - c = 81 gives c=52c = -52.

Step-by-Step Solution

1
Complete the square for xx and yy terms.
(x5)2+(y+2)2=29c(x - 5)^2 + (y + 2)^2 = 29 - c
Writing the equation in standard form (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2 reveals the center (h,k)(h, k) and the expression for r2r^2.
2
Calculate the radius using the distance from the center to the tangent line.
Radius r=9r = 9
The center is (5,2)(5, -2) and the tangent line is y=7y = 7. The distance between y=2y = -2 and y=7y = 7 is 7(2)=9|7 - (-2)| = 9.
3
Set r2=81r^2 = 81 and solve for cc.
c = -52
Equating the radius squared expression 29c29 - c to 8181 yields 29c=81    c=5229 - c = 81 \implies c = -52.

Key Concept

Converting circle equations to standard form and using distance to tangent lines to determine radius.
Rate this question