Topic 3
Topic 3
Linear Transformations
(Linear Maps)
1 Linear Transformation
Two frequently used synonyms for the word function are mapping and transformation.
In Linear Algebra, the domain and range are vector spaces and the word transformation is
preferred.
A transformation T is a rule of correspondence between two vector spaces, a domain V
and a range W, that assigns to each element in V exactly one element( but not necessarily
a different one) in W. Such a transformation is denoted by T : V → W
Definition 1 (Linear Transformation) Let V and W be a vector spaces and a transformation
T : V → W (That is, for each vector v ∈ V, T (v) denotes exactly one vector of W.) is linear
if for any scalars α and any two vectors , u and v in V, the following equality holds:
1. T (u + v) = T (u) + T (v)
2. T (αu) = αT (u)
Example:
The transformation T : R2 → R2 defined by T [a, b] = [a, −b] for all real numbers a and b
is linear.
This transformation maps 2-tuples into 2-tuples by changing the sign of the second component.
Here, T [4, 2] = [4, −2], T [−1, −4] = [−1, 4],and T [−1, 0] = [1, 0].
2
LINEAR ALGEBRA CSM 201
In general, setting u = [a, b] and v = [c, d], we have T (u) = [a, −b], T (v) = [c, −d], and
Hence , T is linear.
Question:
KerT = {u ∈ U, T (u) = 0}
3
LINEAR ALGEBRA CSM 201
Definition 3 (Image) The image of T ,written as Im T ,is the set of image points in V.i.e,
Example:
(Ans:ImT={(a, b, c)|c = 0(xy − plane)} and KerT {(a, b, c)|a = 0, b = 0(z − axis)}
4
LINEAR ALGEBRA CSM 201
Question
v2
Let T : R2 → R2 defined by T (v) = −3v1
2v1 + 2v2
1. Find ker(T)
" #
v
2. If A = 1 is the subspace of R2 ,then find the image T (A).
0
Examples:
(Ans:S ◦ T (x1 , x2 , x3 ) = x1 − x3 )
5
LINEAR ALGEBRA CSM 201
a + b
" # 0
a b
Question Show S ◦ T for T : M2×2 → R4 , defined by S = and S : R4 → P3
c d c + d
0
.a
b
defined T = b + dx2 + (b + d)x3
c
d
Observation:
3. The range of T is the set of all linear combinations of the columns of A, because
each image T (x) is of the form Ax
6
LINEAR ALGEBRA CSM 201
" # 3
2
2. Let u = and b = 2 ,then
−1
−5
" #
cosθ −sinθ
Definition 6 For A = and for any position vector v ∈ R2 , the product Ax is
sinθ cosθ
the vector resulting when x is rotated counter clockwise around the origin by angel θ
Proof:
7
LINEAR ALGEBRA CSM 201
cosϕ = Xo
r
,X0 = rcosϕ
sinϕ = Yo
r
, Y0 = rsinϕ
X1 = rcos(ϕ + θ)
’
8
LINEAR ALGEBRA CSM 201
Y1 = rsin(ϕ + θ)
Since , X1 = rcos(ϕ + θ)
’
X1 = r(cosϕcosθ − sinϕsinθ)
= rcosϕcosθ − rsinϕsinθ
And Y1 = rsin(ϕ + θ)
Y1 = r(sinϕcosθ + cosϕsinθ)
= rsinϕcosθ + rcosϕsinθ
Y1 = X0 sinθ + Y0 cosθ
Question
" #
2
Take the point and rotate counter-clockwise by 90o or π2 .
1