Solveeit Logo

Question

Question: Find the equation to the circle which touches the axis of: (a) x at a distance +3 from the origin a...

Find the equation to the circle which touches the axis of:

(a) x at a distance +3 from the origin and intercepts a distance 6 on the axis of y.

(b) x, pass through the point (1, 1) and have line x + y = 3 as diameter.

A

(a) (x3)2+(y32)2=18(x-3)^2 + (y-3\sqrt{2})^2 = 18 and (x3)2+(y+32)2=18(x-3)^2 + (y+3\sqrt{2})^2 = 18

B

(b) x2+y23x3y+4=0x^2 + y^2 - 3x - 3y + 4 = 0

C

(a) (x3)2+(y3)2=9(x-3)^2 + (y-3)^2 = 9

D

(b) x2+y22x2y+1=0x^2 + y^2 - 2x - 2y + 1 = 0

Answer

The equations of the circles for part (a) are (x3)2+(y32)2=18(x-3)^2 + (y-3\sqrt{2})^2 = 18 and (x3)2+(y+32)2=18(x-3)^2 + (y+3\sqrt{2})^2 = 18. The equation of the circle for part (b) is x2+y23x3y+4=0x^2 + y^2 - 3x - 3y + 4 = 0.

Explanation

Solution

(a) Touches x-axis at (3, 0) and intercepts 6 on y-axis:

Let the circle's equation be (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2. Since it touches the x-axis at (3, 0), the center is (3,k)(3, k) and the radius is r=kr = |k|. The equation becomes (x3)2+(yk)2=k2(x-3)^2 + (y-k)^2 = k^2.

When x=0x=0 (y-axis), we have: (03)2+(yk)2=k2(0-3)^2 + (y-k)^2 = k^2 9+y22ky+k2=k29 + y^2 - 2ky + k^2 = k^2 y22ky+9=0y^2 - 2ky + 9 = 0

The roots y1,y2y_1, y_2 of this quadratic give the y-intercepts. The distance between them is y1y2=6|y_1 - y_2| = 6. We know that (y1y2)2=(y1+y2)24y1y2(y_1 - y_2)^2 = (y_1 + y_2)^2 - 4y_1y_2. From the quadratic equation, y1+y2=2ky_1 + y_2 = 2k and y1y2=9y_1y_2 = 9. So, 62=(2k)24(9)6^2 = (2k)^2 - 4(9) 36=4k23636 = 4k^2 - 36 72=4k272 = 4k^2 k2=18k^2 = 18 k=±18=±32k = \pm \sqrt{18} = \pm 3\sqrt{2}.

The radius squared is r2=k2=18r^2 = k^2 = 18. The two possible centers are (3,32)(3, 3\sqrt{2}) and (3,32)(3, -3\sqrt{2}). The equations are: (x3)2+(y32)2=18(x-3)^2 + (y-3\sqrt{2})^2 = 18 (x3)2+(y+32)2=18(x-3)^2 + (y+3\sqrt{2})^2 = 18

(b) Passes through (1, 1) and has x + y = 3 as diameter:

If x+y=3x+y=3 is the diameter, the center (h,k)(h, k) lies on this line, so h+k=3    k=3hh+k=3 \implies k=3-h. The radius squared r2r^2 is the square of the distance from the center (h,k)(h, k) to the point (1,1)(1, 1): r2=(h1)2+(k1)2r^2 = (h-1)^2 + (k-1)^2 r2=(h1)2+(3h1)2=(h1)2+(2h)2r^2 = (h-1)^2 + (3-h-1)^2 = (h-1)^2 + (2-h)^2 r2=(h22h+1)+(44h+h2)=2h26h+5r^2 = (h^2 - 2h + 1) + (4 - 4h + h^2) = 2h^2 - 6h + 5.

The equation of the circle is (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2. Substituting k=3hk=3-h and r2=2h26h+5r^2 = 2h^2 - 6h + 5: (xh)2+(y(3h))2=2h26h+5(x-h)^2 + (y-(3-h))^2 = 2h^2 - 6h + 5 x22hx+h2+y22(3h)y+(3h)2=2h26h+5x^2 - 2hx + h^2 + y^2 - 2(3-h)y + (3-h)^2 = 2h^2 - 6h + 5 x22hx+h2+y26y+2hy+96h+h2=2h26h+5x^2 - 2hx + h^2 + y^2 - 6y + 2hy + 9 - 6h + h^2 = 2h^2 - 6h + 5 x2+y22hx+2hy6y+4=0x^2 + y^2 - 2hx + 2hy - 6y + 4 = 0 (x2+y26y+4)+2h(yx)=0(x^2 + y^2 - 6y + 4) + 2h(y-x) = 0.

This is a family of circles. For a unique circle, we consider the case where the point (1,1) is the closest point on the circle to the diameter. This occurs when the radius is minimized. The minimum radius occurs at h=(6)/(2×2)=3/2h = -(-6)/(2 \times 2) = 3/2. If h=3/2h = 3/2, then k=33/2=3/2k = 3 - 3/2 = 3/2. The center is (3/2,3/2)(3/2, 3/2). The minimum r2=2(3/2)26(3/2)+5=2(9/4)9+5=9/24=1/2r^2 = 2(3/2)^2 - 6(3/2) + 5 = 2(9/4) - 9 + 5 = 9/2 - 4 = 1/2. The equation is (x3/2)2+(y3/2)2=1/2(x-3/2)^2 + (y-3/2)^2 = 1/2. x23x+9/4+y23y+9/4=1/2x^2 - 3x + 9/4 + y^2 - 3y + 9/4 = 1/2 x2+y23x3y+18/4=1/2x^2 + y^2 - 3x - 3y + 18/4 = 1/2 x2+y23x3y+9/2=1/2x^2 + y^2 - 3x - 3y + 9/2 = 1/2 x2+y23x3y+4=0x^2 + y^2 - 3x - 3y + 4 = 0.