CH2 Worked Problems
Welcome to my CH2 Worked Problems page! This is a living, breathing work-in-progress, so you may spot rough edges or the occasional slip—if you do, please let me know so I can fix it. Before peeking at any solutions, I strongly encourage you to try each problem yourself first; you’ll learn far more from the struggle than the spoiler. To jump around quickly, use the Quick Links box right below this intro.
P2.7B
Given a basis v1, v2, v3, and v4 in V show that v1+v2, v2+v3, v3+v4, v4 is also a basis of V.
Answer:
Suppose
\[
a_1(v_1+v_2)+a_2(v_2+v_3)+a_3(v_3+v_4)+a_4 v_4=0.
\]
Collecting coefficients of the original basis:
\[
(a_1)v_1+(a_1+a_2)v_2+(a_2+a_3)v_3+(a_3+a_4)v_4=0.
\]
Since \(\{v_1,v_2,v_3,v_4\}\) is a basis, each coefficient must vanish:
\[
a_1=0,\quad a_2=0,\quad a_3=0,\quad a_4=0.
\]
Hence the new vectors are linearly independent.
Because \(V\) is 4-dimensional, 4 linearly independent vectors form a basis. Therefore
\(\{v_1+v_2,\; v_2+v_3,\; v_3+v_4,\; v_4\}\) is indeed a basis.
Alternative view:
Writing the new vectors in terms of the old basis gives the change-of-basis matrix
\[
A=
\begin{bmatrix}
1&0&0&0\\
1&1&0&0\\
0&1&1&0\\
0&0&1&1
\end{bmatrix}.
\]
This is lower triangular with determinant \(1\ne 0\). Since \(A\) is invertible,
the new set is also a basis.