Determine whether W is a subspace of the vector space

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
physics=world
Messages
109
Reaction score
0
1. Determine whether W is a subspace of the vector space.

W = {(x,y,z): x ≥ 0}, V = R3

I am not sure if I am doing this right.


2. Test for subspace.

Let these conditions hold.

1. nonempty
2. closed under addition
3. closed under scalar multiplication



3.

Testing for closure under addition:

Let a = (a1, a2, a3) and
Let b = (b1, b2, b3)

a + b = (a1, a2, a3) + (b1, b2, b3)

= (a1 + b1, a2 + b2, a3 + b3)

where x = a1 + b1, y = a2 + b2, z = a3 + b3.

= (x,y,z) Closure under addition.


Testing for closure under scalar multiplication:

(5,y,z) is in W, but
(-1)(5,y,z)
= (-5,-y,-z) is not in W.

Not closed under scalar multiplication.



Therefore, W is not a subspace of R3
 
Physics news on Phys.org
physics=world said:
1. Determine whether W is a subspace of the vector space.

W = {(x,y,z): x ≥ 0}, V = R3

I am not sure if I am doing this right.


2. Test for subspace.

Let these conditions hold.

1. nonempty
2. closed under addition
3. closed under scalar multiplication



3.

Testing for closure under addition:

Let a = (a1, a2, a3) and
Let b = (b1, b2, b3)

a + b = (a1, a2, a3) + (b1, b2, b3)

= (a1 + b1, a2 + b2, a3 + b3)

where x = a1 + b1, y = a2 + b2, z = a3 + b3.

= (x,y,z) Closure under addition.


Testing for closure under scalar multiplication:

(5,y,z) is in W, but
(-1)(5,y,z)
= (-5,-y,-z) is not in W.

Not closed under scalar multiplication.



Therefore, W is not a subspace of R3

Looks OK, except one of the things you should check is whether the set contains the zero vector. Your set is not a subspace because it's not closed under scalar multiplication. It is closed under addition, and does contain the zero vector.

One nit. You wrote "Let these conditions hold." You can't assume that these conditions are met. When you verify that a set is actually a subspace of the vector space it belongs to, you have to check that these conditions hold.
 
  • Like
Likes   Reactions: 1 person
How do I check for the zero vector?

I know that x can equal to zero, but how about y and z?