Exercise 2.4.6

This exercise will describe how to solve quadratic equations over a field F of characteristic 2.

(a)
Given b F , we will assume there is a larger field F L such that b = β 2 for some β L . Show that β is unique and that β is the unique root of x 2 + b . Because of this, we denote β by b .
(b)
Now suppose that f = x 2 + ax + b is a quadratic polynomial in F [ x ] with a 0 . Suppose also that f is irreducible over F , so that it has no roots in F . We will see in Chapter 3 that f has a root α in a field L containing F . Prove that α cannot be written in the form α = u + v w , where u , v , w F .
(c)
Part (b) shows that solving a quadratic equation with nonzero x -coefficient requires more than square roots. We do this as follows. If b F , let R ( b ) denote a root of x 2 + x + b (possibly lying in some larger field). We call R ( b ) and R ( b ) + 1 the 2 -roots of b . Prove that the roots of x 2 + x + b are R ( b ) and R ( b ) + 1 , and explain why adding 1 to the second 2 -root gives the first.
(d)
Show that the roots of f = x 2 + ax + b , a 0 , are aR ( b a 2 ) and a ( R ( b a 2 ) + 1 ) .

Answers

Proof.

(a)
Let L an extension of F and β L such that β 2 = b .

As x 2 b = x 2 β 2 = ( x β ) 2 , β is the unique root of x 2 b = x 2 + b . We write β = b L .

(b)
Suppose that f = x 2 + ax + b , a 0 is irreducible on F . As deg ( f ) = 2 , this is equivalent to the fact that f has no root in F . f has a root α in an extension L F .

If α = u + v w , u , v , w F , then v 0 , otherwise α F , in contradiction with the irreducibility of f .

Then

0 = α 2 + + b = u 2 + w v 2 + a ( u + v w ) + b = u 2 + w v 2 + au + b + av w = s + t w ,

where s = u 2 + w v 2 + au + b F , t = av F , t 0 .

Thus w = s t F , so α F , in contradiction with the irreducibility of f .

Conclusion : α = u + v w , u , v , w F is impossible.

(c)
Write R ( b ) a root of x 2 + x + b in an extension of F .

As R ( b ) 2 + R ( b ) + b = 0 , ( R ( b ) + 1 ) 2 + ( R ( b ) + 1 ) + b = R ( b ) 2 + 1 + R ( b ) + 1 + b = R ( b ) 2 + R ( b ) + b = 0 .

As R ( b ) + 1 + 1 = R ( b ) , the two (distinct) roots of x 2 + x + b are R ( b ) , R ( b ) + 1 , and σ : x x + 1 exchanges the two roots.

(d)

For all y L ,

f ( y ) = 0 y 2 + ay + b = 0 ( y a ) 2 + ( y a ) + b a 2 = 0 y a { R ( b a 2 ) , R ( b a 2 ) + 1 } y { aR ( b a 2 ) , a [ R ( b a 2 ) + 1 ] } .

The roots of x 2 + ax + b , a 0 are so aR ( b a 2 ) , a [ R ( b a 2 ) + 1 ] .

User profile picture
2022-07-19 00:00
Comments