10. Midterm Review and Midterm Assessment

Mixed Conceptual And Computational Review

Midterm Review and Midterm Assessment: Mixed Conceptual and Computational Review

students, this lesson is designed to help you prepare for a linear algebra midterm by mixing big ideas with hands-on problem solving 📘✏️. In linear algebra, success comes from more than memorizing formulas. You also need to understand what objects like vectors, matrices, spans, and subspaces mean, and how to use them in calculations. The goal of this review is to connect the concepts with the procedures so you can recognize what a problem is asking and choose the right method.

What this review is trying to build

By the end of this lesson, you should be able to do four important things. First, you should explain key ideas clearly, such as what a vector space is, what a basis means, and why linear independence matters. Second, you should solve common computational problems, such as row-reducing a matrix, checking whether vectors are independent, or finding a basis for a subspace. Third, you should connect each method to its meaning, so the arithmetic is not just a set of steps. Finally, you should be able to read a problem carefully and decide whether it is asking for a concept, a calculation, or both.

A midterm in linear algebra often combines these skills. For example, a question may ask whether a set of vectors spans

\mathbb{R}^3, and then require you to justify your answer using a matrix. Another may ask you to interpret the solution set of $A$\mathbf{x}$=$\mathbf{0}$$ in terms of the null space. In each case, the computation supports the concept. 📊

Core ideas that show up again and again

One of the most important ideas in linear algebra is a linear combination. If $\mathbf{v}_1, \mathbf{v}_2, \dots, \mathbf{v}_k$ are vectors, then a linear combination has the form $c_1\mathbf{v}_1+c_2\mathbf{v}_2+\cdots+c_k\mathbf{v}_k$, where the coefficients $c_1, c_2, \dots, c_k$ are scalars. This idea matters because so many questions ask whether one vector can be built from others.

Another key idea is span. The span of a set of vectors is the set of all linear combinations of those vectors. If the span of some vectors equals all of $\mathbb{R}^n$, then those vectors can build any vector in that space. This often shows up in problems about whether a system has a solution, or whether a set of vectors generates a whole space.

Linear independence is also essential. A set of vectors is linearly independent if the only solution to

$$c_1\mathbf{v}_1+c_2\mathbf{v}_2+\cdots+c_k\mathbf{v}_k=\mathbf{0}$$

is $c_1=c_2=\cdots=c_k=0$. If there is a nonzero solution, the vectors are dependent. Conceptually, independence means no vector in the set is unnecessary. Computationally, you often test this by placing the vectors into a matrix and row-reducing it.

A basis is a set of vectors that is both linearly independent and spans a space. This is powerful because a basis gives a coordinate system for the space. For example, the standard basis for $\mathbb{R}^3$ is $\{(1,0,0),(0,1,0),(0,0,1)\}$. But many subspaces have different bases. Finding a basis is often a major exam skill because it combines conceptual understanding with matrix work.

Common procedures and how to think about them

A very common computational task is row reduction. When you row-reduce a matrix, you are organizing the information in a way that reveals structure. For example, if you want to know whether a system of equations has one solution, infinitely many solutions, or no solution, row reduction helps you see pivot positions and possible contradictions.

Suppose you have the matrix

$$A=\begin{bmatrix}1&2&1\\2&4&2\\1&1&0\end{bmatrix}.$$

To test whether its columns are linearly independent, you can row-reduce $A$. If every column has a pivot, then the columns are independent. Here, the second row is a multiple of the first, so the matrix cannot have a pivot in every column. That means the columns are linearly dependent. Conceptually, this tells you one column can be written as a combination of the others.

Another common task is solving $A\mathbf{x}=\mathbf{b}$. The matrix $A$ represents a linear transformation or a system of equations, while $\mathbf{b}$ represents the target vector. If a solution exists, then $\mathbf{b}$ lies in the column space of $A$. If no solution exists, then $\mathbf{b}$ is not in the column space. This is a central connection between algebraic calculation and geometric meaning.

For example, if the augmented matrix row-reduces to a row like

$$\begin{bmatrix}0&0&0&|&1\end{bmatrix},$$

then the system is inconsistent. That means there is no vector $\mathbf{x}$ that makes $A\mathbf{x}=\mathbf{b}$. This result is not just a technical detail. It means the vector $\mathbf{b}$ cannot be constructed from the columns of $A$.

Subspaces, basis, and dimension in review problems

Many midterm questions focus on subspaces. A subspace is a set of vectors that contains the zero vector and is closed under vector addition and scalar multiplication. Typical examples include the column space, null space, and row space of a matrix.

The null space of a matrix $A$ is the set of all vectors $\mathbf{x}$ such that $A\mathbf{x}=\mathbf{0}$. To find it, you solve the homogeneous system. This usually leads to free variables. The solution vectors can then be written in parametric vector form. Those vectors often become a basis for the null space.

For instance, if a row-reduced system gives

$$x_1=2x_3,\quad x_2=-x_3,$$

then letting $x_3=t$ gives

$$\mathbf{x}=\begin{bmatrix}2t\\-t\t\end{bmatrix}=t\begin{bmatrix}2\\-1\\1\end{bmatrix}.$$

So a basis for the null space is $\left\{\begin{bmatrix}2\\-1\\1\end{bmatrix}\right\}$. This is a great example of how algebraic steps reveal the structure of a subspace.

Dimension is the number of vectors in a basis. If a subspace has dimension $2$, then any basis for it must have exactly $2$ vectors. This lets you check your answers. If you think you found a basis with $3$ vectors for a plane through the origin in $\mathbb{R}^3$, that should raise a red flag because a plane has dimension $2$, not $3$.

How conceptual and computational questions work together

On a midterm, the hardest questions often blend both skills. For example, you may be given a set of vectors and asked whether they form a basis for a subspace. To answer, you must know the definition of a basis, but you also need to compute using row reduction.

Example: let

$$\mathbf{v}_1=\begin{bmatrix}1\\0\\1\end{bmatrix},\quad \mathbf{v}_2=\begin{bmatrix}0\\1\\1\end{bmatrix},\quad \mathbf{v}_3=\begin{bmatrix}1\\1\\2\end{bmatrix}.$$

Notice that

$$\mathbf{v}_3=\mathbf{v}_1+\mathbf{v}_2.$$

So the set is linearly dependent. Because three vectors in a plane-like arrangement may still span a space, you still need to check whether two of them already span the same subspace. In this case, $\mathbf{v}_1$ and $\mathbf{v}_2$ are independent, so they form a basis for the span of the set.

Another common blend is interpreting the rank of a matrix. The rank is the number of pivots in a row-reduced matrix, and it equals the dimension of the column space. If a $4\times 5$ matrix has rank $3$, then its columns span a $3$-dimensional subspace of $\mathbb{R}^4$. This tells you both a numerical fact and a geometric fact.

A useful strategy is to ask yourself three questions:

  1. What is the object? Is it a vector, a matrix, a subspace, or a transformation?
  2. What is the property being tested? Is it independence, span, basis, dimension, or consistency?
  3. What computation reveals that property? Usually row reduction, solving a system, or checking a definition will help.

Exam-style thinking and accuracy checks

When reviewing for the midterm, accuracy matters. Small arithmetic errors can lead to the wrong conclusion. For that reason, always check your work in a logical way. If you say a set is a basis, confirm both conditions: independence and spanning. If you say a system has infinitely many solutions, make sure there is at least one free variable and no contradiction.

It also helps to use the meaning of the answer as a check. If you conclude that a set of $4$ vectors is linearly independent in $\mathbb{R}^3$, that cannot be correct, because in $\mathbb{R}^3$ no more than $3$ vectors can be linearly independent. This kind of reasoning is often faster than calculation and can save points on an exam.

Another helpful example is the relationship between pivot columns and the column space. The pivot columns of the original matrix form a basis for the column space. That means you should name the columns from the original matrix, not the row-reduced one. This detail is easy to miss, but it is important on assessments.

Conclusion

students, mixed conceptual and computational review in linear algebra is about connecting definitions to methods. A strong answer does more than produce numbers. It explains what the numbers mean. Whether you are working with span, independence, bases, null spaces, or rank, the same pattern appears: understand the concept, perform the computation carefully, and then interpret the result. That is exactly the kind of thinking a midterm assessment is designed to measure ✅.

Study Notes

  • A linear combination looks like $c_1\mathbf{v}_1+c_2\mathbf{v}_2+\cdots+c_k\mathbf{v}_k$.
  • The span of vectors is the set of all their linear combinations.
  • A set is linearly independent if $c_1\mathbf{v}_1+\cdots+c_k\mathbf{v}_k=\mathbf{0}$ only has the trivial solution.
  • A basis is a linearly independent set that spans a space.
  • The dimension of a space is the number of vectors in any basis for that space.
  • Row reduction is a main tool for checking independence, solving systems, and finding pivots.
  • The null space is the set of all $\mathbf{x}$ such that $A\mathbf{x}=\mathbf{0}$.
  • The column space is the span of the columns of a matrix.
  • The rank of a matrix is the number of pivots in its row-reduced form.
  • Pivot columns of the original matrix form a basis for the column space.
  • If a matrix equation $A\mathbf{x}=\mathbf{b}$ has no solution, then $\mathbf{b}$ is not in the column space of $A$.
  • Always check both the calculation and the meaning of the result.

Practice Quiz

5 questions to test your understanding

Mixed Conceptual And Computational Review — Linear Algebra | A-Warded