• No results found

Harvard College. Math 21a: Multivariable Calculus Formula and Theorem Review

N/A
N/A
Protected

Academic year: 2021

Share "Harvard College. Math 21a: Multivariable Calculus Formula and Theorem Review"

Copied!
16
0
0

Loading.... (view fulltext now)

Full text

(1)

Harvard College

Math 21a: Multivariable Calculus

Formula and Theorem Review

Tommy MacWilliam, ’13

[email protected]

(2)

Contents

Table of Contents 4

9 Vectors and the Geometry of Space 5

9.1 Distance Formula in 3 Dimensions . . . 5

9.2 Equation of a Sphere . . . 5

9.3 Properties of Vectors . . . 5

9.4 Unit Vector . . . 5

9.5 Dot Product . . . 5

9.6 Properties of the Dot Product . . . 5

9.7 Vector Projections . . . 6

9.8 Cross Product . . . 6

9.9 Properties of the Cross Product . . . 6

9.10 Scalar Triple Product . . . 6

9.11 Vector Equation of a Line . . . 6

9.12 Symmetric Equations of a Line . . . 6

9.13 Segment of a Line . . . 7

9.14 Vector Equation of a Plane . . . 7

9.15 Scalar Equation of a Plane . . . 7

9.16 Distance Between Point and Plane . . . 7

9.17 Distance Between Point and Line . . . 7

9.18 Distance Between Line and Line . . . 7

9.19 Distance Between Plane and Plane . . . 8

9.20 Quadric Surfaces . . . 8

9.21 Cylindrical Coordinates . . . 8

9.22 Spherical Coordinates . . . 8

10 Vector Functions 9 10.1 Limit of a Vector Function . . . 9

10.2 Derivative of a Vector Function . . . 9

10.3 Unit Tangent Vector . . . 9

10.4 Derivative Rules for Vector Functions . . . 9

10.5 Integral of a Vector Function . . . 9

10.6 Arc Length of a Vector Function . . . 9

10.7 Curvature . . . 10

10.8 Normal and Binormal Vectors . . . 10

10.9 Velocity and Acceleration . . . 10

10.10Parametric Equations of Trajectory . . . 10

10.11Tangential and Normal Components of Acceleration . . . 10

(3)

11 Partial Derivatives 10

11.1 Limit of f (x, y) . . . 10

11.2 Strategy to Determine if Limit Exists . . . 11

11.3 Continuity . . . 11

11.4 Definition of Partial Derivative . . . 11

11.5 Notation of Partial Derivative . . . 11

11.6 Clairaut’s Theorem . . . 11

11.7 Tangent Plane . . . 11

11.8 The Chain Rule . . . 12

11.9 Implicit Differentiation . . . 12

11.10Gradient . . . 12

11.11Directional Derivative . . . 12

11.12Maximizing the Directional Derivative . . . 12

11.13Second Derivative Test . . . 12

11.14Method of Lagrange Multipliers . . . 12

12 Multiple Integrals 13 12.1 Volume under a Surface . . . 13

12.2 Average Value of a Function of Two Variables . . . 13

12.3 Fubini’s Theorem . . . 13

12.4 Splitting a Double Integral . . . 13

12.5 Double Integral in Polar Coordinates . . . 13

12.6 Surface Area . . . 13

12.7 Surface Area of a Graph . . . 13

12.8 Triple Integrals in Spherical Coordinates . . . 14

13 Vector Calculus 14 13.1 Line Integral . . . 14

13.2 Fundamental Theorem of Line Integrals . . . 14

13.3 Path Independence . . . 14

13.4 Curl . . . 14

13.5 Conservative Vector Field Test . . . 14

13.6 Divergence . . . 14 13.7 Green’s Theorem . . . 14 13.8 Surface Integral . . . 14 13.9 Flux . . . 15 13.10Stokes’ Theorem . . . 15 13.11Divergence Theorem . . . 15

14 Appendix A: Selected Surface Paramatrizations 15 14.1 Sphere of Radius ρ . . . 15

14.2 Graph of a Function f (x, y) . . . 15

(4)

14.4 Plane Containing P, ~u, and ~v . . . 15

14.5 Surface of Revolution . . . 15

14.6 Cylinder . . . 15

14.7 Cone . . . 16

14.8 Paraboloid . . . 16

15 Appendix B: Selected Differential Equations 16 15.1 Heat Equation . . . 16

15.2 Wave Equation (Wavequation) . . . 16

15.3 Transport (Advection) Equation . . . 16

15.4 Laplace Equation . . . 16

(5)

9

Vectors and the Geometry of Space

9.1

Distance Formula in 3 Dimensions

The distance between the points P1(x1, y1, z1) and P2(x2, y2, z2) is given by:

|P1P2| =

p

(x2− x1)2+ (y2− y1)2+ (z2− z1)2

9.2

Equation of a Sphere

The equation of a sphere with center (h, k, l) and radius r is given by: (x − h)2+ (y − k)2+ (z − l)2 = r2

9.3

Properties of Vectors

If ~a,~b, and ~c are vectors and c and d are scalars:

~a + ~b = ~b + ~a ~a + 0 = ~a ~a + (~b + ~c) = (~a + ~b) + ~c ~a + −~a = 0

c(~a + ~b) = c~a + c + ~b (c + d)~a = c~a + d~a (cd)~a = c(d~a)

9.4

Unit Vector

A unit vector is a vector whose length is 1. The unit vector ~u in the same direction as ~a is given by: ~ u = ~a |~a|

9.5

Dot Product

~a · ~b = |~a||~b| cos θ ~a · ~b = a1b1 + a2b2+ a3b3

9.6

Properties of the Dot Product

Two vectors are orthogonal if their dot product is 0. ~a · ~a = |~a|2 ~a · ~b = ~b · ~a

~a · (~b + ~c) = ~a · ~b + ~a · ~c (c~a) · ~b = c(~a · ~b) = ~a · (c~b) 0 · ~a = 0

(6)

9.7

Vector Projections

Scalar projection of ~b onto ~a:

comp~a~b = ~a · ~b |~a| Vector projection of ~b onto ~a:

proj~a~b = ~a · ~b |~a| ! ~a |~a|

9.8

Cross Product

~a × ~b = (|~a||~b| sin θ)~n where ~n is the unit vector orthogonal to both ~a and ~b.

~a × ~b = ha2b3− a3b2, a3b1− a1b3, a1b2− a2b1i

9.9

Properties of the Cross Product

Two vectors are parallel if their cross product is 0.

~a × ~b = −~b × ~a (c~a) × ~b = c(~a × ~b) = ~a × (c~b) ~a × (~b + ~c) = ~a × ~b + ~a × ~c (~a + ~b) × ~c = ~a × ~c + ~b × ~c

9.10

Scalar Triple Product

The volume of the parallelpiped determined by vectors ~a, ~b, and ~c is the magnitude of their scalar triple product:

V = |~a · (~b × ~c)| ~a · (~b × ~c) = ~c · (~a × ~b)

9.11

Vector Equation of a Line

~r = ~r0+ t~v

9.12

Symmetric Equations of a Line

x − x0 a = y − y0 b = z − z0 c where the vector ~c = ha, b, ci is the direction of the line.

The symmetric equations for a line passing through the points (x0, y0, z0) and (x1, y1, z1)

are given by:

x − x0 x1− x0 = y − y0 y1− y0 = z − z0 z1− z0

(7)

9.13

Segment of a Line

The line segment from ~r0 to ~r1 is given by:

~r(t) = (1 − t)~r0+ t~r1 for 0 ≤ t ≤ 1

9.14

Vector Equation of a Plane

~n · (~r − ~r0) = 0

where ~n is the vector orthogonal to every vector in the given plane and ~r − ~r0 is the vector

between any two points on the plane.

9.15

Scalar Equation of a Plane

a(x − x0) + b(y − y0) + c(z − z0) = 0

where (x0, y0, z0) is a point on the plane and ha, b, ci is the vector normal to the plane.

9.16

Distance Between Point and Plane

D = |ax1√+ by1+ cz1+ d| a2+ b2+ c2

d(P, Σ) = | ~P Q · ~n| |~n|

where P is a point, Σ is a plane, Q is a point on plane Σ, and ~n is the vector orthogonal to the plane.

9.17

Distance Between Point and Line

d(P, L) = | ~P Q × ~u| |~u|

where P is a point in space, Q is a point on the line L, and ~u is the direction of line.

9.18

Distance Between Line and Line

d(L, M ) = |( ~P Q) · (~u × ~v)| |~u × ~v|

where P is a point on line L, Q is a point on line M , ~u is the direction of line L, and ~v is the direction of line M .

(8)

9.19

Distance Between Plane and Plane

d = |e − d| |~n|

where ~n is the vector orthogonal to both planes, e is the constant of one plane, and d is the constant of the other. The distance between non-parallel planes is 0.

9.20

Quadric Surfaces

Ellipsoid: x 2 a2 + y2 b2 + z2 c2 = 1 Elliptic Paraboloid: z c = x2 a2 + y2 b2 Hyperbolic Paraboloid: z c = x2 a2 − y2 b2 Cone: z 2 c2 = x2 a2 + y2 b2

Hyperboloid of One Sheet: x

2 a2 + y2 b2 − z2 c2 = 1

Hyperboloid of Two Sheets: −x

2 a2 − y2 b2 + z2 c2 = 1

9.21

Cylindrical Coordinates

To convert from cylindrical to rectangular:

x = r cos θ y = r sin θ z = z To convert from rectangular to cylindrical:

r2 = x2+ y2 tan θ = y

x z = z

9.22

Spherical Coordinates

To convert from spherical to rectangular:

x = ρ sin φ cos θ y = ρ sin φ sin θ z = ρ cos φ To convert from rectangular to spherical:

ρ2 = x2+ y2+ z2 tan θ = y

x cos φ = z ρ

(9)

10

Vector Functions

10.1

Limit of a Vector Function

lim

t→a~r(t) =

D lim

t→af (t), limt→ag(t), limt→ah(t)

E

10.2

Derivative of a Vector Function

d~r dt = ~r 0 (t) = lim h→0 ~r(t + h) − ~r(t) h ~r 0(t) = hf0(t), g0(t), h0(t)i

10.3

Unit Tangent Vector

T (t) = ~r

0(t)

|~r 0(t)|

10.4

Derivative Rules for Vector Functions

d dt[~u(t) + ~v(t)] = ~u 0 (t) + ~v 0(t) d dt[c~u(t)] = c~u 0 (t) d dt[f (t)~u(t)] = f 0 (t) ~u(t) + f (t)~u 0(t) d dt[~u(t) · ~v(t)] = ~u 0 (t) · ~v(t) + ~u(t) · ~v 0(t) d dt[~u(t) × ~v(t)] = ~u 0 (t) × ~v(t) + ~u(t) × v 0(t) d dt[~u(f (t))] = f 0 (t) ~u0(f (t))

10.5

Integral of a Vector Function

Z b a ~r(t) dt = Z b a f (t) dt, Z b a g(t) dt, Z b a h(t) dt 

10.6

Arc Length of a Vector Function

L = Z b

a

(10)

10.7

Curvature

κ = |d ~T ds| = | ~T 0(t)| |~r 0(t)| κ = |~r 0(t) × ~r 00(t)| |~r 0(t)|3 κ(x) = |f 00(x)| [1 + (f0(x))2]3/2

10.8

Normal and Binormal Vectors

~ N (t) = ~ T 0(t) | ~T 0(t)| ~ B(t) = ~T (t) × ~N (t)

10.9

Velocity and Acceleration

~

v(t) = ~r 0(t) ~a(t) = ~v 0(t) = ~r 00(t)

10.10

Parametric Equations of Trajectory

x = (v0cos α)t y = (v0sin α)t −

1 2gt

2

10.11

Tangential and Normal Components of Acceleration

~a = v0T + κv~ 2N~

10.12

Equations of a Parametric Surface

x = x(u, v) y = y(u, v) z = z(u, v)

11

Partial Derivatives

11.1

Limit of f (x, y)

If f (x, y) → L1 as (x, y) → (a, b) along a path C1 and f (x, y) → L2 as (x, y) → (a, b) along

(11)

11.2

Strategy to Determine if Limit Exists

1. Substitute in for x and y. If point is defined, limit exists. If not, continue.

2. Approach (x, y) from the x-axis by setting y = 0 and taking limx→a. Compare this

result to approaching (x, y) from the y-axis by setting x = 0 and taking limy→a. If these

results are different, then the limit does not exist. If results are the same, continue. 3. Approach (x, y) from any nonvertical line by setting y = mx and taking limx→a. If

this limit depends on the value of m, then the limit of the function does not exist. If not, continue.

4. Rewrite the function in cylindrical coordinates and take limr→a. If this limit does not

exist, then the limit of the function does not exist.

11.3

Continuity

A function is continuous at (a, b) if lim

(x,y)→(a,b)f (x, y) = f (a, b)

11.4

Definition of Partial Derivative

fx(a, b) = g0(a) where g(x) = f (x, b)

fx(a, b) = lim h→0

f (a + h, b) − f (a, b) h

To find fx, regard y as a constant and differentiate f (x, y) with respect to x.

11.5

Notation of Partial Derivative

fx(x, y) = fx = ∂f ∂x = ∂ ∂xf (x, y) = Dxf

11.6

Clairaut’s Theorem

If the functions fxy and fyx are both continuous, then

fxy(a, b) = fyx(a, b)

11.7

Tangent Plane

(12)

11.8

The Chain Rule

dz dt = ∂z ∂x dx dt + ∂z ∂y dy dt

11.9

Implicit Differentiation

dy dx = − ∂F ∂x ∂F ∂y

11.10

Gradient

∇f (x, y) = hfx(x, y), fy(x, y)i

11.11

Directional Derivative

D~uf (x, y) = ∇f (x, y) · ~u

where ~u = ha, bi is a unit vector.

11.12

Maximizing the Directional Derivative

The maximum value of the directional derivative D~uf (x) is |∇f (x)| and it occurs when ~u

has the same direction as the gradient vector ∇f (x).

11.13

Second Derivative Test

Let D = fxx(a, b)fyy(a, b) − (fxy(a, b))2.

1. If D > 0 and fxx(a, b) > 0 then f (a, b) is a local minimum.

2. If D > 0 and fxx(a, b) < 0 then f (a, b) is a local maximum.

3. If D < 0 and fxx(a, b) > 0 then f (a, b) is a not a local maximum or minimum, but

could be a saddle point.

11.14

Method of Lagrange Multipliers

To find the maximum and minimum values of f (x, y, z) subject to the constraint g(x, y, z) = k:

1. Find all values of x, y, z and λ such that

∇f (x, y, z) = λ∇g(x, y, z) and g(x, y, z) = k

2. Evaluate f at all of these points. The largest is the maximum value, and the smallest is the minimum value of f subject to the constraint g.

(13)

12

Multiple Integrals

12.1

Volume under a Surface

V = Z Z

D

f (x, y) dx dy

12.2

Average Value of a Function of Two Variables

favg = 1 A(R) Z Z R f (x, y) dx dy

12.3

Fubini’s Theorem

Z Z R f (x, y) dA = Z b a Z d c f (x, y) dy dx = Z d c Z b a f (x, y) dx dy

12.4

Splitting a Double Integral

Z Z R g(x)h(y) dA = Z b a g(x) dx Z d c h(y) dy

12.5

Double Integral in Polar Coordinates

Z Z R f (x, y) dA = Z b a Z d c f (r cos θ, r sin θ)r dr dθ

12.6

Surface Area

A(S) = Z Z D |~ru× ~rv| dA

where a smooth parametric surface S is given by ~r(u, v) = hx(u, v), y(u, v), z(u, v)i.

12.7

Surface Area of a Graph

A(S) = Z Z D s 1 + ∂z ∂x 2 + ∂z ∂y 2

(14)

12.8

Triple Integrals in Spherical Coordinates

Z Z Z E f (x, y, z) dV = Z d c Z β α Z b a

f (ρ sin φ cos θ, ρ sin φ sin θ, ρ cos φ)ρ2sin φ dρ dθ dφ

13

Vector Calculus

13.1

Line Integral

Z C ~ F · d~r = Z b a ~ F (~r(t)) · ~r 0(t)dt

13.2

Fundamental Theorem of Line Integrals

Z

C

∇f · d~r = f (~r(b)) − f (~r(a))

13.3

Path Independence

R

CF · d~~ r is independent of path in D if and only if

R

CF · d~~ r = 0 for every closed path C in

D.

13.4

Curl

curl( ~F ) = ∇ × ~F

13.5

Conservative Vector Field Test

~

F is conservative if curl ~F = 0 and the domain is closed and simply connected.

13.6

Divergence

div( ~F ) = ∇ · F

13.7

Green’s Theorem

Z C ~ F · d~r = Z Z R curl( ~F ) dx dy

13.8

Surface Integral

Z Z S f (x, y, z) dS = Z Z D f (~r(u, v))|~ru× ~rv| dA

(15)

13.9

Flux

Z Z S ~ F · d ~S = Z Z D ~ F · (~ru× ~rv) dA

13.10

Stokes’ Theorem

Z C ~ F · d~r = Z Z S curl( ~F ) · d ~S

13.11

Divergence Theorem

Z Z S ~ F · d ~S = Z Z Z E div( ~F ) dV

14

Appendix A: Selected Surface Paramatrizations

14.1

Sphere of Radius ρ

~r(u, v) = hρ cos u sin v, ρ sin u sin v, ρ cos vi

14.2

Graph of a Function f (x, y)

~r(u, v) = hu, v, f (u, v)i

14.3

Graph of a Function f (φ, r)

~r(u, v) = hv cos u, v sin u, f (u, v)i

14.4

Plane Containing P, ~

u, and ~

v

~r(s, t) = ~OP + s~u + t~v

14.5

Surface of Revolution

~r(u, v) = hg(v) cos u, g(v) sin u, vi where g(z) gives the distance from the z-axis.

14.6

Cylinder

(16)

14.7

Cone

~r(u, v) = hv cos u, v sin u, vi

14.8

Paraboloid

~r(u, v) = h√v cos u,√v sin u, vi

15

Appendix B: Selected Differential Equations

15.1

Heat Equation

ft= fxx

15.2

Wave Equation (Wavequation)

ftt = fxx

15.3

Transport (Advection) Equation

fx= ft

15.4

Laplace Equation

fxx = −fyy

15.5

Burgers Equation

References

Related documents

Twenty-five percent of our respondents listed unilateral hearing loss as an indication for BAHA im- plantation, and only 17% routinely offered this treatment to children with

In some cases, the parties filed stipulations and motions to discontinue stating that the case was settled. In 12% of the residential foreclosure cases filed in Brooklyn and Queens

Um fato interessante ´e que na base padr˜ao, com excec¸˜ao do classificador 2-NN, o menor resultado foi obtido utilizando o mesmo bag size (70%) e em todos os casos os pior

There are infinitely many principles of justice (conclusion). 24 “These, Socrates, said Parmenides, are a few, and only a few of the difficulties in which we are involved if

19% serve a county. Fourteen per cent of the centers provide service for adjoining states in addition to the states in which they are located; usually these adjoining states have

It was decided that with the presence of such significant red flag signs that she should undergo advanced imaging, in this case an MRI, that revealed an underlying malignancy, which

It was possible to improve the production process by applying the simulation technique, which shows that the general objective was achieved. Also, it was possible to

Commerce’s (Commerce) International Trade Administration who are responsible for reviewing Brand USA’s requests for federal matching funds. In addition, we analyzed and assessed