Determining if W is a Subspace of R3

  • Thread starter Thread starter geoffreythelm
  • Start date Start date
  • Tags Tags
    Subspace
Click For Summary
SUMMARY

The subset W = {(x,y,z): 2x + y + 3z = 0} is a subspace of R3. To verify this, it must satisfy three criteria: it must contain the zero vector, be closed under addition, and be closed under scalar multiplication. The zero vector (0, 0, 0) is in W since 2(0) + 0 + 3(0) = 0. The closure under addition is confirmed by showing that if (x1, y1, z1) and (x2, y2, z2) are in W, then (x1 + x2, y1 + y2, z1 + z2) is also in W. Closure under scalar multiplication is validated by demonstrating that for any scalar λ and any vector in W, λ(x, y, z) remains in W.

PREREQUISITES
  • Understanding of vector spaces and subspaces
  • Familiarity with linear combinations and vector addition
  • Knowledge of scalar multiplication in vector spaces
  • Basic proficiency in solving linear equations
NEXT STEPS
  • Study the properties of vector spaces in linear algebra
  • Learn about the criteria for subspaces in Rn
  • Explore examples of non-subspaces and the reasoning behind them
  • Practice problems involving closure under addition and scalar multiplication
USEFUL FOR

Students studying linear algebra, mathematics educators, and anyone seeking to deepen their understanding of vector spaces and subspace criteria.

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
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
5K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 15 ·
Replies
15
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K