Solveeit Logo

Question

Question: Let P(a,b) be a point in the first quadrant. Two circles are drawn through P touching the co-ordinat...

Let P(a,b) be a point in the first quadrant. Two circles are drawn through P touching the co-ordinate axes. If one circle bisects the circumference of other, then possible values of ab\frac{a}{b} - is/are-

A

a² - 6ab + b² = 0

B

a² - 4ab + b² = 0

C

a² + 6ab + b² = 0

D

a² + 4ab + b² = 0

Answer

a² - 6ab + b² = 0

Explanation

Solution

The equation of a circle touching the coordinate axes in the first quadrant with radius rr is (xr)2+(yr)2=r2(x-r)^2 + (y-r)^2 = r^2. If P(a,b) lies on this circle, then (ar)2+(br)2=r2(a-r)^2 + (b-r)^2 = r^2, which simplifies to r22(a+b)r+(a2+b2)=0r^2 - 2(a+b)r + (a^2+b^2) = 0. Let the radii of the two circles be r1r_1 and r2r_2. Then r1r_1 and r2r_2 are the roots of this quadratic equation. By Vieta's formulas, r1+r2=2(a+b)r_1 + r_2 = 2(a+b) and r1r2=a2+b2r_1 r_2 = a^2+b^2.

The condition that one circle bisects the circumference of the other means that the common chord of the two circles is a diameter of one of them. The equation of the common chord is obtained by subtracting the equations of the two circles: (x2+y22r1x2r1y+r12)(x2+y22r2x2r2y+r22)=0(x^2 + y^2 - 2r_1x - 2r_1y + r_1^2) - (x^2 + y^2 - 2r_2x - 2r_2y + r_2^2) = 0 2(r2r1)x+2(r2r1)y+(r12r22)=02(r_2-r_1)x + 2(r_2-r_1)y + (r_1^2 - r_2^2) = 0 Assuming r1r2r_1 \neq r_2, we divide by r2r1r_2-r_1: 2x+2y(r1+r2)=02x + 2y - (r_1+r_2) = 0

If the common chord is a diameter of the circle with radius r2r_2, its center (r2,r2)(r_2, r_2) must lie on the common chord: 2r2+2r2(r1+r2)=02r_2 + 2r_2 - (r_1+r_2) = 0 4r2r1r2=04r_2 - r_1 - r_2 = 0 3r2=r13r_2 = r_1

This implies that one radius is three times the other. Let the radii be rr and 3r3r. Thus, {r1,r2}={r,3r}\{r_1, r_2\} = \{r, 3r\}. Using Vieta's formulas: Sum of radii: r1+r2=r+3r=4rr_1 + r_2 = r + 3r = 4r. From Vieta's formulas, r1+r2=2(a+b)r_1 + r_2 = 2(a+b). So, 4r=2(a+b)    2r=a+b4r = 2(a+b) \implies 2r = a+b. Product of radii: r1r2=r3r=3r2r_1 r_2 = r \cdot 3r = 3r^2. From Vieta's formulas, r1r2=a2+b2r_1 r_2 = a^2+b^2. So, 3r2=a2+b23r^2 = a^2+b^2.

Substitute r=a+b2r = \frac{a+b}{2} into the product equation: 3(a+b2)2=a2+b23 \left(\frac{a+b}{2}\right)^2 = a^2+b^2 3(a+b)24=a2+b23 \frac{(a+b)^2}{4} = a^2+b^2 3(a2+2ab+b2)=4(a2+b2)3(a^2 + 2ab + b^2) = 4(a^2+b^2) 3a2+6ab+3b2=4a2+4b23a^2 + 6ab + 3b^2 = 4a^2 + 4b^2 a26ab+b2=0a^2 - 6ab + b^2 = 0