Local Maxima - Multivariable Calculus - Solved Past Paper, Exams of Calculus

These are the notes of Multivariable Calculus of Past Paper. Key important points are: Local Maxima, Saddle Points, Iterated Integral, Region of Integration, Order of Integration, Double Integral, Area of Region Bounded by Curves, Directional Derivative

Typology: Exams

2012/2013

Uploaded on 02/11/2013

sanam-poja
sanam-poja ๐Ÿ‡ฎ๐Ÿ‡ณ

5

(5)

86 documents

1 / 10

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
MATH 2263 Name (Print):
Summer 2009 Student ID:
Exam 2: Solutions
July 8, 2009 Signature:
Time limit: 55 minutes
This exam contains 10 pages (including this cover page and a scratch page) and 7 problems.
Check to make sure you have all 10 pages. Enter all requested information at the top of this
page, and put your initials on the top of every page, in case the pages become separated.
No calculators or note-sheets are allowed.
The following rules apply:
โ€ขShow your work, in a reasonably neat and coherent way, in the space provided. All
answers must be justified by valid mathematical reasoning. To receive full
credit on a problem, you must show enough work so that your solution can be followed
by someone without a calculator.
โ€ขMysterious or unsupported answers will not receive full credit. Your work should be
mathematically correct and carefully and legibly written.
โ€ขA correct answer, unsupported by calculations, explanation, or algebraic work will
receive no credit; an incorrect answer supported by substantially correct calculations
and explanations might still receive partial credit.
โ€ขIn the event that you cannot fit your entire answer in the space provided, clearly
indicate where the answer continues.
1 15 pts
2 15 pts
3 15 pts
4 10 pts
5 10 pts
6 15 pts
7 20 pts
Total 100 pts
pf3
pf4
pf5
pf8
pf9
pfa

Partial preview of the text

Download Local Maxima - Multivariable Calculus - Solved Past Paper and more Exams Calculus in PDF only on Docsity!

MATH 2263 Name (Print): Summer 2009 Student ID: Exam 2: Solutions July 8, 2009 Signature: Time limit: 55 minutes

This exam contains 10 pages (including this cover page and a scratch page) and 7 problems. Check to make sure you have all 10 pages. Enter all requested information at the top of this page, and put your initials on the top of every page, in case the pages become separated. No calculators or note-sheets are allowed.

The following rules apply:

  • Show your work, in a reasonably neat and coherent way, in the space provided. All answers must be justified by valid mathematical reasoning. To receive full credit on a problem, you must show enough work so that your solution can be followed by someone without a calculator.
  • Mysterious or unsupported answers will not receive full credit. Your work should be mathematically correct and carefully and legibly written.
  • A correct answer, unsupported by calculations, explanation, or algebraic work will receive no credit; an incorrect answer supported by substantially correct calculations and explanations might still receive partial credit.
  • In the event that you cannot fit your entire answer in the space provided, clearly indicate where the answer continues.

1 15 pts 2 15 pts 3 15 pts 4 10 pts 5 10 pts 6 15 pts 7 20 pts Total 100 pts

  1. (15 pts) Find and classify all the local maxima, local minima, and saddle points of

f (x, y) = 4xy โˆ’ x^4 โˆ’ y^4.

Ans: We first must find all critical points of f. To do this we have to solve the system

fx(x, y) = 4y โˆ’ 4 x^3 = 0 (1) fy(x, y) = 4x โˆ’ 4 y^3 = 0. (2)

Solving Equation (1) for y we have y = x^3. We substitute this into Equation (2) to obtain

4 x โˆ’ 4(x^3 )^3 = 0, 4 x โˆ’ 4 x^9 = 0, 4 x(1 โˆ’ x^8 ) = 0.

This has solutions when x = 0 and when x = ยฑ1. We then use y = x^3 to find y, giving three critical points: (0, 0), (1, 1), and (โˆ’ 1 , โˆ’1). For each critical point, we have to calculate the discriminant, which involves the second derivatives:

fxx(x, y) = โˆ’ 12 x^2 , fyy(x, y) = โˆ’ 12 y^2 , fxy(x, y) = 4, D(x, y) = fxxfyy โˆ’ (fxy)^2 = 144x^2 y^2 โˆ’ 16.

We then have

D(0, 0) = โˆ’ 16 < 0 , D(1, 1) = 144 โˆ’ 16 > 0 , D(โˆ’ 1 , โˆ’1) = 144 โˆ’ 16 > 0 , fxx(1, 1) = โˆ’ 12 < 0 , fxx(โˆ’ 1 , โˆ’1) = โˆ’ 12 < 0 ,

which tells us that (0, 0) is a saddle point and (1, 1) and (โˆ’ 1 , โˆ’1) are both local maximums.

  1. (15 pts) Sketch the region of integration, reverse the order of integration, and evaluate the integral (^) โˆซ 8

0

โˆš (^3) x

y^4 + 1

dy dx.

Ans: โˆซ (^8)

0

โˆš (^3) x

y^4 + 1

dy dx =

0

โˆซ (^) y 3

0

y^4 + 1

dx dy

0

y^3 y^4 + 1

dy [u = y^4 + 1, du = 4y^3 dy]

0

u

du

ln |u|

17

1

ln 17.

(Note: A sketch is also required, and will be added later.)

  1. (10 pts) Using a double integral, find the area of the region bounded by the curves

y = 1 โˆ’ x and y = 1 โˆ’ x^2.

(Be sure to sketch the region.)

Ans:

A(D) =

D

dA

0

โˆซ (^1) โˆ’x 2

1 โˆ’x

dy dx

0

y|^1 โˆ’x

2 1 โˆ’x dx

=

0

(1 โˆ’ x^2 ) โˆ’ (1 โˆ’ x) dx

0

โˆ’x^2 + x dx

x^3 3

x^2 2

1

0 = โˆ’

(Note: A sketch is also requires, and will be added later.)

  1. (15 pts) Let F (x, y, z) = z โˆ’ xey^ cos(z) + 1.

(a) Find the gradient โˆ‡F (x, y, z).

Ans: We have โˆ‡F (x, y, z) = ใ€ˆfx, fy, fz ใ€‰ = ใ€ˆโˆ’ey^ cos z, โˆ’xey^ cos z, 1 + xey^ sin zใ€‰.

(b) Find the directional derivative of F at the point (1, 0 , 0) in the direction of v = iโˆ’ 2 j+4k.

Ans: Because v is not a unit vector we must find the unit vector in the same direction:

u =

v |v|

11 + (โˆ’2)^2 + 4^2

v =

Then the directional derivative is

DuF (1, 0 , 0) = โˆ‡F (1, 0 , 0) ยท u

= ใ€ˆโˆ’ 1 , โˆ’ 1 , 1 ใ€‰ ยท

(c) Find the equation of the tangent plane to the surface z + 1 = xey^ cos(z)

at the point (1, 0 , 0).

Ans: We can write this surface as

z + 1 = xey^ cos(z) z + 1 โˆ’ xey^ cos z = 0 F (x, y, z) = 0, so the equation of the tangent plane to the surface is given by

Fx(x 0 , y 0 , z 0 )(x โˆ’ x 0 ) + Fy(x 0 , y 0 , z 0 )(y โˆ’ y 0 ) + Fz (x 0 , y 0 , z 0 )(z โˆ’ z 0 ) = 0 Fx(1, 0 , 0)(x โˆ’ 1) + Fy(1, 0 , 0)(y โˆ’ 0) + Fz (1, 0 , 0)(z โˆ’ 0) = 0 โˆ’1(x โˆ’ 1) โˆ’ 1(y) + 1(z) = 0 โˆ’x โˆ’ y + z + 1 = 0.

  1. (20 pts) Use the method of Lagrange multipliers to find the maximum and minimum values of the function f (x, y) = 2x^2 โˆ’ 8 y + 5, subject to the constraint x^2 + 4y^2 = 4. (You may assume that both a maximum and minimum value exist.)

Ans: We need to solve the equations

4 x = 2ฮปx (1) โˆ’8 = 8ฮปy (2) x^2 + 4y^2 = 4. (3)

We would like to divide by x in Equation (1). Before we can do that we must see what happens if x = 0. In the case that x = 0, Equation (2) tells us nothing, and Equation (3) tells us

x^2 + 4y^2 = 4 4 y^2 = 4 y^2 = 1 y = ยฑ 1.

So (0, 1) and (0, โˆ’1) are points where a maximum or minimum might occur. In the case the x 6 = 0, we can divide by 2x in Equation (1), giving ฮป = 2. Then Equation (3) gives

โˆ’8 = 8ฮปy โˆ’8 = 16y

โˆ’

= y.

We can then use this value for y in Equation (3) to yield

x^2 + 4y^2 = 4 x^2 + 4(โˆ’ 1 /2)^2 = 4 x^2 + 1 = 4 x = ยฑ

Therefore (

3 , โˆ’ 1 /2) and (โˆ’

3 , โˆ’ 1 /2) are two more points where the maximum may occur.

SCRATCH PAGE