ILAM - Translations and Area Lesson
Translations and Area
Matrices have geometrical applications too!
Let's say we have a parallelogram with the following vertices: A(-1, -2), B (4, -2), C (6, 1), D(1, 1)
We could put those vertices in a matrix: P=[−1461−2−211]
Then, what do you think would happen to the parallelogram if we did this: P=[−1461−2−211]+P=[−1−1−1−12222]
The resulting matrix would be: P=[−23500033]
Let's say I have a set of coordinates like the parallelogram: A(-1, -2), B (4, -2), C (6, 1), D(1, 1)
Since I know that when you multiply matrix the "number of columns in the first matrix has to match with the number of rows of the second matrix". So the transformation matrix will be in the front. Because the transformation matrix is a 2x2 matrix. When we put the coordinates of a polygon as a matrix, the number of rows will always be 2. Therefore, when multiplying matrix for transformation. The transformation matrix must come first.
[−1001]×[−1461−2−211]
[(−1)(−1)+0(−2)(−1)(4)+0(−2)(−1)(6)+(0)(1)(−1)(1)+(0)(1))(0)(−1)+(1)(2)(0)(4)+(1)(−2)(0)(6)+(1)(1)(0)(1)+(1)(1)]
=[1−4−6−1−2−211]
This means this is a transformation on a reflection over the y-axis. Notice the values of the coordinates changed sign.
Watch the video to see how to use the transformation matrix to translate a triangle in the coordinate plane.
1. What transformation matrix represents the translation from △ABC⟶△A′B′C′?
- Solution:
[−3−3−3111]
2. If T is a vertices matrix, what does T+[5555−4−4−4−4] represent?
- Solution: Translated right 5 and down 4
3. If T is a vertices matrix, what does T+[−3−3−3−37777] represent?
- Solution: Translated left 3 and up 7
Area of a Parallelogram
We can also use the determinant of a matrix to find the area of a parallelogram if it is in a specific form.
Let's say we have a parallelogram with vertices (0, 0) (a, b) (c, d) and (a + c, b + d). This looks complicated but really it's just saying that one of the points is the sum of the other non-zero x's and y's.
We can write a matrix with a, b, c, and d: [abcd], then the area of the parallelogram is the absolute value of the determinant: A = |ad - bc|
Try these to see if you've got it:
- If you have a parallelogram with vertices A(0, 0) B(2, 4) C(3, 9) D(5, 13), find the area.
- Solution: 6
- If you have a parallelogram with vertices A(0, 0) B(-3, 4) C(-1, 3) D(-4, 7), find the area.
- Solution: 5
- If you have a parallelogram with vertices A(0, 0) B(-1, -4) C(4, 2) D(3, -2), find the area.
- Solution: 14
IMAGES CREATED BY GAVS