Calculating the Area of a Parallelogram Using Diagonals: A Vector Approach

  • Thread starter Thread starter Angello90
  • Start date Start date
  • Tags Tags
    Area Parallelogram
AI Thread Summary
To calculate the area of a parallelogram using its diagonals, one cannot simply take the cross product of the diagonals. Instead, the area can be determined by using the formula |((A+B)/2) X ((A-B)/2)|, where A and B are the diagonal vectors. This approach recognizes that the sum of the diagonals relates to the base vector, while their difference relates to the side vector. The discussion emphasizes understanding the geometric relationships between the diagonals and the sides of the parallelogram. This method provides a clear and effective way to find the area using vector operations.
Angello90
Messages
65
Reaction score
0

Homework Statement


Find the area of the parallelogram with diagonals a = 3i + j − 2k and b = i − 3j + 4k


The attempt at a solution

I know that |x| X |y| will give the area, but will it hold for diagonals? Or do I have to find x and y vectors?
 
Physics news on Phys.org
No, you can't just take the cross product of the diagonals. But if you draw two identical parallelograms side by side, you should be able to see that the sum of the two diagonals is twice the base vector. And putting one on top of the other, that the difference is twice the side vector.
 
Ok so basically, |((A+B)/2) X ((A-B)/2)| = Area; where (A+B)/2 is a base and (A-B)/2 is a side?

Thanks a mil HallosofIvy!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top