Line 19: Line 19:
 
:<math>\mathbf{\|v\|} = \sqrt{x^2 +y^2}</math>.
 
:<math>\mathbf{\|v\|} = \sqrt{x^2 +y^2}</math>.
  
The same concept applies for two-point case between points v and w as in the following.
+
The same concept applies for two-point case between points v and w as shown below.
  
Let :<math>\mathbf{w} = \begin{pmatrix}
+
Let
 +
:<math>\mathbf{w} = \begin{pmatrix}
 
c \\
 
c \\
d \end{pmatrix}</math>,
+
d \end{pmatrix}</math>.
 +
We have,
 
:<math>\mathbf{v-w} = \begin{pmatrix}
 
:<math>\mathbf{v-w} = \begin{pmatrix}
 
a-c \\
 
a-c \\
 
b-d \end{pmatrix}</math>,
 
b-d \end{pmatrix}</math>,
:<math>\mathbf{\|v-w\|} = \sqrt{(a-c)^2 +(b-d)^2}</math>
+
and
 +
:<math>\mathbf{\|v-w\|} = \sqrt{(a-c)^2 +(b-d)^2}</math>.
  
 +
In short, there is no significant difference in the three dimensional approach of the form
 +
:<math>\mathbf{v} = \begin{pmatrix}
 +
a \\
 +
b \\
 +
c \end{pmatrix}</math>.
 +
 +
Another essential concept is the angle between two vectors as shown in the following formula:
 +
:<math> \cos{\alpha} = \frac{\langle\mathbf{v}\, , \mathbf{w}\rangle}{\|\mathbf{v}\| \, \|\mathbf{w}\|}</math>.
 +
 +
This will be more prominent as we go through Inner Product Spaces section.
 +
 +
Lastly, a unit vector is a vector that has magnitude one and denoted as in the following:
 +
:<math alt=>\boldsymbol{\hat{w}} = \frac{\boldsymbol{w}}{\|\boldsymbol{w}\|}</math>.
  
 
''Inner Product Spaces''
 
''Inner Product Spaces''

Revision as of 16:44, 25 November 2010

Inner Product Spaces and Orthogonal Complements

Introduction

The following entries are derived from a relatively large yet concise topic called Inner Product Spaces. I would only focus on two subtopics which are the Inner Product Spaces themselves and Orthogonal Complements. Other essential subtopics would also be posted in the form of background knowledge to ensure the thoroughness of readers' understanding. Please also note that the Cross Products subtopic is not required in the context of MA 26500.

Part 1: Inner Product Spaces

Background Knowledge - The Basics of Vectors

Let

$ \mathbf{v} = \begin{pmatrix} a \\ b \end{pmatrix} $

which denotes a vector between a point and the origin.

Then the length of this vector is given by

$ \mathbf{\|v\|} = \sqrt{x^2 +y^2} $.

The same concept applies for two-point case between points v and w as shown below.

Let

$ \mathbf{w} = \begin{pmatrix} c \\ d \end{pmatrix} $.

We have,

$ \mathbf{v-w} = \begin{pmatrix} a-c \\ b-d \end{pmatrix} $,

and

$ \mathbf{\|v-w\|} = \sqrt{(a-c)^2 +(b-d)^2} $.

In short, there is no significant difference in the three dimensional approach of the form

$ \mathbf{v} = \begin{pmatrix} a \\ b \\ c \end{pmatrix} $.

Another essential concept is the angle between two vectors as shown in the following formula:

$ \cos{\alpha} = \frac{\langle\mathbf{v}\, , \mathbf{w}\rangle}{\|\mathbf{v}\| \, \|\mathbf{w}\|} $.

This will be more prominent as we go through Inner Product Spaces section.

Lastly, a unit vector is a vector that has magnitude one and denoted as in the following:

$ \boldsymbol{\hat{w}} = \frac{\boldsymbol{w}}{\|\boldsymbol{w}\|} $.

Inner Product Spaces

Part 2: Orthogonal Complements

Background Knowledge - Gram-Schmidt Algorithm

Orthogonal Complements

Part 3: Applications

Generic Homework Problems

Generic Exam Problems


Ryan Jason Tedjasukmana

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett