Linear Algebra Help, Area and Volume using Vectors

Axoren
Messages
17
Reaction score
0

Homework Statement


Find the volume of the parallelepiped defined by the vectors.

x = {2, 0, 1, 1}
y = {-1, -1, 1, 1}
z = {-2, 3, 1, -2}

Homework Equations


Don't know.

The Attempt at a Solution


Don't know where to start.The main problem is that most people on the internet only discuss three dimensional volumes, leaving me searching for information regarding this and finding nothing but cross-product and the like. I need to understand the method of finding volume for R^n, not just R^3
 
Physics news on Phys.org
Well, if you're interested in the volumes of parallelotopes in dimensions higher than 3, you can look into Gramian matrices and the like.

However, I don't think you need that. Note that the third element of your four-dimensional vectors is constant, which seems to indicate that maybe the usual three-dimensional techniques will work.
 
hgfalling said:
Well, if you're interested in the volumes of parallelotopes in dimensions higher than 3, you can look into Gramian matrices and the like.

However, I don't think you need that. Note that the third element of your four-dimensional vectors is constant, which seems to indicate that maybe the usual three-dimensional techniques will work.

I tried that just now and it doesn't work. Is there really no way to answer this question?
 
What did you try? I got an answer by dotting one vector with the cross product of the other two, ignoring the dimension where all three vectors are constant.

I mean, if I gave you these two vectors:

a = {1,1,2}
b = {3,0,2}

and said, "give me the area of the parallelogram formed by these two vectors," you would just pretend like the z-dimension didn't exist, because parallelograms are in two dimensions, and everything is happening in a plane here. The same thing is true of your vectors: parallelepipeds are in three dimensions, and everything's happening in three dimensions here.
 
hgfalling said:
What did you try? I got an answer by dotting one vector with the cross product of the other two, ignoring the dimension where all three vectors are constant.

I mean, if I gave you these two vectors:

a = {1,1,2}
b = {3,0,2}

and said, "give me the area of the parallelogram formed by these two vectors," you would just pretend like the z-dimension didn't exist, because parallelograms are in two dimensions, and everything is happening in a plane here. The same thing is true of your vectors: parallelepipeds are in three dimensions, and everything's happening in three dimensions here.

I find the answer to be 7, however, Webwork says it's incorrect. I've tried plugging in -7, still nothing.
 
Yeah, my visualization was off here. The dimension where they are all the same does matter. Sorry about that.

Anyway, you can do this, which works for any dimension of vectors:

Let:

A = \begin{bmatrix} a_1 & a_2 & a_3 \end{bmatrix}

Now if the dimension of the vectors equals 3 (ie, A is square), then the absolute value of the determinant of that is the volume.

If it doesn't, then:

V = \sqrt{\left| det(A^T A) \right|}

I get \sqrt{308}.
 
Last edited:
Thank you very much. That works wonderfully.
 
Back
Top