Determine whether the polynomial x²+2y²+4xy+2yz+6xz is a quadratic form and if so write it in the form X^T AX, where A is a symmetric matrix.
1
Expert's answer
2022-05-16T11:29:39-0400
By definition, quadratic form is a polynomial with terms all of degree two. Thus, p=x2+2y2+4xy+2yz+6xz is a quadratic form. Denote:X=⎝⎛xyz⎠⎞. The aim is to find the matrix A=⎝⎛a11a12a13a12a22a23a13a23a33⎠⎞ satisfying p=(xyz)⎝⎛a11a12a13a12a22a23a13a23a33⎠⎞⎝⎛xyz⎠⎞.
The right side of the latter equality is: 2xya12+2xza13+2yza23+a11x2+a22y2+a33z2.
By comparing the coefficients of the latter expression and p, we get: a11=1, a12=2, a13=3, a22=2, a23=1, a33=0. Thus, A=⎝⎛123221310⎠⎞.
Answer: p=x2+2y2+4xy+2yz+6xz can be presented as: p=X⊤AX, where X=⎝⎛xyz⎠⎞, A=⎝⎛123221310⎠⎞.
Comments