Given two vectors, find vector of the parallelogram height

Click For Summary
SUMMARY

The discussion focuses on calculating the height vector of a parallelogram formed by vectors a={1, 2, 1} and b={2, -1, 0}. The area A of the parallelogram is determined using the cross product formula A=|a x b|, while the height h can be derived from the relationship A=|a|*h. The solution involves finding the projection of vector a onto vector b, denoted as vector p, and then calculating the height vector h using the formula h = a - p. This method ensures that h is orthogonal to vector a.

PREREQUISITES
  • Understanding of vector operations, specifically cross product and dot product.
  • Familiarity with vector projection concepts.
  • Knowledge of geometric interpretations of vectors in three-dimensional space.
  • Basic algebra skills for manipulating vector equations.
NEXT STEPS
  • Study the properties of the cross product in three-dimensional vectors.
  • Learn about vector projections and their applications in geometry.
  • Explore the geometric interpretation of the height of a parallelogram.
  • Practice solving similar problems involving vector heights and areas.
USEFUL FOR

Students studying linear algebra, geometry enthusiasts, and anyone looking to deepen their understanding of vector mathematics and its applications in physics and engineering.

AndrejN96
Messages
26
Reaction score
0

Homework Statement


Find the coordinates of the vector of the height of the parallelogram formed by vectors a={1, 2, 1} and b={2, -1, 0}

Homework Equations


A=|axb|, A=|a|*h

The Attempt at a Solution


I can find the intensity of the vector h i.e the length of the height, but not its vector. I know the dot product of a and h is zero, but that's it. I'm stuck.
 
Physics news on Phys.org
axb is orthogonal to both a and h, you can use this vector to find h.
 
##\vec p## is the projection of ##\vec a## onto the direction of ##\vec b## , and ##\vec h = \vec a - \vec p ##

heightpara.JPG
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
6
Views
2K
  • · Replies 21 ·
Replies
21
Views
8K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 11 ·
Replies
11
Views
5K
  • · Replies 7 ·
Replies
7
Views
3K