Question
Question: Let the ellipse $\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$ contains the circle $(x-1)^2+y^2=1$ and has leas...
Let the ellipse a2x2+b2y2=1 contains the circle (x−1)2+y2=1 and has least area. If a2+b2=2n, then find the value of n∈N.
5
2
4
3
3
Solution
The ellipse is
a2x2+b2y2=1,and it must contain the circle
(x−1)2+y2=1.For the ellipse of minimum area (i.e. minimum πab) that contains the circle, the circle will be tangent to the ellipse. At the tangency point (x,y) on the circle, we have
a2x2+b2y2=1and(x−1)2+y2=1.Using the method of Lagrange multipliers to maximize
f(x,y)=a2x2+b2y2subject to
g(x,y)=(x−1)2+y2=1,we obtain the conditions (for y=0):
a22x−2λ(x−1)=0,b22y−2λy=0.For y=0 the second equation gives λ=b21. Plugging into the first gives:
a2x=b2x−1⟹x=a2−b2a2.Let a2=k and b2=d with k>d. Then the tangency condition and the circle’s equation lead (after some algebra) to the relation
d(k−d−1)=k−d.Writing D=k−d (with D>0) the equation becomes:
d(D−1)=D⟹d=D−1D.Thus,
a2=k=D+d=D+D−1D=D−1D2,b2=D−1D.The ellipse’s area (ignoring π) is proportional to ab=a2b2=D−1DD.
To minimize the area, differentiate f(D)=D−1D3/2 with respect to D. Calculating,
f′(D)=(D−1)2D1/2[(D−1)(23)−D].Setting the numerator to zero:
D1/2[23(D−1)−D]=0⟹23(D−1)−D=0.Solving,
23D−3−2D=0⟹D−3=0⟹D=3.Substitute D=3 back:
a2=3−132=29,b2=23.Thus,
a2+b2=29+23=212=6.Since a2+b2=2n, we have:
2n=6⟹n=3.Answer: Option (4) 3
Explanation (minimal):
Set up the tangency condition between the ellipse and circle using Lagrange multipliers. Derive x=a2−b2a2 and, after algebra, express a2 and b2 in terms of D=a2−b2. Minimize the area function D−1D3/2 with respect to D and find D=3. This yields a2+b2=6=2n, so n=3.