Solveeit Logo

Question

Question: Find the equation of a circle passing through the origin if the line pair, xy - 3x + 2y -6 = 0 is or...

Find the equation of a circle passing through the origin if the line pair, xy - 3x + 2y -6 = 0 is orthogonal to it. If this circle is orthogonal to the circle x 2 + y 2 − k x + 2 k y − 8 = 0 then find the value of k.

Answer

1

Explanation

Solution

The problem involves two main parts: first, finding the equation of a circle based on given conditions, and second, using this circle to find the value of 'k' for another circle given an orthogonality condition.

Part 1: Finding the equation of the first circle

  1. Analyze the line pair: The given line pair equation is xy3x+2y6=0xy - 3x + 2y - 6 = 0. We can factor this equation: x(y3)+2(y3)=0x(y-3) + 2(y-3) = 0 (x+2)(y3)=0(x+2)(y-3) = 0 This equation represents two straight lines: L1:x+2=0    x=2L_1: x+2 = 0 \implies x = -2 and L2:y3=0    y=3L_2: y-3 = 0 \implies y = 3.

  2. Interpret "line pair is orthogonal to the circle": In coordinate geometry, if a line is said to be "orthogonal" to a circle, it implies that the line passes through the center of the circle. This means the lines x=2x=-2 and y=3y=3 are diameters of the circle. The intersection of two diameters is the center of the circle. Therefore, the center of the first circle, let's call it C1C_1, is (2,3)(-2, 3).

  3. Use the center and the origin to find the equation of C1C_1: The general equation of a circle with center (h,k)(h,k) and radius rr is (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2. Substituting the center (2,3)(-2, 3), we get: (x(2))2+(y3)2=r2(x - (-2))^2 + (y - 3)^2 = r^2 (x+2)2+(y3)2=r2(x+2)^2 + (y-3)^2 = r^2 The problem states that the circle passes through the origin (0,0)(0,0). Substitute (0,0)(0,0) into the equation to find r2r^2: (0+2)2+(03)2=r2(0+2)^2 + (0-3)^2 = r^2 22+(3)2=r22^2 + (-3)^2 = r^2 4+9=r24 + 9 = r^2 r2=13r^2 = 13 So, the equation of the first circle is (x+2)2+(y3)2=13(x+2)^2 + (y-3)^2 = 13. Expanding this equation: x2+4x+4+y26y+9=13x^2 + 4x + 4 + y^2 - 6y + 9 = 13 x2+y2+4x6y+13=13x^2 + y^2 + 4x - 6y + 13 = 13 x2+y2+4x6y=0x^2 + y^2 + 4x - 6y = 0. Comparing this with the general form x2+y2+2g1x+2f1y+c1=0x^2 + y^2 + 2g_1x + 2f_1y + c_1 = 0, we have: 2g1=4    g1=22g_1 = 4 \implies g_1 = 2 2f1=6    f1=32f_1 = -6 \implies f_1 = -3 c1=0c_1 = 0

Part 2: Finding the value of k

  1. Identify parameters of the second circle: The second circle is given by C2:x2+y2kx+2ky8=0C_2: x^2 + y^2 - kx + 2ky - 8 = 0. Comparing this with the general form x2+y2+2g2x+2f2y+c2=0x^2 + y^2 + 2g_2x + 2f_2y + c_2 = 0, we have: 2g2=k    g2=k/22g_2 = -k \implies g_2 = -k/2 2f2=2k    f2=k2f_2 = 2k \implies f_2 = k c2=8c_2 = -8

  2. Apply the condition for orthogonality of two circles: Two circles x2+y2+2g1x+2f1y+c1=0x^2 + y^2 + 2g_1x + 2f_1y + c_1 = 0 and x2+y2+2g2x+2f2y+c2=0x^2 + y^2 + 2g_2x + 2f_2y + c_2 = 0 are orthogonal if and only if: 2g1g2+2f1f2=c1+c22g_1g_2 + 2f_1f_2 = c_1 + c_2 Substitute the values we found for C1C_1 and C2C_2: 2(2)(k/2)+2(3)(k)=0+(8)2(2)(-k/2) + 2(-3)(k) = 0 + (-8) 2k6k=8-2k - 6k = -8 8k=8-8k = -8 k=1k = 1

The value of k is 1.

The final answer is 1\boxed{1}.

Explanation of the solution:

  1. Factor the line pair equation (x+2)(y3)=0(x+2)(y-3)=0 to identify the lines x=2x=-2 and y=3y=3.
  2. Interpret "line pair is orthogonal to the circle" as the lines being diameters, meaning they pass through the circle's center. The intersection of these lines, (2,3)(-2,3), is the center of the first circle.
  3. Use the center (2,3)(-2,3) and the fact that the circle passes through the origin (0,0)(0,0) to find the radius squared r2=(0(2))2+(03)2=4+9=13r^2 = (0-(-2))^2 + (0-3)^2 = 4+9=13.
  4. Write the equation of the first circle as x2+y2+4x6y=0x^2+y^2+4x-6y=0. From this, identify g1=2,f1=3,c1=0g_1=2, f_1=-3, c_1=0.
  5. From the second circle x2+y2kx+2ky8=0x^2+y^2-kx+2ky-8=0, identify g2=k/2,f2=k,c2=8g_2=-k/2, f_2=k, c_2=-8.
  6. Apply the orthogonality condition for two circles, 2g1g2+2f1f2=c1+c22g_1g_2 + 2f_1f_2 = c_1 + c_2.
  7. Substitute the values: 2(2)(k/2)+2(3)(k)=0+(8)2(2)(-k/2) + 2(-3)(k) = 0 + (-8), which simplifies to 2k6k=8-2k - 6k = -8.
  8. Solve for k: 8k=8    k=1-8k = -8 \implies k=1.