Determine whether W is a subspace of the vector space

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 1 person
How do I check for the zero vector?

I know that x can equal to zero, but how about y and z?
 
Unlike x, which is zero or larger, y and z are arbitrary - there are no restrictions on them. The vector <0, 0, 0> belongs to the set.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top