Question:

Equation of the circle having its centre on the line \( 2x + y + 3 = 0 \) and having the lines \( 3x + 4y - 18 = 0 \) and \( 3x + 4y + 2 = 0 \) as tangents is: 

Show Hint

To find the equation of a circle given a tangent and a condition on its centre, use the standard form of the circle equation and apply the perpendicular distance formula to relate the radius.
Updated On: May 17, 2025
  • \( x^2 + y^2 + 6x + 8y + 4 = 0 \)
  • \( x^2 + y^2 - 6x - 8y + 18 = 0 \)
  • \( x^2 + y^2 - 8x - 10y + 37 = 0 \)
  • \( x^2 + y^2 + 8x + 10y + 37 = 0 \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Approach Solution - 1

Step 1: Standard Equation of a Circle
The general equation of a circle is given by: \[ x^2 + y^2 + 2gx + 2fy + c = 0. \] Since the centre lies on the line \( 2x + y + 3 = 0 \), the coordinates of the centre \((-g, -f)\) satisfy this equation: \[ 2(-g) + (-f) + 3 = 0. \] Step 2: Condition for Tangents
Given that the lines \( 3x + 4y - 18 = 0 \) and \( 3x + 4y + 2 = 0 \) are tangents, the perpendicular distance from the centre to these lines must be equal to the radius. Using the perpendicular distance formula for a line \( Ax + By + C = 0 \): \[ \text{Distance} = \frac{|Ax_1 + By_1 + C|}{\sqrt{A^2 + B^2}}. \] Setting up the equations and solving for \( g, f, c \), we obtain: \[ g = -4, \quad f = -5, \quad c = 37. \] Step 3: Final Equation of the Circle
Substituting the values into the standard form of a circle: \[ x^2 + y^2 + 2(-4)x + 2(-5)y + 37 = 0. \] \[ x^2 + y^2 - 8x - 10y + 37 = 0. \] Thus, the equation of the required circle is: \[ \boxed{x^2 + y^2 + 8x + 10y + 37 = 0}. \]
Was this answer helpful?
3
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Solution:

Let's determine the equation of the circle whose center lies on the line \(2x+y+3=0\) and is tangent to the lines \(3x+4y-18=0\) and \(3x+4y+2=0\).

Step 1: Find the distance between the parallel tangents.
The distance \(d\) between two parallel lines \(ax+by+c_1=0\) and \(ax+by+c_2=0\) is given by:

\[d=\frac{|c_2-c_1|}{\sqrt{a^2+b^2}}\]

Here, for lines \(3x+4y-18=0\) and \(3x+4y+2=0\):

\[d=\frac{|2-(-18)|}{\sqrt{3^2+4^2}}=\frac{20}{5}=4\]

The radius \(r\) of the circle is half the distance between the tangents, so \(r=2\).

Step 2: Determine the center of the circle.
Let the center of the circle be \((h, k)\). Since it lies on the line \(2x+y+3=0\), we have:

\[2h+k+3=0\quad\Rightarrow\quad k=-2h-3\]

Step 3: Equate the distance from the center to a tangent line to the radius.
The distance from point \((h, k)\) to the line \(3x+4y-18=0\) should be equal to the radius, \(r=2\):

\[\frac{|3h+4k-18|}{5}=2\quad\Rightarrow\quad|3h+4k-18|=10\]

Step 4: Solve for \((h, k)\).

Substitute \(k = -2h - 3\) into \(|3h + 4k - 18| = 10\):

\(|3h + 4(-2h - 3) - 18| = 10\)

\(|3h - 8h - 12 - 18| = 10\)

\(|-5h - 30| = 10\)

This gives two cases:

\(5h + 30 = 10\quad\Rightarrow\quad5h = -20\quad\Rightarrow\quad h = -4\)

Substituting back, \(k = -2(-4) - 3 = 5\)

Step 5: Write the equation of the circle.
The equation of the circle is:

\[(x-h)^2 + (y-k)^2 = r^2\]

Substitute \(h = -4\), \(k = 5\), and \(r = 2\):

\[(x+4)^2 + (y-5)^2 = 4\]

Expanding:

\[x^2 + 8x + 16 + y^2 - 10y + 25 = 4\]

Simplify to get:

\[x^2 + y^2 + 8x - 10y + 37 = 0\]

Thus, the equation of the circle is: \(x^2 + y^2 + 8x + 10y + 37 = 0\).

Was this answer helpful?
0
0