Reduce 8x2−4xy+5y2 to its normal canonical form.
It is possible to solve this problem using orthogonal transformation.
Let it be a matrix A such that
A=[coefx1221coefx2x121coefx1x2coefx22]
Remembering that x1x2=x2x1 it is possible to calculate A:
A=[8−2−25]
To express the given quadratic form in canonical form it is necessary to diagonalize matrix A, that can be done by the following formula:
M−1AM=D,
where M is normilized eigenvectors matrix and D is diagonalized matrix A.
To find M it is necessary to find eigenvalues and eigenvectors of matrix A:
det(λI−A)=0⇔∣∣λ−822λ−5∣∣=(λ−8)(λ−5)−4=λ2−13+36=0
This equation can be solved with usage of Vieta's formulas:
{λ1+λ2=13λ1⋅λ2=36∣∣⇒{λ1=4λ2=9
Eigenvector, corresponding to eigenvalue λi can be found with solving the following equation:
Avi=λivi,
where vi is eigenvector.
1. Eigenvector, corresponding to eigenvalue λ1=4:
Av1=λiv1⇔{8v11−2v12=4v11−2v11+5v12=4v12∣∣⇔{v12=2v11−2v11+10v11=8v11∣∣⇔{v12=2v118v11=8v11∣∣⇔{v12=2v11v11−any number
Let v11=1 , so v12=2v11=2, so normilized vector v1 can be found as:
v1=⎣⎡v112+v122v11v112+v122v12⎦⎤=[12+22112+222]=[5152]
2. Eigenvector, corresponding to eigenvalue λ2=9:
Av2=λiv2⇔{8v21−2v22=9v21−2v21+5v22=9v12∣∣⇔{v22=−21v21−2v21−25v21=−29v21∣∣⇔{v22=−21v21−29v21=−29v21∣∣⇔{v22=−21v21v21−any number
Let v21=1 , so v22=−21v21=−21, so normilized vector v2 can be found as:
v2=⎣⎡v212+v222v21v212+v222v22⎦⎤=⎣⎡12+(−21)2112+(−21)2−21⎦⎤=[52−51]
Combining v1 and v2 it is possible to get M:
M=[v1v2]=[515252−51]=51⋅[122−1]
Inverse matrix M−1 can be found as:
M−1=detM1⋅51[−1−2−21]T=detM1⋅51[−1−2−21]
Determinant of matrix M equals to:
detM=51⋅(−51)−52⋅52=−51−54=−1
So, inverse matrix M−1 is equal to:
M−1=detM1⋅51[−1−2−21]=−11⋅51[−1−2−21]=51[122−1]
So, matrix D equals to:
D=M−1AM=51[122−1]⋅[8−2−25]⋅51[122−1]=51⋅[122−1]⋅[8−2−25]⋅[122−1]=51[4188−9]⋅[122−1]=51⋅[200045]=[4009]
So, the canonical form can be found as:
D11x^2+D22y^2=4x^2+9y^2
Answer: 4x^2+9y^2
Comments