Skip to main content

Section 3.5 Week 3 Activity

Subsection 3.5.1 Linear Combinations

Activity 3.5.1.

Write the first vector as a linear combination of the second and third vectors.
\begin{equation*} \left( \begin{matrix} 2 \\ 3 \end{matrix} \right), \left( \begin{matrix} 1 \\ -1 \end{matrix} \right), \left( \begin{matrix} 1 \\ 1 \end{matrix} \right) \end{equation*}
Solution.
I need to write the first vector as a multiple of the second plus a multiple of the third.
\begin{equation*} \left( \begin{matrix} 2 \\ 3 \end{matrix} \right) = a \left( \begin{matrix} 1 \\ -1 \end{matrix} \right) + b \left( \begin{matrix} 1 \\ 1 \end{matrix} \right) \end{equation*}
If I look at the components, I get two equations.
\begin{align*} 2 \amp = a + b \\ 3 \amp = -a + b \end{align*}
I have to solve this system. If I isolate \(a\) in the first equation, I get \(a = 2-b\text{.}\) If I replace that in the second equation, I get \(3 = -2 + b + b\text{.}\) I can solve this to get \(b = \frac{5}{2}\text{.}\) Then the expression for \(a\) gives \(a = 2 - b = 2 - \frac{5}{2} = \frac{-1}{2}\text{.}\) That lets me write the linear combination.
\begin{equation*} \left( \begin{matrix} 2 \\ 3 \end{matrix} \right) = \frac{-1}{2} \left( \begin{matrix} 1 \\ -1 \end{matrix} \right) + \frac{5}{2} \left( \begin{matrix} 1 \\ 1 \end{matrix} \right) \end{equation*}

Activity 3.5.2.

Write the first vector as a linear combination of the second and third vectors.
\begin{equation*} \left( \begin{matrix} -4 \\ -1 \end{matrix} \right), \left( \begin{matrix} 1 \\ -1 \end{matrix} \right), \left( \begin{matrix} 1 \\ 1 \end{matrix} \right) \end{equation*}
Solution.
I need to write the first vector as a multiple of the second plus a multiple of the third.
\begin{equation*} \left( \begin{matrix} -4 \\ -1 \end{matrix} \right) = a \left( \begin{matrix} 1 \\ -1 \end{matrix} \right) + b \left( \begin{matrix} 1 \\ 1 \end{matrix} \right) \end{equation*}
If I look at the components, I get two equations.
\begin{align*} -4 \amp = a + b \\ -1 \amp = -a + b \end{align*}
I have to solve this sytem. If I isolate \(a\) in the first equation, I get \(a = -4-b\text{.}\) If I replace that in the second equation, I get \(-1 = 4 + b + b\text{.}\) I can solve this to get \(b = \frac{-5}{2}\text{.}\) Then the expression for \(a\) gives \(a = -4 - b = -4 - \frac{5}{2} = \frac{-3}{2}\text{.}\) That lets me write the linear combination.
\begin{equation*} \left( \begin{matrix} -4 \\ -1 \end{matrix} \right) = \frac{-3}{2} \left( \begin{matrix} 1 \\ -1 \end{matrix} \right) + \frac{-5}{2} \left( \begin{matrix} 1 \\ 1 \end{matrix} \right) \end{equation*}

Activity 3.5.3.

Write the first vector as a linear combination of the second and third vectors.
\begin{equation*} \left( \begin{matrix} 0 \\ 3 \end{matrix} \right), \left( \begin{matrix} 1 \\ -1 \end{matrix} \right), \left( \begin{matrix} 1 \\ 1 \end{matrix} \right) \end{equation*}
Solution.
I need to write the first vector as a multiple of the second plus a multiple of the third.
\begin{equation*} \left( \begin{matrix} 0 \\ 3 \end{matrix} \right) = a \left( \begin{matrix} 1 \\ -1 \end{matrix} \right) + b \left( \begin{matrix} 1 \\ 1 \end{matrix} \right) \end{equation*}
If I look at the components, I get two equations.
\begin{align*} 0 \amp = a + b \\ 3 \amp = -a + b \end{align*}
I have to solve this sytem. If I isolate \(a\) in the first equation, I get \(a = -b\text{.}\) If I replace that in the second equation, I get \(3 = b + b\text{.}\) I can solve this to get \(b = \frac{3}{2}\text{.}\) Then the expression for \(a\) gives \(a = - b = - \frac{3}{2} = \frac{-3}{2}\text{.}\) That lets me write the linear combination.
\begin{equation*} \left( \begin{matrix} 0 \\ 3 \end{matrix} \right) = \frac{-3}{2} \left( \begin{matrix} 1 \\ -1 \end{matrix} \right) + \frac{3}{2} \left( \begin{matrix} 1 \\ 1 \end{matrix} \right) \end{equation*}

Activity 3.5.4.

Write the first vector as a linear combination of the second third and fourth vectors.
\begin{equation*} \left( \begin{matrix} 3 \\ 0 \\ 2 \end{matrix} \right), \left( \begin{matrix} 1 \\ 0 \\ 0 \end{matrix} \right), \left( \begin{matrix} 0 \\ 1 \\ 1 \end{matrix} \right), \left( \begin {matrix} 0 \\ -1 \\ 1 \end{matrix} \right) \end{equation*}
Solution.
I need to write the first vector as a multiple of the second plus a multiple of the third.
\begin{equation*} \left( \begin{matrix} 3 \\ 0 \\ 2 \end{matrix} \right) = a \left( \begin{matrix} 1 \\ 0 \\ 0 \end{matrix} \right) + b \left( \begin {matrix} 0 \\ 1 \\ 1 \end{matrix} \right) + c \left( \begin{matrix} 0 \\ -1 \\ 1 \end{matrix} \right) \end{equation*}
I could try to solve this by linear system as I did before, but I’ll try to work by inspection first, so I can see if I can informally find a solution. Since the second vector is the only vector of the last three that has an \(x\) component, I know that \(a = 3\) is the only way to get a 3 in the first coordinate. That gives me one constant. Then, looking at the \(y\) and \(z\) coordinates, we can see that if I simply add the third and fourth vectors togother, the \(y\) cancels and the \(z\) adds to 2. Therefore, I can conclude that \(b = c = 1\)
\begin{equation*} \left( \begin{matrix} 3 \\ 0 \\ 2 \end{matrix} \right) = 3 \left( \begin{matrix} 1 \\ 0 \\ 0 \end{matrix} \right) + \left( \begin{matrix} 0 \\ 1 \\ 1 \end{matrix} \right) + \left( \begin{matrix} 0 \\ -1 \\ 1 \end{matrix} \right) \end{equation*}

Subsection 3.5.2 Linear Independence

Activity 3.5.5.

Determine if this set of vectors is linearly independent.
\begin{equation*} \left\{ \left( \begin{matrix} 4 \\ 5 \end{matrix} \right), \left( \begin{matrix} -6 \\ -9 \end{matrix} \right), \left( \begin{matrix} -3 \\ 11 \end{matrix} \right) \right\} \end{equation*}
Solution.
There are three vectors here, but they are all vectors in \(\RR^2\text{.}\) In two-dimensional space, there are only two independent directions of movement, so three vectors can never be linearly independent. I conclude that this is a linearly dependent set.

Activity 3.5.6.

Determine if this set of vectors is linearly independent.
\begin{equation*} \left\{ \left( \begin{matrix} 5 \\ 0 \\ 1 \end{matrix} \right), \left( \begin{matrix} 15 \\ 0 \\ 3 \end{matrix} \right), \left( \begin{matrix} -25 \\ 0 \\ -5 \end{matrix} \right) \right\} \end{equation*}
Solution.
The second and third vectors are multiplied (by \(3\) and \((-5)\text{,}\) respectively) of the first vector. That means that all three vectors point along the same line, so these are not different directions and cannot be linearly independent.

Activity 3.5.7.

Determine if this set of vectors is linearly independent.
\begin{equation*} \left\{ \left( \begin{matrix} 5 \\ 9 \\ 0 \end{matrix} \right), \left( \begin{matrix} 0 \\ 0 \\ -4 \end{matrix} \right), \left( \begin{matrix} -9 \\ 5 \\ 0 \end{matrix} \right) \right\} \end{equation*}
Solution.
The second vector is clearly independent of the other two since it only has a \(z\) coordinate and the others have 0 in the \(z\) coordinate. It points in the \(z\) direction, while the others are restricted to the \(x-y\) plane. For the first and third vector, the dot product shows that they are perpendicular, so they point in fundamentally different directions. I conclude that this is a linearly independent set.

Activity 3.5.8.

Determine if this set of vectors is linearly independent.
\begin{equation*} \left\{ \left( \begin{matrix} 1 \\ 1 \\ 1 \end{matrix} \right), \left( \begin{matrix} -1 \\ 0 \\ -1 \end{matrix} \right), \left( \begin{matrix} 0 \\ 1 \\ 0 \end{matrix} \right) \right\} \end{equation*}
Solution.
Working by inspection again, I can see that the sum of the first two vectors is the third vector. Any relation like this, where some linear combinations of some of the vectors produce another vector, means that the set is linearly dependent.

Subsection 3.5.3 Spans and Bases

Activity 3.5.9.

Determine a basis for the given span.
\begin{equation*} \Span \left\{ \left( \begin{matrix} 4 \\ 1 \end{matrix} \right), \left( \begin{matrix} -9 \\ - 4 \end{matrix} \right), \left( \begin{matrix} 0 \\ 5 \end{matrix} \right), \left( \begin{matrix} 6 \\ -2 \end{matrix} \right) \right\} \end{equation*}
Solution.
This is in \(\RR^2\text{,}\) so the maximum number of linearly independent vectors is 2. These are not all in the same direction, so this span is all of \(\RR^2\text{.}\) I can take any two of these as a basis since no vector is a multiple of any other vector. Since the span is \(\RR^2\text{,}\) we could also take the standard basis \(\{ e_1, e_2\}\text{.}\)

Activity 3.5.10.

Determine a basis for the given span.
\begin{equation*} \Span \left\{ \left( \begin{matrix} 0 \\ 4 \\ 13 \end{matrix} \right), \left( \begin{matrix} 0 \\ 5 \\ -6 \end{matrix} \right), \left( \begin{matrix} 0 \\ -1 \\ -1 \end{matrix} \right) \right\} \end{equation*}
Solution.
None of the vectors have a non-zero \(x\) component, so this set cannot span all of \(\RR^3\text{.}\) However, I do have different directions in the \(yz\) plane, so this span does span all of the \(yz\) plane. Therefore, since none of the vectors is a multiple of the others, any two vectors form a basis. I can also take the subset of the standard basis that spans the \(yz\) plane: \(\{e_2, e_3\}\text{.}\)

Activity 3.5.11.

Determine a basis for the given span.
\begin{equation*} \Span \left\{ \left( \begin{matrix} 1 \\ 0 \\ 0 \\ 0 \\ 0 \end{matrix} \right), \left( \begin{matrix} 0 \\ -4 \\ 0 \\ 0 \\ 0 \end{matrix} \right), \left( \begin{matrix} 0 \\ 0 \\ -6 \\ 0 \\ 0 \end{matrix} \right), \left( \begin{matrix} 0 \\ 0 \\ 0 \\ 0 \\ -9 \end{matrix} \right) \right\} \end{equation*}
Solution.
All of the vector point in axis directions in \(\RR^5\text{,}\) and all the axis directions are different. I conclude that this is a linearly independent set, so I can take all four vectors as a basis. Since I get the first, second, third and fifth axis directions, I could also take a portion of the standard basis that spans those four directions: \(\{e_1, e_2, e_3, e_5\}\text{.}\)

Activity 3.5.12.

Determine a basis for the given span.
\begin{equation*} \Span \left\{ \left( \begin{matrix} 0 \\ 6 \\ 0 \\ 0 \end{matrix} \right), \left( \begin{matrix} 0 \\ -13 \\ 0 \\ 0 \end{matrix} \right), \left( \begin{matrix} 0 \\ 5 \\ 0 \\ 0 \end{matrix} \right), \left( \begin{matrix} 0 \\ 34 \\ 0 \\ 0 \end{matrix} \right) \right\} \end{equation*}
Solution.
All four vectors point in the second axis direction, so they are all multiples of the standard basis vector \(e_2\text{.}\) Therefore, the span is one-dimensional and any individual vector, or for that matter \(e_2\text{,}\) could be taken as a basis.

Subsection 3.5.4 Equations of Planes and Hyperplanes

Activity 3.5.13.

Write the equation of the plane with normal \(\left( \begin{matrix} -1 \\ -1 \\ 0 \end{matrix} \right)\) if \(\left( \begin{matrix} 0 \\ 1 \\ 3 \end{matrix} \right)\) is a point on the plane.
Solution.
The normal determines the coefficients of the equation of the plane. I put those coefficients into the general form, with the constant \(d\) undetermined.
\begin{equation*} (-1)x + (-1)y + 0 z = d \end{equation*}
I can calculate the constant using the point. Put the coordinates of the point into the left side of the equation and calculate \(d\text{.}\)
\begin{equation*} d = (-1)(0) + (-1)(1) + (0)(3) = -1 \end{equation*}
Therefore, the equation of the plane is
\begin{equation*} - x - y = -1 \text{.} \end{equation*}

Activity 3.5.14.

Write the equation of the plane with normal \(\left( \begin{matrix} 2 \\ 0 \\ 3 \end{matrix} \right)\) if \(\left( \begin{matrix} -4 \\ -1 \\ 2 \end{matrix} \right)\) is a point on the plane.
Solution.
The normal determines the coefficients of the equation of the plane. I put those coefficients into the general form, with the constant \(d\) undetermined.
\begin{equation*} 2x + 0y + 3z = d \end{equation*}
I can calculate the constant using the point. Put the coordinates of the point into the left side of the equation and calculate \(d\text{.}\)
\begin{equation*} d = 2(-4) + 0(-1) + 3(2) = -2 \end{equation*}
Therefore, the equation of the plane is
\begin{equation*} 2x + 3z = -2 \text{.} \end{equation*}

Activity 3.5.15.

Write the equation of the plane with local directions \(\left( \begin{matrix} -1 \\ -1 \\ 1 \end{matrix} \right)\) and \(\left( \begin{matrix} -2 \\ 1 \\ 0 \end{matrix} \right)\) if \(\left( \begin{matrix} 2 \\ 1 \\ 1 \end{matrix} \right)\) is a point on the plane.
Solution.
The cross product of the local directions gives the normal to the plane.
\begin{equation*} \left( \begin{matrix} -1 \\ -1 \\ 1 \end{matrix} \right) \times \left( \begin{matrix} -2 \\ 1 \\ 0 \end{matrix} \right) = \left( \begin{matrix} (-1)(0) - (1)(1) \\ (1)(-2) - (-1)(0) \\ (-1)(1) - (-1)(-2) \end{matrix} \right) = \left( \begin{matrix} -1 \\ -2 \\ -1 \end{matrix} \right) \end{equation*}
This is the normal. The normal determines the coefficients of the equation of the plane. I put those coefficients into the general form, with the constant \(d\) undetermined.
\begin{equation*} -x - 2y - z = d \end{equation*}
I can calculate the constant using the point. Put the coordinates of the point into the left side of the equation and calculate \(d\text{.}\)
\begin{equation*} d = -(1)(2) - (2)(1) - (1) = -5 \end{equation*}
Therefore, the equation of the plane is
\begin{equation*} -x - 2y - z = -5 \text{.} \end{equation*}

Activity 3.5.16.

Write the equation of the plane with local directions \(\left( \begin{matrix} 0 \\ 1 \\ 1 \end{matrix} \right)\) and \(\left( \begin{matrix} -2 \\ 1 \\ 1 \end{matrix} \right)\) if \(\left( \begin{matrix} -1 \\ 0 \\ -3 \end{matrix} \right)\) is a point on the plane.
Solution.
The cross product of the local directions gives the normal to the plane.
\begin{equation*} \left( \begin{matrix} 0 \\ 1 \\ 1 \end{matrix} \right) \times \left( \begin{matrix} -2 \\ 1 \\ 1 \end{matrix} \right) = \left( \begin{matrix} (1)(1) - (1)(1) \\ (1)(-2) - (0)(1) \\ (0)(1) - (1)(-2) \end{matrix} \right) = \left( \begin{matrix} 0 \\ -2 \\ 2 \end{matrix} \right) \end{equation*}
This is the normal. The normal determines the coefficients of the equation of the plane. I put those coefficients into the general form, with the constant \(d\) undetermined.
\begin{equation*} 0x - 2y + 2z = d \end{equation*}
I can calculate the constant using the point. Put the coordinates of the point into the left side of the equation and calculate \(d\text{.}\)
\begin{equation*} d = 0(-1) - 2(0) + 2(-3) = -6 \end{equation*}
Therefore, the equation of the plane is
\begin{equation*} -2y + 2z = -6 \text{.} \end{equation*}

Activity 3.5.17.

Write the equation of the plane with points \(p = \left( \begin{matrix} 0 \\ 1 \\ 1 \end{matrix} \right) \text{,}\) \(q = \left( \begin{matrix} 1 \\ 0 \\ 0 \end{matrix} \right)\) and \(r = \left( \begin{matrix} -2 \\ 1 \\ 1 \end{matrix} \right) \text{.}\)
Solution.
The local directions are given by the differences of the point: \((q-p)\) and \((r-p)\text{.}\) I calculate those two local directions.
\begin{gather*} q-p = \left( \begin{matrix} 1 \\ 0 \\ 0 \end{matrix} \right) - \left( \begin{matrix} 0 \\ 1 \\ 1 \end{matrix} \right) = \left( \begin{matrix} 1 \\ -1 \\ -1 \end{matrix} \right) \\ r-p = \left( \begin{matrix} -2 \\ 1 \\ 1 \end{matrix} \right) - \left( \begin{matrix} 0 \\ 1 \\ 1 \end{matrix} \right) = \left( \begin{matrix} -2 \\ 0 \\ 0 \end{matrix} \right) \end{gather*}
These are the two local directions. The cross product of the local directions gives the normal to the plane.
\begin{equation*} \left( \begin{matrix} 1 \\ -1 \\ -1 \end{matrix} \right) \times \left( \begin{matrix} -2 \\ 0 \\ 0 \end{matrix} \right) = \left( \begin{matrix} (-1)(0) - (-1)(0) \\ (-1)(-2) - (1)(0) \\ (1)(0) - (-1)(-2) \end{matrix} \right) = \left( \begin{matrix} 0 \\ 2 \\ -2 \end{matrix} \right) \end{equation*}
This is the normal. The normal determines the coefficients of the equation of the plane. I put those coefficients into the general form, with the constant \(d\) undetermined.
\begin{equation*} 0x + 2y - 2z = d \end{equation*}
I can calculate the constant using the point (I can use any of the three points — all will determine the same constant). Put the coordinates of the point into the left side of the equation and calculate \(d\text{.}\)
\begin{equation*} d = (0)(0) + 2 (1) - 2(1) = 0 \end{equation*}
Therefore, the equation of the plane is
\begin{equation*} 2y - 2z = 0 \text{.} \end{equation*}

Activity 3.5.18.

Write the equation of the plane with points \(p = \left( \begin{matrix} -3 \\ -1 \\ 0 \end{matrix} \right) \text{,}\) \(q = \left( \begin{matrix} -2 \\ 1 \\ -4 \end{matrix} \right)\) and \(r = \left( \begin{matrix} 0 \\ 5 \\ 0 \end{matrix} \right) \text{.}\)
Solution.
The local directions are given by the difference of the points: \((q-p)\) and \((r-p)\text{.}\) I calculate those two local directions.
\begin{gather*} q-p = \left( \begin{matrix} -2 \\ 1 \\ -4 \end{matrix} \right) - \left( \begin{matrix} -3 \\ -1 \\ 0 \end{matrix} \right) = \left( \begin{matrix} 1 \\ 2 \\ -4 \end{matrix} \right) \\ r-p = \left( \begin{matrix} 0 \\ 5 \\ 0 \end{matrix} \right) - \left( \begin{matrix} -3 \\ -1 \\ 0 \end{matrix} \right) = \left( \begin{matrix} 3 \\ 6 \\ 0 \end{matrix} \right) \end{gather*}
These are the two local directions. The cross product of the local directions gives the normal to the plane.
\begin{equation*} \left( \begin{matrix} 1 \\ 2 \\ -4 \end{matrix} \right) \times \left( \begin{matrix} 3 \\ 6 \\ 0 \end{matrix} \right) = \left( \begin{matrix} (2)(0) - (-4)(6) \\ (-4)(3) - (1)(0) \\ (1)(6) - (2)(3) \end{matrix} \right) = \left( \begin{matrix} 24 \\ -12 \\ 0 \end{matrix} \right) \end{equation*}
This is the normal. The normal determines the coefficients of the equation of the plane. I put those coefficients into the general form, with the constant \(d\) undetermined.
\begin{equation*} 24 x - 12 y + 0z = d \end{equation*}
I can calculate the constant using the point (I can use any of the three points — all will determine the same constant). Put the coordinates of the point into the left side of the equation and calculate \(d\text{.}\)
\begin{equation*} d = 24(0) - 12(5) + 0 z = -60 \end{equation*}
Therefore, the equation of the plane is
\begin{equation*} 24 x - 12 y = -60 \text{.} \end{equation*}

Activity 3.5.19.

Write the equation of the hyperplane with normal \(\left( \begin{matrix} -3 \\ 1 \\ 1 \\ 0 \\ 0 \end{matrix} \right)\) if \(\left( \begin{matrix} 4 \\ 0 \\ 1 \\ -1 \\ -2 \end{matrix} \right)\) is a point on the hyperplane.
Solution.
The normal determines the coefficients of the equation of the hyperplane. I put those coefficients into the general form, with the constant \(d\) undetermined.
\begin{equation*} -3 x_1 + 1 x_2 + 1 x_3 + 0 x_4 + 0 x_5 = d \end{equation*}
I can calculate the constant using the point. Put the coordinates of the point into the left side of the equation and calculate \(d\text{.}\)
\begin{equation*} d = -3 (4) + 1 (0) + 1 (1) + 0 (-1) + 0 (-2) =-11 \end{equation*}
Therefore, the equation of the hyperplane is
\begin{equation*} -3 x_1 + 1 x_2 + 1 x_3 + 0 x_4 + 0 x_5 = -11\text{.} \end{equation*}

Activity 3.5.20.

Write the equation of the hyperplane with normal \(\left( \begin{matrix} -1 \\-1 \\ -4 \\ 1 \\ -2 \\ 2 \end{matrix} \right)\) if \(\left( \begin{matrix} 3 \\ 1 \\ -2 \\ -2 \\ -6 \\ 0 \end{matrix} \right)\) is a point on the hyperplane.
Solution.
The normal determines the coefficients of the equation of the hyperplane. I put those coefficients into the general form, with the constant \(d\) undetermined.
\begin{equation*} -1 x_1 - 1 x_2 - 4 x_3 + 1 x_4 - 2 x_5 + 2 x_6 = d \end{equation*}
I can calculate the constant using the point. Put the coordinates of the point into the left side of the equation and calculate \(d\text{.}\)
\begin{equation*} d = -1 (3) - 1 (1) + (-4) (-2) + 1 (-2) - 2(-6) + 2(0) = 14 \end{equation*}
Therefore, the equation of the hyperplane is
\begin{equation*} -1 x_1 - 1 x_2 - 4 x_3 + 1 x_4 - 2 x_5 + 2 x_6 = 14\text{.} \end{equation*}

Subsection 3.5.5 Proof Questions

Activity 3.5.21.

Consider a set of three vectors in \(\RR^3\) such that all three vectors have a 0 \(x\) coordinate. Prove that these three vectors cannot be linearly independent.
Solution.
There are a number of possible approaches here. First, I can talk about fundamentally different directions. If all three vectors have a 0 \(x\) component, then they are all found in the \(yz\text{.}\) In that plane (like any plane), there are only two fundamentally different directions. Therefore, a set of three vectors cannot have fundamentally different directions, hence cannot be linearly independent.
Alternatively, I could delete the first coordinate of each vector and think of the resulting vectors in \(\RR^2\text{.}\) Then I would have three vectors in \(\RR^2\text{,}\) so they are linearly independent, and there exists a way to write one of the vectors as a linear combination of the others: \(u = av + bw\text{.}\) Since all I did was deleted a zero component from each vector, this relationship will still work with the original vectors in \(\RR^3\text{,}\) proving that they are linearly independent.

Activity 3.5.22.

Prove that if a set of non-zero vectors are pairwise orthogonal (the dot product of any two vectors in the set is zero), then the set must be linearly independent.
Solution.
Again, there are several possible approaches. First, I can think about fundamentally different directions. Since all the vectors in the set are perpendicular to all the other vectors, there is no way that they can share any kind of common direction. This means that they all need a fundamentally new, perpendicular-to-all-others direction. Therefore, they must be a basis.
More formally, I could prove by contradiction. Assume that the vectors are linearly independent. Let the vectors be written \(\{v_i\}\) (each index indicates a different vector, not the components of one vector). Linear dependence means I can find constant \(a_i\) such that not all of the \(a_i\) are zero and
\begin{equation*} a_1v_1 + a_2v_2 + \ldots + a_nv_n = 0\text{.} \end{equation*}
Now take the dot product of this equation with the vector \(v_i\text{.}\)
\begin{equation*} v_i \cdot (a_1v_1 + a_2v_2 + \ldots + a_nv_n) = v_i \cdot 0 \end{equation*}
On the right, the dot product of any vector with the zero vector is zero. On the right, the dot product is linear, so I can distribute and pull out constants.
\begin{equation*} a_1(v_i \cdot v_1) + a_2(v_i \cdot v_2) + \ldots + a_n(v_i \cdot v_n)) = v_i \cdot 0 \end{equation*}
But all the vectors are perpendicular, so on the left, everything is zero except for \(v_i \cdot v_i\text{.}\)
\begin{equation*} a_i (v_i \cdot v_i) = 0 \end{equation*}
Then I can write the dot product as a length squared.
\begin{equation*} a_i |v_i| = 0 \end{equation*}
Since the vector \(v_i\) is not zero, the constant \(a_i\) must be. But I did this arbitrarily for any index \(i\text{,}\) so this means all of the constant \(a_i\) must be zero. This contradicts the assumption that at least one of the constants is non-zero. This contradiction means that the original assumption must be wrong. I conclude that the vectors are linearly independent.

Activity 3.5.23.

Prove that any linear subspace has a basis of vector which all have length 1.
Solution.
Any linear subspace has a basis of non-zero vectors. For any linear subspace, take any basis whatever. Then, for every vector \(v\) in that basis, replace \(v\) with \(\frac{1}{|v|} v\text{.}\) This new vector is a scalar multiple of the old, so it points in the same direction. Since the directions have not changed, these new replacement vectors are still a basis: they still all point in fundamentally different directions. But, by dividing by the original lengths, the lengths of these new vectors are all 1. Therefore, I have constructed a basis of vectors of length 1. Since I made no assumption on the linear subspace, I conclude that all linear subspaces have a basis of vectors of length 1.

Subsection 3.5.6 Conceptual Review Questions

  • What is a linear combination?
  • What is a span?
  • What is linear independence, and how it is checked?
  • What is a basis? What does it mean to represent a vector as a linear combination of a basis?
  • What does it mean if geometrically a set of vectors is linearly independent?
  • What is a normal vector to a plane or hyperplane? Why are planes and hyperplanes determined by normals?
  • Why do cross products help calculate normals to planes in three dimensions?