Find all the pairs (a,b) of real numbers such that whenever
α is a root of x^2 + ax + b = 0, α^2 - 2 is also a root of the equation.
Hello,
Rought method :
can be factored into
where
and
are the roots of the equation.
-->
Developping the RHS, we get :
--> a^2+a-2=-a and a^3-2a=b
--------------------------
Other method that will end up at the same point as above
In an equation x²+mx+n=0, the sum of the roots is -m and the product of the roots is n.
Here, we have x²+ax+b=0 and roots a and a²-2.
Therefore (a²+a-2)=-a and a^3-2a=b
--------------------------
a²+a-2=-a ------> a²+2a-2=0.
Completing the square :
a²+2a+1-3=0 ------> (a+1)²=3 -----> a+1=+ or - sqrt(3) ---->and
And then calculateand
![]()