Assuming typo error, and modifying the condition of the question into
"Reduce the quadratic form 8x2+7y2+3z2−12xy−8yz+4zx
to the canonical form through orthogonal transformation and hence show it is positive semi-definate"
Solution
Converting to matrix form
A= ⎣⎡8−62−67−42−43⎦⎤
Characteristic equation
det ∣∣A−λI∣∣=0
det ∥∥8−λ−62−67−λ−42−43−λ∥∥ =0...(i)
Characteristic polynomial
λ3−D1λ2+D2λ−D3=0
Where D1= sum of main diagonal element
=8+7+3=18
D2= sum of minors of the main diagonal element
D2=∣∣7−4−43∣∣ + ∣∣8223∣∣ +
∣∣8−6−67∣∣ =5+20+20=45
D3= Det ∣A∣ = 8(21−16)−
-6(−18+8)+2(56−36) =
Characteristic equation is
λ3−18λ2+45λ=0
Solving for λ;
λ=0,λ=3,λ=15
Finding Eigenvector
Case 1 λ=0
rref⎝⎛8−62−67−42−43⎠⎞ =
⎝⎛10001021−10⎠⎞
⎝⎛1000102−1−10⎠⎞⎝⎛xyz⎠⎞ =
⟹x=21z
y=z
Vector =⎝⎛2111⎠⎞ =⎝⎛122⎠⎞
Case 2 λ=3, substituting λ=3 in.....(i)
⎝⎛5−62−64−42−40⎠⎞⎝⎛xyz⎠⎞ =0
Using rref of the matrix
⎝⎛1000101210⎠⎞ ⎝⎛xyz⎠⎞ =0
⟹x=−z
y=2−1z let z=1
Vector is ⎝⎛−12−11⎠⎞ =⎝⎛−2−12⎠⎞
Case 3, λ=15, substituting λ=15 in .....(i)
⎝⎛−7−62−6−8−42−4−12⎠⎞⎝⎛xyz⎠⎞ =0,using rref form
⎝⎛100010−220⎠⎞⎝⎛xyz⎠⎞ =0
⟹x=2z
y=−2z let z=1
Vector is ⎝⎛2−21⎠⎞
Orthonormal matrix from unit eigenvectors
Q=31 ⎝⎛122−2−122−21⎠⎞
Diagonalizing matrix
D=QTAQ=
91 ⎝⎛1−222−1−2221⎠⎞⎝⎛8−62−67−42−43⎠⎞⎝⎛122−2−122−21⎠⎞
=⎝⎛0000300015⎠⎞
Orthogonal transformation reduce the quadratic form to canonical form
3y22+15y32
Nature of quadratic form
Contain a zero, eigenvalue and 2 eigenvalue >1
Therefore it is positive semi-definate
Comments