Question #46094

a) Let a quadratic form have the expression x
2
+ y
2
+ 2z
2
+ 2xy + 3xz with respect to the
standard basis B
1 = f(1; 0; 0); (0; 1; 0); (0; 0; 1)g. Find its expression with respect to the
basis B
2 = f(1; 1; 1); (0; 1; 0); (0; 1; 1)g (3)
b) Consider the quadratic form
Q : 2x
2
4xy + y
2
+ 4xz + 3z
2
i) Find a symmetric matrix A such that Q = X
t
AX .
ii) Find the orthogonal canonical reduction of the quadratic form.
iii) Find the principal axes of the form.
iv) Find the rank and signature of the form. (5)
1

Expert's answer

2014-10-22T00:56:01-0400

Answer on Question #46094-Engineering-Other

a) Let a quadratic form have the expression x2+y2+2z2+2xy+3xzx^{2} + y^{2} + 2z^{2} + 2xy + 3xz with respect to the standard basis B1={(1,0,0),(0,1,0),(0,0,1)}B_{1} = \{(1,0,0),(0,1,0),(0,0,1)\}. Find its expression with respect to the basis B2={(1,1,1),(0,1,0),(0,1,1)}B_{2} = \{(1,1,1),(0,1,0),(0,1,1)\}.

b) Consider the quadratic form Q:2x2+y2+3z24xy+4xzQ: 2x^{2} + y^{2} + 3z^{2} - 4xy + 4xz

i) Find a symmetric matrix AA such that Q=XtAXQ = X^{t}AX.

ii) Find the orthogonal canonical reduction of the quadratic form.

iii) Find the principal axes of the form.

iv) Find the rank and signature of the form.

Solution

a) (xyz)=x(111)+y(010)+z(011)=(xx+y+zx+z)\begin{pmatrix} x \\ y \\ z \end{pmatrix} = x' \begin{pmatrix} 1 \\ 1 \\ 1 \end{pmatrix} + y' \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix} + z' \begin{pmatrix} 0 \\ 1 \\ 1 \end{pmatrix} = \begin{pmatrix} x' \\ x' + y' + z' \\ x' + z' \end{pmatrix}.

The expression of a quadratic form with respect to the basis B2B_{2} is


x2+(x+y+z)2+2(x+z)2+2x(x+y+z)+3x(x+z)=9x2+y2+3z2+4xy+11xz+2yz.\begin{aligned} x'^{2} + (x' + y' + z')^{2} + 2(x' + z')^{2} + 2x'(x' + y' + z') + 3x'(x' + z') &= 9x'^{2} + y'^{2} + 3z'^{2} + 4x'y' + 11x'z' + 2y'z'. \end{aligned}


b) i) A=(222210203)A = \begin{pmatrix} 2 & -2 & 2 \\ -2 & 1 & 0 \\ 2 & 0 & 3 \end{pmatrix}.

ii) The characteristic equation for QQ is λ3D1λ2+D2λD3=0\lambda^3 - D_1\lambda^2 + D_2\lambda - D_3 = 0.


D1=2+1+3=6;D2=2221+1003+2223=3.D3=A=10.\begin{aligned} D_{1} &= 2 + 1 + 3 = 6; \\ D_{2} &= \left| \begin{array}{cc} 2 & -2 \\ -2 & 1 \end{array} \right| + \left| \begin{array}{cc} 1 & 0 \\ 0 & 3 \end{array} \right| + \left| \begin{array}{cc} 2 & 2 \\ 2 & 3 \end{array} \right| = 3. \\ D_{3} &= |A| = -10. \end{aligned}


Hence


λ36λ2+3λ+10=0.\lambda^{3} - 6\lambda^{2} + 3\lambda + 10 = 0.


Easy to see that λ=1\lambda = -1 is the root of equation.


λ36λ2+3λ+10=(λ+1)(λ27λ+10)=(λ+1)(λ2)(λ5).\lambda^{3} - 6\lambda^{2} + 3\lambda + 10 = (\lambda + 1)(\lambda^{2} - 7\lambda + 10) = (\lambda + 1)(\lambda - 2)(\lambda - 5).


Therefore the orthogonal canonical reduction of the quadratic form is


Q=(xyz)(100020005)(xyz)=x2+2y2+5z2.Q = \begin{pmatrix} x' & y' & z' \end{pmatrix} \begin{pmatrix} -1 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 5 \end{pmatrix} \begin{pmatrix} x' \\ y' \\ z' \end{pmatrix} = -x'^{2} + 2y'^{2} + 5z'^{2}.


iii) λ=1\lambda = -1

(2+12221+10203+1)(xyz)=(000)(xyz)=(112).\begin{pmatrix} 2 + 1 & -2 & 2 \\ -2 & 1 + 1 & 0 \\ 2 & 0 & 3 + 1 \end{pmatrix} \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix} \to \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 1 \\ 1 \\ -2 \end{pmatrix}.


The principal axis is 16(112)\frac{1}{\sqrt{6}} \begin{pmatrix} 1 \\ 1 \\ -2 \end{pmatrix}.


λ=2\lambda = 2(222221202032)(xyz)=(000)(xyz)=(122).\begin{pmatrix} 2 - 2 & -2 & 2 \\ -2 & 1 - 2 & 0 \\ 2 & 0 & 3 - 2 \end{pmatrix} \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix} \to \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 1 \\ -2 \\ -2 \end{pmatrix}.


The principal axis is 13(122)\frac{1}{3}\begin{pmatrix} 1 \\ -2 \\ -2 \end{pmatrix} .


λ=5\lambda = 5(252221502035)(xyz)=(000)(xyz)=(212).\left( \begin{array}{c c c} 2 - 5 & - 2 & 2 \\ - 2 & 1 - 5 & 0 \\ 2 & 0 & 3 - 5 \end{array} \right) \left( \begin{array}{c} x \\ y \\ z \end{array} \right) = \left( \begin{array}{c} 0 \\ 0 \\ 0 \end{array} \right) \to \left( \begin{array}{c} x \\ y \\ z \end{array} \right) = \left( \begin{array}{c} - 2 \\ 1 \\ - 2 \end{array} \right).


The principal axis is 13(212)\frac{1}{3}\begin{pmatrix} -2 \\ 1 \\ -2 \end{pmatrix} .

v) The rank is 3 and signature is 1+1+1=1-1 + 1 + 1 = 1 .

http://www.AssignmentExpert.com/


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!
LATEST TUTORIALS
APPROVED BY CLIENTS