Change of Basis in General
Change of Basis in General
Definition Let V be a vector space and let E = {v1 , v2 , . . . , vn } be an ordered basis for V . If
v is any element of V , then v can be written in the form
v = c1 v1 + c2 v2 + · · · + cn vn
where c1 , c2 , . . . , cn are scalars. Thus, we can associate with each vector v a unique
vector c = (c1 , c2 , . . . , cn )T in Rn . The vector c defined in this way is called the
coordinate vector of v with respect to the ordered basis E and is denoted [v] E . The
ci ’s are called the coordinates of v relative to E.
The examples considered so far have all dealt with changing coordinates in R2 .
Similar techniques could be used for Rn . In the case of Rn , the transition matrices will
be n × n.
EXAMPLE 5 Let
E = [v1 , v2 , v3 ] = [(1, 1, 1)T , (2, 3, 2)T , (1, 5, 4)T ]
F = [u1 , u2 , u3 ] = [(1, 1, 0)T , (1, 2, 0)T , (1, 2, 1)T ]
Find the transition matrix from E to F. If
x = 3v1 + 2v2 − v3 and y = v1 − 3v2 + 2v3
find the coordinates of x and y with respect to the ordered basis F.
Solution
As in Example 4, the transition matrix is given by
⎧ ⎫⎧ ⎫ ⎧ ⎫
⎪
⎪ 2 −1 0⎪⎪ ⎪
⎪ 1 2 1⎪⎪ ⎪
⎪ 1 1 −3 ⎪
⎪
U −1 V = ⎪⎪ −1 1 −1 ⎪⎪⎪ ⎪1 5⎪⎪ =⎪
⎪ −1 −1 0⎪⎪
⎪
⎩ ⎪
⎭⎪ ⎩
3 ⎪
⎭ ⎪⎩ ⎪
⎭
0 0 1 1 2 4 1 2 4
The coordinate vectors of x and y with respect to the ordered basis F are given by
⎧ ⎫⎧ ⎫ ⎧ ⎫
⎪
⎪ 1 1 −3 ⎪ ⎪ ⎪
⎪ 3⎪
⎪ ⎪
⎪ 8⎪⎪
[x] F = ⎪⎪
⎪
⎩
−1 −1 0⎪⎪
⎪
⎭⎩
⎪
⎪
⎪ 2⎪
⎪
⎪ = ⎪
⎪
⎪ −5 ⎪⎪
⎪
⎭ ⎩ ⎭
1 2 4 −1 3
and ⎧ ⎫⎧ ⎫ ⎧ ⎫
⎪
⎪ 1 1 −3 ⎪
⎪ ⎪
⎪ 1⎪⎪ ⎪
⎪ −8 ⎪
⎪
[y] F = ⎪
⎪ −1 −1
⎪
⎩
0⎪⎪
⎪
⎭⎪
⎪ −3 ⎪
⎪
⎩
⎪ ⎪
⎪ 2⎪
⎭=⎪
⎪ ⎩
⎪
⎪
⎭
1 2 4 2 3
The reader may verify that
8u1 − 5u2 + 3u3 = 3v1 + 2v2 − v3
−8u1 + 2u2 + 3u3 = v1 − 3v2 + 2v3
3.5 Change of Basis 151
v = x1 w1 + x2 w2 + · · · + xn wn
n n n
= s1 j x j v1 + s2 j x j v2 + · · · + sn j x j vn
j=1 j=1 j=1
and hence
y = Sx
The matrix S defined by (4) is referred to as the transition matrix. Once S has been
determined, it is a simple matter to change coordinate systems. To find the coordinates
of v = x1 w1 + · · · + xn wn with respect to {v1 , . . . , vn }, we need only calculate y = Sx.
The transition matrix S corresponding to the change of basis from {w1 , . . . , wn } to
{v1 , . . . , vn } can be characterized by the condition
x1 w1 + · · · + xn wn = 0
Since the wi ’s are linearly independent, it follows that x = 0. Thus, the equation
Sx = 0 has only the trivial solution and hence the matrix S is nonsingular. The inverse
matrix is characterized by the condition
S −1 y = x if and only if y1 v1 + · · · + yn vn = x1 w1 + · · · + xn wn
EXAMPLE 6 Suppose that in P3 we want to change from the ordered basis [1, x, x 2 ] to the ordered
basis [1, 2x, 4x 2 − 2]. Since [1, x, x 2 ] is the standard basis for P3 , it is easier to find
152 Chapter 3 Vector Spaces
1 = 1 · 1 + 0x + 0x 2
2x = 0 · 1 + 2x + 0x 2
4x − 2 = −2 · 1 + 0x + 4x 2
2
Thus,
p(x) = (a + 12 c) · 1 + ( 12 b) · 2x + 14 c · (4x 2 − 2)
We have seen that each transition matrix is nonsingular. Actually, any nonsingular
matrix can be thought of as a transition matrix. If S is an n × n nonsingular matrix and
{v1 , . . . , vn } is an ordered basis for V , then define {w1 , w2 , . . . , wn } by (4). To see that
the w j ’s are linearly independent, suppose that
n
xjwj = 0
j=1
n n
si j x j v j = 0
i=1 j=1
or, equivalently,
Sx = 0
3.5 Change of Basis 153
3. Let v1 = (3, 2)T and v2 = (4, 3)T . For each or- find vectors u1 and u2 so that S will be the transi-
dered basis {u1 , u2 } given in Exercise 1, find the tion matrix from {v1 , v2 } to {u1 , u2 }.
transition matrix from {v1 , v2 } to {u1 , u2 }. 9. Let [x, 1] and [2x − 1, 2x + 1] be ordered bases for
4. Let E = [(5, 3)T , (3, 2)T ] and let x = (1, 1)T , P2 .
y = (1, −1)T , and z = (10, 7)T . Determine the (a) Find the transition matrix representing the
values of [x] E , [y] E , and [z] E . change in coordinates from [2x − 1, 2x + 1]
5. Let u1 = (1, 1, 1)T , u2 = (1, 2, 2)T , to [x, 1].
u3 = (2, 3, 4)T . (b) Find the transition matrix representing
(a) Find the transition matrix corresponding to the the change in coordinates from [x, 1] to
change of basis from {e1 , e2 , e3 } to {u1 , u2 , u3 }. [2x − 1, 2x + 1].
10. Find the transition matrix representing the change
(b) Find the coordinates of each of the following
of coordinates on P3 from the ordered basis
vectors with respect to {u1 , u2 , u3 }:
[1, x, x 2 ] to the ordered basis
(i) (3, 2, 5)T (ii) (1, 1, 2)T
(iii) (2, 3, 2) T [1, 1 + x, 1 + x + x 2 ]
6. Let v1 = (4, 6, 7)T , v2 = (0, 1, 1)T , 11. Let E = {u1 , . . . , un } and F = {v1 , . . . , vn } be two
v3 = (0, 1, 2)T , and let u1 , u2 , and u3 be the vectors ordered bases for Rn , and set
given in Exercise 5.
(a) Find the transition matrix from {v1 , v2 , v3 } to U = (u1 , . . . , un ), V = (v1 , . . . , vn )
{u1 , u2 , u3 }.
Show that the transition matrix from E to F can be
(b) If x = 2v1 + 3v2 − 4v3 , determine the coordi- determined by calculating the reduced row echelon
nates of x with respect to {u1 , u2 , u3 }. form of (V |U ).