Finding the Area of a Parallelogram with Two Vectors in R^4

In summary, to find the area of a parallelogram with two vectors in R^4, you can use the formula A = |\vec{a}|| \vec{b}| sin\theta or the wedge product \vec{a}\wedge \vec{b} to find the magnitude of the bivector representing the parallelogram. This method does not require calculating the angle between the vectors. The wedge product can also be used in higher-dimensional spaces and has various applications, such as representing a sphere in 5-dimensional conformal model of Euclidean 3D space.
  • #1
ianmc7
2
0
I need to find the area of a parallelogram with two vectors in R^4 my book has nothing on this and I don't know how to do it.
 
Physics news on Phys.org
  • #2
If the area of a parallelogram is [itex]absin\theta[/itex], and a,b are vectors. Then you can re-write the area as:

[tex]|\vec{a}|| \vec{b}| sin\theta[/tex]


Does that look familiar?
 
  • #3
If you're proposing the use of the vector cross product, rock.freak667, be aware that the definition is somewhat problematic in [tex]R^n[/tex] for n > 3 (for instance, one source claims it only exists in R^3 and R^7: http://everything2.com/title/Vector%20product , though there are other remarks on this around the 'Net).

Since the two vectors would still span a plane in higher-dimensional space, the definition of area for the parallelogram produced by the vectors would still be meaningful. You could use the vector dot product in the usual way to find the cosine of the angle (and thus the angle) between the vectors in that plane (since the methods for calculating vector length and vector dot product, happily, do generalize to n dimensions). It will still be true that

[tex]
A = |\vec{a}|| \vec{b}| sin\theta
[/tex]
 
  • #4
dynamicsolo said:
Since the two vectors would still span a plane in higher-dimensional space, the definition of area for the parallelogram produced by the vectors would still be meaningful...

[tex]
A = |\vec{a}|| \vec{b}| sin\theta
[/tex]
Yes, that is fine, but here is
another, more direct, way to get the area by calculating the magnitude
of the bivector representing the parallelogram. In terms of a set of
orthonormal basis vectors [tex] \{ e_i }, i = 1,N \} [/tex] in N dimensions. The vectors are
[tex]
\vec{a} = \sum_i a_i e_i
[/tex]
[tex]
\vec{b} = \sum_i b_i e_i
[/tex]

The parallelogram is represented by the outer product or these two vectors:

[tex]
\vec{a}\wedge \vec{b} = \sum_{i<j} (a_ib_j - a_jb_i)e_ie_j
[/tex]

The square of the area is then

[tex]
|\vec{a}\wedge\vec{b}|^2 = \sum_{i<j}(a_i b_j - a_j b_i)^2.
[/tex]

Using this approach, it is not necessary to compute the angle [tex] \theta [/tex].
Note that [tex]a\wedge b [/tex] is NOT the cross product and exists for all dimensions.
 
  • #5
Thank you for the information on the "wedge product", an operation which has yet to penetrate far enough into the basic curriculum. (I am not familiar enough with it myself as yet, so I chose a method using devices that would be familiar in typical first courses in vector operations.)

"Ah, wedge product... is there nothing you can't do...?"
 
  • #6
dynamicsolo said:
"Ah, wedge product... is there nothing you can't do...?"


Ah! That's the spirit! Does the wedge product ever fail?
' "No, never."
"What, never?"
"Well, hardly ever!" ' (G&S: HMS Pinafore)

To tickle your curiosity: In the 5-dimensional conformal model of Euclidean 3D space, the expression for a sphere in terms of 4 vectors (in the 5D space) to points on the surface of the sphere is

[tex]
p\wedge q\wedge r\wedge s
[/tex]

(I am not familiar enough with it myself as yet...)

You can change this by going to this site: http://www.geometricalgebra.net/
And if you want to have FUN at the same time, click on the "downloads" link and get the GAViewer and the list of interactive figures. Enjoy!
 
Last edited by a moderator:

Related to Finding the Area of a Parallelogram with Two Vectors in R^4

What is the formula for finding the area of a parallelogram?

The formula for finding the area of a parallelogram is base x height, or A = bh.

Can the area of a parallelogram be negative?

No, the area of a parallelogram cannot be negative as it is a measure of space and cannot have a negative value.

How do you know which side is the base and which side is the height?

The base of a parallelogram is the side that is parallel to the opposite side. The height is the perpendicular distance between the base and the opposite side.

Can you use the same formula to find the area of any parallelogram?

Yes, the formula A = bh can be used to find the area of any parallelogram, regardless of its size or shape.

What units are used to measure the area of a parallelogram?

The area of a parallelogram is typically measured in square units, such as square meters (m2) or square inches (in2).

Similar threads

  • Introductory Physics Homework Help
Replies
5
Views
332
  • Calculus and Beyond Homework Help
Replies
1
Views
924
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
6
Views
2K
  • General Math
Replies
1
Views
747
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
Replies
6
Views
7K
  • General Math
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
349
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
Back
Top