111147
111147
2 Linear Transformation
1. Define Linear transformation from a vector space V to another vector space W .
Let V and W be vector spaces over a field F . A function T : V → W is said to be
a linear transformation from V to W if for all x, y V and c F , we have
a) T ( x + y ) = T ( x ) + T ( y )
b) T ( cx ) = cT ( x ) .
Note: The above two properties are combined into a single property namely
Linear property T ( x + y ) = T ( x ) + T ( y ) or T ( x + y ) = T ( x ) + T ( y ) ,
x, y V and , F .
2. Show that T : R 2 → R 2 defined by T ( a1 , a2 ) = ( 2a1 + a2 , a1 ) is linear.
we know that T is linear if T ( x + y ) = T ( x ) + T ( y )
Let x, y R 2 and , R , where x = ( b1 , b2 ) , y = ( d1 , d 2 )
x + y = ( b1 , b2 ) + ( d1 , d2 ) = ( b1 + d1 , b2 + d 2 )
T ( x + y ) = T ( b1 + d1 , b2 + d 2 )
= ( 2 ( b1 + d1 ) + b2 + d 2 , b1 + d1 )
= ( 2 b1 + 2 d1 + b2 + d 2 , b1 + d1 )
T ( x ) + T ( y ) = T ( x ) + T ( y ) = T ( b1 , b2 ) + T ( d1 , d 2 )
= ( 2b1 + b2 , b1 ) + ( 2d1 + d 2 , d1 )
= ( 2 b1 + 2 d1 + b2 + d 2 , b1 + d1 )
T ( x + y ) = T ( x ) + T ( y )
T is linear.
3. Show that T : R3 → R 2 defined by T ( x, y, z ) = ( x , y + z ) is not linear.
we know that T is linear if T ( x + y ) = T ( x ) + T ( y )
Let x, y R3 and , R , where x = ( a1 , a2 , a3 ) , y = ( b1 , b2 , b3 )
x + y = ( a1 , a2 , a3 ) + ( b1 , b2 , b3 ) = ( a1 + b1 , a2 + b2 , a3 + b3 )
T ( x + y ) = T ( a1 + b1 , a2 + b2 , a3 + b3 )
= ( a1 + b1 , a2 + b2 + a3 + b3 )
T ( x ) + T ( y ) = T ( a1 , a2 , a3 ) + T ( b1 , b2 , b3 )
= ( a1 , a2 + a3 ) + ( b1 , b2 + b3 )
= ( a1 + b1 , a2 + a3 + b2 + b3 )
T ( x + y ) T ( x ) + T ( y ) is not linear.
4. Verify that T : R3 → R and T ( u ) = u is a linear transformation or not.
T ( u + v ) = u + v u + v By Triangle inequality
But T ( u + v ) T ( u ) + T ( v )
So, it is not a linear transformation.
5. Obtain the matrix representing the linear transformation T : V3 ( R ) → V3 ( R )
given by T ( a, b, c ) = ( 3a, a − b, 2a + b + c ) with respect to the standard basis
e1 , e2 , e3 .
The standard basis of V3 ( R ) is e1 , e2 , e3 = (1, 0, 0 ) , ( 0,1, 0 ) , ( 0, 0,1) .
T ( e1 ) = T (1, 0, 0 ) = ( 3,1, 2 ) = 3e1 + e2 + 2e3
T ( e2 ) = T ( 0,1, 0 ) = ( 0, −1,1) = 0e1 − e2 + e3
T ( e3 ) = T ( 0, 0,1) = ( 0, 0,1) = 0e1 + 0e2 + e3
3 0 0
The matrix representing T is 1 −1 0 .
2 1 1
6. Let T : P3 ( R ) → P2 ( R ) be a linear transformation defined by T ( f ( x ) ) = f ( x ) .
Let B1 and B2 be the standard bases for P3 ( R ) and P2 ( R ) respectively. Then
find T .
The usual basis of P3 ( R ) is 1, x, x 2 , x 3
T ( f ( x )) = f ( x )
T (1) = 0 = 0.1 + 0.x + 0.x 2
T ( x ) = 1 = 1.1 + 0.x + 0.x 2
T ( x 2 ) = 2 x = 0.1 + 2.x + 0.x 2
T ( x3 ) = 3x 2 = 0.1 + 0.x + 3.x 2
0 1 0 0
The matrix representing T B = 0 0 2 0
B2
1 .
0 0 0 3
7. For the following linear operator T on a vector space V and ordered basis
compute T , V = R 2 , T ( a, b ) = (10a − 6b,17a − 10b ) and = (1, 2 ) , ( 2,3) .
0 1 2 R3 R3 − R1
0 −2 −4 R4 R4 − R1
1 1 1
0 1 2
0 0 0 R3 R3 − R2
0 0 0 R4 R4 + 2 R2
Which is echelon form of matrix
Thus the set of nonzero vectors (1,1,1) , ( 0,1, 2 ) is the basis for Image T .
Hence dim (Image T )=dim ( R (T ) ) =2.
To find the basis and dimension for N (T )
Set T ( v ) = 0 , where v = ( x, y, z, t )
T ( x, y , z , t ) = 0
( x − y + z + t , x + 2 z − t , x + y + 3z − 3t ) = ( 0, 0, 0 )
x − y + z + t = 0
x + 2 z − t = 0 --------(1)
x + y + 3z − 3t = 0
1 −1 1 1
Coeffecient matrix = 1 0 2 −1
1 1 3 −3
1 −1 1 1
0 1 1 −2 R R − R
2 2 1
0 2 2 −4 R3 R3 − R1
1 −1 1 1
0 1 1 −2
0 0 0 0 R3 R3 − 2 R2
Which is echelon form of matrix
Thus (1) is equivalent to
x− y + z +t = 0
y + z − 2t = 0
The Free variables are z and t . Hence dim (Ker T )=no. of free variables=2
(i) choosing z = −1 , t = 0 we get y = 1, x = 2 .
(ii) choosing z = 0 , t = 1 we get y = 2, x = 1 .
Thus ( 2,1, −1, 0 ) , (1, 2, 0,1) is the basis for Ker T .
19. For the following transformation T : R 2 → R3 defined by
T ( a1 , a2 ) = ( a1 + a2 ,0, 2a1 − a2 ) show that
(i) T is a linear transformation
(ii) Find basis for both N(T) and R(T)
(iii) Compute the nullity and rank(T) and verify the dimension theorem
(iv) Finally use the appropriate theorems to determine whether T is one to
one or onto.
Consider the transformation T : R 2 → R3 defined by
T ( a1 , a2 ) = ( a1 + a2 ,0, 2a1 − a2 )
Let x = ( a1 , a2 ) and y = ( b1 , b2 ) R 2 and , R .
x + y = ( a1 + b1 , a2 + b2 )
T ( x + y ) = T ( a1 + b1 , a2 + b2 )
= ( a1 + b1 + a2 + b2 , 0, 2( a1 + b1 ) − ( a2 + b2 ))
T ( x) + T ( y ) = (a1 + a2 , 0, 2a1 − a2 ) + (b1 + b2 , 0, 2b1 − b2 )
= ( a1 + a2 + b1 + b2 , 0, 2 a1 − a2 + 2 b1 − b2 )
= ( a1 + b1 + a2 + b2 , 0, 2( a1 + b1 ) − ( a2 + b2 )
T ( x + y ) = T ( x) + T ( y )
Hence T is linear .
The usual basis of R 2 is (1, 0 ) , ( 0,1)
The image of usual basis of R 2 is
T (1, 0 ) = (1, 0, 2 ) , T ( 0,1) = (1, 0, −1)
The image vectors span Image T
Hence form the matrix whose rows are these image vectors and row reduce to
echelon form
1 0 2
A=
1 0 −1
1 0 2
0 0 −3 R2 = R2 − R1
Which is echelon form of matrix
Thus the set of nonzero vectors (1, 0, 2 ) , ( 0, 0, −3) is the basis for Image T .
Hence dim (Image T )=dim ( R (T ) ) =2.
To find the basis and dimension for N (T )
Set T ( v ) = 0 , where v = ( x, y )
N (T ) = x R 2 : T ( x) = 0
T (a1 , a2 ) = 0
(a1 + a2 ,0, 2a1 − a2 ) = (0,0,0)
a1 + a2 = 0 & 2a1 − a2 = 0
a2 = −a1 & a2 = 2a1
This is possible only when a1 = a2 = 0
N (T) = 0
Hence the basis for N (T ) =
Nullity = dim( N (T )) = 0.
dim(V ) = dim( R2 ) = 2
nullity(T ) + rank(T) = dim(V).
N(T) = 0 if and only if T is one to one.
R(T ) R 3
it is not onto
20. Prove that the transformation T : M 23 ( F ) → M 22 ( F ) defined by
u, v = − xy + xy = 0 , u = x 2 + y 2 , v = x 2 + y 2
u, v 0
cos = = 2 =0
u v x + y2
= .
2
24. Let V be the set off all continuous real valued functions defined on the closed interval
1
Proof:
Let f , g , h V and R
1
(i) f + g , h = f ( t ) + g ( t ) h ( t ) dt
0
1 1
= f ( t ) h ( t ) dt + g ( t ) h ( t ) dt = f , h + g , h
0 0
1
(ii) f , g = f ( t ) g ( t ) dt
0
1
= f ( t ) g ( t ) dt = f , g
0
1
(iii) f , g = f ( t ) g ( t ) dt
0
1
= g ( t ) f ( t ) dt = g , f .
0
1
f , f = f ( t ) dt 0 and f , f = 0 iff f = 0 .
2
(iv)
0
25. Let V = M nn ( F ) and define for A, B in V , A, B = tr B A Then Verify that this is ( )
an inner product
Solution:
For A, B, C V and a F
(
a). A + B, C = tr C ( A + B ) )
= tr ( C A + C B )
= tr ( C A ) + tr ( C B )
= A, C + B, C
( ) ( B A)
n
b). A, B = tr B A =
ii
i =1
n
n
= ( B ) ik ( A )ki
i =1 k =1
n n n n
= ( B )ki ( A)ki = ( A)ki ( B )ki
i =1 k =1 i =1 k =1
( ) ( B) = ( A B)
n n n
= A ki
ik ii
i =1 k =1 i =1
(
= tr A B = B, A )
(
c). aA, B = tr BaA = atr B A = a A, B ) ( )
( ) ( A A)
n
d). A, A = tr A A =
ii
i =1
n
n n
n n
= Aki
2
i =1 k =1
u1.u2 = 1 + 1 + 0 − 2 = 0
u1.u4 = 16 − 13 + 0 − 3 = 0
u2 .u3 = 1 + 2 − 9 + 6 = 0
u2 .u4 = 16 − 26 + 1 + 9 = 0
u3 .u4 = 16 − 13 − 9 + 6 = 0
Thus S is orthogonal and s is linearly independent. Accordingly S is a basis for R 4 because
any four linearly independent vectors form a basis of R 4
v, u1 a+b−d
k1 = =
u1 , u1 3
v, u 2 a + 2b + c + 3d
k2 = =
u2 , u2 15
v, u3 a + b − 9c + 2d
k3 = =
u3 , u3 87
v, u 4 16a − 13b + c + 3d
k4 = =
u4 , u4 435
28. Define norm of a vector in an inner product space.
Let V in an inner product space. For x V , we define the norm or length of x by
x = x, x
29. Find norm and distance between the vectors u = (1, 0,1) and v = ( −1,1,0 ) .
u = 12 + 02 + 12 = 2, v = ( −1) + 12 + 02 = 2
2 2 2
u −v = 2 +1+1+ 2 = 6
2
u −v = 6
30. Consider f ( t ) = 3t − 5 and g ( t ) = t in the polynomial space P (t ) with inner product
2
1
f , g = f ( t ) g ( t ) dt then find f and g .
0
f ( t ) f ( t ) = 9t 2 − 30t + 25 , g ( t ) g ( t ) = t 4
1
= f , f = ( 9t 2 − 30t + 25 ) dt = 3t 3 − 15t 2 + 25t = 13
2 1
f
0
0
1
t5 1
1
g = g , g = t dt = =
2 4
0 5 0 5
31. Let V be an inner product space over F . Then for all x, y V and c F , Then
the following statements are true
1. cX = c X
2. x = 0 if and only if x = 0 .
3. Cauchy Schwarz Inequality x, y x y
4. Triangle Inequality x + y x + y
Solution:
= cx, cx = cc x, x = c
2 2 2
1. cx x
2. x = 0 x = 0 x, x = 0 x = 0
2
and x y = x 0 = 0 .
Therefore x, y = x y
0 x − cy = x − cy, x − cy
2
= x, x − x, cy − cy, x + cy, cy
= x − c x, y − c x, y + cc y , y
2
x, y
Take c = 2
.
y
2
x, y x, y x, y
Then 0 x − x, y − x, y +
2 2
2 2 4
y
y y y
2 2 2
0 x y − x, y − x, y + x, y
2 2
2
x, y x
2 2
y
x, y x y
4. we have x + y = x + y, x + y = x, x + x, y + y, x + y, y
2
x + y = x + x, y + x, y + y
2 2 2
x + y = x + 2 Re x, y + y
2 2 2
x + y x + 2 x, y + y
2 2 2
x+ y ( x + y )
2 2
x+ y x + y
32. Using Euclidean inner product on R 3 show that u = ( −3,1, 0 ) and v = ( 2, −1,3)
satisfy Cauchy Schwartz inequality.
Solution:
x = x, x = 9 + 1 + 0 = 10
2
x = 10
y = y, y = 4 + 1 + 9 = 15
2
y = 15
x y = 10 15 = 150
x, y = −6 − 1 = −7
x, y = 7
x, y x y
33. Definition: Orthogonal
A vector u V is said to be orthogonal to v V if u, v = 0 .
Definition: Orthogonal Subspaces
Two subspaces V & W of a vector space are orthogonal if every vector v in
V is perpendicular to every vector w in W . ie. v, w = 0, v V , w W .
Definition: Orthonormal Set
A subset S of V is called an orthonormal set if
i). x = 1, x X
ii). x, y = 0 x, y S
Definition: Orthonormal Basis
A basis of an inner product space that consists of mutually orthogonal unit vectors is
called an Orthonormal basis.
34. Find the value of a if the vectors ( 2, a ) and ( 6, 4 ) are orthogonal vectors in R 2 .
Let u = ( 2, a ) and v = ( 6, 4 )
Since the vectors are orthogonal u, v = 0
12 + 4a = 0
4a = −12 a = −3
35. Find k so that u = (1, 2, k ,3) and v = ( 3, k , 7, −5 ) in R 4 are orthogonal.
1 1 1
(1,1, 0 ) , (1, −1,1) , ( −1,1, 2 ) both are basis of R 3 . Let X = ( 2,1,3) R3 .
2 3 6
Express X as a linear combination of orthogonal set S and orthonormal set.
Let v1 , v2 , v3 be an orthonormal basis of V . Then for any x V ,
3
x, vi
x= 2
vi
i =1 vi
x, v1 x, v2 x, v3
x= 2
v1 + 2
v2 + 2
v3
v1 v2 v3
i.e. x as a linear combination at the basis vectors are
x, v1 1 3
2
= ( 2 + 1) =
v1 2 2
x, v2 1 4
2
= ( 2 − 1 + 3) =
v2 3 3
x, v3 1 5
2
= ( −2 + 1 + 6 ) =
v3 6 6
3 4 5
i.e ( 2,1,3) = (1,1, 0 ) + (1, −1,1) + ( −1,1, 2 ) is a linear combination of orthogonal set.
2 3 6
37. If v = (1, 2,1) and u = ( 2,1, 2 ) find proj ( v, u ) .
v, u
Proj ( v, u ) = u
u, u
Proj ( v, u ) = ( 2,1, 2 ) = , ,
6 4 2 4
9 3 3 3
38. Prove that in an inner product space V , for any u, v V ,
u +v + u−v =2 u +2 v .
2 2 2 2
u +v + u −v = u + v, u + v + u − v , u − v
2 2
= u, u + u, v + v, u + v, v + u, u − u, v − v, u + v, v
= u + v + u + v =2 u +2 v
2 2 2 2 2 2
39. Suppose u, v & w are vectors in an inner product space such that u, v = 2 , u, w = −3
, v, w = 5 , u = 1 , v = 2 , w = 7 .
Evaluate (i). u + v, v + w
(ii). 2u − w,3u + 2w
(i). u + v, v + w = u, v + u, w + v, v + v, w
= 2 −3+ 4 +5 = 8
(ii). 2u − w,3u + 2w = 6 u, u + 4 u, w − 3 w, u − 2 w, w
= 6 u + 4 ( −3) − 3 ( −3) − 2 w = 6 − 12 + 9 − 2(49) = −95
2 2
40. If u and v are orthonormal vectors in an inner product space V then find u + v .
u + v = u + v, u + v = u , u + u , v + v, u + v, v
2
= u + v
2 2
v = ( v1 , v2 , v3 )
= 1 + 2 + 3 = 6, v = 1+ 2 + 0 = 3
2 2
u
u = 6, v = 3
43. Let V be an inner product space and S = v1 , v2 , v3 ,...vk be an orthogonal subset of V
k y, vi
consisting of non-zero vectors. If y span( s) then y = i =1 vi
2
vi
Proof:
Let y span( s) and S = v1 , v2 , v3 ,...vk
there exists scalars a1 , a2 , a3 ,...ak such that
k
y = a1v1 + a2v2 + a3v3 + ... + ak vk = ai vi − − − − − (1)
i =1
For 1 j k ,
k
y, v j = a v ,v
i =1
i i j = a1 v1 , v j + ... + a j v j , v j + ... + an vn , v j
2
y, vi = a j v j since S is an orthogonal set
y, v j
aj = 2
− − − − − (2)
vj
k y, vi
Using (2) in (1) y =
i =1 vi
2
vi .
k −1 wk , v j
vk , vm = wk , vm − 2
v j , vm
j =1 vj
wk , vm
vk , vm = wk , vm − 2
vm , vm since v1 , v2 ,..., vk −1 is orthogonal.
vm
wk , vm
vk , vm = wk , vm − =0
2
2
vm
vm
{v1 , v2 ,..., vk } is an orthogonal set of non-zero vectors.
Further from (1)
span ( v1 , v2 ,..., vk −1 , vk ) = span ( w1 , w2 ,..., wk −1 , vk )
= span ( w1 , w2 ,..., wk −1 , wk ) by (2)
Therefore the theorem is true for n = k .
Hence by induction the theorem is valid for all n 1.
45. Let R 3 have the Euclidean inner product. Use the Gram-Schmidt process to
convert basis B = u1 , u2 , u3 where u1 = (1,0,1) , u2 = ( −1,1,0 ) , u3 = ( −3, 2,0 ) into an
orthogonal basis.
Solution:
Let w1 = (1,0,1) , w2 = ( −1,1,0 ) , w3 = ( −3, 2,0 )
v1 = w1 = (1,0,1)
1 w2 , v j
v2 = w2 − 2
vj
j =1 vj
w2 , v1
= w2 − 2
v1
v1
( −1,1, 0 )(1, 0,1)
T
= ( −3, 2, 0 ) − 2 2 − 1 ,1, 1
( )
(1 + 1) 1 1 2 2
+1+
4 4
3 7 1 1
= ( −3, 2, 0 ) + (1, 0,1) − − ,1,
2 6 2 2
2
4
3 3 7 1 1
= − , 2, − − ,1,
2 2 3 2 2
1 1 1
v3 = − , − , .
3 3 3
1 1 1 1 1
Therefore v1 , v2 , v3 = (1, 0,1) , − ,1, , − , − , is an orthogonal basis.
2 2 3 3 3
v v v 1 1 1 1 2 1 1 1 1
1 , 2 , 3 = , , , − , , , − ,− , is an
v1 v2 v3 2 2 2 6 3 6 3 3 3
orthonormal basis.
46. 3
Let R have the Euclidean inner product. Use the Gram-Schmidt process to transform the
basis u1 , u2 , u3 into an orthonormal basis, where u1 = (1,1,1) , u2 = ( 0,1,1) , u3 = ( 0,0,1) .
Solution:
Let w1 = (1,1,1) , w2 = ( 0,1,1) , w3 = ( 0, 0,1)
Let v1 = w1 = (1,1,1)
1 w2 , v j
v2 = w2 − 2
vj
j =1 vj
w2 , v1
= w2 − 2
v1
v1
( 0,1,1)(1,1,1)
T
= ( 0,1,1) − (1,1,1)
3
2
= ( 0,1,1) − (1,1,1)
3
2 1 1
= − , ,
3 3 3
2 w3 , v j
v3 = w3 − 2
vj
j =1 vj
w ,v w ,v
= ( 0, 0,1) − 3 21 v1 + 3 22 v2
v1 v2
2 1 1
T
0, 0,1 1,1,1 T ( 0, 0,1) − , ,
( )( ) 3 3 3 2 1 1
= ( 0, 0,1) − (1,1,1) + − , ,
(1 + 1 + 1) 4 1
+ +
1 3 3 3
9 9 9
1 1 2 1 1
= ( 0, 0,1) − (1,1,1) − − , ,
3 6 3 3 3
3
9
1 1 2 1 2 1 1
= − ,− , − − , ,
3 3 3 2 3 3 3
1 1 2 1 1 1
= − ,− , + ,− ,−
3 3 3 3 6 6
1 1
v3 = 0, − , .
2 2
2 1 1 1 1
Therefore v1 , v2 , v3 = (1,1,1) , − , , , 0, − , is an orthogonal basis.
3 3 3 2 2
v v v 1 1 1 2 1 1 1 1
1 , 2 , 3 = , , , − , , , 0, − , is an
v1 v2 v3 3 3 3 3 6 6 2 2
orthonormal basis.
1
47. Let the vector space P2 have the inner product p, q = p ( x ) q ( x ) dx . Apply the Gram-
0
schmidt process to transform the basis S = u1 , u2 , u3 = 1, x, x 2 into an orthonormal
basis.
Solution:
Let w1 = 1, w2 = x, w3 = x 2
v1 = w1 = 1
w2 , v1 x, v1
v2 = w2 − 2
v1 = x − 2
v1
v1 v1
1
x2
1
x,1 = xdx = = 0
−1 2 −1
1
v1 = v1 , v1 = dx = 2
2
−1
v2 = x − 0 = x
w3 , v1 w3 , v2
v3 = w3 − 2
v1 − 2
v2
v1 v2
x 2 , v1 x 2 , v2
v3 = x − 2
2
v1 − 2
v2
v1 v2
1
x3 2
1
w3 , v1 = x ,1 = x dx = =
2 2
−1 3 −1 3
1
w3 , v2 = x , x = x 3dx = 0
2
−1
2
1
v3 = x − 3 − 0 = x 2 −
2
2 3
2
1
1
= v3 , v3 = x 2 − dx
2
v3
−1
3
1
1
1 2 x2 x5 x 2 x3
= x4 + − dx = + −
−1 5 9 9 −1
9 3
1 1 2 1 1 2
= + − + + −
5 9 9 5 9 9
8
=
2
v3 .
45
1
Therfor 1, x, x 2 − is an orthogonal basis for P2 ( R )
3
v v v 1 3 3 5 2 1
1 , 2 , 3 = , x, x − is an orthonormal basis for P2 ( R ) .
v1 v2 v3 2 2 2 2 3
48. Let V be the vector space of polynomials f ( t ) with inner product
1
f ,g =
−1
f ( t ) g ( t ) dt . Apply the Gram-schmidt orthogonalization process to
1, t , t 2
, t to find an orthonormal basis f , f , f , f with integer coefficients for
3
0 1 3 4
P3 ( t ) .
Solution:
Let w1 = 1, w2 = t , w3 = t 2
v1 = w1 = 1
w2 , v1
v2 = w2 − 2
v1 ,
v1
1
t2
1
w2 , v1 = tdt = = 0
−1 2 −1
1
v1 = v1 , v1 = dt = 2
2
−1
v2 = t − 0 = t
w3 , v1 w3 , v2
v3 = w3 − 2
v1 − 2
v2
v1 v2
1
t3
1
2
w3 , v1 = t dt = = 2
−1 3 −1 3
1
t4
1
w3 , v2 = t dt = = 0 3
−1 4 −1
1
1
t3 1 1 2
1
= v2 , v2 = t.tdt = t dt = = + =
2 2
v2
−1 −1 3 −1 3 3 3
2
1
v3 = t − 3 − 0 = t 2 −
2
2 3
w4 , v1 w4 , v2 w4 , v3
v4 = w4 − 2
v1 − 2
v2 − 2
v3
v1 v2 v3
1
t4
1
1 1
w4 , v1 = t dt = = − = 0
3
−1 4 −1 4 4
1
t5
1
1 1 2
w4 , v2 = t dt = = + =
4
−1 5 −1 5 5 5
1
1
1
t3
w4 , v3 = t 3 t 2 − dt = t 5 − dt
−1 3 −1
3
1
t6 t4 1 1 1 1
w4 , v3 = + = + − − = 0
6 12 −1 6 12 6 12
2
1
1
v3 = v3 , v3 = t 2 − dt
2
−1
3
1
4 1 2t 2
1
t 5 t 2t 3
= t + − dt = + −
−1
9 3 5 9 9 −1
1 1 2 1 1 2
= + − + + −
5 9 9 5 9 9
8
=
2
v3
45
2
3
1
= v4 , v4 = t 3 − t dt
2
v4
−1
5
2
3 6
1 1
9
= t 3 − t dt = t 6 + t 2 − t 4 dt
2
v4
−1
5 −1
25 5
1
t7 9 t3 6 t5 24
= + − =
7 25 3 5 5 −1 525
2 3 3
v4 = t 3 − t = t 3 − t .
5 2 5
1 3
Therefore v1 , v2 , v3 , v4 = 1, t , t 2 − , t 3 − t is an orthogonal basis.
3 5
v1 v2 v3 v4 1 3 3 5 2 1 525 3 3
Now , , , = , t, t − , t − t is an
v1 v2 v3 v4 2 2 2 2 3 24 5
orthonormal basis for P3 ( R ) .