Question #42305

a) Check whether the forms 2x^2+3y^2+5z^2−4xz−6yz and 4x^2+3y^2+z^2−6xy−2xz are orthogonally equivalent.
b) Use Gram-Schmidt orthogonalisation process to find an orthonormal basis for the subspace of C^4 generated by the vectors (1,i,0,−i), (−i,0,1,2) and (0,−i,1,1).
c) Which of the following matrices are Hermitian and which are Unitary? Justify your answer.

A= 1 i 0 B= 1/√2 0 -1/√2
-i 1 1-i 0 1 0
0 1+i 2 √2i 0 √2i

Expert's answer

Answer on Question #42305 – Math – Linear Algebra

a) Check whether the forms 2x2+3y2+5z24xz6yz2x^{2} + 3y^{2} + 5z^{2} - 4xz - 6yz and 4x2+3y2+z26xy2xz4x^{2} + 3y^{2} + z^{2} - 6xy - 2xz are orthogonally equivalent.

b) Use Gram-Schmidt orthogonalisation process to find an orthonormal basis for the subspace of C4\mathbb{C}^4 generated by the vectors (1,i,0,i)(1,i,0,-i), (i,0,1,2)(-i,0,1,2) and (0,i,1,1)(0,-i,1,1).

c) Which of the following matrices are Hermitian and which are Unitary? Justify your answer.


A=(1i0i11i01+i2),B=(120120102i02i).A = \left( \begin{array}{ccc} 1 & i & 0 \\ -i & 1 & 1 - i \\ 0 & 1 + i & 2 \end{array} \right), B = \left( \begin{array}{ccc} \frac{1}{\sqrt{2}} & 0 & -\frac{1}{\sqrt{2}} \\ 0 & 1 & 0 \\ \sqrt{2}i & 0 & \sqrt{2}i \end{array} \right).

Solution

a) Two quadratic forms are called orthogonally equivalent, if there exists an orthogonal transformation from one to another. It is known that two quadratic forms are orthogonally equivalent if the characteristic polynomials of their matrices are the same (since the orthogonal transformation doesn't change the characteristic polynomial of the matrix).


q1=2x2+3y2+5z24xz6yz,q2=4x2+3y2+z26xy2xz.q_1 = 2x^2 + 3y^2 + 5z^2 - 4xz - 6yz, q_2 = 4x^2 + 3y^2 + z^2 - 6xy - 2xz.


Their matrices are AA and BB, respectively the following:


A=(202033235),B=(431330101).A = \left( \begin{array}{ccc} 2 & 0 & -2 \\ 0 & 3 & -3 \\ -2 & -3 & 5 \end{array} \right), B = \left( \begin{array}{ccc} 4 & -3 & -1 \\ -3 & 3 & 0 \\ -1 & 0 & 1 \end{array} \right).PA(t)=det(AtE)=2t0203t3235t=expand over 1st row=(2t)3t3035t203t23=(2t)((3t)(5t)(3)(3))2(0(3)(2)(3t))=(2t)(68t+t2)2(62t)=1216t+2t26t+8t2t312+4t=t3+10t218t.\begin{array}{l} P_A(t) = \det(A - tE) = \left| \begin{array}{ccc} 2 - t & 0 & -2 \\ 0 & 3 - t & -3 \\ -2 & -3 & 5 - t \end{array} \right| = |expand\ over\ 1st\ row| \\ = (2 - t) \left| \begin{array}{ccc} 3 - t & -3 & 0 \\ -3 & 5 - t \end{array} \right| - 2 \left| \begin{array}{cc} 0 & 3 - t \\ -2 & -3 \end{array} \right| \\ = (2 - t) \big((3 - t)(5 - t) - (-3)(-3)\big) - 2\big(0 \cdot (-3) - (-2)(3 - t)\big) \\ = (2 - t)(6 - 8t + t^2) - 2(6 - 2t) = 12 - 16t + 2t^2 - 6t + 8t^2 - t^3 - 12 + 4t \\ = -t^3 + 10t^2 - 18t. \end{array}PB(t)=det(BtE)=4t3133t0101t=expand over 3rd row=(1)313t0+(1t)4t333t=(30(3t)(1))+(1t)((4t)(3t)(3)(3))=(3t)+(1t)(37t+t2)=3+t+37t+t23t+7t2t3=t3+8t29t.\begin{array}{l} P_B(t) = \det(B - tE) = \left| \begin{array}{ccc} 4 - t & -3 & -1 \\ -3 & 3 - t & 0 \\ -1 & 0 & 1 - t \end{array} \right| = |expand\ over\ 3rd\ row| \\ = (-1) \left| \begin{array}{cc} -3 & -1 \\ 3 - t & 0 \end{array} \right| + (1 - t) \left| \begin{array}{cc} 4 - t & -3 \\ -3 & 3 - t \end{array} \right| \\ = -\left(-3 \cdot 0 - (3 - t)(-1)\right) + (1 - t)\left((4 - t)(3 - t) - (-3)(-3)\right) \\ = -(3 - t) + (1 - t)(3 - 7t + t^2) = -3 + t + 3 - 7t + t^2 - 3t + 7t^2 - t^3 \\ = -t^3 + 8t^2 - 9t. \end{array}


So, the equality PA(t)PB(t)P_A(t) \equiv P_B(t) doesn't hold, hence these forms are not orthogonally equivalent, which was to be demonstrated.

b) a1=(1,i,0,i),a2=(i,0,1,2),a3=(0,i,1,1).a_1 = (1,i,0,-i), a_2 = (-i,0,1,2), a_3 = (0,-i,1,1).

b1=a1=(1,i,0,i).b_1 = a_1 = (1,i,0,-i).b2=a2(a2,b1)(b1,b1)b1=(i,0,1,2)(1,i,0,i)i1+0(i)+10+2i11+i(i)+00ii=(i,0,1,2)(1,i,0,i)i3==13(4i,1,3,5).\begin{array}{l} b_2 = a_2 - \frac{(a_2,b_1)}{(b_1,b_1)} b_1 = (-i,0,1,2) - (1,i,0,-i) \frac{-i \cdot 1 + 0(-i) + 1 \cdot 0 + 2 \cdot i}{1 \cdot 1 + i(-i) + 0 \cdot 0 - i \cdot i} = (-i,0,1,2) - (1,i,0,-i) \frac{i}{3} = \\ = \frac{1}{3}(-4i,1,3,5). \end{array}b3=a3(a3,b1)(b1,b1)b1(a3,b2)(b2,b2)b2=(0,i,1,1)(1,i,0,i)01+(i)(i)+10+1i11+i(i)+00iib_3 = a_3 - \frac{(a_3,b_1)}{(b_1,b_1)} b_1 - \frac{(a_3,b_2)}{(b_2,b_2)} b_2 = (0,-i,1,1) - (1,i,0,-i) \frac{0 \cdot 1 + (-i)(-i) + 1 \cdot 0 + 1 \cdot i}{1 \cdot 1 + i(-i) + 0 \cdot 0 - i \cdot i} -13(4i,1,3,5)13(04i+(i)1+13+15)19(4i4i+11+33+55)==(0,i,1,1)(1,i,0,i)i13(4i,1,3,5)8i51==117(5i+7,11i+3,9+i,24i).\begin{array}{l} - \frac {1}{3} (- 4 i, 1, 3, 5) \cdot \frac {\frac {1}{3} (0 \cdot 4 i + (- i) \cdot 1 + 1 \cdot 3 + 1 \cdot 5)}{\frac {1}{9} (- 4 i \cdot 4 i + 1 \cdot 1 + 3 \cdot 3 + 5 \cdot 5)} = \\ = (0, - i, 1, 1) - (1, i, 0, - i) \cdot \frac {i - 1}{3} - (- 4 i, 1, 3, 5) \cdot \frac {8 - i}{5 1} = \\ = \frac {1}{1 7} (5 i + 7, - 1 1 i + 3, 9 + i, - 2 - 4 i). \end{array}b1=11+i(i)+00ii=3.\left| b _ {1} \right| = \sqrt {1 \cdot 1 + i (- i) + 0 \cdot 0 - i \cdot i} = \sqrt {3}.b2=134i4i+11+33+55=513.\left| b _ {2} \right| = \frac {1}{3} \sqrt {- 4 i \cdot 4 i + 1 \cdot 1 + 3 \cdot 3 + 5 \cdot 5} = \frac {\sqrt {5 1}}{3}.b3=117(5i+7)(5i+7)+(11i+3)(11i+3)+(9+i)(9i)+(24i)(2+4i)=\left| b _ {3} \right| = \frac {1}{1 7} \sqrt {(5 i + 7) \cdot (- 5 i + 7) + (- 1 1 i + 3) \cdot (1 1 i + 3) + (9 + i) \cdot (9 - i) + (- 2 - 4 i) \cdot (- 2 + 4 i)} ==30617.= \frac {\sqrt {3 0 6}}{1 7}.


Vectors b1,b2,b3b_{1}, b_{2}, b_{3} form an orthogonal basis. We will normalize vectors b1,b2,b3b_{1}, b_{2}, b_{3} .


c1=b1b1=13(1,i,0,i),c2=b2b2=151(4i,1,3,5),c3=b3b3=1306(5i+7,11i+3,9+i,24i).c _ {1} = \frac {b _ {1}}{\left| b _ {1} \right|} = \frac {1}{\sqrt {3}} (1, i, 0, - i), c _ {2} = \frac {b _ {2}}{\left| b _ {2} \right|} = \frac {1}{\sqrt {5 1}} (- 4 i, 1, 3, 5), c _ {3} = \frac {b _ {3}}{\left| b _ {3} \right|} = \frac {1}{\sqrt {3 0 6}} (5 i + 7, - 1 1 i + 3, 9 + i, - 2 - 4 i).


c) Matrix AA is Hermitian, because its entries are equal to own conjugate transpose. Matrix BB is not Hermitian, because conjugate transpose of 2i\sqrt{2}i is equal to 2i-\sqrt{2}i , not 12\frac{1}{\sqrt{2}} . Both matrices are not Unitary, because absolute value of every determinant is not equal to one. Determinant of AA is equal to 2-2 , determinant of BB is equal to 2i2i .

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!

LATEST TUTORIALS
APPROVED BY CLIENTS