Show that if $2x + 4y = 1$ where $$x, y \in \mathbb R $$, then $$x^2+y^2\ge \frac{1}{20}$$
I did this exercise using the Cauchy inequality, I do not know if I did it correctly, so I decided to publish it to see my mistakes. Thank you!
If $x=2$ and $y=4$, then $$(2^2+4^2)(x^2+y^2)\ge (2x+4y)^2$$ iff $$\frac{x}{2}=\frac{y}{4}$$, then $$20\ge(2x+4y)^2$$ $$-4.47\le2x+4y\le4.47$$
You have one big confusion here. It is always true:$$(2^2+4^2)(x^2+y^2)\ge (2x+4y)^2$$ with equality iff $\frac{x}{2}=\frac{y}{4}$. Now, since $2x+4y=1$ we get $$20(x^2+y^2)\ge 1$$ so $$x^2+y^2\ge \frac{1}{20}$$ and you are done.
Now if you are interested when eqaulity ocurres then just plug $y=2x$ in $2x+4y=1$ and you get $y=1/10$ and $x=1/5$.