0

It is clear that: $x² - 2px + q = (x-p)² - p²+q = 0 $

The equation $(E)$ becomes: $ (x - p)² = p² - q $

Also, we have the equation $x²=a$ admits solutions if and only if $a = 0,1, 4, 9$ (Am I correct?)

Which means $(E)$ admits solutions only if $p²-q \in \{0, 1, 4, 9\} $ (Am I correct?)

The next question was to solve the equation $ x^4+3x²+4 = O $ in $\mathbb{Z_{11}}$.

$x^4+3x²+4 = 0 \iff (x²-2)² = -x² - 3 $

I am unable to proceed to solve this because $ x $ is in both sides. How can I proceed?

Thank you.

1 Answers1

1

Hint:

Do as for all biquadratic equations: set $y=x^2$, and solve for $\;y^2+3y+4=0$ first. Then check whether the found roots are squares.

*Some details:

The discriminant is $\;\Delta=9-16=-7=4=(\pm2)^2$. On the other hand, $2^{-1}=6$, so $$y=\frac{-3\pm 2}2=\begin{cases}-5\cdot 6=3,\\-1\cdot 6=5.\end{cases}$$

Bernard
  • 175,478