Question

Difficulty: MediumEquations of Circles in the Coordinate Plane

In the xyxy-plane, the circle defined by the equation x2+y210x+12y=kx^2 + y^2 - 10x + 12y = k has a radius of 99, where kk is a constant. What is the value of kk?

  1. A
    -52
  2. B
    70
  3. 20Answer
  4. D
    142

Answer

20
To find the value of kk, we first rewrite the given equation in the standard form of a circle's equation, (xh)2+(ykcenter)2=r2(x - h)^2 + (y - k_{center})^2 = r^2. Starting with x2+y210x+12y=kx^2 + y^2 - 10x + 12y = k, we complete the square for the xx-terms by adding (102)2=25(\frac{-10}{2})^2 = 25 to both sides, and for the yy-terms by adding (122)2=36(\frac{12}{2})^2 = 36 to both sides. This yields (x210x+25)+(y2+12y+36)=k+25+36(x^2 - 10x + 25) + (y^2 + 12y + 36) = k + 25 + 36, which simplifies to (x5)2+(y+6)2=k+61(x - 5)^2 + (y + 6)^2 = k + 61. In this standard form, the right-hand side represents the square of the radius, so r2=k+61r^2 = k + 61. Given that the radius is 99, we have r2=92=81r^2 = 9^2 = 81. Setting k+61=81k + 61 = 81 and subtracting 6161 from both sides gives k=20k = 20.

Step-by-Step Solution

1
Write the given equation of the circle.
x2+y210x+12y=kx^2 + y^2 - 10x + 12y = k
To establish the starting equation before completing the square.
2
Complete the square for the xx and yy terms by adding (102)2=25(\frac{-10}{2})^2 = 25 and (122)2=36(\frac{12}{2})^2 = 36 to both sides.
(x210x+25)+(y2+12y+36)=k+25+36(x^2 - 10x + 25) + (y^2 + 12y + 36) = k + 25 + 36
To express the quadratic expressions as perfect squares.
3
Rewrite the equation in standard form.
(x5)2+(y+6)2=k+61(x - 5)^2 + (y + 6)^2 = k + 61
To match the standard equation of a circle, (xh)2+(ykcenter)2=r2(x-h)^2 + (y-k_{center})^2 = r^2, where the right-hand side represents the square of the radius.
4
Equate the constant term on the right-hand side to r2r^2 using the given radius r=9r = 9, and solve for kk.
k+61=92    k+61=81    k=20k + 61 = 9^2 \implies k + 61 = 81 \implies k = 20
To calculate the value of the constant kk that satisfies the radius requirement.

Key Concept

Equations of Circles in the Coordinate Plane
Rate this question