I would like to get a min value of the parabola expression $x^2+(4-2x)^2$ with AM-GM inequality. ($x$ is a real number)
$$x^2+(4-2x)^2\geq 2\sqrt{x^2(4-2x)^2 }$$ with equality when $x^2=(4-2x)^2$.
But it gives a wrong value. Why can't we get a correct min value with AM-GM inequality although both $x^2$and $(4-x)^2$ are non negative real numbers?
The AM-GM rule is not for a minimum value of a function. It just says that when $$x^2=(4-2x)^2$$ The two sides becomes equal.
You can test it with $$y=x^2+1^2 \geq 2|x|$$ If you draw the two curves, you will see the minimum point $(0,1)$ is below the $2$ equability points at $x = \pm 1$.
Hope this explained you question.