MATH661 HW04 - Midterm review

Posted: 09/20/23

Due: 09/27/23, 11:59PM

At this point in the course homework has addressed:

HW0

Tools needed for scientific computation (number representation, number approximation techniques, basic coding constructs, an environment for method documentation and reproducible computational experiments).

HW2

Discretization of continuous functions leads to finite-dimensional vectors that can often be approximated by linear combination of just a few of the basis vectors required for the entire space.

HW3

Large data sets, readily acquired from observations, can guide selection of vectors within a basis to obtain data compression or efficient data representation through linear combination.

Homework 4 reinforces analytical skills within the mathematical framework of finite-dimensional vector spaces used for the above topics. Such technical proficiency is just as important as efficient coding. The midterm examination verifies proficiency in such analytical skills

Note: The exercises below contain well-known results, but should be attempted individually and independently, without recourse to references. Simply looking up a proof and transcribing it will not aid understanding nor ensure good results on the midterm examination. If you do not obtain an exercise proof within 10 minutes reread the relevant theoretical material from the lecture notes and then try again for another 15 minutes.

1Tracks 1 and 2

  1. Prove the parallelogram identity

    ||𝒙+𝒚||2+||𝒙-𝒚||2=2(||𝒙||2+||𝒚||2),

    for 𝒙,𝒚m, with |||| denoting the 2-norm.

  2. Consider 𝒖,𝒗V, 𝒱=(V,,+,) a vector space with norm induced by a scalar product ||𝒖||2=(𝒖,𝒖). Prove that ||𝒖||=||𝒗|| (𝒖+𝒗)(𝒖-𝒗). Is the converse true?

  3. Consider 𝑨m×m, C(𝑨)=m. Prove that

    (𝒙T𝑨T𝑨𝒙)1/2

    is a norm. (Track 2: generalize above to m)

  4. Construct the matrix 𝑨 that represents the mapping 𝒇:33, 𝒇 reflects a vector across the x1x2 plane. Construct the matrix 𝑩 that represents the mapping 𝒈:33, 𝒈 reflects a vector across the x2x3 plane. Determine the mapping represented by 𝑪=𝑩𝑨.

  5. Prove that the inverse of a rank-1 perturbation of 𝑰 is itself a rank-1 perturbation of 𝑰, namely

    (𝑰+𝒖𝒗)-1=𝑰+θ𝒖𝒗.

    Determine the scalar θ.

  6. Determine the rank of 𝑩=𝑨-1𝒖𝒗.

  7. Write the inverse (𝑰+𝑨-1𝒖𝒗)-1 as a rank-1 perturbation of 𝑰.

  8. Consider 𝑪=𝑨+𝒖𝒗=𝑨(𝑰+𝑨-1𝒖𝒗). Write 𝑪-1 as a rank-1 perturbation of 𝑨-1.

2Track 2

  1. For 𝒙m, prove ||𝒙||||𝒙||2.

  2. For 𝒙m, prove ||𝒙||2m||𝒙||.

  3. For 𝑨m×n, prove ||𝑨||n||𝑨||2.

  4. For 𝑨m×n, prove ||𝑨||2m||𝑨||.

  5. Prove the Minkowski inequality: for p1, 𝒙,𝒚m, ||𝒙+𝒚||p||𝒙||p+||𝒚||p.

  6. Construct the matrix 𝑫 that represents the mapping 𝒇:33, 𝒇 rotates a vector around the x3 axis by angle θ. Construct the matrix 𝑬 that represents the mapping 𝒇:33, 𝒇 rotates a vector around the x2 axis by angle φ.

  7. What do 𝑫𝑬 and 𝑬𝑫 represent?

  8. Is 𝑫𝑬=𝑬𝑫 true? Explain.