How to Calculate the Area Between Two Vectors in R^n?

  • Context: MHB 
  • Thread starter Thread starter poissonspot
  • Start date Start date
  • Tags Tags
    Area Vectors
Click For Summary
SUMMARY

The area between two vectors in R^n can be calculated using the formula A = |a||b|sin(θ), where θ is the angle between the vectors a and b. This expression can also be derived from the dot product, resulting in A = √(|a|²|b|² - (a·b)²). The area represents the magnitude of the parallelogram formed by the vectors when projected onto a parallel plane. This method is applicable in any dimensional space R^n.

PREREQUISITES
  • Understanding of vector operations in R^n
  • Knowledge of the dot product and cross product
  • Familiarity with trigonometric functions, particularly sine and cosine
  • Basic concepts of linear algebra and geometric interpretation of vectors
NEXT STEPS
  • Study vector projections in R^n
  • Learn about the geometric interpretation of the cross product
  • Explore applications of the area calculation in physics and engineering
  • Investigate higher-dimensional geometry and its implications
USEFUL FOR

Mathematicians, physicists, and engineers who require a deeper understanding of vector spaces and their geometric properties, particularly in the context of R^n.

poissonspot
Messages
39
Reaction score
0
Hi, I wondered whether a well known expression is known that computes the area between two vectors in R^n. By area between two vectors, I mean the area that would be computed by considering the subspace spanned by the two, projecting the entire space to a "parallel plane" and then finally given by the magnitude of the cross product of the image of the vectors under this projection. Thank you,
 
Last edited:
Physics news on Phys.org
conscipost said:
Hi, I wondered whether a well known expression is known that computes the area between two vectors in R^n. By area between two vectors, I mean the area that would be computed by considering the subspace spanned by the two, projecting the entire space to a "parallel plane" and then finally given by the magnitude of the cross product of the image of the vectors under this projection.
In other words, given vectors $a,b$ in $\mathbb{R}^n$, you want the area $A$ of the parallelogram with vertices at the origin, $a$, $b$ and $a+b.$ If the angle between the vectors is $\theta$, this can be expressed in terms of the dot product by $$A = |a||b|\sin\theta = \sqrt{|a|^2|b|^2(1-\cos^2\theta)} = \sqrt{|a|^2|b|^2 - (a\cdot b)^2}.$$
 

Similar threads

Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
8K
Replies
26
Views
2K
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 43 ·
2
Replies
43
Views
7K
  • · Replies 12 ·
Replies
12
Views
4K
Replies
1
Views
1K