Show that if $x=-1$ is a solution of $x^{3}-2bx^{2}-a^{2}x+b^{2}=0$, then $1-\sqrt{2}\le b\le1+\sqrt{2}$

56 Views Asked by At

$$x^{3}-2bx^{2}-a^{2}x+b^{2}=0$$ Show that if $x=-1$ is a solution, then $1-\sqrt{2}\le b\le1+\sqrt{2}$


I subbed in the solution $x=-1$, completed the square, and now I'm left with the equation $\left(a-1\right)^{2}+b^{2}=2$

1

There are 1 best solutions below

0
On BEST ANSWER

You seem to have made a mistake during simplification and/or completing the square.

Substituting $x = -1$ into the given equation, we get

$$\begin{align*} -1 - 2b + a^2 + b^2 &= 0 \\[0.3cm] \Rightarrow \;\;\;\;\;\;a^2 + (b-1)^2 &= 2 \end{align*}$$

Since $a^2 \ge 0$,

$$\begin{align*} (b-1)^2 &\le 2 \\[0.3cm] \end{align*}$$

Can you take it from here?