As far as I understand, Lagrangian multiplier $\lambda$ can take negative and positive values. For the positive values, we find maximum point. For the negative values, we find minimum point.
I think that we cannot find minimum point by using Lagrangian multipliers for this functions:
$f(x, y) = x^2y^2$
$g(x, y) = x^2 + y^2 = 1$
I aim to find minimum and maximum point of $f$ under the condition $g$.
When I apply Lagrangian method, I could find only this solution:
$x = \sqrt\lambda$
$y = \sqrt\lambda$
When I substituted these equalities in $g(x, y)$, I found $\lambda = 1/2$, and $f(x, y) = 1/4$.
What do you think about this ?
There is only positive Lagrangian value, and it makes function $f(x, y)$ produce $1/4$. Is this maximum value or minimum value ? I think it is maximum point.


You have found the maximum.
When solving the Euler-Lagrange equations, you ignored that the derivatives of the Lagrangian with respect to $x$ and $y$ can also be zero when $(x,y)=(0,\sqrt\lambda)$ or $(x,y)=(\sqrt\lambda,0)$. Then you get $\lambda=1$, and $$f(x,y)=0$$which is the minimum.