|
Question 1071016: Find the area of a parallelogram with vertices (0, 0), (3, 3), (4, 6), and (7, 9) using the formula which relates the area to the absolute value of the determinant of the matrix.
What are the steps involved in solving this? I greatly appreciate any and all assistance. Thank you!
Found 2 solutions by Edwin McCravy, ikleyn: Answer by Edwin McCravy(20054) (Show Source): Answer by ikleyn(52776) (Show Source):
You can put this solution on YOUR website! .
Let V1 = (a,b) and V2 = (c,d) be two vectors that are two adjacent sides of the parallelogram released from one common vertex.
Then the area of the parallelogram is the absolute value of the determinant
S = abs (det ) = | ad - bc |.
In your case, it is convenient to take point (0,0) as the common vertex.
Then two vectors/adjacent sides are
V1 = (3-0,3-0) = (3,3), (1) and
V2 = (4-0,6-0) = (4,6). (2)
Do not mix these vectors (1) and (2) with the point coordinates.
Again, (1) and (2) represent the vectors that are two adjacent sides of the parallelogram with the common vertex (0,0).
Next, form this matrix = .
Calculate its determinant det = 3*6 - 4*3 = 18 - 12 = 6.
Take the absolute value of the determinant: |det| = |6| = 6.
In this case the absolute value is the same as the determinant, but in other cases it may not be so.
Your area is 6: S = 6 square units.
So, I answered your question and described the procedure.
See the lesson
- Determinant of a 2x2-matrix and the area of a parallelogram and a triangle.
in this site.
Also, you have this free of charge online textbook in ALGEBRA-II in this site
- ALGEBRA-II - YOUR ONLINE TEXTBOOK.
The referred lesson is the part of this online textbook under the topic
"2x2-Matrices, determinants, Cramer's rule for systems in two unknowns"
|
|
|
| |