$$\begin{array}{ll} \text{extremize} & f(x,y) := 2 y \sqrt{y^2 - x^2}\\ \text{subject to} & \pi x^2 y = 450\end{array}$$
WolframAlpha says that the minimum is $0$, but the Lagrange multipliers method fails. The Lagrangian is
$$L = 2y\sqrt{y^2-x^2}+\lambda\left(\pi x^2y-450\right)$$
and
$$\begin{aligned} \frac{\partial L}{\partial x} &= -\frac{2xy}{\sqrt{y^2-x^2}}+2\pi\lambda xy\\ \frac{\partial L}{\partial y} &= 2\sqrt{y^2-x^2}+\frac{2y^2}{\sqrt{y^2-x^2}}+\pi\lambda x^2\\ \frac{\partial L}{\partial \lambda} &= \pi x^2y-450 \end{aligned}$$
This system only has solutions, where the function is undefined.
Lagrange multipliers are useful for exploring open sets. In this case, your domain $y^2 \geq x^2$ is not open. Therefore the boundary $y^2 = x^2$ should be explored on its own. In those points you get: $$f(x,y) = 0$$ which is indeed the minimum. To find which point you want substitute in your extra equation $x$ by $y^2$