MATH 323 Lecture 19

From Notes
Jump to navigation Jump to search

« previous | Thursday, November 1, 2012 | next »


Norm

xn

x=i=1nxi2, where x is notation for the norm or length of x.

x=x

Distance between two points/vectors: xy

x2=xx=i=1nxi2

Theorem 5.1.1

If x,yn and θ is the angle between them, then

xy=xycosθ

Law of Cosines

Triangle defined by x, y, and xy

yx2=x2+y22xycosθ

The above can be simplified to the form

xy=xycosθ


Unit Vector

u is a unit vector iff u=1

Unit vector in direction of x is given by

u=x^=xx

Example

x=3,4y=1,7u=153,4=35,45v=1521,7=152,752cosθ=uv==12θ=pi4

Cauchy-Schwartz Inequality

|xy|xy1xyxy1

Equality iff one of the vectors is zero or one of the vectors is a multiple of another (θ=0,π)


Orthogonality

x and y are orthogonal (written xy if θ=π2,3π2xy=0

Scalar and Vector Projections

Given two noncolinear vectors x and y

Let u=yy be a unit vector in the direction of y and p=αu be the vector projection of x in the direction of y, where α is the scalar projection of x in the direction of y

p=α=xcosθ=xycosθy=xyy

Exercise

Given a point P(1,4) and a line y=13x, find the point on the line closest to P.

Find vector w on the line: w=3,1

Take vector projection of v=PO onto w:

p=vwww=2.1,0.7


Planes in 3D Space

(See MATH 251 Lecture 5#Planes→)


Generalization of Pythagorean Theorem

Given two orthogonal vectors x and y in n,

x±y2=(x±y)(x±y)=xx±2yx+yy=x2+y2


Orthogonal Subspaces

Two subspaces X and Y in n are said to be orthogonal if xy=0 for all xX and yY.

A is m×n matrix

N(A) is subspace, xn, Ax=0 iff ai1x1+ai2x2++ain+xn=0 for i=1,,m.

This means that x is perpendicular to the ith row of A

...


Orthogonal Complement

Yn

Orthogonal complement given by

Y={xnxy=0yy}


Example

Let Y=Span(e1) be the x-axis.

Y=Span(e2,e3) is the yz-plane

Theorem

  1. If XY, then XY={0}
  2. If Y is a subspace of n, then Y is also a subspace of n

Proof

  1. Proof by contradiction. XY{0}(xXY)(xXY)=x20 — CONTRADICTION!
  2. u,vY, so uy=vy=0yY. (αu+βv)y=0, so subspace defined by αu+βvY


Fundamental Subspaces

m×n matrix A

Ax=b for some xn iff b is in col space of A.

We can write A as a linear transformation LA:nn.

The column space of A is also called the range of A:

R(A)={bmb=Axxn}

Range of transpose matrix

R(AT)={yny=ATxxm}

Thus R(A)m, and R(AT)n, and

R(AT)N(A)

Theorem 5.2.1

Fundamental Subspace Theorem

N(A)=R(AT)

N(AT)=R(A)