MATH 251 Lecture 19

From Notes
Jump to navigation Jump to search

« previous | Friday, March 1, 2012 | next »


Quick Fact

When does {ax+by=0cx+dy=0 or AX=0 have a non-zero solution?

in 2 dimensions, there is a unique solution unless the vectors a,b and c,d are scalar multiples (parallel)

in 3 dimensions (3 equations w/r/t x, y, and z), there is a unique solution unless the 3 vectors are coplanar.

Check the area of the 2 vectors (2D) and volume of 3 vectors (3D) by taking the determinant of the matrix formed by the coefficient. If this value is 0, then there are non-zero solutions. If the determiniant is 0, then the only solution is the point (0,0).

Written Homework Sample Problem

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

  1. Set up equations satisfied by relative extrema on the unit circle (sphere for 3D)
  2. Subject to the condition g(x,y)=x2+y2=1, set Q=λg and g=1

Part A

Set Q=λg and our constraint

{x+y=λxx+3y=λyx2+y2=1

Part B

Find the characteristic polynomial and solve for λ. Start by putting everything on the left side of the equation:

{(1λ)x+y=0x+(3λ)y=0

Find the determinant of the matrix |1λ113λ|=0

The determinant gives (1λ)(3λ)1=0... our characteristic polynomial.

The solution(s) for λ are:

λ=4±164(1)(2)2(1)=2±2

These are our Lagrange multipliers.

Part C

The values of λ (eigenvalues) are the extreme values. Classify Q as positive, negative, mixed, or degenerate.

All values of λ are positive, therefore Q is positive.

Part D

Find the solutions (x,y) (eigenvectors) by plugging λ into the equations from 'Part A. In order for the solution to be non-zero, the solutions should be redundant, so you can choose one equation and plug it into that one.

λ1=2+214+221,1+2λ1=2214+221+2,1

Note: The lines given by plugging λ in will always be perpendicular

Part E?

Diagonalize the formula by removing the mixed terms (i.e., the 2xy)

Q(x,y)=λ1(x)2+λ2(y)2


Multidimensional Integration

Given f(x,y) defined over a rectangle R=[a,b]×[c,d]={(x,y)|axb,cyd}, define Rf(x,y)dA


Back to Calculus 2, the integral abf(x)dx represents

  • Area under a curve f(x)
  • Total mass of a rod if f(x) is the linear density function
  • Probability density of a continuous random variable
  • The sum of an infinite family of numbers defined continuously in terms of x

In 3 Dimensions, the multidimensional integral Rf(x,y)dA represents

  • The volume under a function
  • Total mass in a given volume with mass density of f(x,y)
  • Probability density of two continuous random variables
  • Still an infinite sum, but determined continuously by two variables x and y.

Quick Definition

Rf(x,y)dA=lim|P|0i,j=1Nf(xi,yj)ΔxiΔyj

ΔxiΔyj represents the area of a small rectangle near (xi,yj), called a partition (P)

Example

Calculate R(xy2)dA, where R=[0,2]×[1,3].

1302(xy2)dxdy

Notation is to use Fubini's Theorem: slice the function according to a single variable (by holding the other constant; in this case, y)

02(xy2)dx=12x2xy2|0213(22y2)dy=2y23y3|13=42326