If the ellipse $\dfrac{x^2}{A}+\dfrac{y^2}{B}=1$ is to enclose the circle $x^2+y^2=2y$, what values of $A,B>0$ minimize the area of the ellipse?
So far I've put the circle equation into the standard form: $x^2+(y-1)^2=1$, and I know that $A,B$ represents the length of semi-major and semi-minor axis. I'm not sure how to make sure the circle is enclosed in the ellipse.

We require the two conics to touch each other. Eliminating $x^2$ leads to the quadratic equation $$(A-B)y^2+2By-AB=0$$
Assuming $A\neq B$, applying the condition that the discriminant is zero leads to the equation $$A^2-AB+B=0$$
We now need to minimize the area $\Delta=\pi\sqrt{AB}$.
Therefore we can differentiate $$\Delta^2=\pi^2AB=\pi^2\frac{A^3}{A-1}$$
Setting the derivative to zero will give $$A=\frac 32, B=\frac 92$$
It is readily seen that this will provide the minimum area since there is no maximum. Therefore the semiaxes are $$\sqrt{A}=\sqrt{\frac 32}, \sqrt{B}=\frac{3}{\sqrt{2}}$$
The minimum ellipse area is then $$\frac{3\sqrt{3}}{2}\pi$$