I've been tasked with solving the following system of equations and it seems like I am stuck:
$$a-x^2=y$$$$a-y^2=z$$$$a-z^2=t$$$$a-t^2=x,$$where $a$ is a real number, for which $0\leq a\leq 1$. I thought the best way would be to subtract some equations from each other and the exploit $x^2-y^2=(x+y)(x-y)$. Even some estimates could be useful, since we have an estimate for $a$. However, I put this system of equations to WolframAlfa and the solutions (depending on $a$) looked very uneasy. In general, I have got very little experience in solving quadratic systems of equations like this one, could somebody please point me in the right direction? Thanks a lot!
from the first equation we get $$a-(a-x^2)^2=z$$ then we obtain $$a-(a-(a-x^2)^2)^2=t$$ $$a-(a^2+(a-x^2)^4-2a(a-x^2)^2)=t$$ and finally we obtain $$a-(a^2+(a-x^2)^4-2a(a-x^2)^2)^2=x$$ and now you can try to get $x$ and this is what i'm get: $$a^8+a^7 \left(-8 x^2-4\right)+a^6 \left(28 x^4+24 x^2+6\right)+a^5 \left(-56 x^6-60 x^4-24 x^2-6\right)+a^4 \left(70 x^8+80 x^6+36 x^4+16 x^2+5\right)+a^3 \left(-56 x^{10}-60 x^8-24 x^6-16 x^4-8 x^2-2\right)+a^2 \left(28 x^{12}+24 x^{10}+6 x^8+8 x^6+4 x^4+1\right)+a \left(-8 x^{14}-4 x^{12}-2 x^8-1\right)=x \left(-x^{15}-1\right)$$