Checking if a subset is a subspace

  • Thread starter Thread starter Emspak
  • Start date Start date
  • Tags Tags
    Subspace
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 · 2K views
Emspak
Messages
240
Reaction score
1

Homework Statement



Let W be a subset of vector space V. Is it s subspace as well?

W = {(a1, a2, a3) [itex]\in[/itex] ℝ3 : 2a1-7a2+a3=0}So, to check if this is a subspace I need to satisfy the following:

1. That 0 is in the set. Plugging (0,0,0) into the equation 2a1-7a2+a3=0 yields 0=0 so yes, it is.

2. That it is closed under addition.

Let (b1, b2, b3) be an arbitrary vector in W.

For this to be closed under addition (b1, b2, b3)+(a1, a2, a3) [itex]\in[/itex] W.

2(a1+b1) - 7(a2+b2) + (a3+b3) = 0

can also be written as (a3+b3) = -2(a1+b1) + 7(a2+b2)

There are real-valued solutions to this, whenever bi = -ai is one, so the answer is yes, it is closed under addition.

3. Is it closed under multiplication?

Any arbitrary λ(2a1-7a2+a3)=(λ)0

So since that's still part of the set, it is closed under multiplication.

So, did I do this one correctly? God I hope so.
 
Physics news on Phys.org
Emspak said:
So, did I do this one correctly? God I hope so.

Why do you think this might be incorrect? The result seems to follow directly from the properties of real numbers.
 
Just wanted to heck if I was understanding this correctly.
 
Yes, you did this correctly. Notice that you can actually write down a basis for the subspace:
you are given [itex]2a_1- 7a_2+ a_3= 0[/itex] so that [itex]a_3= 7a_2- 2a_1[/itex]. That means that any such vector can be written [tex]a_1\vec{i}+ a_2\vec{j}+ a_3\vec{k}= a_1\vec{i}+ a_2\vec{j}+ (7a_2- 2a_1)\vec{k}= a_1(\vec{i}- 2\vec{k})+ a_2(\vec{j}+ 7\vec{k})[/tex].