Questions: Gram-Schmidt Orthogonalization Process

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You apply Gram-Schmidt to a basis {v₁, v₂, v₃}. After computing e₁ (normalized v₁), you form u₂ = v₂ − ⟨v₂, e₁⟩e₁. What is guaranteed about u₂ before normalization?

Au₂ has unit length
Bu₂ is perpendicular to e₁
Cu₂ lies in a different subspace than v₂
Du₂ equals v₂ rotated exactly 90 degrees around the origin
Question 2 Multiple Choice

After applying Gram-Schmidt to three basis vectors of a plane in ℝ⁴, a student claims the resulting orthonormal vectors now describe a different plane because they point in different directions than the originals. Is this correct?

AYes — Gram-Schmidt rotates the basis to align with coordinate axes, changing which plane is described
BNo — Gram-Schmidt only changes how the plane is described (the basis), not the plane itself; the orthonormal vectors span exactly the same subspace as the originals
CYes — normalization rescales the vectors, which alters the geometry of what they span
DNo — but only if the original basis vectors were already mutually orthogonal
Question 3 True / False

Gram-Schmidt changes the subspace being described because the resulting orthonormal vectors are not parallel to the original basis vectors.

TTrue
FFalse
Question 4 True / False

If two of the original basis vectors are already orthogonal to each other, the Gram-Schmidt projection step between them will produce a zero projection, leaving those vectors unchanged up to normalization.

TTrue
FFalse
Question 5 Short Answer

Explain the geometric meaning of 'subtracting the projection' in a Gram-Schmidt step. Why does subtracting the projection of vₖ onto e₁ guarantee that the result is perpendicular to e₁?

Think about your answer, then reveal below.