Chapter 4
Chapter 4
Mohammad Wehbe
Mohammad Wehbe 1
Definition 1
Let V and W be vector spaces. A mapping T : V → W is a function
that assigns to each vector v ∈ V a unique vector w in W .
Example 2
Define a mapping T : R2 → R2 by
x x +y
T =
y x −y
Mohammad Wehbe 2
Definition 3
The mapping T : V → W is called a linear transformation if and only if
T (cu + v ) = cT (u) + T (v )
Example 4
Let A be an m × n matrix. Define a mapping T : Rn → Rm by
T (x) = Ax
Mohammad Wehbe 3
Theorem 5
Let V and W be vector spaces, and let T : V → W be a linear
transformation. Then T (0) = 0.
Example 6
Define a mapping T : R2 → R2 by
x
x e
T =
y ey
Example 7
Define a mapping T : Mm×n → Mn×m by
T (A) = At
Mohammad Wehbe 4
Example 8
Let T be a linear transformation, and let B be the standard basis for R3 . If
1 −1 0
T (e1 ) = , T (e2 ) = , T (e3 ) =
1 2 1
1
Find T (v ) where v = 3
2
Example 9
Let T : R3 → R3 be a linear transformation and B a basis for R3 given by
1 1 1
B = 1 , 2 , 1
1 3 2
If
1 1 1 −1 1 2
T 1 = 1 , T 2 = −2 , T 1 = 2
1 1 3 −3 2 4
Find T 2 3 6
Mohammad Wehbe 5
Theorem 10
1 Let V and W be vector spaces and let S, T : V → W be linear
transformations. The function S + T defined by
(S + T )(v ) = S(v ) + T (v )
(cS)(v ) = cS(v )
(S ◦ T )(v ) = S(T (v ))
is a linear transformation.
Mohammad Wehbe 6
Definition 11
Let V and W be vector spaces. For a linear transformation T : V → W the
null space of T , denoted by N(T ), is defined by
N(T ) = {v ∈ V , T (v ) = 0}
R(T ) = {T (v ), v ∈ V }
Example 12
Define a linear transformation T : R4 → R3 by
a
b a+b
T = b − c
c
a+d
d
Example 14
Let T : R3 → R3 be a linear operator and B = {v1 , v2 , v3 } a basis for
R3 . Suppose that
1 1 2
T (v1 ) = 1 , T (v2 ) = 0 , T (v3 ) = 1
0 −1 −1
1
1 Is 2 in R(T ) ?
1
2 Find a basis for R(T ).
3 Find the null space N(T ).
Mohammad Wehbe 8
Definition 15
Let T : Rn → Rm be the linear transformation defined by
T (v ) = Av .
T (v ) = v! A1 + v2 A2 + · · · vn An
Mohammad Wehbe 9
Theorem 16
1 Let V and W be finite dimensional vector spaces. If T : V → W is a
linear transformation, then
2 The row rank and the column rank of a matrix A are equal.
Mohammad Wehbe 10
Theorem 17
If T : Rn → Rm is a linear transformation , then there exists a matrix A, called
the matrix representation of T , such that T (v ) = Av for any v ∈ V , A is given
by
A = [Te1 , Te2 , · · · , Ten ]
where (e1 , e2 , · · · , en ) is the standard basis for V .
Thus the coordinate vectors relative to the ordered basis B 0 are given by
a1i
a2i
[T (vi )]B 0 = .
..
ami
Mohammad Wehbe 12
0
It follows that the matrix of T relative to B and B 0 is denoted by [T ]BB and
given by
0
[T ]BB = [T (v1 )]B 0 [T (v2 )]B 0 · · · [T (vn )]B 0
Example 19
Let T : R2 → R3 be a linear transformation defined by
x2
x1
T (v ) = T = x1 + x2
x2
x1 − x2
and let
1 1 1
1 3
B= , B 0 = 0 , 1 , 1
2 1
0 0 1
be ordered bases for R2 and R3 respectively.
0
1 Find the matrix [T ]BB .
−3
2 Let v = . Find T (v ) directly and then use the matrix found in part
−2
(a).
Mohammad Wehbe 13
Theorem 20
1 Consider Rn and Rm with ordered bases B and B 0 , respectively. If S
and T are linear transformation from Rn to Rm , then
0 0 0
1 [S + T ]BB = [S]BB + [T ]BB
0 0
2 [kT ]BB = k[T ]BB for any scalar k.
n n
3 [T ]B = ([T ]B )
2 Consider now S : Rm → Rl be a linear transformation, with B 00 basis
for Rl , then 00 00 0
[S ◦ T ]BB = [S]BB 0 [T ]BB
3 If T is invertible linear operator, then
[T −1 ]B = ([T ]B )−1
Mohammad Wehbe 14
Definition 21
(Scaling)
1 A horizontal scaling is a transformation on an object is a horizontal
contraction or dilation by a factor k
x kx
Sh =
y y
Mohammad Wehbe 15
Note that
k 0 1 0 k 0
[Sh ] = , [Sv ] = , [S] =
0 1 0 k 0 k
If k > 1 so it is a dilation, if k < 1 it is a contraction.
Definition 22
Reflection
x x 1 0
1 About the x-axis : Rx = and we have [Rx ] =
y −y 0 −1
x −x −1 0
2 About the y -axis : Ry = and we have [Ry ] =
y y 0 1
x y
3 About the the line y = x : Ry =x = and we have
y x
0 1
[Ry =x ] =
1 0
x −x
4 With respect to the origin : RO = and we have
y −y
−1 0
[RO ] =
0 −1
Mohammad Wehbe 16
Example 23
0 2 1
Let T denote the triangle with vertices v1 = , v2 = , v3 =
1 1 3
1 Stretch the triangle horizontally by a factor 2.
2 Contract the triangle vertically by a factor 3.
3 Stretch the triangle horizontally by a factor 2 and contract it
vertically by a factor 3.
4 Reflect the triangle T
1 About the x axis
2 About the y axis
3 About the origin.
4 About the line y = x.
Mohammad Wehbe 17
Definition 24
Rotation A rotation through an angle θ Rθ : R2 → R2 is given by
The matrix of the rotation with respect to the standard basis is given by
cos θ − sin θ
[Rθ ] =
sin θ cos θ
Theorem 25
We have
Rα ◦ Rβ = Rα+β
Definition 26
Projection over the x-axis is given by T (e1 ) = e1 and T (e2 ) = 0.
Mohammad Wehbe 18
Example 27
1 Find :
1 Rπ/2 (a, b)
2 R−π/2 (a, b)
3 Rπ (a, b)
4 R−π (a, b)
2 Let D be the triangle in the plane with vertices (−1, 1), (0, 2), (1, 1).
Find and sketch :
1 Rπ/4 (D)
2 R2π (D)
3 Let T : R2 → R2 be the transformation that performs a reflection
through the line y = x, followed by a rotation of π/2.
1 Find the matrix of T relative to the standard basis.
2 Apply the transformation to the triangle with vertices (0, 0), (2, 0),
and (1, 3), and give a sketch of the result.
3 Find the matrix relative to the standard basis that reverses T .
4 Describe this transformation in another way. Verify your answer.
Mohammad Wehbe 19
Example 28
1 Let T : R2 → R2 be the transformation that performs a rotation by
π/4, followed by a reflection through the origin.
1 Find the matrix of T relative to the standard basis.
2 Apply the transformation to the square with vertices
(0, 0), (1, 0), (1, 1), and (0, 1), and give a sketch of the result.
3 Find the matrix relative to the standard basis that reverses T .
2 Let T : R2 → R2 defined by
√
x −1
3 √ x
T =
y 1 3 y
Describe T Geometrically.
3 Same exercise where
√ √
x 2 √2 x
T = √
y 2 − 2 y
and √
x −1/2
√ 3/2 x
T =
y − 3/2 −1/2 y
Mohammad Wehbe 20