Solve in real number the system of equations $\begin{cases}x^2 = y+2 \\ y^2 = z+2 \\ z^2 = x+2 \end{cases}$
The solution given to me says the following:
If we eliminate $y$ and $z$, we obtain a polynomial, $P$, of degree $8$ in $x$. Clearly this not an efficient way to proceed. Let $x = 2\cos t,\ 0 \leq t \leq \pi$...
Why are we allowed to make this trignometric substitution? To me, this is saying I can represent any real number $x$ by the trig function $2\cos t$ on the domain $t \in \left [ 0, \pi\right]$ because $x$ is supposed to be any real number. But, $|2\cos t|$ is at most $2$ on that interval. So why are we allowed to do this substitution if I cannot represent every real number with that trig function?
Because $x\geq-2$, $y\geq-2$ and $z\geq-2$ and if $x>2$ so $z^2>2+2=4,$ which gives $z>2$ and from here $y>2,$ which is a contradiction because $$6=\sum_{cyc}(x^2-x)>6.$$ We used that $x^2-x$ increases for $x>2$.
Id est, we got $$\{x,y,z\}\subset[-2,2].$$ Also, $\cos$ decreases on $[0,\pi]$, which says that the substitution $x=2\cos{t}$ is correct.