Admin 13 Jun 2026 02:16

 

Solutions to Uniform Final Exam for Calculus III

This document presents comprehensive solutions to the Calculus III uniform final exam. These solutions are intended to demonstrate the problem-solving process for multivariable calculus, vector calculus, and series analysis.

Section 1: Multivariable Functions and Partial Derivatives

Problem 1: Find all critical points of the function f(x,y) = xy - xy + y and classify them.

Solution:

To find critical points, we first compute the partial derivatives of f(x,y) and set them equal to zero.

fx = 2xy - y fy = x - 2xy + 2y

Setting both partial derivatives to zero gives us the system of equations:

2xy - y = 0 x - 2xy + 2y = 0

From the first equation, we get y(2x - y) = 0, so either y = 0 or y = 2x.

Case 1: y = 0

Substituting y = 0 into the second equation gives x = 0, so x = 0. This gives us the critical point (0,0).

Case 2: y = 2x

Substituting y = 2x into the second equation gives x - 4x + 4x = 0, so -3x + 4x = 0, which gives x = 0 or x = 4/3.

When x = 4/3, y = 2(4/3) = 8/3, giving the critical point (4/3, 8/3).

Therefore, our critical points are (0,0) and (4/3, 8/3).

To classify these points, we use the Second Partial Derivative Test. First, let's compute the second partial derivatives:

fxx = 2y fyy = -2x + 2 fxy = fyx = 2x - 2y

The discriminant is given by:

D(x,y) = fxx(x,y)fyy(x,y) - (fxy(x,y))

At (0,0):

D(0,0) = fxx(0,0)fyy(0,0) - (fxy(0,0)) = (0)(2) - (0) = 0

Since D(0,0) = 0, the test is inconclusive at (0,0).

Let's analyze the behavior of the function near (0,0):

  • For points on the x-axis (y = 0), f(x,0) = 0 for all x.
  • For points on the y-axis (x = 0), f(0,y) = y > 0 for all y 0.

This means the point (0,0) is like a trough along the x-axis but has a minimum along the y-axis, indicating that (0,0) is a saddle point.

At (4/3, 8/3):

fxx(4/3, 8/3) = 2(8/3) = 16/3 > 0

fyy(4/3, 8/3) = -2(4/3) + 2 = -2/3

fxy(4/3, 8/3) = 2(4/3) - 2(8/3) = -8/3

D(4/3, 8/3) = (16/3)(-2/3) - (-8/3) = -96/9 = -32/3 < 0

Conclusion: Both critical points (0,0) and (4/3, 8/3) are saddle points.

Problem 2: Evaluate the limit lim(x,y)(0,0) (xy)/(x + y) or show that it doesn't exist.

Solution:

We'll assess the limit along different paths to determine if it exists.

Path 1: Along the x-axis (y = 0)

lim(x,0)(0,0) (x0)/(x + 0) = lim(x,0)(0,0) 0/x = 0

Path 2: Along the y-axis (x = 0)

lim(0,y)(0,0) (0y)/(0 + y) = lim(0,y)(0,0) 0/y = 0

Path 3: Along the line y = x

lim(x,x)(0,0) (xx)/(x + x) = lim(x,x)(0,0) x/(2x) = 1/2

Path 4: Along the curve y = x

lim(x,x)(0,0) (xx)/(x + x) = lim(x,x)(0,0) x/(x + x) = lim(x,x)(0,0) x/(1 + x) = 0
Conclusion: Since the limits along different paths (specifically y = 0 and y = x) give different values (0 vs 1/2), the limit lim(x,y)(0,0) (xy)/(x + y) does not exist.

Section 2: Multiple Integrals

Problem 3: Evaluate the double integral R xy dA over the region R bounded by y = x, y = 2x - x.

Solution:

First, let's find the points of intersection between the two curves:

x = 2x - x 2x - 2x = 0 2x(x - 1) = 0

So, x = 0 or x = 1. The region R is bounded between x = 0 and x = 1.

For each x in [0,1], the y-values range from the lower curve y = x to the upper curve y = 2x - x.

Setting up the double integral:

R xy dA = 01 x2x-x xy dy dx

Evaluating the inner integral with respect to y:

x2x-x xy dy = x [y/2]x2x-x = x/2 [(2x-x) - (x)]

Simplifying:

x/2 [4x - 4x + x - x] = x/2 [4x - 4x] = x/2 4x(1 - x) = 2x(1 - x)

Now, evaluating the outer integral with respect to x:

01 2x(1 - x) dx = 2 01 (x - x) dx = 2 [x/4 - x/5]01

Computing the values:

2 [(1/4 - 1/5) - 0] = 2 [5/20 - 4/20] = 2 [1/20] = 1/10
Answer: R xy dA = 1/10

Problem 4: Evaluate the triple integral E z dV, where E is the tetrahedron bounded by x = 0, y = 0, z = 0, and x + y + z = 1.

Solution:

The plane x + y + z = 1 intersects the coordinate axes at (1,0,0), (0,1,0), and (0,0,1), forming a tetrahedron with these vertices and the origin.

For a given x in [0,1], the y-values range from 0 to (1-x). For each (x,y) with y in [0,(1-x)], the z-values range from 0 to (1-x-y).

Setting up the triple integral:

E z dV = 01 01-x 01-x-y z dz dy dx

Evaluating the inner integral with respect to z:

01-x-y z dz = [z/2]01-x-y = (1-x-y)/2

Evaluating the middle integral with respect to y:

01-x (1-x-y)/2 dy = [-(1-x-y)/6]01-x = (1-x)/6

Evaluating the outer integral with respect to x:

01 (1-x)/6 dx = [-(1-x)/24]01 = 1/24
Answer: E z dV = 1/24

Section 3: Vector Calculus

Problem 5: Evaluate the line integral C F dr, where F(x,y) = (y, x) and C is the curve consisting of the line segment from (0,0) to (1,0) followed by the line segment from (1,0) to (1,1).

Solution:

We'll parameterize each segment of the curve C separately and then add the results.

Segment 1: From (0,0) to (1,0)

Parameterization: r(t) = (t, 0) for t in [0,1].

dr/dt = (1, 0)

F(r(t)) = F(t, 0) = (0, t) = (0, t)

F(r(t)) dr/dt = (0, t) (1, 0) = 0

01 0 dt = 0

Segment 2: From (1,0) to (1,1)

Parameterization: r(t) = (1, t) for t in [0,1].

dr/dt = (0, 1)

F(r(t)) = F(1, t) = (t, 1) = (t, 1)

F(r(t)) dr/dt = (t, 1) (0, 1) = 1

01 1 dt = 1

Adding the results from both segments:

C F dr = 0 + 1 = 1
Answer: C F dr = 1

Problem 6: Use Green's Theorem to evaluate C (xy + xy) dx + (x + xy) dy, where C is the boundary of the region between the circles x + y = 1 and x + y = 4 with positive orientation.

Solution:

Green's Theorem states that for a positively oriented, piecewise-smooth, simple closed curve C and the region D bounded by C:

C P dx + Q dy = D (Q/x - P/y) dA

In our case, P = xy + xy and Q = x + xy. Let's compute the partial derivatives:

Q/x = /x (x + xy) = 2x + y P/y = /y (xy + xy) = x + 2xy

Therefore, the integrand is:

Q/x - P/y = (2x + y) - (x + 2xy) = x + y - 2xy

The region D is the annulus between the circles. It's convenient to use polar coordinates:

  • x = r cos()
  • y = r sin()
  • dA = r dr d

The limits are r from 1 to 2 and from 0 to 2.

Expressing the integrand in polar coordinates:

D (x + y - 2xy) dA = 02 12 [r cos() + r sin() - 2r cos() sin()] r dr d

Evaluating the inner integral with respect to r:

12 [r cos() + r sin() - 2r cos() sin()] dr

Computing each term separately:

  • 12 r cos() dr = [r/3]12 cos() = (8/3 - 1/3)cos() = (7/3)cos()
  • 12 r sin() dr = [r/4]12 sin() = (4 - 1/4)sin() = (15/4)sin()
  • 12 -2r cos() sin() dr = -2[r/5]12 cos() sin() = -2(32/5 - 1/5)cos() sin() = -(62/5)cos() sin()

Evaluating the outer integral with respect to :

02 [(7/3)cos() + (15/4)sin() - (62/5)cos() sin()] d

Computing each term separately:

  • 02 (7/3)cos() d = (7/3)[sin()]02 = 0
  • 02 (15/4)sin() d = (15/4)[/2 - sin(2)/4]02 = (15/4)() = 15/4
  • 02 -(62/5)cos() sin() d = -(62/5)[-cos()/3]02 = -(62/5)(0) = 0

Adding up the results:

0 + 15/4 + 0 = 15/4
Answer: C (xy + xy) dx + (x + xy) dy = 15/4

Section 4: Sequences and Series

Problem 7: Determine whether the series n=1 (n!)/(10n) converges or diverges.

Solution:

We'll use the Ratio Test to determine the convergence of the series.

For our series, an = n!/(10n). Let's compute the limit:

limn |an+1/an| = limn |((n+1)!)/(10n+1) (10n)/(n!)| = limn |((n+1)n!)/(1010n) (10n)/(n!)| = limn |(n+1)/10| =

Since the limit is (which is greater than 1), the series diverges by the Ratio Test.

This result makes intuitive sense. The factorial n! grows much faster than 10n, so the terms of the series increase without bound as n increases.

Conclusion: The series n=1 (n!)/(10n) diverges.

Problem 8: Find the radius of convergence and interval of convergence of the power series n=0 (-1)nxn/(n+1).

Solution:

To find the radius of convergence, we'll use the Ratio Test:

limn |an+1/an| = limn |(-1)n+1xn+1/(n+2) (n+1)/((-1)nxn)| = limn |x (n+1)/(n+2)| = |x| limn (n+1)/(n+2) = |x|

According to the Ratio Test, the series converges when |x| < 1.

Therefore, the radius of convergence is R = 1.

To find the interval of convergence, we need to check the endpoints x = -1 and x = 1 separately.

At x = 1:

The series becomes n=0 (-1)n(1)n/(n+1) = n=0 (-1)n/(n+1).

This is an alternating series with terms decreasing in magnitude to 0, so it converges by the Alternating Series Test.

At x = -1:

The series becomes n=0 (-1)n(-1)n/(n+1) = n=0 1/(n+1) = n=1 1/n.

This is the harmonic series, which is known to diverge.

Conclusion: The radius of convergence is R = 1, and the interval of convergence is (-1, 1].

Section 5: Applications of Multiple Integrals

Problem 9: Find the mass of the lamina that occupies the region D bounded by y = x and y = x, if the density function is (x,y) = x + y.

Solution:

Let's find the points of intersection between the curves:

x = x x - x = 0 x(x - 1) = 0

So, x = 0 or x = 1. The region D is bounded between x = 0 and x = 1.

The mass of a lamina with density function (x,y) is given by the double integral:

M = D (x,y) dA = 01 xx (x + y) dy dx

Evaluating the inner integral with respect to y:

xx (x + y) dy = [xy + y/2]xx

Computing the values:

(xx + x/2) - (xx + (x)/2) = (x + x/2) - (x + x/2) = 3x/2 - x - x/2

Now, evaluating the outer integral with respect to x:

01 (3x/2 - x - x/2) dx = [x/2 - x/4 - x/10]01

Computing the values:

(1/2 - 1/4 - 1/10) - (0 - 0 - 0) = 1/2 - 1/4 - 1/10 = 10/20 - 5/20 - 2/20 = 3/20
Answer: The mass of the lamina is 3/20.

Problem 10: Find the center of mass of the solid tetrahedron bounded by the coordinate planes and the plane x + y + z = 1, assuming constant density ( = 1).

Solution:

For a solid with constant density, the center of mass (x, , z) is given by the formulas:

x = (1/M) E x dV = (1/M) E y dV z = (1/M) E z dV M = E dV

First, let's calculate the mass M:

M = E dV = E 1 dV = 01 01-x 01-x-y 1 dz dy dx

Evaluating the inner integral with respect to z:

01-x-y 1 dz = [z]01-x-y = 1 - x - y

Evaluating the middle integral with respect to y:

01-x (1 - x - y) dy = [(1-x)y - y/2]01-x = (1-x) - (1-x)/2 = (1-x)/2

Evaluating the outer integral with respect to x:

01 (1-x)/2 dx = [-(1-x)/6]01 = 1/6

So, the mass of the tetrahedron is M = 1/6.

Next, let's calculate the x-coordinate of the center of mass:

E x dV = 01 01-x 01-x-y x dz dy dx

Evaluating the inner integral with respect to z:

01-x-y x dz = x[z]01-x-y = x(1-x-y)

Evaluating the middle integral with respect to y:

01-x x(1-x-y) dy = x[(1-x)y - y/2]01-x = x(1-x)/2

Evaluating the outer integral with respect to x:

01 x(1-x)/2 dx = 1/2 01 (x - 2x + x) dx = 1/2 [x/2 - 2x/3 + x/4]01 = 1/2 [1/2 - 2/3 + 1/4]

Computing the value:

1/2 [3/6 - 4/6 + 1/6] = 1/2 [0] = 0

So, E x dV = 0, and x = (1/M) 0 = 0.

By symmetry, we have:

  • E y dV = 0, so = (1/M) 0 = 0
  • E z dV = 0, so z = (1/M) 0 = 0
Error Identification: I made an error in the calculation. Let me correct this.

Let me carefully recalculate the integral for x:

1/2 01 (x - 2x + x) dx = 1/2 [x/2 - 2x/3 + x/4]01 = 1/2 [(1/2) - (2/3) + (1/4)] = 1/2 [6/12 - 8/12 + 3/12] = 1/2 [1/12] = 1/24

So, E x dV = 1/24, and x = 6 (1/24) = 1/4.

By the tetrahedron's symmetry, we can deduce that = 1/4 and z = 1/4 as well.

Answer: The center of mass of the tetrahedron is at (1/4, 1/4, 1/4).

Conclusion: These solutions demonstrate the systematic approach to solving problems in multivariable calculus. Each solution follows a logical progression from understanding the problem to applying appropriate techniques and computing the final answer. Regular practice with these types of problems is essential for mastering Calculus III.

Reference Files For Solutions To Uniform Final Exam For Calculus III
Screenshoot
File Name
fall07s.pdf

File Size
0.13 MB

File Type
PDF

File Site
Description
This file is just a reference file for Solutions To Uniform Final Exam For Calculus III. Does not guarantee that the specific things you want are included in it.
Direct download (wait 10 seconds)

Solutions To Uniform Final Exam For Calculus III and Reference File Download Link


admin
Admin
2026-06-13 02:16:15

Math42 Calculus III Final Exam Solutions and Reference File Download Link


admin
Admin
2026-06-12 20:18:08

Calculus III Practice Final Exam Solutions and Reference File Download Link


admin
Admin
2026-06-12 21:28:15

Math253 Calculus III Winter 2019 Practice Final Solutions and Reference File Download Link


admin
Admin
2026-06-13 04:52:16

Compressed Final Exam MATH 2421 (Calculus III) and Reference File Download Link


admin
Admin
2026-06-09 15:20:16