$∀x ∃y P(x, y)$
For every $x$ there exists a $y…$
This is true, because for every number $x$ there exists at least one number $y$ for the statement to be true. For example, we can choose $x=100$ and $y =10.$
$∀y ∃x P(x, y)$
?
$∃x ∀y P(x, y)$
There exists a $x$ (such that) for every $y…,$
This is true, we can increment $x$ and $y$ to infinite, and every time the statement will stay true. If we set an end to the infinite and give the largest number possible to $x,$ that number will hold true for any possible $y.$
$∃y ∀ x P(x, y)$
There exists a $y$ (such that) for every $x…,$ means that there is a $y$ that is less than $x^2$ for every possible $x.$ This is true because we can give $y$ a negative value, whatever value we will give $x$ will still be more than any negative value because it is quadratic.
Is this how you correctly understand quantifiers? Or am I understanding wrongly?