I want to show that the solution set of a vector scalar equation (v=tw+z) is a straight line no matter which vectors w and z are. I am also assuming these vectors are in $\mathbb{R}^2$.
I'm not sure where to begin this proof. Would I use $y=mx+b$?
I want to show that the solution set of a vector scalar equation (v=tw+z) is a straight line no matter which vectors w and z are. I am also assuming these vectors are in $\mathbb{R}^2$.
I'm not sure where to begin this proof. Would I use $y=mx+b$?
If your definition of a line in $\mathbb{R}^2$ is any set of the form $$ L_{m,b}:=\{(x,y)\in\mathbb{R}^2:y=mx+b\} $$ or $$ V_c:=\{(x,y)\in\mathbb{R}^2:x=c\} $$ (vertical lines) then you can proceed like this.
If ${\bf v}=(v_1,v_2)$, ${\bf w}=(w_1,w_2)$ and ${\bf z}=(z_1,z_2)$, then your vector equation is equivalent to \begin{align} v_1=tw_1+z_1\tag{1}\\ v_2=tw_2+z_2\tag{2} \end{align}
Case 1: If $w_1\neq0$, then $(1)$ is equivalent to $$ t=\frac{v_1-z_1}{w_1} $$ and substituting in $(2)$ and rearranging gives $$ v_2=\left(\frac{w_2}{w_1}\right)v_1+\left(z_2-\frac{z_1w_2}{w_1}\right) $$ In this case, the solution set is $L_{m,b}$ where $m=\frac{w_2}{w_1}$ and $b=z_2-\frac{z_1w_2}{w_1}$.
Case 2: If $w_1=0$, then $v_1=z_1$. If $w_2=0$ also, then $v_2=z_2$ is constant so the solution set is the point $\{{\bf z}\}$ which is not a line. If $w_2\neq0$ then the solution set is $V_c$ with $c=z_1$ (since $v_2$ varies through $\mathbb{R}$ when you let $t$ vary through $\mathbb{R}$).
One of the many definitions of vector space is that vectors are closed under addition, meaning that if $u, v$ are vectors in $\mathbb{R}^2$, then $u+v \in \mathbb{R}^2$. There's another property that deals with scalar multiplication. How can you use these two properties of vector space to prove your result?