Note that you can use the same c1, c2, and c3 for both parts.

  • Thread starter Thread starter RedXIII
  • Start date Start date
  • Tags Tags
    Subspace
RedXIII
Messages
3
Reaction score
0

Homework Statement


1) Is S a subspace of R^n?

1.1) Given n=4 and a vector is in S if it is in the span of e1, e2 or in the span of e3, e4 where e1...e4 is the canonical basis of R^4

1.2) Given n=3 and S is a sphere of radius 1.

2) Let S be a subspace of R^10 with basis v1; v2; v3. Show that the vectors 2v1 + 4v2; v2 + 2v3; 5v3 also form a basis of S.

The Attempt at a Solution



1.1) No, because if the vector only spans e1, e2 or e3, e4, then it would only generate a plane in R^4?

1.2) I was thinking yes because a sphere is a 3-d object, thus would be a subspace of itself in R^3. However, if the radius is one then would that be false because if I were to add the vectors of the sphere, it would be outside the sphere?

2) From what I read, I think I would have to prove that they are linear independent then prove that they can generate R^10 (both of which are already proven if v1,v2,v3 is the basis of R^10) but how would I show it without any actual numbers?

Thanks!
 
Last edited:
Physics news on Phys.org
Anybody?
 
What's the definition of a subspace? For problem 1, you want to show that those cases either satisfy or don't satisfy the definition, so if you don't know the definition, that's the first thing you need to look up.

For problem 2, you need to be bit more careful. The problem doesn't say v1, v2, and v3 form a basis for R10. It says they form a basis for S, a subspace of R10. Now you're given three vectors — let's call them w1, w2, and w3 — and you want to show they form a basis for S. You need to show two things:

  1. w1, w2, and w3 span S. That is, if x is in S, then you can find constants c1, c2, and c3 such that x=c1w1+c2w2+c3w3.
  2. w1, w2, and w3 are linearly independent. That is, if c1w1+c2w2+c3w3=0, then c1=c2=c3=0 is the only solution.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top