MATH 251 Lecture 37

From Notes
Jump to navigation Jump to search

« previous | "Friday", May 1, 2012 | next »


Review Session

Lagrange Multipliers

f(x,y,z)=xyz, constraint: g(x)=x2+2y2+3z2=6

Find extrema of f given g=6.

f=λgyz=λ2xxz=λ4yxy=λ6zx2+2y2+3z2=6

Solving the system of equations gives

x=±2y=±1z=±23

for a total of 8 possible points.

(λ is meaningful only if Q(x,y)=ax2+2bxy+cy2 is a quadric surface and g(x,y)=x2+y2=1 is the unit circle)


Finding Extrema in a region

Find the extrema of f(x,y)=2x2+x+y22 within D={x2+y2=4}.

  1. look interior: f=0
  2. look on boundary: f(x,y)=x2+x+2 (substitute x2+y2=4)

Solving 1 gives us (14,0) easily.

Solve for 2:

x=2cosθy=2sinθf(θ)=8cos2θ+2cosθ+4sin2θ2f(θ)=(2sinθ)(4cosθ+1)=0θ=0,πcosθ=14

We now have 5 points to check: (-2,0), (2,0), (-1/2, ±sqrt(15)/2), and (-1/4,0)