Linear Algebra Basics: Finding a Basis for Subspaces in R3"

  • Thread starter Thread starter Alex6200
  • Start date Start date
  • Tags Tags
    Basis Subspace
Alex6200
Messages
75
Reaction score
0
Hi, I had a basic linear algebra question

Question #1

Homework Statement



Find a basis for the subspace of R3 for which the components in all of the vectors sum to zero.

Homework Equations



If u and v are in w and w is a subspace, then a*u + b*v is in w.

The Attempt at a Solution



w = {v in R3 : v1 + v2 + v3 = 0}

Okay, so let's say you have Ax = b, where the column space of A is the basis B, and b is a vector which is in w.

I really don't know how to work with this problem beyond that. I can imagine a basis looking something like:

[1, 0, 0], [0, -1/2, 0], [0, 0, 1/2]

Because if you add those vectors together, all of the components sum to 0. And those are indeed linearly independent. But I don't know if those are the right basis vectors.

Thanks,

Al.
 
Physics news on Phys.org
Alex6200 said:

Homework Statement



Find a basis for the subspace of R3 for which the components in all of the vectors sum to zero.

Homework Equations



If u and v are in w and w is a subspace, then a*u + b*v is in w.

The Attempt at a Solution



w = {v in R3 : v1 + v2 + v3 = 0}

Okay, so let's say you have Ax = b, where the column space of A is the basis B, and b is a vector which is in w.

I really don't know how to work with this problem beyond that. I can imagine a basis looking something like:

[1, 0, 0], [0, -1/2, 0], [0, 0, 1/2]

Because if you add those vectors together, all of the components sum to 0. And those are indeed linearly independent. But I don't know if those are the right basis vectors. No, a basis of three vectors would span the whole space R3.[/color]
Call the subspace described in the problem W.

If v = (x, y, z) is in W, then x+y+z=0. One equation, three unknowns => 2 parameters, so let y=s, z=t. Then we have v = (-y - z, y, z) = (-1, 1, 0)s + (-1, 0, 1)t.

(Note that the condition that x+y+z=0 for each v=(x,y,z) in W is equivalent to saying that W is the perpendicular subspace of span(1, 1, 1).)
 
Or, slightly different approach, since v1+ v2+ v3= 0, v3= -v1- v2. Let v1= 1, v2= 0 so v3= -1. We have (1, 0, -1). Let v1= 0, v2= 1 so v3= -1. We have (0, 1, -1). Those are basis vectors. That's not the same two vectors as Unco got but there are an infinite number of different bases for this subspace.
 
Oh, so when he says "Find a basis", he doesn't mean find all of the bases, he just means find a single vector in the basis?

So if I had another question "Find a basis for a subspace of R3 in which all vectors satisfy:

(1 1 0) v = 0

Then I could just give a vector like:

(-1, 1, 0) and then say that I found a basis?
 
Oh, so when he says "Find a basis", he doesn't mean find all of the bases, he just means find a single vector in the basis

It means find all of the vectors in a single basis
 
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