Determining if W is a Subspace of R3

  • Thread starter Thread starter geoffreythelm
  • Start date Start date
  • Tags Tags
    Subspace
geoffreythelm
Messages
11
Reaction score
0

Homework Statement



For the following subset W of R3 determine whether or not W is a subspace of R3. If the subset is not a subspace give a specific example to indicate why it is not a subspace.

ii.) W = {(x,y,z): 2x + y + 3z = 0

The Attempt at a Solution



I know how to do this mostly, but there's two bits that I don't understand.

For the 'closed under addition' test, I said if (x1, y1, z1) and (x2, y2, z2) are in W then 2x1 + y1 + 3z1 = 0 and 2x2 + y2 + 3z2 = 0

Thus, 2(x1+x2) + y1 + y2 + 3(z1 + z2) = 0

But how can you just add them together and say they equal zero? Surely you'd have to subtract one from the other? Like x = 0, y = 0 therefore x = y and x - y = 0?

Then, if that is true, (x1 + x2, y1+y2, z1+z2) is in W.

This is the bit I really don't understand. How can you jump from 2(x1+x2) + y1 + y2 + 3(z1 + z2) = 0 to (x1 + x2, y1+y2, z1+z2)?

Thanks!
 
Physics news on Phys.org
0 = 0 + 0 = (2x1 + y1 + 3z1) + (2x2 + y2 + 3z2) = 2(x1+x2) + (y1 + y2) + 3(z1 + z2)

If you write x3=x1+x2, y3=y1+y2, z3=z1+z2, then it will become clear that this vector (x3,y3,z3) is also in W.
 
Also it's non-empty, since 2.0+0+3.0=0, 0 \in W hence W \neq \emptyset

And you also need to show it's closed under scalar multipication. For x,y,z in W and for \lambda \in R

\lambda (2x+y+3z) = \lambda 2x+ \lambda y +\lambda 3z= (\lambda . 2)x+ (\lambda) y + (\lambda . 3)z
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top