Area of a parallelogram using determinants

AI Thread Summary
To find the area of a parallelogram defined by vectors v = (1,0,1) and u = (0,2,1) in R^3, the z-component should not be ignored. The process involves determining two new vectors from the origin to v and u, labeled as rv and ru. The area is then calculated by finding the magnitude of the cross product of these two vectors, expressed as |rv x ru|. The area of the triangle formed by these vectors is half that of the parallelogram. This method ensures all components are considered in the calculation.
cse63146
Messages
435
Reaction score
0

Homework Statement



let v = (1,0,1) and u = (0,2,1)

Find the area of the parallelogram {sv + tu : 0 <= s, t <=1)

Homework Equations





The Attempt at a Solution



I know the area of a parallelogram is the determinant of a 2x2 matrix, but they gave v and u in R^3. Would I just ignore the z component in this case?
 
Physics news on Phys.org
technically there is a 3rd vector which could be r = (0,0,0)

and NEVER ignore any component given in a question like this :P

So, let the origin = r therefore find the vectors rv and ru
Then, find the magnitude of the cross product of the two vectors, rv and ru
i.e. |rv x ru|
Your answer should be the Area of the Parallelogram. The Area of a Triangle formed in vectors is HALF the Parallelogram.

I hope I've been helpful.

missbooty87
 
I could be wrong but isn't (0,0,0)(1,0,1) = 0?
 
cse63146 said:
I could be wrong but isn't (0,0,0)(1,0,1) = 0?

yes... But how is that relevant to your question... i said find the two new vectors and then cross multiply the two new vectors he he... not multiply or cross-multiply the individual vectors he he...

And if I wasn't clear let me rephrase.
--------------------
1st step:

find the two new vectors

the first vector is from R to V (i.e. From the Origin to the vector v)
the second vector is from R to U
--------------------
2nd step:

Cross multiply the RV and RU (i.e. |RV x RU|)
--------------------
3rd step:

Claim that you have the answer
--------------------

If you don't understand let me know.
 
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