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.
1
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
-
Analyze the line pair: The given line pair equation is xy−3x+2y−6=0. We can factor this equation: x(y−3)+2(y−3)=0 (x+2)(y−3)=0 This equation represents two straight lines: L1:x+2=0⟹x=−2 and L2:y−3=0⟹y=3.
-
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=−2 and y=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 C1, is (−2,3).
-
Use the center and the origin to find the equation of C1: The general equation of a circle with center (h,k) and radius r is (x−h)2+(y−k)2=r2. Substituting the center (−2,3), we get: (x−(−2))2+(y−3)2=r2 (x+2)2+(y−3)2=r2 The problem states that the circle passes through the origin (0,0). Substitute (0,0) into the equation to find r2: (0+2)2+(0−3)2=r2 22+(−3)2=r2 4+9=r2 r2=13 So, the equation of the first circle is (x+2)2+(y−3)2=13. Expanding this equation: x2+4x+4+y2−6y+9=13 x2+y2+4x−6y+13=13 x2+y2+4x−6y=0. Comparing this with the general form x2+y2+2g1x+2f1y+c1=0, we have: 2g1=4⟹g1=2 2f1=−6⟹f1=−3 c1=0
Part 2: Finding the value of k
-
Identify parameters of the second circle: The second circle is given by C2:x2+y2−kx+2ky−8=0. Comparing this with the general form x2+y2+2g2x+2f2y+c2=0, we have: 2g2=−k⟹g2=−k/2 2f2=2k⟹f2=k c2=−8
-
Apply the condition for orthogonality of two circles: Two circles x2+y2+2g1x+2f1y+c1=0 and x2+y2+2g2x+2f2y+c2=0 are orthogonal if and only if: 2g1g2+2f1f2=c1+c2 Substitute the values we found for C1 and C2: 2(2)(−k/2)+2(−3)(k)=0+(−8) −2k−6k=−8 −8k=−8 k=1
The value of k is 1.
The final answer is 1.
Explanation of the solution:
- Factor the line pair equation (x+2)(y−3)=0 to identify the lines x=−2 and y=3.
- 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), is the center of the first circle.
- Use the center (−2,3) and the fact that the circle passes through the origin (0,0) to find the radius squared r2=(0−(−2))2+(0−3)2=4+9=13.
- Write the equation of the first circle as x2+y2+4x−6y=0. From this, identify g1=2,f1=−3,c1=0.
- From the second circle x2+y2−kx+2ky−8=0, identify g2=−k/2,f2=k,c2=−8.
- Apply the orthogonality condition for two circles, 2g1g2+2f1f2=c1+c2.
- Substitute the values: 2(2)(−k/2)+2(−3)(k)=0+(−8), which simplifies to −2k−6k=−8.
- Solve for k: −8k=−8⟹k=1.