Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Prove that $W = \{(x,y,z,r) : r=5x+2y+7z\}$ is a subspace of $\mathbb{R}^4$

share|improve this question
1  
Since you are new, I want to give some advice about the site: To get the best possible answers, you should explain what your thoughts on the problem are so far. That way, people won't tell you things you already know, and they can write answers at an appropriate level; also, people tend to be more willing to help you if you show that you've tried the problem yourself. If this is homework, please add the [homework] tag; people will still help, so don't worry. – Zev Chonoles Mar 6 at 10:51

3 Answers

To show that a set $W$ is a vector subspace of $\mathbb{R}^4$, it suffices to show that:

  1. $0\in W$
  2. $W$ is closed under addition and
  3. $W$ is closed under scalar multiplication.

1 is easy to show.

For 2,

If $a=\left(\begin{matrix}a_{1}\\a_{2}\\a_3\\ 5a_1+2a_2+7a_3\end{matrix}\right), \quad b=\left(\begin{matrix}b_{1}\\b_{2}\\b_3\\ 5b_1+2b_2+7b_3\end{matrix}\right)\in W$ then $a+b=\left(\begin{matrix}a_{1}+b_1\\a_{2}+b_2\\a_3+b_3\\ 5(a_1+b_1)+2(a_2+b_2)+7(a_3+b_3)\end{matrix}\right)\in W$

Something similar for 3.

share|improve this answer
Turns out that jim deleted his answer. – Cameron Buie Mar 6 at 14:52

Elements of $W$ are the solutions to the (homogeneous) equation $5x+2y+7z-r=0$. So, you can prove (or use) the general fact: the solutions of a homogeneous linear system form a subspace.

share|improve this answer

Hint: Prove that $f\colon \mathbb{R}^4\to \mathbb{R},(x,y,z,r)\mapsto 5x+2y+7z-r$ is a linear application. What's its kernel?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.