LACM March18
LACM March18
LACM March18
3 Linear transformations in R3
1
Ordinary linear operators: a stretching or shrink-
ing by a factor, projections, reflections and ro-
tations.
Example 1: L(~ x) = 3~
x; L(~ 1~
x) = 2 x;
Example 2: L(~ x ∈ R2, a projection
x) = x1~e1, ~
onto the x1 axis.
Example 3: in R2 L(~ x) = (x1, −x2)T , a reflec-
tion about the x1 axis.
Example 4:L : R2 → R2, L(~ x) = (x1 cos θ −
x2 sin θ, x1 sin θ +x2 cos θ)T . Rotation by an an-
gle θ in the counterclockwise.
L(~x) = (x2, −x1)T is a rotation by π/2 in the
clockwise direction.
2
Def. A linear transformation is called one-to-
one, if and only if L(~v1) = L(~v2) implies ~v1 =
~v2;
A linear transformation is said to map V onto
W if and only if L(V ) = W
3
Def. L : V → W . The kernel of L, denoted by
Ker(L), is defined by Ker(L) = {~v ∈ V |L(~v ) =
~
0w }.
Theorem. L : V → W is a transformation.
Ker(L) is a subspace of V , L(S) is a subspace
of W .
4
3.4 Inner product space and orthogonality
Def. Let ~
x and ~y be vectors in R3 or R2. The
inner product of ~
x and ~
y is defined as
(
x1y1 + x2y2 + x3y3, in R3
(~
x, ~ xT ~
y) = ~ y=
x1y1 + x2y2, in R2.
With this product, R3 or R2 forms an inner
product space.
5
Def. The angle between ~ x and ~ y , ∠(~
x, ~
y ), is
defined the angle between the line segments.
Theorem. If ~ x and ~
y are two nonzero vectors in
either R2 and R3, and θ = ∠(~ x, ~
y ) is the angle
between them, then (~ x, ~
y ) = k~
xk · k~y k · cos θ.
If the unit vector ~u = ~ x/k~
xk and ~v = ~ y /k~yk
6
Cauchy-Schwarz inequality. If ~ x and ~
y are vec-
tors in R2 or R3, then |(~
x, ~
y )| ≤ k~
xkk~
y k.
7
Def.(scalar and vector projections). For any
nonzero vectors ~ y in R2 or R3, the scalar
x and ~
projection of ~
x onto ~
y is
(~
x, ~
y) xT ~
~ y
α= = .
k~yk k~yk
The vector projection of ~
x onto ~
y is
~
y (~
x, ~
y)
p
~ = α~
u=α = ~
y.
k~
yk k~yk
8
Example 2(Find equations of planes) Let the
plane passing through the point (2, −1, 3) and
normal to the vector (2, 3, 4)T .
9
Def. (orthogonal subspaces). Two subspaces
X and Y of R3 are said to be orthogonal if
(~
x, ~ xT ~
y) = ~ y = 0 for every ~x ∈ X and every
~
y ∈ Y , which is denoted by X ⊥ Y .
Exercise:
10
Def. Let Y be s subspace of R3. The set of
all vectors in R3 that are orthogonal to every
vector in Y will be denoted Y ⊥,
Y ⊥ = {~
x ∈ R3|(~
x, ~ xT ~
y) = ~ y = 0, ∀~
y ∈ Y }.
The set Y ⊥ is called the orthogonal comple-
ment of Y .
11
Def. If U and V are subspaces of a vector space
W and each w ~ ∈ W can be written uniquely as
a sum ~ u + ~v , where ~
u ∈ U and ~v ∈ V , then we
say that W is a direct sun of U and V , and we
L
write W = U V .
12
Definition(Inner product):An inner product on
a vector space V is an operation on V that
assigns to each pair of vectors ~ x and ~ y in V a
real number (~ x, ~y ) satisfying the following con-
ditions:
I. (~
x, ~
x) ≥ 0 with equality if and only if ~ x=~ 0;
II. (~
x, ~
y ) = (~
y, ~
x) for all ~ x and ~y in V ;
III. (α~x + β~y, ~
z ) = α(~ x, ~
z ) + β(~
y, ~
z ), for all ~
x, ~y
and ~ z in V and all scalars α, β.
13