Find a Basis of the Subspace Spanned by Four Polynomials of Degree 3 or Less

Ohio State University exam problems and solutions in mathematics

Problem 607

Let $\calP_3$ be the vector space of all polynomials of degree $3$ or less.
Let
\[S=\{p_1(x), p_2(x), p_3(x), p_4(x)\},\] where
\begin{align*}
p_1(x)&=1+3x+2x^2-x^3 & p_2(x)&=x+x^3\\
p_3(x)&=x+x^2-x^3 & p_4(x)&=3+8x+8x^3.
\end{align*}

(a) Find a basis $Q$ of the span $\Span(S)$ consisting of polynomials in $S$.

(b) For each polynomial in $S$ that is not in $Q$, find the coordinate vector with respect to the basis $Q$.

(The Ohio State University, Linear Algebra Midterm)
 
LoadingAdd to solve later

Sponsored Links


Solution.

(a) Find a basis $Q$ of the span $\Span(S)$ consisting of polynomials in $S$.

Let $B=\{1, x, x^2, x^3\}$ be the standard basis for $\calP_3$.
With respect to the basis $B$, the coordinate vectors of the given polynomials are
\begin{align*}
\mathbf{v}_1:=[p_1(x)]_B&=\begin{bmatrix}
1 \\
3 \\
2 \\
-1
\end{bmatrix}, &\mathbf{v}_2:=[p_2(x)]_B=\begin{bmatrix}
0 \\
1 \\
0 \\
1
\end{bmatrix}\\[6pt] \mathbf{v}_3:=[p_3(x)]_B&=\begin{bmatrix}
0 \\
1 \\
1 \\
-1
\end{bmatrix}, &\mathbf{v}_4:=[p_4(x)]_B=\begin{bmatrix}
3 \\
8 \\
0 \\
8
\end{bmatrix}.
\end{align*}
Let $T=\{\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3, \mathbf{v}_4\}$ be the set of these coordinate vectors.


We find a basis for $\Span(T)$ among the vectors in $T$ by the leading 1 method.
We form the matrix whose column vectors are the vectors in $T$ and apply elementary row operations as follows.

\begin{align*}
\begin{bmatrix}
1 & 0 & 0 & 3 \\
3 &1 & 1 & 8 \\
2 & 0 & 1 & 0 \\
-1 & 1 & -1 & 8
\end{bmatrix}
\xrightarrow{\substack{R_2-3R_1\\R_3-2R_1\\R_4+R_1}}
\begin{bmatrix}
1 & 0 & 0 & 3 \\
0 &1 & 1 & -1 \\
0 & 0 & 1 & -6 \\
0 & 1 & -1 & 11
\end{bmatrix}
\xrightarrow{R_4-R_2}\\[6pt] \begin{bmatrix}
1 & 0 & 0 & 3 \\
0 &1 & 1 & -1 \\
0 & 0 & 1 & -6 \\
0 & 0 & -2 & 12
\end{bmatrix}
\xrightarrow{R_4+2R_2}
\begin{bmatrix}
1 & 0 & 0 & 3 \\
0 &1 & 0 & 5 \\
0 & 0 & 1 & -6 \\
0 & 0 & 0 & 0
\end{bmatrix}.
\end{align*}

The first three columns of the reduced row echelon form matrix contain the leading 1’s.
Thus, $\{\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3\}$ is a basis for $\Span(T)$.
It follows that $Q:=\{p_1(x), p_2(x), p_3(x)\}$ is a basis for $\Span(S)$.

(b) For each polynomial in $S$ that is not in $Q$, find the coordinate vector with respect to the basis $Q$.

Note that $p_4(x)$ is not in the basis $Q$.

The fourth column of the matrix in reduced row echelon form of part (a) gives the coefficients of the linear combination:
\[p_4(x)=3p_1(x)+5p_2(x)-6p_3(x).\]

Thus, the coordinate vector of $p_4(x)$ with respect to the basis $Q$ is
\[[p_4(x)]_Q=\begin{bmatrix}
3 \\
5 \\
-6
\end{bmatrix}.\]

Comment.

This is one of the midterm 2 exam problems for Linear Algebra (Math 2568) in Autumn 2017.

In part (b), some students stopped after obtaining the linear combination $p_4(x)=3p_1(x)+5p_2(x)-6p_3(x)$.
You must read the problem carefully. You are asked to find the coordinate vector of $p_4(x)$ with respect to $Q$.

List of Midterm 2 Problems for Linear Algebra (Math 2568) in Autumn 2017

  1. Vector Space of 2 by 2 Traceless Matrices
  2. Find an Orthonormal Basis of the Given Two Dimensional Vector Space
  3. Are the Trigonometric Functions $\sin^2(x)$ and $\cos^2(x)$ Linearly Independent?
  4. Find Bases for the Null Space, Range, and the Row Space of a $5\times 4$ Matrix
  5. Matrix Representation, Rank, and Nullity of a Linear Transformation $T:\R^2\to \R^3$
  6. Determine the Dimension of a Mysterious Vector Space From Coordinate Vectors
  7. Find a Basis of the Subspace Spanned by Four Polynomials of Degree 3 or Less ←The current problem

LoadingAdd to solve later

Sponsored Links

More from my site

  • Find a Basis of the Vector Space of Polynomials of Degree 2 or Less Among Given PolynomialsFind a Basis of the Vector Space of Polynomials of Degree 2 or Less Among Given Polynomials Let $P_2$ be the vector space of all polynomials with real coefficients of degree $2$ or less. Let $S=\{p_1(x), p_2(x), p_3(x), p_4(x)\}$, where \begin{align*} p_1(x)&=-1+x+2x^2, \quad p_2(x)=x+3x^2\\ p_3(x)&=1+2x+8x^2, \quad p_4(x)=1+x+x^2. \end{align*} (a) Find […]
  • Determine the Dimension of a Mysterious Vector Space From Coordinate VectorsDetermine the Dimension of a Mysterious Vector Space From Coordinate Vectors Let $V$ be a vector space and $B$ be a basis for $V$. Let $\mathbf{w}_1, \mathbf{w}_2, \mathbf{w}_3, \mathbf{w}_4, \mathbf{w}_5$ be vectors in $V$. Suppose that $A$ is the matrix whose columns are the coordinate vectors of $\mathbf{w}_1, \mathbf{w}_2, \mathbf{w}_3, […]
  • Quiz 9. Find a Basis of the Subspace Spanned by Four MatricesQuiz 9. Find a Basis of the Subspace Spanned by Four Matrices Let $V$ be the vector space of all $2\times 2$ real matrices. Let $S=\{A_1, A_2, A_3, A_4\}$, where \[A_1=\begin{bmatrix} 1 & 2\\ -1& 3 \end{bmatrix}, A_2=\begin{bmatrix} 0 & -1\\ 1& 4 \end{bmatrix}, A_3=\begin{bmatrix} -1 & 0\\ 1& -10 \end{bmatrix}, […]
  • Vector Space of Polynomials and Coordinate VectorsVector Space of Polynomials and Coordinate Vectors Let $P_2$ be the vector space of all polynomials of degree two or less. Consider the subset in $P_2$ \[Q=\{ p_1(x), p_2(x), p_3(x), p_4(x)\},\] where \begin{align*} &p_1(x)=x^2+2x+1, &p_2(x)=2x^2+3x+1, \\ &p_3(x)=2x^2, &p_4(x)=2x^2+x+1. \end{align*} (a) Use the basis […]
  • Basis of Span in Vector Space of Polynomials of Degree 2 or LessBasis of Span in Vector Space of Polynomials of Degree 2 or Less Let $P_2$ be the vector space of all polynomials of degree $2$ or less with real coefficients. Let \[S=\{1+x+2x^2, \quad x+2x^2, \quad -1, \quad x^2\}\] be the set of four vectors in $P_2$. Then find a basis of the subspace $\Span(S)$ among the vectors in $S$. (Linear […]
  • Find an Orthonormal Basis of the Range of a Linear TransformationFind an Orthonormal Basis of the Range of a Linear Transformation Let $T:\R^2 \to \R^3$ be a linear transformation given by \[T\left(\, \begin{bmatrix} x_1 \\ x_2 \end{bmatrix} \,\right) = \begin{bmatrix} x_1-x_2 \\ x_2 \\ x_1+ x_2 \end{bmatrix}.\] Find an orthonormal basis of the range of $T$. (The Ohio […]
  • Vector Space of Polynomials and a Basis of  Its SubspaceVector Space of Polynomials and a Basis of Its Subspace Let $P_2$ be the vector space of all polynomials of degree two or less. Consider the subset in $P_2$ \[Q=\{ p_1(x), p_2(x), p_3(x), p_4(x)\},\] where \begin{align*} &p_1(x)=1, &p_2(x)=x^2+x+1, \\ &p_3(x)=2x^2, &p_4(x)=x^2-x+1. \end{align*} (a) Use the basis $B=\{1, x, […]
  • Orthonormal Basis of Null Space and Row SpaceOrthonormal Basis of Null Space and Row Space Let $A=\begin{bmatrix} 1 & 0 & 1 \\ 0 &1 &0 \end{bmatrix}$. (a) Find an orthonormal basis of the null space of $A$. (b) Find the rank of $A$. (c) Find an orthonormal basis of the row space of $A$. (The Ohio State University, Linear Algebra Exam […]

You may also like...

3 Responses

  1. 11/08/2017

    […] Find a Basis of the Subspace Spanned by Four Polynomials of Degree 3 or Less […]

  2. 11/08/2017

    […] Find a Basis of the Subspace Spanned by Four Polynomials of Degree 3 or Less […]

  3. 11/08/2017

    […] Find a Basis of the Subspace Spanned by Four Polynomials of Degree 3 or Less […]

Please Login to Comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Linear Algebra
Ohio State University exam problems and solutions in mathematics
Determine the Dimension of a Mysterious Vector Space From Coordinate Vectors

Let $V$ be a vector space and $B$ be a basis for $V$. Let $\mathbf{w}_1, \mathbf{w}_2, \mathbf{w}_3, \mathbf{w}_4, \mathbf{w}_5$ be...

Close