SlideShare une entreprise Scribd logo
1  sur  29
INNER PRODUCT
SPACE
REPORTER: MARK A. SOLIVA
At the end of the lesson the students will be able to:
 Determine whether a function defines an inner
product.
 Find the inner product of two vector in 𝑅𝑛.
OBJECTIVES
INNER-PRODUCT SPACE
It is represented by angle
brackets <u, v>
It is a vector space with additional
structure called an inner product.
It is a function that associate a
real number <u, v> that satisfies
the following axioms…
PROPERTIES OF INNER PRODUCT
 Commutative Property of the Inner Product ( <u, v> = (v, u> )
 Distributive Property of the Inner Product (<u, v+w>=<u, v>+<u, w>)
 Associative Property of Inner Product ( k<u, v>=<ku, v>)
 Positive Semi-Definite < 𝑣, 𝑣 > ≥ 0 if and only if v = 0
 Point-Separate/Non-Degenerate < 𝑣, 𝑣 > = 0 if and only if v = 0
Commutative Property of the Inner
Product (<u, v> = <v, u>)
Example 1: 𝑢 = 𝑢1, 𝑢2, … 𝑢𝑛
𝑣 = (𝑣1, 𝑣2, … 𝑣𝑛)
Solution:
< 𝑢, 𝑣 > = 𝑢1𝑣1 + 𝑢2𝑣2 + ⋯ + 𝑢𝑛𝑣𝑛
1. Commutative Property of the Inner Product (<u, v>=<v , u>)
Example 2: u = (2, 3)
v = (-1, 2)
Solution: (<u, v>=<v, u>)
𝒖𝟏𝒗𝟏 + 𝒖𝟐𝒗𝟐 = 𝒗𝟏𝒖𝟏 + 𝒗𝟐𝒖𝟐
(2*-1)+(3*2)=(-1*2)+(2*3)
-2+6=-2+6
4=4
Commutative Property of the Inner Product (<u,
v> =<v, u>)
Example 3: u = (0, -5, 2)
v= (6, 9, 0)
Solution:
< 𝒖, 𝒗 > = 𝒖𝟏𝒗𝟏 + 𝒖𝟐𝒗𝟐 + 𝒖𝟑𝒗𝟑
< 𝒖, 𝒗 > = 𝟎 ∗ 𝟔 + −𝟓 ∗ 𝟗 + 𝟐 ∗ 𝟎 = −𝟒𝟓
DISTRIBUTIVE PROPERTY OF THE INNER
PRODUCT
(<u, v+w>=<u, v>+<u, w>)
Example: u= (2, 3) k= 2
v= (-1, 2) w=(3, 1) v+w = (2, 3)
Solution:
(<u, v+w>=<u, v>+<u, w>)
𝒖𝟏(𝒗 + 𝒘)𝟏+𝒖𝟐(𝒗 + 𝒘)𝟐= 𝒖𝟏𝒗𝟏 + 𝒖𝟐𝒗𝟐 + 𝒖𝟏𝒘𝟏 + 𝒖𝟐𝒘𝟐
𝟐 ∗ 𝟐 + 𝟑 ∗ 𝟑 = 𝟐 ∗ −𝟏 + 𝟑 ∗ 𝟐 + 𝟐 ∗ 𝟑 + 𝟑 ∗ 𝟏
𝟒 + 𝟗 = −𝟐 + 𝟔 + 𝟔 + 𝟑
𝟏𝟑 = 𝟏𝟑
DISTRIBUTIVE PROPERTY OF THE INNER
PRODUCT
(<u, v+w>=<u, v>+<u, w>)
EXAMPLE 2: u=(0, -1) w=(-1,2)
v=(2,-3) v+w=(1,-1)
Solution:
(<u, v+w>=<u, v>+<u, w>)
𝒖𝟏(𝒗 + 𝒘)𝟏+𝒖𝟐(𝒗 + 𝒘)𝟐= 𝒖𝟏𝒗𝟏 + 𝒖𝟐𝒗𝟐 + 𝒖𝟏𝒘𝟏 + 𝒖𝟐𝒘𝟐
𝟎 ∗ 𝟏 + −𝟏 ∗ −𝟏 = 𝟎 ∗ 𝟐 + −𝟏 ∗ −𝟑 + 𝟎 ∗ −𝟏 + −𝟏 ∗ 𝟐
𝟎 + 𝟏 = 𝟎 + 𝟑 + 𝟎 + (−𝟐)
𝟏 = 𝟏
ASSOCIATIVE PROPERTY OF INNER PRODUCT
(k<u, v>=<ku, v>)
Example : 1 u=(2, 3) k=2
v=(-1, 2) ku=(4,6)
Solution:
𝒌 < 𝒖, 𝒗 > = < 𝒌𝒖, 𝒗 >
𝒌 𝒖𝟏𝒗𝟏 + 𝒖𝟐𝒗𝟐 = 𝒌𝒖𝟏𝒗𝟏 + 𝒌𝒖𝟐𝒗𝟐
𝟐 𝟐 ∗ −𝟏 + 𝟑 ∗ 𝟐 = 𝟒 ∗ −𝟏 + 𝟔 ∗ 𝟐
𝟐 −𝟐 + 𝟔 = −𝟒 + 𝟏𝟐
𝟖 = 𝟖
ASSOCIATIVE PROPERTY OF INNER
PRODUCT (k<u, v>=<ku, v>)
Example 2: u=(0, 1) k=3
v=(2,3) ku=(0,3)
Solution: 𝒌 < 𝒖, 𝒗 > = < 𝒌𝒖, 𝒗 >
𝒌 𝒖𝟏𝒗𝟏 + 𝒖𝟐𝒗𝟐 = 𝒌𝒖𝟏𝒗𝟏 + 𝒌𝒖𝟐𝒗𝟐
𝟑 𝟎 ∗ 𝟐 + 𝟏 ∗ 𝟑 = 𝟎 ∗ 𝟐 + 𝟑 ∗ 𝟑
𝟑 𝟎 + 𝟑 = 𝟎 + 𝟗
𝟗 = 𝟗
𝑳𝑬𝑵𝑮𝑻 𝑰𝑵 𝑹𝒏
𝑳𝑬𝑵𝑮𝑻𝑯 𝑰𝑵 𝑹𝒏
Example 1: v=(0, -2, 1, 4, -2)
𝒗 = 𝟎𝟐 + −𝟐𝟐 + 𝟏𝟐 + 𝟒𝟐 + (−𝟐𝟐)
= 𝟐𝟓 = 𝟓
Example 2: 𝒗 =
𝟐
𝟏𝟕
, −
𝟐
𝟏𝟕
,
𝟑
𝟏𝟕
𝒗 =
𝟐
𝟏𝟕
𝟐
+ −
𝟐
𝟏𝟕
𝟐
+
𝟑
𝟏𝟕
𝟐
=
𝟏𝟕
𝟏𝟕
= 𝟏 (𝑼𝒏𝒊𝒕 𝑽𝒆𝒄𝒕𝒐𝒓)
THE EUCLIDEAN
PLANE 𝐸2
MATH 208 – MODERN GEOM
At the end of the lesson the students will be able to:
 Define Euclidean plane.
 Solve the distance between two vectors.
OBJECTIVES
THE EUCLIDEAN PLANE 𝑬𝟐
The plane has both algebraic and geometric
aspects. The algebraic properties focuses on
the vector properties of 𝑅2.
In the geometric properties we will focus on the
concept of Distance.
THE EUCLIDEAN PLANE 𝑬𝟐
If P and Q are points, we define the
distance between P and Q by the equation:
d(P, Q) = |𝑸 − 𝑷|
The symbol 𝑬𝟐
will be used to denote the
set of points in Euclidean plane equipped
with the distance function d.
d(P, Q)=|Q-P|
THE EUCLIDEAN PLANE 𝑬𝟐
𝒅 𝑷, 𝑸 = |𝑸 − 𝑷|
Most important properties of the distance:
Theorem 5. let P, Q and R be points of 𝑬𝟐, 𝒕𝒉𝒆𝒏
i. d(P,Q)≥ 𝟎
ii. d(P,Q)=0 if and only if P=Q
iii. d(P,Q)=d(Q,P)
iv. d(P,Q)+d(Q,R)≥ 𝒅(𝑷, 𝑹)
d(P, Q)=|Q-P|
LET
1. P(3, 7) Q(-1, 4)
2. P(1, 2) Q(1, 2)
d(P, Q)=|Q-P|
LET d(Q, R)=|R-Q| d(P, R)=|R-P|
1. P(1, 5) Q(-2.1) R(3,-2)
LETd(P, Q)=|Q-P| d(Q, P)=|P-Q|
1. P(5,-3) Q(-2,4)
𝑳𝑬𝑵𝑮𝑻𝑯 𝑰𝑵 𝑹𝒏
Seatwork: Answer the Following:
1. v= (3, -1, 0)
2. v=(0,1,2,3)
ASSESSMENT
Answer the following:
A.
Given: u= (2, -2) v=(5,8) w=(-4, 3)
1. <u, v>
2. ||𝒗||
3. <u, v+w>
B. Find the of the vector
ASSIGNMENT
Thank You!

Contenu connexe

Similaire à Finding the Inner Product and Length of Vectors in Rn

Inner product spaces
Inner product spacesInner product spaces
Inner product spacesEasyStudy3
 
Week 9-Quadratic Function.pptx
Week 9-Quadratic Function.pptxWeek 9-Quadratic Function.pptx
Week 9-Quadratic Function.pptxLyaniCebrian1
 
QUADDRATIC FUNCTIONS.pptx
QUADDRATIC FUNCTIONS.pptxQUADDRATIC FUNCTIONS.pptx
QUADDRATIC FUNCTIONS.pptxSPEILBERGLUMBAY
 
Lecture 13 gram-schmidt inner product spaces - 6.4 6.7
Lecture 13   gram-schmidt  inner product spaces - 6.4 6.7Lecture 13   gram-schmidt  inner product spaces - 6.4 6.7
Lecture 13 gram-schmidt inner product spaces - 6.4 6.7njit-ronbrown
 
Transformations (complex variable & numerical method)
Transformations (complex variable & numerical method)Transformations (complex variable & numerical method)
Transformations (complex variable & numerical method)Digvijaysinh Gohil
 
Gram-Schmidt process linear algbera
Gram-Schmidt process linear algberaGram-Schmidt process linear algbera
Gram-Schmidt process linear algberaPulakKundu1
 
differential-calculus-1-23.pdf
differential-calculus-1-23.pdfdifferential-calculus-1-23.pdf
differential-calculus-1-23.pdfIILSASTOWER
 
Chapter 4: Vector Spaces - Part 5/Slides By Pearson
Chapter 4: Vector Spaces - Part 5/Slides By PearsonChapter 4: Vector Spaces - Part 5/Slides By Pearson
Chapter 4: Vector Spaces - Part 5/Slides By PearsonChaimae Baroudi
 
Greens functions and finite elements
Greens functions and finite elementsGreens functions and finite elements
Greens functions and finite elementsSpringer
 
Proyecto grupal algebra parcial ii
Proyecto grupal algebra parcial iiProyecto grupal algebra parcial ii
Proyecto grupal algebra parcial iiJHANDRYALCIVARGUAJAL
 
Vector Space & Sub Space Presentation
Vector Space & Sub Space PresentationVector Space & Sub Space Presentation
Vector Space & Sub Space PresentationSufianMehmood2
 
Perspective in Informatics 3 - Assignment 1 - Answer Sheet
Perspective in Informatics 3 - Assignment 1 - Answer SheetPerspective in Informatics 3 - Assignment 1 - Answer Sheet
Perspective in Informatics 3 - Assignment 1 - Answer SheetHoang Nguyen Phong
 
Applications of Multivariable differential Calculus.pptx
Applications of Multivariable differential Calculus.pptxApplications of Multivariable differential Calculus.pptx
Applications of Multivariable differential Calculus.pptxVIKRAMADITYA132793
 

Similaire à Finding the Inner Product and Length of Vectors in Rn (20)

Inner product spaces
Inner product spacesInner product spaces
Inner product spaces
 
Grupo 13 taller parcial2_nrc2882
Grupo 13 taller parcial2_nrc2882Grupo 13 taller parcial2_nrc2882
Grupo 13 taller parcial2_nrc2882
 
Knapsack problem
Knapsack problemKnapsack problem
Knapsack problem
 
Vectors 2.pdf
Vectors 2.pdfVectors 2.pdf
Vectors 2.pdf
 
Week 9-Quadratic Function.pptx
Week 9-Quadratic Function.pptxWeek 9-Quadratic Function.pptx
Week 9-Quadratic Function.pptx
 
QUADDRATIC FUNCTIONS.pptx
QUADDRATIC FUNCTIONS.pptxQUADDRATIC FUNCTIONS.pptx
QUADDRATIC FUNCTIONS.pptx
 
Lecture 13 gram-schmidt inner product spaces - 6.4 6.7
Lecture 13   gram-schmidt  inner product spaces - 6.4 6.7Lecture 13   gram-schmidt  inner product spaces - 6.4 6.7
Lecture 13 gram-schmidt inner product spaces - 6.4 6.7
 
Transformations (complex variable & numerical method)
Transformations (complex variable & numerical method)Transformations (complex variable & numerical method)
Transformations (complex variable & numerical method)
 
Gram-Schmidt process linear algbera
Gram-Schmidt process linear algberaGram-Schmidt process linear algbera
Gram-Schmidt process linear algbera
 
differential-calculus-1-23.pdf
differential-calculus-1-23.pdfdifferential-calculus-1-23.pdf
differential-calculus-1-23.pdf
 
Chapter 4: Vector Spaces - Part 5/Slides By Pearson
Chapter 4: Vector Spaces - Part 5/Slides By PearsonChapter 4: Vector Spaces - Part 5/Slides By Pearson
Chapter 4: Vector Spaces - Part 5/Slides By Pearson
 
Greens functions and finite elements
Greens functions and finite elementsGreens functions and finite elements
Greens functions and finite elements
 
Proyecto grupal algebra parcial ii
Proyecto grupal algebra parcial iiProyecto grupal algebra parcial ii
Proyecto grupal algebra parcial ii
 
B.Tech-II_Unit-V
B.Tech-II_Unit-VB.Tech-II_Unit-V
B.Tech-II_Unit-V
 
Numerical Methods and Analysis
Numerical Methods and AnalysisNumerical Methods and Analysis
Numerical Methods and Analysis
 
Vector Space & Sub Space Presentation
Vector Space & Sub Space PresentationVector Space & Sub Space Presentation
Vector Space & Sub Space Presentation
 
Perspective in Informatics 3 - Assignment 1 - Answer Sheet
Perspective in Informatics 3 - Assignment 1 - Answer SheetPerspective in Informatics 3 - Assignment 1 - Answer Sheet
Perspective in Informatics 3 - Assignment 1 - Answer Sheet
 
B.Tech-II_Unit-IV
B.Tech-II_Unit-IVB.Tech-II_Unit-IV
B.Tech-II_Unit-IV
 
Applications of Multivariable differential Calculus.pptx
Applications of Multivariable differential Calculus.pptxApplications of Multivariable differential Calculus.pptx
Applications of Multivariable differential Calculus.pptx
 
Taller 2_Grupo11
Taller 2_Grupo11Taller 2_Grupo11
Taller 2_Grupo11
 

Dernier

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 

Dernier (20)

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 

Finding the Inner Product and Length of Vectors in Rn

  • 1.
  • 2.
  • 3.
  • 5. At the end of the lesson the students will be able to:  Determine whether a function defines an inner product.  Find the inner product of two vector in 𝑅𝑛. OBJECTIVES
  • 6. INNER-PRODUCT SPACE It is represented by angle brackets <u, v> It is a vector space with additional structure called an inner product. It is a function that associate a real number <u, v> that satisfies the following axioms…
  • 7. PROPERTIES OF INNER PRODUCT  Commutative Property of the Inner Product ( <u, v> = (v, u> )  Distributive Property of the Inner Product (<u, v+w>=<u, v>+<u, w>)  Associative Property of Inner Product ( k<u, v>=<ku, v>)  Positive Semi-Definite < 𝑣, 𝑣 > ≥ 0 if and only if v = 0  Point-Separate/Non-Degenerate < 𝑣, 𝑣 > = 0 if and only if v = 0
  • 8. Commutative Property of the Inner Product (<u, v> = <v, u>) Example 1: 𝑢 = 𝑢1, 𝑢2, … 𝑢𝑛 𝑣 = (𝑣1, 𝑣2, … 𝑣𝑛) Solution: < 𝑢, 𝑣 > = 𝑢1𝑣1 + 𝑢2𝑣2 + ⋯ + 𝑢𝑛𝑣𝑛
  • 9. 1. Commutative Property of the Inner Product (<u, v>=<v , u>) Example 2: u = (2, 3) v = (-1, 2) Solution: (<u, v>=<v, u>) 𝒖𝟏𝒗𝟏 + 𝒖𝟐𝒗𝟐 = 𝒗𝟏𝒖𝟏 + 𝒗𝟐𝒖𝟐 (2*-1)+(3*2)=(-1*2)+(2*3) -2+6=-2+6 4=4
  • 10. Commutative Property of the Inner Product (<u, v> =<v, u>) Example 3: u = (0, -5, 2) v= (6, 9, 0) Solution: < 𝒖, 𝒗 > = 𝒖𝟏𝒗𝟏 + 𝒖𝟐𝒗𝟐 + 𝒖𝟑𝒗𝟑 < 𝒖, 𝒗 > = 𝟎 ∗ 𝟔 + −𝟓 ∗ 𝟗 + 𝟐 ∗ 𝟎 = −𝟒𝟓
  • 11. DISTRIBUTIVE PROPERTY OF THE INNER PRODUCT (<u, v+w>=<u, v>+<u, w>) Example: u= (2, 3) k= 2 v= (-1, 2) w=(3, 1) v+w = (2, 3) Solution: (<u, v+w>=<u, v>+<u, w>) 𝒖𝟏(𝒗 + 𝒘)𝟏+𝒖𝟐(𝒗 + 𝒘)𝟐= 𝒖𝟏𝒗𝟏 + 𝒖𝟐𝒗𝟐 + 𝒖𝟏𝒘𝟏 + 𝒖𝟐𝒘𝟐 𝟐 ∗ 𝟐 + 𝟑 ∗ 𝟑 = 𝟐 ∗ −𝟏 + 𝟑 ∗ 𝟐 + 𝟐 ∗ 𝟑 + 𝟑 ∗ 𝟏 𝟒 + 𝟗 = −𝟐 + 𝟔 + 𝟔 + 𝟑 𝟏𝟑 = 𝟏𝟑
  • 12. DISTRIBUTIVE PROPERTY OF THE INNER PRODUCT (<u, v+w>=<u, v>+<u, w>) EXAMPLE 2: u=(0, -1) w=(-1,2) v=(2,-3) v+w=(1,-1) Solution: (<u, v+w>=<u, v>+<u, w>) 𝒖𝟏(𝒗 + 𝒘)𝟏+𝒖𝟐(𝒗 + 𝒘)𝟐= 𝒖𝟏𝒗𝟏 + 𝒖𝟐𝒗𝟐 + 𝒖𝟏𝒘𝟏 + 𝒖𝟐𝒘𝟐 𝟎 ∗ 𝟏 + −𝟏 ∗ −𝟏 = 𝟎 ∗ 𝟐 + −𝟏 ∗ −𝟑 + 𝟎 ∗ −𝟏 + −𝟏 ∗ 𝟐 𝟎 + 𝟏 = 𝟎 + 𝟑 + 𝟎 + (−𝟐) 𝟏 = 𝟏
  • 13. ASSOCIATIVE PROPERTY OF INNER PRODUCT (k<u, v>=<ku, v>) Example : 1 u=(2, 3) k=2 v=(-1, 2) ku=(4,6) Solution: 𝒌 < 𝒖, 𝒗 > = < 𝒌𝒖, 𝒗 > 𝒌 𝒖𝟏𝒗𝟏 + 𝒖𝟐𝒗𝟐 = 𝒌𝒖𝟏𝒗𝟏 + 𝒌𝒖𝟐𝒗𝟐 𝟐 𝟐 ∗ −𝟏 + 𝟑 ∗ 𝟐 = 𝟒 ∗ −𝟏 + 𝟔 ∗ 𝟐 𝟐 −𝟐 + 𝟔 = −𝟒 + 𝟏𝟐 𝟖 = 𝟖
  • 14. ASSOCIATIVE PROPERTY OF INNER PRODUCT (k<u, v>=<ku, v>) Example 2: u=(0, 1) k=3 v=(2,3) ku=(0,3) Solution: 𝒌 < 𝒖, 𝒗 > = < 𝒌𝒖, 𝒗 > 𝒌 𝒖𝟏𝒗𝟏 + 𝒖𝟐𝒗𝟐 = 𝒌𝒖𝟏𝒗𝟏 + 𝒌𝒖𝟐𝒗𝟐 𝟑 𝟎 ∗ 𝟐 + 𝟏 ∗ 𝟑 = 𝟎 ∗ 𝟐 + 𝟑 ∗ 𝟑 𝟑 𝟎 + 𝟑 = 𝟎 + 𝟗 𝟗 = 𝟗
  • 16. 𝑳𝑬𝑵𝑮𝑻𝑯 𝑰𝑵 𝑹𝒏 Example 1: v=(0, -2, 1, 4, -2) 𝒗 = 𝟎𝟐 + −𝟐𝟐 + 𝟏𝟐 + 𝟒𝟐 + (−𝟐𝟐) = 𝟐𝟓 = 𝟓 Example 2: 𝒗 = 𝟐 𝟏𝟕 , − 𝟐 𝟏𝟕 , 𝟑 𝟏𝟕 𝒗 = 𝟐 𝟏𝟕 𝟐 + − 𝟐 𝟏𝟕 𝟐 + 𝟑 𝟏𝟕 𝟐 = 𝟏𝟕 𝟏𝟕 = 𝟏 (𝑼𝒏𝒊𝒕 𝑽𝒆𝒄𝒕𝒐𝒓)
  • 17. THE EUCLIDEAN PLANE 𝐸2 MATH 208 – MODERN GEOM
  • 18. At the end of the lesson the students will be able to:  Define Euclidean plane.  Solve the distance between two vectors. OBJECTIVES
  • 19. THE EUCLIDEAN PLANE 𝑬𝟐 The plane has both algebraic and geometric aspects. The algebraic properties focuses on the vector properties of 𝑅2. In the geometric properties we will focus on the concept of Distance.
  • 20. THE EUCLIDEAN PLANE 𝑬𝟐 If P and Q are points, we define the distance between P and Q by the equation: d(P, Q) = |𝑸 − 𝑷| The symbol 𝑬𝟐 will be used to denote the set of points in Euclidean plane equipped with the distance function d.
  • 22. THE EUCLIDEAN PLANE 𝑬𝟐 𝒅 𝑷, 𝑸 = |𝑸 − 𝑷| Most important properties of the distance: Theorem 5. let P, Q and R be points of 𝑬𝟐, 𝒕𝒉𝒆𝒏 i. d(P,Q)≥ 𝟎 ii. d(P,Q)=0 if and only if P=Q iii. d(P,Q)=d(Q,P) iv. d(P,Q)+d(Q,R)≥ 𝒅(𝑷, 𝑹)
  • 23. d(P, Q)=|Q-P| LET 1. P(3, 7) Q(-1, 4) 2. P(1, 2) Q(1, 2)
  • 24. d(P, Q)=|Q-P| LET d(Q, R)=|R-Q| d(P, R)=|R-P| 1. P(1, 5) Q(-2.1) R(3,-2)
  • 25. LETd(P, Q)=|Q-P| d(Q, P)=|P-Q| 1. P(5,-3) Q(-2,4)
  • 26. 𝑳𝑬𝑵𝑮𝑻𝑯 𝑰𝑵 𝑹𝒏 Seatwork: Answer the Following: 1. v= (3, -1, 0) 2. v=(0,1,2,3)
  • 27. ASSESSMENT Answer the following: A. Given: u= (2, -2) v=(5,8) w=(-4, 3) 1. <u, v> 2. ||𝒗|| 3. <u, v+w> B. Find the of the vector