Solveeit Logo

Question

Question: If a straight line y = mx + c touches a fixed circle such that $21m^2 - c^2 + 12m + 6c - 4mc + 16 = ...

If a straight line y = mx + c touches a fixed circle such that 21m2c2+12m+6c4mc+16=021m^2 - c^2 + 12m + 6c - 4mc + 16 = 0, then radius of the circle is equal to-

A

2

B

3

C

5

D

7

Answer

5

Explanation

Solution

The condition for a line y=mx+cy=mx+c to be tangent to a circle with center (h,k)(h, k) and radius rr is that the perpendicular distance from the center to the line is equal to the radius. The distance is given by d=mhk+cm2+1d = \frac{|mh - k + c|}{\sqrt{m^2 + 1}}. For tangency, d=rd=r, so r2(m2+1)=(mhk+c)2r^2(m^2+1) = (mh - k + c)^2. Expanding and rearranging this equation to be a quadratic in cc: c2+(2mh2k)c+m2(h2r2)2mhk+k2r2=0c^2 + (2mh - 2k)c + m^2(h^2 - r^2) - 2mhk + k^2 - r^2 = 0.

The given condition is 21m2c2+12m+6c4mc+16=021m^2 - c^2 + 12m + 6c - 4mc + 16 = 0. Rearranging this as a quadratic in cc: c2+(64m)c+(21m2+12m+16)=0-c^2 + (6 - 4m)c + (21m^2 + 12m + 16) = 0 Multiplying by 1-1: c2+(4m6)c(21m2+12m+16)=0c^2 + (4m - 6)c - (21m^2 + 12m + 16) = 0.

Comparing the coefficients of the two quadratic equations in cc:

  1. Coefficient of cc: 2mh2k=4m62mh - 2k = 4m - 6 Equating coefficients of mm: 2h=4    h=22h = 4 \implies h = 2. Equating constant terms: 2k=6    k=3-2k = -6 \implies k = 3. The center of the circle is (2,3)(2, 3).

  2. Constant term (independent of cc): m2(h2r2)2mhk+k2r2=(21m2+12m+16)m^2(h^2 - r^2) - 2mhk + k^2 - r^2 = -(21m^2 + 12m + 16) Substitute h=2h=2 and k=3k=3: m2(22r2)2(2)(3)m+32r2=21m212m16m^2(2^2 - r^2) - 2(2)(3)m + 3^2 - r^2 = -21m^2 - 12m - 16 m2(4r2)12m+9r2=21m212m16m^2(4 - r^2) - 12m + 9 - r^2 = -21m^2 - 12m - 16

    Equating coefficients of m2m^2: 4r2=214 - r^2 = -21 r2=4+21r^2 = 4 + 21 r2=25r^2 = 25 r=5r = 5 (since radius must be positive).

    The coefficients of mm and the constant terms are consistent with these values. Thus, the radius of the circle is 5.