Skip to main content
Back to Circles
JEE Main 2023
Circles
Circle
Medium

Question

Let a variable line passing through the centre of the circle x2+y216x4y=0x^2+y^2-16 x-4 y=0, meet the positive co-ordinate axes at the points AA and BB. Then the minimum value of OA+OBO A+O B, where OO is the origin, is equal to

Options

Solution

Key Concepts and Formulas

  • Equation of a Circle: The general form of a circle's equation is x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0, with center (g,f)(-g, -f).
  • Equation of a Line: The point-slope form of a line is yy1=m(xx1)y - y_1 = m(x - x_1), where (x1,y1)(x_1, y_1) is a point on the line and mm is the slope. The intercept form is xa+yb=1\frac{x}{a} + \frac{y}{b} = 1, where aa is the x-intercept and bb is the y-intercept.
  • AM-GM Inequality: For non-negative numbers aa and bb, a+b2ab\frac{a+b}{2} \ge \sqrt{ab}, with equality when a=ba = b.

Step-by-Step Solution

Step 1: Find the Center of the Given Circle

The equation of the circle is x2+y216x4y=0x^2 + y^2 - 16x - 4y = 0. We compare this to the general form x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0 to find the center.

2g=16    g=82g = -16 \implies g = -8 2f=4    f=22f = -4 \implies f = -2

The center of the circle is (g,f)=(8,2)(-g, -f) = (8, 2).

Why this step? The problem states the line passes through the center, so we need the center's coordinates to define the line.

Step 2: Write the Equation of the Variable Line

Since the line passes through (8,2)(8, 2), we can write its equation in point-slope form as y2=m(x8)y - 2 = m(x - 8). However, since we are looking for the x and y intercepts, it is easier to work with the intercept form of the line. Let the intercepts on the x and y axes be aa and bb respectively. Then the equation of the line is given by xa+yb=1\frac{x}{a} + \frac{y}{b} = 1.

Since the line passes through (8,2)(8, 2), we have 8a+2b=1\frac{8}{a} + \frac{2}{b} = 1.

Why this step? We need an equation for the line in terms of its intercepts aa and bb, so we can relate them using the fact that the line passes through the circle's center.

Step 3: Express OA + OB in terms of a and b, and apply AM-GM

We want to minimize OA+OB=a+bOA + OB = a + b. We are given that a>0a>0 and b>0b>0. From the equation in Step 2, we have 8a+2b=1\frac{8}{a} + \frac{2}{b} = 1. We wish to minimize a+ba+b subject to this constraint.

We can rewrite the constraint as 1=8a+2b=a864a2+b24b21 = \frac{8}{a} + \frac{2}{b} = \frac{a}{8} \cdot \frac{64}{a^2} + \frac{b}{2} \cdot \frac{4}{b^2}.

Alternatively, consider a+b=(a+b)(8a+2b)=8+8ba+2ab+2=10+8ba+2aba+b = (a+b)(\frac{8}{a} + \frac{2}{b}) = 8 + \frac{8b}{a} + \frac{2a}{b} + 2 = 10 + \frac{8b}{a} + \frac{2a}{b}.

Let x=a8x = \frac{a}{8} and y=b2y = \frac{b}{2}. Then 8a+2b=1\frac{8}{a} + \frac{2}{b} = 1 becomes 1x+1y=1\frac{1}{x} + \frac{1}{y} = 1, so x+y=xyx+y = xy. We want to minimize a+b=8x+2ya+b = 8x+2y.

Let's go back to 8a+2b=1\frac{8}{a} + \frac{2}{b} = 1. We want to minimize a+ba+b. Using AM-GM on 8a\frac{8}{a} and 2b\frac{2}{b} is not directly helpful. Instead, we can write a=OAa = OA and b=OBb = OB. We want to minimize a+ba+b subject to 8a+2b=1\frac{8}{a} + \frac{2}{b} = 1.

Using Cauchy-Schwarz inequality, (a+b)(8a+2b)(8+2)2=(22+2)2=(32)2=18(a+b)(\frac{8}{a} + \frac{2}{b}) \ge (\sqrt{8} + \sqrt{2})^2 = (2\sqrt{2} + \sqrt{2})^2 = (3\sqrt{2})^2 = 18. Since 8a+2b=1\frac{8}{a} + \frac{2}{b} = 1, we have a+b18a+b \ge 18. Equality holds when a8=b2\frac{a}{\sqrt{8}} = \frac{b}{\sqrt{2}}, so a22=b2\frac{a}{2\sqrt{2}} = \frac{b}{\sqrt{2}}, which implies a=2ba = 2b. Substituting into 8a+2b=1\frac{8}{a} + \frac{2}{b} = 1, we have 82b+2b=1\frac{8}{2b} + \frac{2}{b} = 1, so 4b+2b=1\frac{4}{b} + \frac{2}{b} = 1, which gives 6b=1\frac{6}{b} = 1, so b=6b = 6. Then a=2b=12a = 2b = 12. Therefore, the minimum value of OA+OB=a+b=12+6=18OA + OB = a + b = 12 + 6 = 18.

Why this step? We needed to relate a+ba+b with 8a+2b=1\frac{8}{a} + \frac{2}{b} = 1 to minimize the sum. Cauchy-Schwarz is useful here.

Step 4: Another approach From 8a+2b=1\frac{8}{a} + \frac{2}{b} = 1, we have 2b=18a=a8a\frac{2}{b} = 1 - \frac{8}{a} = \frac{a-8}{a}, so b=2aa8b = \frac{2a}{a-8}. Since b>0b>0, we must have a>8a>8. We want to minimize f(a)=a+b=a+2aa8f(a) = a + b = a + \frac{2a}{a-8}. Then f(a)=1+2(a8)2a(a8)2=1+16(a8)2=0f'(a) = 1 + \frac{2(a-8) - 2a}{(a-8)^2} = 1 + \frac{-16}{(a-8)^2} = 0. This gives (a8)2=16(a-8)^2 = 16, so a8=±4a-8 = \pm 4. Then a=12a = 12 or a=4a = 4. Since a>8a>8, we have a=12a=12. Then b=2(12)128=244=6b = \frac{2(12)}{12-8} = \frac{24}{4} = 6. So a+b=12+6=18a+b = 12+6 = 18. f(a)=32(a8)3f''(a) = \frac{32}{(a-8)^3}. Since a=12a=12, f(12)=3243>0f''(12) = \frac{32}{4^3} > 0, so we have a minimum at a=12a=12.

Why this step? This approach uses calculus to find the minimum. We needed to relate a and b, and find the critical points of the function.

Common Mistakes & Tips

  • Sign Errors: Be careful with signs when finding the center of the circle and dealing with the slope.
  • Constraint Overlook: Don't forget the constraint that the intercepts must be positive. This is crucial for determining the range of possible slopes.
  • AM-GM Application: Correctly applying AM-GM or Cauchy-Schwarz is important for finding the minimum value. Make sure the conditions for equality can be satisfied.

Summary

We found the center of the circle and used it to relate the x and y intercepts aa and bb of a line passing through the center. We used Cauchy-Schwarz inequality to minimize a+ba+b subject to the constraint 8a+2b=1\frac{8}{a} + \frac{2}{b} = 1, obtaining a minimum value of 18. We also verified this using calculus.

Final Answer

The final answer is \boxed{18}, which corresponds to option (D).

Practice More Circles Questions

View All Questions
Let a variable line passing through the centre of the circle... | JEE Main 2023 Circles | JEE Main - Mathematicon