MATH 323 Lecture 9

From Notes
Jump to navigation Jump to search

« previous | Tuesday, September 25, 2012 | next »


Euclidean Vector Space

x=[x1x2]2

In general, euclidean space is defined by any n

x=x12+x22 is Euclidean length of a 2D vector.

Arbitrary: x=x12+x22++xn2

Scalar Multiplication

Multiply all components by scaling factor α

αx=[αx1αx2] scales vector

  • stays parallel
  • α>0 → result vector is same direction as original
  • α<0 → result vector is in opposite direction.

Arbitrary: αx=[αx1αx2αxn]

Vector Addition and Subtraction

Apply operation to corresponding components

x+y=[x1+y1x2+y2]xy=[x1y1x2y2]

Arbitrary: x±y=[x1±y1x2±y2xn±yn]


Matrix Space

m×n represents space of m×n matrices

Let V be a set with the operation of addition and scalar multiplication:

Closure Properties

  1. xVαxVα
  2. x,yVx+yV

Axioms

  1. x+y=y+xx,yV (commutativity of addition)
  2. (x+y)+z=x+(y+z)x,y,zV (associativity of addition)
  3. 0V:x+0=xxV (additive identity)
  4. xVyV:x+y=0 (additive inverse; y denoted x)
  5. α(x+y)=αx+αyαx,yV (distributive 1)
  6. (α+β)x=αx+βxα,β (distributive 2)
  7. (αβ)x=α(βx)α,β (associativity of multiplication)
  8. 1V:1x=xxV (multiplicative identity)

Examples

Sets

W={(a,2)|a}2 represents the line y=2. W is not space since it does not satisfy the closure properties: let α=100; (100a,200)∉W

Continuous Functions

f,gC[a,b] represents the space of continuous functions on the interval [a,b]. All axioms and closure properties are satsified for this space.

Polynomials

Focus on xn for n.

A polynomial P(x)=a0+a1x+a2x2++anxn

degree of P (denoted degP(x)) is n (max power of x)

Let Pn represent all polynomials of degree < n. Pn satisfies all properties and axioms and is therefore spaaaaaace!


Theorem

V is vector space, xV, then

  1. 0x=0
  2. x+y=0y=x (additive inverse is unique)
  3. (1)x=x

Proof

  1. x=1x=(1+0)x=x+0xxx=0x=0
  2. x=x+0=x+(x+y)=0+y=y
  3. 0=0x=(1+(1))x=x+(1)x(1)x=x


Subspace

For a space V, WV is a subspace of V if it also satisfies the closure properties

Example

S={[x13x1]|x1} is a subspace of 2 since it satisfies the closure properties