MATH 251 Lecture 21

From Notes
Jump to navigation Jump to search

« previous | Wednesday, March 7, 2012 | next »


Quadratic Form Example

Q(x,y)=2x2+2xy+2y2

A=(2112)X=(xy)Q=XTAX=(xy)(2112)(xy)

  1. Lagrange Multiplier Equations:
    AX=λX; x2+y2=1
  2. Find characteristic polynomial and eigenvalues:
    {(2λ)x+y=0x+(2λ)y=0
    |2λ112λ|=(2λ)21=0
    λ=1,3
  3. Classify Q: positive
  4. Find Eigenvectors:
    λ=1{(21)x+y=0x+(21)y=0v1=(2222)λ=3{(23)x+y=0x+(23)y=0v2=(2222)
  5. Use (xy)=xv1+yv2 and plug x and y into Q(x,y) to get it in terms of x and y
    (xy)=22(x+yx+y)
    Even faster: Q(x,y)=λ1(x)2+λ2(y)2=(x)2+3(y)2


Integration Over General Regions

The mindset behind this...

Let R2 (any 2D region) and Q be a rectangle that encloses R

Rf(x,y)dA=Qf(x,y)χR(x,y)dA

Where χR(x,y) is the characteristic equation for f It "turns on" when we are inside R and "turns off" when we are outside of R.

Fubini/Iterated Integrals

Let R be a rectangle bounded by [a,b]×[c,d]

Rf(x,y)dA=cd(abf(x,y)dx)dy=ab(cdf(x,y)dy)dx

Example

[0,1]×[0,2]xydA

[0,1]×[0,2]xydA=02(01xydx)dy=02(x22y|01)dy=0212ydy=y24|02=1


A more sinister example

Integrate f(x,y)=x2+y over the region bounded by y=x, y=x2.

R(x2+y)dA=01(yy(x2+y)dx)dy=01(x33+xy|yy12)dy=01(4y323y2y33)dy=

A Just-Plain-Evil Example

f(x,y)=ex+y bounded by y=x2 and y=x4

Rf(x,y)dA=11x4x2(ex+y)dydx=11(x2ex+12x4x4exx82)dx=

Another Example

Evaluate the integral of ex2 bounded by y=x, y=2x, and x=[0,1] 01x2xex2dydx