Unit IX - Session 22
Unit IX - Session 22
Session 22
Contents:
Introduction, p 84
22.1 inner Product, p 84
22.2 Norm and Distance, p 86
22.3 Orthogonality, p 87
Solutions to Activities, p 91
Summary, p 93
Learning Outcomes, p 93
Introduction
Definition
〈𝑢 + 𝑤, 𝑣〉 = 〈𝑢, 𝑣〉 + 〈𝑤, 𝑣〉
84
Copyright © 2018, The Open University of Sri Lanka
Unit 9: Vector Spaces and Inner Product Spaces
〈𝑢, 𝑣〉 = ̅̅̅̅̅̅̅
〈𝑢, 𝑣〉 for all 𝑢, 𝑣 ∈ 𝑉.
Examples
1 .We know that ℝ3 is a vector space over ℝ with the usual addition and
multiplication by a scalar. For 𝑢 = (𝑢1 , 𝑢2 , 𝑢3 ) and 𝑣 = (𝑣1 , 𝑣2 , 𝑣3 ) ∈ ℝ3
define 〈𝑢. 𝑣〉 = 𝑢 ∙ 𝑣 (the dot product). Then it can be easily shown that it is an
inner product on ℝ3 .
85
Copyright © 2018, The Open University of Sri Lanka
Unit 9: Vector Spaces and Inner Product Spaces
5 .The vector space of all continuous functions in the interval [𝑎, 𝑏] is an inner
𝑏
product space for 〈𝑓, 𝑔〉 is defined by 〈𝑓, 𝑔〉 = ∫𝑎 𝑓(𝑥)𝑔(𝑥)𝑑𝑥
Activity 22.1
Example 22.1
In the inner product space of all polynomial functions with real coefficients with
1
the inner product defined by 〈𝑝, 𝑞〉 = ∫0 𝑝(𝑥)𝑞(𝑥)𝑑𝑥,
1 1 1
= ∫0 (2𝑥 − 1)2 𝑑𝑥 = ∫0 (4𝑥 2 − 4𝑥 + 1) 𝑑𝑥 = 3
86
Copyright © 2018, The Open University of Sri Lanka
Unit 9: Vector Spaces and Inner Product Spaces
1
∴ ‖2𝑥 − 1‖ = .
√3
𝑑(𝑥 2 + 1, 𝑥 + 1) = ‖𝑥 2 + 1 − (𝑥 + 1)‖ = ‖𝑥 2 − 𝑥‖
Now,
‖𝑥 2 − 𝑥‖2 = 〈𝑥 2 − 𝑥, 𝑥 2 − 𝑥〉
1 1 1
= ∫0 (𝑥 2 − 𝑥)2 𝑑𝑥 = ∫0 (𝑥 4 − 2𝑥 3 + 𝑥 2 )𝑑𝑥 =
30
1
∴ ‖𝑥 2 − 𝑥‖ = .
√30
22.3. Orthogonality
Now we show that every finite dimensional inner product space has a basis
consisting of orthonormal vectors. The proof of this theorem gives a procedure
for determining an orthonormal basis from any given basis of 𝑉. In general, it
gives a procedure to obtain an orthonormal set from a given set of linearly
independent vectors.
87
Copyright © 2018, The Open University of Sri Lanka
Unit 9: Vector Spaces and Inner Product Spaces
𝑢1 = 𝑣1
〈𝑣2 ,𝑢1 〉
𝑢2 = 𝑣2 − ‖𝑢1 ‖2
𝑢1
. . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . .
is an orthogonal set.
Proof: By induction.
𝑛 = 2,
Consider
𝑢1 = 𝑣1
〈𝑣2 , 𝑢1 〉
𝑢2 = 𝑣2 − 𝑢
‖𝑢1 ‖2 1
〈𝑣2 ,𝑢1 〉
then 〈𝑢2 , 𝑢1 〉 = 〈𝑣2 , 𝑢1 〉 − ‖𝑢1 ‖2
〈𝑢1 , 𝑢1 〉 = 0.
𝑛 > 2:
88
Copyright © 2018, The Open University of Sri Lanka
Unit 9: Vector Spaces and Inner Product Spaces
Let 𝑚 < 𝑛
〈𝑢𝑚 , 𝑢𝑖 〉 = 0 for 𝑖 = 1, 2, … , 𝑚 − 1, as
Now
〈𝑣𝑚 ,𝑢𝑖 〉
= 〈𝑣𝑚 , 𝑢𝑖 〉 − ‖𝑢𝑖 ‖2
〈𝑢𝑖 , 𝑢𝑖 〉
= 0, as 〈𝑢𝑖 , 𝑢𝑖 〉 = ‖𝑢𝑖 ‖2 .
But
89
Copyright © 2018, The Open University of Sri Lanka
Unit 9: Vector Spaces and Inner Product Spaces
Note:
Example 22.2
2 1 1 2
= (1, 1, 0) − 3 (1, 1, 1) = (3 , 3 , − 3)
Then ‖𝑢2 ‖2 = 6.
Now,
[(1,0,0)∙(1,1,−2)] [(1,0,0)∙(1,1,1)]
= (1, 0, 0) − (1, 1, −2) − (1, 1, 1)
6 3
1 1 1 1
= (1, 0, 0) − 6 (1, 1, −2) − 3 (1, 1, 1) = (2 , − 2 , 0)
90
Copyright © 2018, The Open University of Sri Lanka
Unit 9: Vector Spaces and Inner Product Spaces
basis of ℝ3 .
Activity 22.2
Solutions of Activities
Activity 22.1
𝑢 = (𝑢1 , 𝑢2 ) 𝑣 = (𝑣1 , 𝑣2 )
〈𝑢, 𝑣〉 = 𝑢1 𝑣1 − 𝑢2 𝑣2
Let 𝑢, 𝑣, 𝑤 ∈ ℝ2
1. 〈𝑢 + 𝑤, 𝑣〉 = 〈(𝑢1 + 𝑤1 , 𝑢2 + 𝑤2 ), (𝑣1 , 𝑣2 )〉
= 𝑢1 𝑣1 + 𝑤1 𝑣1 − 𝑢2 𝑣2 − 𝑤2 𝑣2
= 𝑢1 𝑣1 − 𝑢2 𝑣2 + 𝑤1 𝑣1 − 𝑤2 𝑣2
= 〈𝑢, 𝑣〉 + 〈𝑤, 𝑣〉
91
Copyright © 2018, The Open University of Sri Lanka
Unit 9: Vector Spaces and Inner Product Spaces
= 𝑢1 (𝑣1 + 𝑤1 ) − 𝑢2 (𝑣2 + 𝑤2 )
= 𝑢1 𝑣1 + 𝑤1 𝑢1 − 𝑢2 𝑣2 − 𝑢2 𝑤2
= 𝑢1 𝑣1 − 𝑢2 𝑣2 + 𝑢1 𝑤1 − 𝑢2 𝑤2
= 〈𝑢, 𝑣〉 + 〈𝑢, 𝑤〉
= 𝛼𝑢1 𝑣1 − 𝛼𝑢2 𝑣2
= 𝛼 (𝑢1 𝑣1 − 𝑢2 𝑣2 )
= 𝛼 (𝑢, 𝑣)
3. Since 𝑢, 𝑣 ∈ ℝ2
〈𝑢, − 𝑣〉 = 〈𝑣, 𝑢 〉
4. 〈𝑣, 𝑣〉 = 𝑣1 2 − 𝑣2 2
Activity 22.2
2
𝑢1 = 𝑣1 = (1, 0, 0) and ‖𝑢1 ‖ = 1
〈𝑣2 , 𝑢1 〉
𝑢2 = 𝑣2 −
‖𝑢1 ‖2
1
= (1, 1, 0) − (1, 0, 0)
1
= (0, 1, 0)
Then ‖𝑢2 ‖2 = 1
〈 𝑣3 , 𝑢2 〉 〈𝑣3 , 𝑢1 〉
𝑢3 = 𝑣3 − 𝑢2 − 𝑢1
‖𝑢2 ‖2 ‖𝑢1 ‖2
92
Copyright © 2018, The Open University of Sri Lanka
Unit 9: Vector Spaces and Inner Product Spaces
= (0 ,1, 1)
Hence {(1, 0, 0), (0, 1, 0), (0, 0, 1)} is an orthogonal set which is also a basis for ℝ3 . Since all
three vectors are normal the above set is an orthonormal basis for ℝ3
Summary
This session concludes with the student gaining knowledge in inner product
spaces and unitary spaces. Also, we have introduced norm and distance of a
vector and orthogonality of vectors.
Learning Outcomes
93
Copyright © 2018, The Open University of Sri Lanka