L23 M170 S11.1 Applications of Linear Transformations
L23 M170 S11.1 Applications of Linear Transformations
3
The Geometry of Linear
Transformations in
4
The Geometry of Linear Transformations in r caret 2 (1 of 2)
5
The Geometry of Linear Transformations in r caret 2 (2 of 2)
6
Example 1 – Reflections in r (1 of 3) caret 2
Reflections in
Figure 6.5(a)
7
Example 1 – Reflections in r caret 2 (2 of 3)
b. Reflection in the x-axis:
T(x, y) = (x, −y)
Reflections in
Figure 6.5(b)
8
Example 1 – Reflections in r caret 2 (3 of 3)
c. Reflection in the line y = x:
T(x, y) = (y, x)
Reflections in
Figure 6.5(c)
9
Example 2 – Expansions and Contractions in r caret 2 (1 of 3)
10
Example 2 – Expansions and Contractions in r caret 2 (2 of 3)
Note in the figures below that the distance the point (x, y)
moves by a contraction or an expansion is proportional to its
x- or y-coordinate. For example, under the transformation
represented by
T(x, y) = (2x, y)
the point (1, 3) would move one unit to the right, but the
point (4, 3) would move four units to the right.
11
Example 2 – Expansions and Contractions in r caret 2 (3 of 3)
the point (1, 4) would move two units down, but the point
(1, 2) would move one unit down.
12
Example 2 – Expansions and Contractions in r caret 2 (4 of 3)
13
Example 3 – Shears in r caret 2 (1 of 3)
The transformations below are shears.
T(x, y) = (x + ky, y) T(x, y) = (x, y + kx)
15
Example 3 – Shears in r caret 2 (3 of 3)
Points in the left half-plane “shear” downward by amounts
proportional to the absolute values of their x-coordinates.
Points on the y-axis do not move.
16
Rotation in r caret 3
17
Rotation in r caret 3 (1 of 3)
Here you will see how linear transformations can be used to
rotate figures in
Figure 6.6
18
Rotation in r caret 3 (2 of 3)
Letting the coordinates of the rotated point be (x′, y′, z′), you
have
19
Example 4 – Rotation About the z-Axis
The eight vertices of the rectangular
prism shown at the right are
V1(0, 0, 0) V2(1, 0, 0)
V3(1, 2, 0) V4(0, 2, 0)
V5(0, 0, 3) V6(1, 0, 3)
V7(1, 2, 3) V8(0, 2, 3).
20
Example 4 – Solution (1 of 4)
a. The matrix that yields a rotation of 60° is
21
Example 4 – Solution (2 of 4)
Figure 6.7(a) shows a graph of the rotated prism.
Figure 6.7(a)
22
Example 4 – Solution (3 of 4)
b. The matrix that yields a rotation of 90° is
Figure 6.7(b)
23
Example 4 – Solution (4 of 4)
c. The matrix that yields a rotation of 120° is
Figure 6.7(c)
24
Rotation in r caret 3 (3 of 3)
Example 4 uses matrices to perform rotations about the z-
axis. Similarly, you can use matrices to rotate figures about
the x- or y-axis.
25
Rotation in r caret 3 (4 of 3)
In each case, the rotation is oriented counterclockwise
(using the “right-hand rule”) relative to the specified axis, as
shown below.
26