Solveeit Logo

Question

Question: P is a point (a,b) in the first quadrant. If the two circles which pass through P and touch both the...

P is a point (a,b) in the first quadrant. If the two circles which pass through P and touch both the co-ordinate axes cut at right angles, then :

A

a² - 6ab + b² = 0

B

a² + 2ab - b² = 0

C

a² - 4ab + b² = 0

D

a² - 8ab + b² = 0

Answer

a² - 4ab + b² = 0

Explanation

Solution

Let the equations of the two circles be (xr1)2+(yr1)2=r12(x-r_1)^2 + (y-r_1)^2 = r_1^2 and (xr2)2+(yr2)2=r22(x-r_2)^2 + (y-r_2)^2 = r_2^2. Since P(a,b) lies on both circles, we have (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. The roots of this quadratic are r1r_1 and r2r_2. From Vieta's formulas, r1+r2=2(a+b)r_1+r_2 = 2(a+b) and r1r2=a2+b2r_1r_2 = a^2+b^2. The general equation of a circle is x2+y2+2gx+2fy+c=0x^2+y^2+2gx+2fy+c=0. For the two circles, the centers are (r1,r1)(-r_1, -r_1) and (r2,r2)(-r_2, -r_2), and the radii are r1r_1 and r2r_2. The conditions for the circles are: Circle 1: g1=r1g_1 = -r_1, f1=r1f_1 = -r_1, c1=r12c_1 = r_1^2. Circle 2: g2=r2g_2 = -r_2, f2=r2f_2 = -r_2, c2=r22c_2 = r_2^2. For two circles to intersect at right angles, the condition is 2g1g2+2f1f2=c1+c22g_1g_2 + 2f_1f_2 = c_1+c_2. Substituting the values: 2(r1)(r2)+2(r1)(r2)=r12+r222(-r_1)(-r_2) + 2(-r_1)(-r_2) = r_1^2 + r_2^2. 4r1r2=r12+r224r_1r_2 = r_1^2 + r_2^2. We know r12+r22=(r1+r2)22r1r2r_1^2 + r_2^2 = (r_1+r_2)^2 - 2r_1r_2. So, 4r1r2=(r1+r2)22r1r24r_1r_2 = (r_1+r_2)^2 - 2r_1r_2. 6r1r2=(r1+r2)26r_1r_2 = (r_1+r_2)^2. Substitute r1+r2=2(a+b)r_1+r_2 = 2(a+b) and r1r2=a2+b2r_1r_2 = a^2+b^2: 6(a2+b2)=(2(a+b))26(a^2+b^2) = (2(a+b))^2 6(a2+b2)=4(a2+2ab+b2)6(a^2+b^2) = 4(a^2+2ab+b^2) 3(a2+b2)=2(a2+2ab+b2)3(a^2+b^2) = 2(a^2+2ab+b^2) 3a2+3b2=2a2+4ab+2b23a^2 + 3b^2 = 2a^2 + 4ab + 2b^2 a24ab+b2=0a^2 - 4ab + b^2 = 0.