Out of all the ellipses
$$\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$$
that contain the following circumference
$$x^2 + y^2 = 2y$$
determine the one that has the minimal area.
So far I've done this (in the picture), but now I'm kinda lost on using Lagrange multipliers!


The objective is simple:
minimize $ab$
The contraint is tricker.
By inspection we can guess
$b>2, b>a, a>1$
If the circle is inside the ellipse, the two curves do not intersect, and this system has:
$\frac {x^2}{a^2} + \frac {y^2}{b^2} = 1\\ x^2 +y^2 = 2y$
has no real solutions.
So, we try to find solutions, apply the quadratic formula, and then set the discriminant $\le 0.$
$x^2 + \frac {a^2}{b^2}y^2 = a^2\\ x^2 +y^2 = 2y\\ (1-\frac {a^2}{b^2})y^2 - 2y + a^2 = 0\\ y = 1 \pm \sqrt{1 - a^2(1-\frac {a^2}{b^2})}$
$1 - a^2(1-\frac {a^2}{b^2})\le 0$
And, the minimal ellipse will be when the two curves are tangent.
$a^4 + b^2 - a^2b^2 = 0$
$f(a,b,\lambda) = ab + \lambda(a^4 + b^2 - a^2b^2)\\ \nabla f = 0$
$b + 4a^3\lambda + 2ab^2\lambda= 0\\ a + 2b\lambda + 2a^2b\lambda=0\\ b^2 = 2a^4$
$a^4 +2a^4 - 2a^6 = 0\\ a^4(3 -2a^2)= 0\\ a^2= \frac 32\\ b^2 = \frac {9}{2}$
$ab = \frac {3\sqrt 3}{2}$
$\pi ab = \frac {3\sqrt 3 \pi}{2}$