Question:

The slope of one of the direct common tangents drawn to the circles \(x^2 + y^2 - 2x + 4y + 1 = 0\) and \(x^2 + y^2 - 4x - 2y + 4 = 0\) is

Show Hint

To find the slope of common tangents, especially direct common tangents, the method of finding the external center of similitude (S) is highly effective. Once S is found, assume the tangent equation is \(y-y_S = m(x-x_S)\) and use the condition that the perpendicular distance from a circle's center to the tangent equals its radius. Squaring both sides of the distance equation typically leads to a quadratic in \(m\), giving both slopes.
Updated On: Jun 5, 2025
  • \(0 \)
  • \(\frac{4}{3} \)
  • \(\frac{3}{4} \)
  • \(1 \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: Rewrite the Circles in Standard Form
1. First Circle: \[ x^2 + y^2 - 2x + 4y + 1 = 0 \] Complete the square: \[ (x^2 - 2x) + (y^2 + 4y) = -1 \] \[ (x - 1)^2 + (y + 2)^2 = 1 + 4 - 1 = 4 \] So, the center is \( C_1(1, -2) \) and radius \( r_1 = 2 \). 
2. Second Circle: \[ x^2 + y^2 - 4x - 2y + 4 = 0 \] Complete the square: \[ (x^2 - 4x) + (y^2 - 2y) = -4 \] \[ (x - 2)^2 + (y - 1)^2 = 4 + 1 - 4 = 1 \] So, the center is \( C_2(2, 1) \) and radius \( r_2 = 1 \). 
Step 2: Find the Distance Between Centers
Calculate the distance \( d \) between \( C_1(1, -2) \) and \( C_2(2, 1) \): \[ d = \sqrt{(2 - 1)^2 + (1 - (-2))^2} = \sqrt{1 + 9} = \sqrt{10} \] Step 3: Determine the Slopes of Direct Common Tangents
For two circles with centers \( C_1(x_1, y_1) \) and \( C_2(x_2, y_2) \), radii \( r_1 \) and \( r_2 \), the slopes \( m \) of the direct common tangents satisfy the condition: \[ \frac{|m(x_2 - x_1) - (y_2 - y_1)|}{\sqrt{m^2 + 1}} = |r_1 - r_2| \] Plugging in the known values: \[ \frac{|m(2 - 1) - (1 - (-2))|}{\sqrt{m^2 + 1}} = |2 - 1| = 1 \] Simplify: \[ \frac{|m - 3|}{\sqrt{m^2 + 1}} = 1 \] Square both sides: \[ (m - 3)^2 = m^2 + 1 \] Expand and solve: \[ m^2 - 6m + 9 = m^2 + 1 \] \[ -6m + 9 = 1 \] \[ -6m = -8 \Rightarrow m = \frac{4}{3} \] Final Answer The slope of one of the direct common tangents is \(\boxed{\dfrac{4}{3}}\).

Was this answer helpful?
0
0