Exercise 5.5.9 (Quadratic form $dxy + eyz + fzx$)

In diagonalizing a quadratic form by repeatedly completing the square, we encounter a problem if a = b = c = 0 . Show that a quadratic form of the shape dxy + eyz + fzx always takes the value 0 nontrivially. Explain what happens if you put x = u + v , y = u v . Similarly, show that any form of the shape a x 2 + eyz takes the value 0 nontrivially.

Answers

Proof. Put f ( x , y , z ) = dxy + eyz + fzx . Then f ( 1 , 0 , 0 ) = 0 , so f takes the value 0 nontrivially.

Suppose that f 0 . Then ( d , e , f ) ( 0 , 0 , 0 ) . Assume for instance that d 0 . The linear change of variables x = u + v , y = u v , z = w transforms the form f in

g ( u , v , w ) = f ( u + v , u v , w ) = d ( u 2 v 2 ) + e ( u v ) w + fw ( u + v ) = d u 2 d v 2 + ( e + f ) uw + ( e + f ) vw .

Since d 0 , we can diagonalize g by completing the square. Therefore we can diagonalize f .

Using formula (1) in Problem 3 (and Sagemath), this gives

g ( u , v ) = 1 4 d ( 2 u + ( e + f ) w d ) 2 1 4 d ( 2 v + ( e f ) w d ) 2 1 4 ( ( e + f ) 2 d ( e f ) 2 d ) w 2 ,

thus (if d 0 )

f ( x , y ) = 1 4 d ( x + y + ( e + f ) z d ) 2 1 4 d ( x y + ( e f ) z d ) 2 1 4 ( ( e + f ) 2 d ( e f ) 2 d ) z 2 = 1 4 d ( x + y + ( e + f ) z d ) 2 1 4 d ( x y + ( e f ) z d ) 2 ef d z 2 .

Finally, if f ( x , y , z ) = a x 2 + eyz , then f ( 0 , 0 , 1 ) = 0 , so f takes the value 0 nontrivially. □

User profile picture
2025-05-01 08:44
Comments