[Math] Linear algebra span question

linear algebra

Let $U$ be the vector
$
\begin{bmatrix}
2\\
-1
\end{bmatrix}
$
and let $V=\begin{bmatrix}
2\\
1
\end{bmatrix}.
$

Show that the \begin{bmatrix}
h\\
k
\end{bmatrix}

is in the $\text{Span}\{U,V\}$ for all $h$ and $k$.

I am not sure how to solve this question. I do not seem to grasp what is being asked.

I do think you have to make a system of linear equation.
$$
\left\{
\begin{array}{l}
2x+2y=h, \\
-1x+1y=k.
\end{array}
\right.
$$

But not sure how to keep going.

Best Answer

Notice that $U$ and $W$ are linear independent, so $span \{U,W\}=\mathbb{R}^2$and $\begin{bmatrix} H\\ K \end{bmatrix} \in \mathbb{R}^2$ for all $H,K \in\mathbb{R}$.

$W$ and $U$ are linear independent, because $W \neq \alpha U$ and $U \neq \alpha W$ for all $\alpha \in\mathbb{R}$.

Related Question