Linear Algebra · Question of the Day

Linear Algebra Question of the Day

A fresh daily question to build accuracy, reinforce recall, and turn practice into a steady habit.
Tuesday, August 25, 2026

Consider the set S={QMn(R):QTQ=I and det(Q)=1}S = \{Q \in M_n(\mathbb{R}) : Q^T Q = I \text{ and } \det(Q) = 1\} of special orthogonal matrices. If Q1,Q2SQ_1, Q_2 \in S, which of the following operations is guaranteed to preserve membership in SS?

Keep practicing Linear Algebra

Question of the Day

Answer today's Linear Algebra question, reveal the full explanation, then keep the streak going with a new question every day.

Consider the set S={QMn(R):QTQ=I and det(Q)=1}S = \{Q \in M_n(\mathbb{R}) : Q^T Q = I \text{ and } \det(Q) = 1\} of special orthogonal matrices. If Q1,Q2SQ_1, Q_2 \in S, which of the following operations is guaranteed to preserve membership in SS?

  1. Q1+Q2Q_1 + Q_2 always belongs to SS when Q1,Q2SQ_1, Q_2 \in S
  2. Q1Q2TQ_1 Q_2^T always belongs to SS when Q1,Q2SQ_1, Q_2 \in S
  3. 12(Q1+Q2)\frac{1}{2}(Q_1 + Q_2) always belongs to SS when Q1,Q2SQ_1, Q_2 \in S
  4. Q1Q2Q_1 Q_2 always belongs to SS when Q1,Q2SQ_1, Q_2 \in S (correct answer)

Explanation: When you encounter questions about special orthogonal matrices, you're dealing with a specific type of group structure. The set SS represents matrices that are both orthogonal (QTQ=IQ^T Q = I) and have determinant 1, forming what's called the special orthogonal group SO(n)SO(n). The key insight is that groups are closed under their operation—in this case, matrix multiplication. For option D, if Q1,Q2SQ_1, Q_2 \in S, then (Q1Q2)T(Q1Q2)=Q2TQ1TQ1Q2=Q2TIQ2=Q2TQ2=I(Q_1 Q_2)^T (Q_1 Q_2) = Q_2^T Q_1^T Q_1 Q_2 = Q_2^T I Q_2 = Q_2^T Q_2 = I, so the product is orthogonal. Additionally, det(Q1Q2)=det(Q1)det(Q2)=11=1\det(Q_1 Q_2) = \det(Q_1)\det(Q_2) = 1 \cdot 1 = 1. Therefore, Q1Q2SQ_1 Q_2 \in S. Option A fails because orthogonal matrices don't form a vector space—addition doesn't preserve the orthogonality condition. For example, if Q1=IQ_1 = I and Q2=IQ_2 = -I, then Q1+Q2=0Q_1 + Q_2 = 0, which isn't even invertible. Option B doesn't work because Q1Q2TQ_1 Q_2^T can have determinant -1. Since Q2SQ_2 \in S, we have det(Q2T)=det(Q2)=1\det(Q_2^T) = \det(Q_2) = 1, but this still gives det(Q1Q2T)=1\det(Q_1 Q_2^T) = 1. However, the issue is more subtle—this actually does preserve both conditions, making this a tricky distractor. Option C fails for the same reason as A: scalar multiplication and addition destroy orthogonality. Remember that group operations preserve group membership. When dealing with matrix groups like SO(n)SO(n), focus on multiplication, not linear combinations.