3739202 calculus whitman college

424
Calculus

Upload: -

Post on 12-Apr-2015

44 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: 3739202 Calculus Whitman College

Calculus

Page 2: 3739202 Calculus Whitman College
Page 3: 3739202 Calculus Whitman College

This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. Toview a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter toCreative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA. If you distributethis work or a derivative, include the history of the document.

This text was initially written by David Guichard. The single variable material is a modification and ex-pansion of notes written by Neal Koblitz at the University of Washington, who generously gave permissionto use, modify, and distribute his work; it includes some exercises from Elementary Calculus: An ApproachUsing Infinitesimals, by H. Jerome Keisler, available at http://www.math.wisc.edu/~keisler/calc.html.

I will be glad to receive corrections and suggestions for improvement at [email protected].

Page 4: 3739202 Calculus Whitman College
Page 5: 3739202 Calculus Whitman College

Contents

1Analytic Geometry 1

1.1 Lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21.2 Distance Between Two Points; Circles . . . . . . . . . . . . . . . . 71.3 Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81.4 Shifts and Dilations . . . . . . . . . . . . . . . . . . . . . . . . 14

2Instantaneous Rate Of Change: The Derivative 19

2.1 The slope of a function . . . . . . . . . . . . . . . . . . . . . . 192.2 An example . . . . . . . . . . . . . . . . . . . . . . . . . . . . 242.3 Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 262.4 The Derivative Function . . . . . . . . . . . . . . . . . . . . . 342.5 Adjectives For Functions . . . . . . . . . . . . . . . . . . . . . 39

v

Page 6: 3739202 Calculus Whitman College

vi Contents

3Rules For Finding Derivatives 43

3.1 The Power Rule . . . . . . . . . . . . . . . . . . . . . . . . . 433.2 Linearity of the Derivative . . . . . . . . . . . . . . . . . . . . 463.3 The Product Rule . . . . . . . . . . . . . . . . . . . . . . . . 483.4 The Quotient Rule . . . . . . . . . . . . . . . . . . . . . . . . 503.5 The Chain Rule . . . . . . . . . . . . . . . . . . . . . . . . . . 52

4Transcendental Functions 57

4.1 Trigonometric Functions . . . . . . . . . . . . . . . . . . . . . 574.2 The Derivative of sin x . . . . . . . . . . . . . . . . . . . . . . 604.3 A hard limit . . . . . . . . . . . . . . . . . . . . . . . . . . . 604.4 The Derivative of sin x, continued . . . . . . . . . . . . . . . . . 634.5 Derivatives of the Trigonometric Functions . . . . . . . . . . . . 644.6 Exponential and Logarithmic functions . . . . . . . . . . . . . . 654.7 Derivatives of the exponential and logarithmic functions . . . . . 674.8 Limits revisited . . . . . . . . . . . . . . . . . . . . . . . . . . 724.9 Implicit Differentiation . . . . . . . . . . . . . . . . . . . . . . 754.10 Inverse Trigonometric Functions . . . . . . . . . . . . . . . . . 79

5Curve Sketching 83

5.1 Maxima and Minima . . . . . . . . . . . . . . . . . . . . . . . 835.2 The first derivative test . . . . . . . . . . . . . . . . . . . . . . 875.3 The second derivative test . . . . . . . . . . . . . . . . . . . . 885.4 Concavity and inflection points . . . . . . . . . . . . . . . . . . 895.5 Asymptotes and Other Things to Look For . . . . . . . . . . . . 90

Page 7: 3739202 Calculus Whitman College

Contents vii

6Applications of the Derivative 93

6.1 Optimization . . . . . . . . . . . . . . . . . . . . . . . . . . . 936.2 Related Rates . . . . . . . . . . . . . . . . . . . . . . . . . 1066.3 Newton’s Method . . . . . . . . . . . . . . . . . . . . . . . . 1146.4 The Mean Value Theorem . . . . . . . . . . . . . . . . . . . 116

7Integration 121

7.1 Two examples . . . . . . . . . . . . . . . . . . . . . . . . . 1217.2 The Fundamental Theorem of Calculus . . . . . . . . . . . . . 1257.3 Some Properties of Integrals . . . . . . . . . . . . . . . . . . 132

8Techniques of Integration 137

8.1 Substitution . . . . . . . . . . . . . . . . . . . . . . . . . . 1388.2 Powers of sine and cosine . . . . . . . . . . . . . . . . . . . . 1428.3 Trigonometric Substitutions . . . . . . . . . . . . . . . . . . . 1448.4 Integration by Parts . . . . . . . . . . . . . . . . . . . . . . 1478.5 Rational Functions . . . . . . . . . . . . . . . . . . . . . . . 1518.6 Additional exercises . . . . . . . . . . . . . . . . . . . . . . . 157

9Applications of Integration 159

9.1 Area between curves . . . . . . . . . . . . . . . . . . . . . . 1599.2 Distance, Velocity, Acceleration . . . . . . . . . . . . . . . . . 1649.3 Volume . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1679.4 Average value of a function . . . . . . . . . . . . . . . . . . . 1749.5 Work . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1779.6 Center of Mass . . . . . . . . . . . . . . . . . . . . . . . . . 1829.7 Kinetic energy; improper integrals . . . . . . . . . . . . . . . 187

Page 8: 3739202 Calculus Whitman College

viii Contents

10Sequences and Series 191

10.1 Sequences . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19210.2 Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19810.3 The Integral Test . . . . . . . . . . . . . . . . . . . . . . . . 20210.4 Alternating Series . . . . . . . . . . . . . . . . . . . . . . . . 20710.5 Comparison Tests . . . . . . . . . . . . . . . . . . . . . . . . 20910.6 Absolute Convergence . . . . . . . . . . . . . . . . . . . . . 21210.7 The Ratio and Root Tests . . . . . . . . . . . . . . . . . . . 21310.8 Power Series . . . . . . . . . . . . . . . . . . . . . . . . . . 21610.9 Calculus with Power Series . . . . . . . . . . . . . . . . . . . 21910.10 Taylor Series . . . . . . . . . . . . . . . . . . . . . . . . . . 22010.11 Taylor’s Theorem . . . . . . . . . . . . . . . . . . . . . . . . 22410.12 Additional exercises . . . . . . . . . . . . . . . . . . . . . . . 229

11Three Dimensions 231

11.1 The Coordinate System . . . . . . . . . . . . . . . . . . . . . 23111.2 Vectors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23411.3 The Dot Product . . . . . . . . . . . . . . . . . . . . . . . . 23911.4 The Cross Product . . . . . . . . . . . . . . . . . . . . . . . 24511.5 Lines and Planes . . . . . . . . . . . . . . . . . . . . . . . . 24811.6 Other Coordinate Systems . . . . . . . . . . . . . . . . . . . 253

12Vector Functions 259

12.1 Space Curves . . . . . . . . . . . . . . . . . . . . . . . . . . 25912.2 Calculus with vector functions . . . . . . . . . . . . . . . . . 26112.3 Arc length . . . . . . . . . . . . . . . . . . . . . . . . . . . 26812.4 Motion along a curve . . . . . . . . . . . . . . . . . . . . . . 274

Page 9: 3739202 Calculus Whitman College

Contents ix

13Partial Differentiation 277

13.1 Functions of Several Variables . . . . . . . . . . . . . . . . . 27713.2 Limits and Continuity . . . . . . . . . . . . . . . . . . . . . 28013.3 Partial Differentiation . . . . . . . . . . . . . . . . . . . . . . 28413.4 The Chain Rule . . . . . . . . . . . . . . . . . . . . . . . . . 29113.5 Directional Derivatives . . . . . . . . . . . . . . . . . . . . . 29313.6 Higher order derivatives . . . . . . . . . . . . . . . . . . . . . 29713.7 Maxima and minima . . . . . . . . . . . . . . . . . . . . . . 29813.8 Lagrange Multipliers . . . . . . . . . . . . . . . . . . . . . . 303

14Multiple Integration 309

14.1 Volume and Average Height . . . . . . . . . . . . . . . . . . 30914.2 Double Integrals in Cylindrical Coordinates . . . . . . . . . . . 31814.3 Moment and Center of Mass . . . . . . . . . . . . . . . . . . 32214.4 Surface Area . . . . . . . . . . . . . . . . . . . . . . . . . . 32414.5 Triple Integrals . . . . . . . . . . . . . . . . . . . . . . . . . 32614.6 Cylindrical and Spherical Coordinates . . . . . . . . . . . . . 32914.7 Change of Variables . . . . . . . . . . . . . . . . . . . . . . . 332

15Vector Calculus 341

15.1 Vector Fields . . . . . . . . . . . . . . . . . . . . . . . . . . 34115.2 Line Integrals . . . . . . . . . . . . . . . . . . . . . . . . . . 34315.3 The Fundamental Theorem of Line Integrals . . . . . . . . . . 34715.4 Green’s Theorem . . . . . . . . . . . . . . . . . . . . . . . . 35015.5 Divergence and Curl . . . . . . . . . . . . . . . . . . . . . . 35515.6 Vector Equations of Surfaces . . . . . . . . . . . . . . . . . . 35815.7 Surface Integrals . . . . . . . . . . . . . . . . . . . . . . . . 36415.8 Stokes’s Theorem . . . . . . . . . . . . . . . . . . . . . . . . 36815.9 The Divergence Theorem . . . . . . . . . . . . . . . . . . . . 372

Page 10: 3739202 Calculus Whitman College

x Contents

AIntroduction to Maple 377

A.1 Getting Started . . . . . . . . . . . . . . . . . . . . . . . . . 377A.2 Algebra . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 378

A.2.1 Numbers . . . . . . . . . . . . . . . . . . . . . . . . . 378A.2.2 Variables and Expressions . . . . . . . . . . . . . . . . . 379A.2.3 Evaluation and Substitution . . . . . . . . . . . . . . . 381A.2.4 Solving Equations . . . . . . . . . . . . . . . . . . . . 382

A.3 Plotting . . . . . . . . . . . . . . . . . . . . . . . . . . . . 384A.4 Calculus . . . . . . . . . . . . . . . . . . . . . . . . . . . . 386

A.4.1 Limits . . . . . . . . . . . . . . . . . . . . . . . . . . 386A.4.2 Differentiation . . . . . . . . . . . . . . . . . . . . . . 386A.4.3 Implicit Differentiation . . . . . . . . . . . . . . . . . . 387A.4.4 Integration . . . . . . . . . . . . . . . . . . . . . . . . 387

A.5 Adding text to a Maple session . . . . . . . . . . . . . . . . . 388A.6 Printing . . . . . . . . . . . . . . . . . . . . . . . . . . . . 388A.7 Saving your work . . . . . . . . . . . . . . . . . . . . . . . . 388A.8 Getting Help . . . . . . . . . . . . . . . . . . . . . . . . . . 389

BSelected Answers 391

Index 407

Page 11: 3739202 Calculus Whitman College

Introduction

The emphasis in this course is on problems—doing calculations and story problems. Tomaster problem solving one needs a tremendous amount of practice doing problems. Themore problems you do the better you will be at doing them, as patterns will start to emergein both the problems and in successful approaches to them. You will learn fastest and bestif you devote some time to doing problems every day.

Typically the most difficult problems are story problems, since they require some effortbefore you can begin calculating. Here are some pointers for doing story problems:

1. Carefully read each problem twice before writing anything.

2. Assign letters to quantities that are described only in words; draw a diagram ifappropriate.

3. Decide which letters are constants and which are variables. A letter stands for aconstant if its value remains the same throughout the problem.

4. Using mathematical notation, write down what you know and then write downwhat you want to find.

5. Decide what category of problem it is (this might be obvious if the problem comesat the end of a particular chapter, but will not necessarily be so obvious if it comeson an exam covering several chapters).

6. Double check each step as you go along; don’t wait until the end to check yourwork.

xi

Page 12: 3739202 Calculus Whitman College

xii Introduction

7. Use common sense; if an answer is out of the range of practical possibilities, thencheck your work to see where you went wrong.

Suggestions for Using This Text

1. Read the example problems carefully, filling in any steps that are left out (asksomeone if you can’t follow the solution to a worked example).

2. Later use the worked examples to study by covering the solutions, and seeing ifyou can solve the problems on your own.

3. Most exercises have answers in Appendix B; the availability of an answer is markedby “⇒” at the end of the exercise. In the pdf version of the full text, clickingon the arrow will take you to the answer. The answers should be used only asa final check on your work, not as a crutch. Keep in mind that sometimes ananswer could be expressed in various ways that are algebraically equivalent, sodon’t assume that your answer is wrong just because it doesn’t have exactly thesame form as the answer in the back.

4. A few figures in the book are marked with “(JA)” at the end of the caption.Clicking on this should open a related Java applet in your web browser.

Some Useful Formulas

AlgebraRemember that the common algebraic operations have precedences relative to eachother: for example, mulitplication and division take precedence over addition andsubtraction, but are “tied” with each other. In the case of ties, work left to right. Thismeans, for example, that 1/2x means (1/2)x: do the division, then the multiplicationin left to right order. It sometimes is a good idea to use more parentheses than strictlynecessary, for clarity, but it is also a bad idea to use too many parentheses.

Completing the square: x2 + bx + c = (x + b2 )2 − b2

4 + c.

Quadratic formula: the roots of ax2 + bx + c are −b±√b2−4ac2a .

Exponent rules:ab · ac = ab+c

ab

ac= ab−c

(ab)c = abc

a1/b = b√

a

Page 13: 3739202 Calculus Whitman College

Introduction xiii

Geometry

Circle: circumference = 2πr, area = πr2.

Sphere: vol = 4πr3/3, surface area = 4πr2.

Cylinder: vol = πr2h, lateral area = 2πrh, total surface area = 2πrh + 2πr2.

Cone: vol = πr2h/3, lateral area = πr√

r2 + h2, total surface area = πr√

r2 + h2 +πr2.

Analytic geometry

Point-slope formula for straight line through the point (x0, y0) with slope m: y =y0 + m(x− x0).

Circle with radius r centered at (h, k): (x− h)2 + (y − k)2 = r2.

Ellipse with axes on the x-axis and y-axis:x2

a2+

y2

b2= 1.

Trigonometry

sin(θ) = opposite/hypotenuse

cos(θ) = adjacent/hypotenuse

tan(θ) = opposite/adjacent

sec(θ) = 1/ cos(θ)

csc(θ) = 1/ sin(θ)

cot(θ) = 1/ tan(θ)

tan(θ) = sin(θ)/ cos(θ)

cot(θ) = cos(θ)/ sin(θ)

sin(θ) = cos(

π2 − θ

)

cos(θ) = sin(

π2 − θ

)

sin(θ + π) = − sin(θ)

cos(θ + π) = − cos(θ)

Law of cosines: a2 = b2 + c2 − 2bc cosA

Law of sines:a

sin A=

b

sin B=

c

sin C

Page 14: 3739202 Calculus Whitman College

xiv Introduction

Sine of sum of angles: sin(x + y) = sin x cos y + cosx sin y

sin2(θ) and cos2(θ) formulas:

sin2(θ) + cos2(θ) = 1

sin2(θ) =1− cos(2θ)

2

cos2(θ) =1 + cos(2θ)

2

Page 15: 3739202 Calculus Whitman College

1Analytic Geometry

Much of the mathematics in this chapter will be review for you. However, the exampleswill be oriented toward applications and so will take some thought.

In the (x, y) coordinate system we normally write the x-axis horizontally, with positivenumbers to the right of the origin, and the y-axis vertically, with positive numbers abovethe origin. That is, unless stated otherwise, we take “rightward” to be the positive x-direction and “upward” to be the positive y-direction. In a purely mathematical situation,we normally choose the same scale for the x- and y-axes. For example, the line joining theorigin to the point (a, a) makes an angle of 45◦ with the x-axis (and also with the y-axis).

But in applications, often letters other than x and y are used, and often different scalesare chosen in the x and y directions. For example, suppose you drop something from awindow, and you want to study how its height above the ground changes from second tosecond. It is natural to let the letter t denote the time (the number of seconds since theobject was released) and to let the letter h denote the height. For each t (say, at one-secondintervals) you have a corresponding height h. This information can be tabulated, and thenplotted on the (t, h) coordinate plane, as shown in figure 1.1.

We use the word “quadrant” for each of the four regions the plane is divided into: thefirst quadrant is where points have both coordinates positive, or the “northeast” portionof the plot, and the second, third, and fourth quadrants are counted off counterclockwise,so the second quadrant is the northwest, the third is the southwest, and the fourth is thesoutheast.

1

Page 16: 3739202 Calculus Whitman College

2 Chapter 1 Analytic Geometry

seconds 0 1 2 3 4

meters 80 75.1 60.4 35.9 1.6

20

40

60

80

0 1 2 3 4

t

h..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

• ••

Figure 1.1 A data plot.

Suppose we have two points A(2, 1) and B(3, 3) in the (x, y)-plane. We often wantto know the change in x-coordinate (also called the “horizontal distance”) in going fromA to B. This is often written ∆x, where the meaning of ∆ (a capital delta in the Greekalphabet) is “change in”. (Thus, ∆x can be read as “change in x” although it usuallyis read as “delta x”. The point is that ∆x denotes a single number, and should not beinterpreted as “delta times x”.) In our example, ∆x = 3−2 = 1. Similarly, the “change iny” is written ∆y. In our example, ∆y = 3−1 = 2, the difference between the y-coordinatesof the two points. It is the vertical distance you have to move in going from A to B. Thegeneral formulas for the change in x and the change in y between a point (x1, y1) and apoint (x2, y2) is:

∆x = x2 − x1, ∆y = y2 − y1.

Note that either or both of these might be negative.

1.1 Lines

If we have two points A(x1, y1) and B(x2, y2), then we can draw one and only one linethrough both points. By the slope of this line we mean the ratio of ∆y to ∆x. The slopeis often denoted m: m = ∆y/∆x = (y2 − y1)/(x2 − x1). For example, the line joining thepoints A and B in the last paragraph has slope 2.

Page 17: 3739202 Calculus Whitman College

1.1 Lines 3

EXAMPLE 1.1 According to the 1990 U.S. federal income tax schedules, a head ofhousehold paid 15% on taxable income up to $26050. If taxable income was between$26050 and $134930, then, in addition, 28% was to be paid on the amount between $26050and $67200, and 33% paid on the amount over $67200 (if any). Interpret the tax bracketinformation (15%, 28%, or 33%) using mathematical terminology, and graph the tax onthe y-axis against the taxable income on the x-axis.

The percentages, when converted to decimal values 0.15, 0.28, and 0.33, are the slopesof the straight lines which form the graph of the tax for the corresponding tax brackets.The tax graph is what’s called a polygonal line, i.e., it’s made up of several straight linesegments of different slopes. The first line starts at the point (0,0) and heads upwardwith slope 0.15 (i.e., it goes upward 15 for every increase of 100 in the x-direction), untilit reaches the point above x = 26050. Then the graph “bends upward,” i.e., the slopechanges to 0.28. As the horizontal coordinate goes from x = 26050 to x = 67200, the linegoes upward 28 for each 100 in the x-direction. At x = 67200 the line turns upward againand continues with slope 0.33. See figure 1.2.

10000

20000

30000

50000 100000

......................................................................

......................................................................

.................................................

........................................

........................................

........................................

........................................

........................................

........................................

....................................

....................................

....................................

....................................

....................................

................................

Figure 1.2 Tax vs. income.

The most familiar form of the equation of a straight line is: y = mx+ b. Here m is theslope of the line: if you increase x by 1, the equation tells you that you have to increase y

by m. If you increase x by ∆x, then y increases by ∆y = m∆x. The number b is calledthe y-intercept, because it is where the line crosses the y-axis. If you know two points ona line, the formula m = (y2 − y1)/(x2 − x1) gives you the slope. Once you know a pointand the slope, then the y-intercept can be found by substituting the coordinates of eitherpoint in the equation: y1 = mx1 + b, i.e., b = y1 −mx1. Alternatively, one can use the“point-slope” form of the equation of a straight line, which is: (y−y1)/(x−x1) = m. This

Page 18: 3739202 Calculus Whitman College

4 Chapter 1 Analytic Geometry

relation says that “between the point (x1, y1) and any other point (x, y) on the line, thechange in y divided by the change in x is the slope m of the line.”

It is possible to find the equation of a line between two points directly from the relation(y− y1)/(x−x1) = (y2− y1)/(x2−x1), which says “the slope measured between the point(x1, y1) and the point (x2, y2) is the same as the slope measured between the point (x1, y1)and any other point (x, y) on the line.” For example, if we want to find the equation ofthe line joining our earlier points A(2, 1) and B(3, 3), we can use this formula:

y − 1x− 2

=3− 13− 2

= 2, so that y − 1 = 2(x− 2), i.e., y = 2x− 3.

The slope m of a line in the form y = mx + b tells us the direction in which the line ispointing. If m is positive, the line goes into the 1st quadrant as you go from left to right.If m is large and positive, it has a steep incline, while if m is small and positive, then theline has a small angle of inclination. If m is negative, the line goes into the 4th quadrantas you go from left to right. If m is a large negative number (large in absolute value), thenthe line points steeply downward; while if m is negative but near zero, then it points onlya little downward. These four possibilities are illustrated in figure 1.3.

............................................................................................................................................................................................

−4

−2

0

2

4

−4 −2 0 2 4

.........................................................................................................................................................

..........................

−4

−2

0

2

4

−4 −2 0 2 4

........................................................................................................................................................................................−4

−2

0

2

4

−4 −2 0 2 4

...................................................................................................................................................................................

−4

−2

0

2

4

−4 −2 0 2 4

Figure 1.3 Lines with slopes 3, 0.1, −4, and −0.1.

If m = 0, then the line is horizontal: its equation is simply y = b.There is one type of line that cannot be written in the form y = mx + b, namely,

vertical lines. A vertical line has an equation of the form x = a. Sometimes one says thata vertical line has an “infinite” slope.

Sometimes it is useful to find the x-intercept of a line y = mx + b. This is the x-valuewhen y = 0. Setting mx + b equal to 0 and solving for x gives: x = −b/m. For example,the line y = 2x− 3 through the points A(2, 1) and B(3, 3) has x-intercept 1.5.

EXAMPLE 1.2 Suppose that you are driving to Seattle at constant speed, and noticethat after you have been traveling for 1 hour (i.e., t = 1), you pass a sign saying it is 110

Page 19: 3739202 Calculus Whitman College

1.1 Lines 5

miles to Seattle, and after driving another half-hour you pass a sign saying it is 85 milesto Seattle. Using the horizontal axis for the time t and the vertical axis for the distance y

from Seattle, graph and find the equation y = mt + b for your distance from Seattle. Findthe slope, y-intercept, and t-intercept, and describe the practical meaning of each.

The graph of y versus t is a straight line because you are traveling at constant speed.The line passes through the two points (1, 110) and (1.5, 85). So its slope is m = (85 −110)/(1.5− 1) = −50. The meaning of the slope is that you are traveling at 50 mph; m isnegative because you are traveling toward Seattle, i.e., your distance y is decreasing. Theword “velocity” is often used for m = −50, when we want to indicate direction, while theword “speed” refers to the magnitude (absolute value) of velocity, which is 50 mph. Tofind the equation of the line, we use the point-slope formula:

y − 110t− 1

= −50, so that y = −50(t− 1) + 110 = −50t + 160.

The meaning of the y-intercept 160 is that when t = 0 (when you started the trip) you were160 miles from Seattle. To find the t-intercept, set 0 = −50t+160, so that t = 160/50 = 3.2.The meaning of the t-intercept is the duration of your trip, from the start until you arrivein Seattle. After traveling 3 hours and 12 minutes, your distance y from Seattle will be0.

Exercises

1. Find the equation of the line through (1, 1) and (−5,−3) in the form y = mx + b. ⇒2. Find the equation of the line through (−1, 2) with slope −2 in the form y = mx + b. ⇒3. Find the equation of the line through (−1, 1) and (5,−3) in the form y = mx + b. ⇒4. Change the equation y − 2x = 2 to the form y = mx + b, graph the line, and find the

y-intercept and x-intercept. ⇒5. Change the equation x+y = 6 to the form y = mx+b, graph the line, and find the y-intercept

and x-intercept. ⇒6. Change the equation x = 2y − 1 to the form y = mx + b, graph the line, and find the

y-intercept and x-intercept. ⇒7. Change the equation 3 = 2y to the form y = mx + b, graph the line, and find the y-intercept

and x-intercept. ⇒8. Change the equation 2x + 3y + 6 = 0 to the form y = mx + b, graph the line, and find the

y-intercept and x-intercept. ⇒9. Suppose that you are driving to Seattle at constant speed. After you have been traveling

for an hour you pass a sign saying it is 130 miles to Seattle, and after driving another 20minutes you pass a sign saying it is 105 miles to Seattle. Using the horizontal axis for thetime t and the vertical axis for the distance y from your starting point, graph and find the

Page 20: 3739202 Calculus Whitman College

6 Chapter 1 Analytic Geometry

equation y = mt + b for your distance from your starting point. How long does the trip toSeattle take? ⇒

10. Let x stand for temperature in degrees Celsius (centigrade), and let y stand for temperature indegrees Fahrenheit. A temperature of 0◦C corresponds to 32◦F, and a temperature of 100◦Ccorresponds to 212◦F. Find the equation of the line that relates temperature Fahrenheit y totemperature Celsius x in the form y = mx + b. Graph the line, and find the point at whichthis line intersects y = x. What is the practical meaning of this point? ⇒

11. A car rental firm has the following charges for a certain type of car: $25 per day with 100free miles included, $0.15 per mile for more than 100 miles. Suppose you want to rent acar for one day, and you know you’ll use it for more than 100 miles. What is the equationrelating the cost y to the number of miles x that you drive the car? ⇒

12. A photocopy store advertises the following prices: 5/c per copy for the first 20 copies, 4/c percopy for the 21st through 100th copy, and 3/c per copy after the 100th copy. Let x be thenumber of copies, and let y be the total cost of photocopying. (a) Graph the cost as x goesfrom 0 to 200 copies. (b) Find the equation in the form y = mx + b that tells you the costof making x copies when x is more than 100. ⇒

13. In the Kingdom of Xyg the tax system works as follows. Someone who earns less than 100gold coins per month pays no tax. Someone who earns between 100 and 1000 golds coinspays tax equal to 10% of the amount over 100 gold coins that he or she earns. Someonewho earns over 1000 gold coins must hand over to the King all of the money earned over1000 in addition to the tax on the first 1000. (a) Draw a graph of the tax paid y versus themoney earned x, and give formulas for y in terms of x in each of the regions 0 ≤ x ≤ 100,100 ≤ x ≤ 1000, and x ≥ 1000. (b) Suppose that the King of Xyg decides to use the secondof these line segments (for 100 ≤ x ≤ 1000) for x ≤ 100 as well. Explain in practical termswhat the King is doing, and what the meaning is of the y-intercept. ⇒

14. The tax for a single taxpayer is described in the figure below. Use this information to graphtax versus taxable income (i.e., x is the amount on Form 1040, line 37, and y is the amount onForm 1040, line 38). Find the slope and y-intercept of each line that makes up the polygonalgraph, up to x = 97620. ⇒

1990 Tax Rate SchedulesSchedule X—Use if your filing status is

Single

If the amount Enter on of the

on Form 1040 But not Form 1040 amount

line 37 is over: over: line 38 over:

$0 $19,450 15% $0

19,450 47,050 $2,917.50+28% 19,450

47,050 97,620 $10,645.50+33% 47,050

Use Worksheet

97,620 ............ below to figure

your tax

Schedule Z—Use if your filing status isHead of household

If the amount Enter on of the

on Form 1040 But not Form 1040 amount

line 37 is over: over: line 38 over:

$0 $26,050 15% $0

26,050 67,200 $3,907.50+28% 26,050

67,200 134,930 $15,429.50+33% 67,200

Use Worksheet

134,930 ............ below to figure

your tax

15. Market research tells you that if you set the price of an item at $1.50, you will be able to sell5000 items; and for every 10 cents you lower the price below $1.50 you will be able to sell

Page 21: 3739202 Calculus Whitman College

1.2 Distance Between Two Points; Circles 7

another 1000 items. Let x be the number of items you can sell, and let P be the price of anitem. (a) Express P linearly in terms of x, in other words, express P in the form P = mx+b.(b) Express x linearly in terms of P . ⇒

16. An instructor gives a 100-point final exam, and decides that a score 90 or above will be agrade of 4.0, a score of 40 or below will be a grade of 0.0, and between 40 and 90 the gradingwill be linear. Let x be the exam score, and let y be the corresponding grade. Find a formulaof the form y = mx + b which applies to scores x between 40 and 90. ⇒

1.2 Distance Between Two Points; Circles

Given two points (x1, y1) and (x2, y2), recall that their horizontal distance from one anotheris ∆x = x2−x1 and their vertical distance from one another is ∆y = y2−y1. (Actually, theword “distance” normally denotes “positive distance”. ∆x and ∆y are signed distances,but this is clear from context.) The actual (positive) distance from one point to the otheris the length of the hypotenuse of a right triangle with legs ∆x and ∆y, as shown infigure 1.4. The Pythagorean theorem then says that the distance between the two pointsis the square root of the sum of the squares of the horizontal and vertical sides:

distance =√

(∆x)2 + (∆y)2 =√

(x2 − x1)2 + (y2 − y1)2.

For example, the distance between points A(2, 1) and B(3, 3) is√

(3− 2)2 + (3− 1)2 =√

5.

................................................................................................................................................................................................................................................................................

(x1, y1)

(x2, y2)

∆x

∆y

Figure 1.4 Distance between two points.

As a special case of the distance formula, suppose we want to know the distance of apoint (x, y) to the origin. According to the distance formula, this is

√(x− 0)2 + (y − 0)2 =√

x2 + y2.

A point (x, y) is at a distance r from the origin if and only if√

x2 + y2 = r, or, if wesquare both sides: x2 + y2 = r2. This is the equation of the circle of radius r centered atthe origin. The special case r = 1 is called the unit circle; its equation is x2 + y2 = 1.

Page 22: 3739202 Calculus Whitman College

8 Chapter 1 Analytic Geometry

Similarly, if C(h, k) is any fixed point, then a point (x, y) is at a distance r from thepoint C if and only if

√(x− h)2 + (y − k)2 = r, i.e., if and only if

(x− h)2 + (y − k)2 = r2.

This is the equation of the circle of radius r centered at the point (h, k). For example, thecircle of radius 5 centered at the point (0, 5) on the y-axis has equation (x−0)2+(y−5)2 =25. If we expand (y− 5)2 = y2 − 10y + 25 and cancel the 25 on both sides, we can rewritethis as: x2 + y2 − 10y = 0.

Exercises

1. Find the equation of the circle of radius 3 centered at:

a) (0, 0) d) (0, 3)

b) (5, 6) e) (0,−3)

c) (−5,−6) f) (3, 0)

⇒2. For each pair of points A(x1, y1) and B(x2, y2) find (i) ∆x and ∆y in going from A to B,

(ii) the slope of the line joining A and B, (iii) the equation of the line joining A and B inthe form y = mx + b, (iv) the distance from A to B, and (v) an equation of the circle withcenter at A that goes through B.

a) A(2, 0), B(4, 3) d) A(−2, 3), B(4, 3)

b) A(1,−1), B(0, 2) e) A(−3,−2), B(0, 0)

c) A(0, 0), B(−2,−2) f) A(0.01,−0.01), B(−0.01, 0.05)

⇒3. Graph the circle x2 + y2 + 10y = 0.

4. Graph the circle x2 − 10x + y2 = 24.

5. Graph the circle x2 − 6x + y2 − 8y = 0.

1.3 Functions

A function y = f(x) is a rule for determining y when you’re given a value of x. Forexample, the rule y = f(x) = 2x + 1 is a function. Any line y = mx + b is called a linearfunction. The graph of a function looks like a curve above (or below) the x-axis, wherefor any value of x the rule y = f(x) tells you how far to go above (or below) the x-axis toreach the curve.

Functions can be defined in various ways: by an algebraic formula or several algebraicformulas, by a graph, or by an experimentally determined table of values. (In the latter

Page 23: 3739202 Calculus Whitman College

1.3 Functions 9

case, the table gives a bunch of points in the plane, which we then interpolate with asmooth curve.)

Given a value of x, a function must give you at most one value of y. Thus, verticallines are not functions. For example, the line x = 1 has infinitely many values of y if x = 1.It is also true that if x is any number not 1 there is no y which corresponds to x, but thatis not a problem—only multiple y values is a problem.

In addition to lines, another familiar example of a function is the parabola y = f(x) =x2. You can draw the graph of this function by taking various values of x (say, at regularintervals) and plotting the points (x, f(x)) = (x, x2). Then connect the points with asmooth curve. (See figure 1.5.)

The two examples y = f(x) = 2x + 1 and y = f(x) = x2 are both functions whichcan be evaluated at any value of x from negative infinity to positive infinity. For manyfunctions, however, it only makes sense to take x in some interval or outside of some“forbidden” region. The interval of x-values at which we’re allowed to evaluate the functionis called the domain of the function.

.....................................................................................................................................................................................................................................................................................................................................................

y = f(x) = x2

........................................................

..................................

.....................................................

......

y = f(x) =√

x

...................................................................................................................................................................................

...................................................................................................................................................................................

y = f(x) = 1/x

Figure 1.5 Some graphs.

For example, the square-root function y = f(x) =√

x is the rule which says, given anx-value, take the nonnegative number whose square is x. This rule only makes sense if x

is positive or zero. We say that the domain of this function is x ≥ 0, or more formally{x ∈ R | x ≥ 0}. Alternately, we can use interval notation, and write that the domain is[0,∞). (In interval notation, square brackets mean that the endpoint is included, and aparenthesis means that the endpoint is not included.) The fact that the domain of y =

√x

is x ≥ 0 means that in the graph of this function ((see figure 1.5) we have points (x, y)only above x-values on the right side of the x-axis.

Page 24: 3739202 Calculus Whitman College

10 Chapter 1 Analytic Geometry

Another example of a function whose domain is not the entire x-axis is: y = f(x) =1/x, the reciprocal function. We cannot substitute x = 0 in this formula. The functionmakes sense, however, for any nonzero x, so we take the domain to be: x 6= 0. The graphof this function does not have any point (x, y) with x = 0. As x gets close to 0 from eitherside, the graph goes off toward infinity. We call the vertical line x = 0 an asymptote.

To summarize, two reasons why certain x-values are excluded from the domain of afunction are that (i) we cannot divide by zero, and (ii) we cannot take the square rootof a negative number. We will encounter some other ways in which functions might beundefined later.

Another reason why the domain of a function might be restricted is that in a givensituation the x-values outside of some range might have no practical meaning. For example,if y is the area of a square of side x, then we can write y = f(x) = x2. In a purelymathematical context the domain of the function y = x2 is all x. But in the story-problemcontext of finding areas of squares, we restrict the domain to x > 0, because a square withnegative or zero side makes no sense.

In a problem in pure mathematics, we usually take the domain to be all values of x

at which the formulas can be evaluated. But in a story problem there might be furtherrestrictions on the domain because only certain values of x are of interest or make practicalsense.

In a story problem, often letters different from x and y are used. For example, thevolume V of a sphere is a function of the radius r, given by the formula V = f(r) = 4/3πr3.Also, letters different from f may be used. For example, if y is the velocity of something attime t, we write y = v(t) with the letter v (instead of f) standing for the velocity function(and t playing the role of x).

The letter playing the role of x is called the independent variable, and the letterplaying the role of y is called the dependent variable (because its value “depends on”the value of the independent variable). In story problems, when one has to translate fromEnglish into mathematics, a crucial step is to determine what letters stand for variables.If only words and no letters are given, then you have to decide which letters to use. Someletters are traditional. For example, almost always, t stands for time.

EXAMPLE 1.3 An open-top box is made from an a×b rectangular piece of cardboardby cutting out a square of side x from each of the four corners, and then folding the sidesup and sealing them with duct tape. Find a formula for the volume V of the box as afunction of x, and find the domain of this function.

Page 25: 3739202 Calculus Whitman College

1.3 Functions 11

Here the box we get will have height x and rectangular base of dimensions a− 2x byb− 2x. Thus,

V = f(x) = x(a− 2x)(b− 2x).

Here a and b are constants, and V is the variable that depends on x, i.e., V is playing therole of y.

This formula makes mathematical sense for any x, but in the story problem the domainis much less. In the first place, x must be positive. In the second place, it must be lessthan half the length of either of the sides of the cardboard. Thus, the domain is

0 < x <12(minimum of a and b).

In interval notation we write: the domain is the interval (0, min(a, b)/2).

EXAMPLE 1.4 Circle of radius r centered at the origin The equation forthis circle is usually given in the form x2 + y2 = r2. To write the equation in the formy = f(x) we solve for y, obtaining y = ±√r2 − x2. But this is not a function, becausewhen we substitute a value in (−r, r) for x there are two corresponding values of y. Toget a function, we must choose one of the two signs in front of the square root. If wechoose the positive sign, for example, we get the upper semicircle y = f(x) =

√r2 − x2

(see figure 1.6). The domain of this function is the interval [−r, r], i.e., x must be between−r and r (including the endpoints). If x is outside of that interval, then r2−x2 is negative,and we cannot take the square root. In terms of the graph, this just means that there areno points on the curve whose x-coordinate is greater than r or less than −r.

−r r

........

........

........

........

............................................................................................................................

......................

........................

...........................

..................................

.......................................................

........................................................................................................................................................................................................................................................................................................................................................................................................

Figure 1.6 Upper semicircle y =√

r2 − x2

Page 26: 3739202 Calculus Whitman College

12 Chapter 1 Analytic Geometry

EXAMPLE 1.5 Find the domain of

y = f(x) =1√

4x− x2.

To answer this question, we must rule out the x-values that make 4x−x2 negative (becausewe cannot take the square root of a negative) and also the x-values that make 4x−x2 zero(because if 4x−x2 = 0, then when we take the square root we get 0, and we cannot divideby 0). In other words, the domain consists of all x for which 4x − x2 is strictly positive.We give two different methods to find out when 4x− x2 > 0.

First method. Factor 4x − x2 as x(4 − x). The product of two numbers is positivewhen either both are positive or both are negative, i.e., if either x > 0 and 4 − x > 0,or else x < 0 and 4 − x < 0. The latter alternative is impossible, since if x is negative,then 4 − x is greater than 4, and so cannot be negative. As for the first alternative, thecondition 4− x > 0 can be rewritten (adding x to both sides) as 4 > x, so we need: x > 0and 4 > x (this is sometimes combined in the form 4 > x > 0, or, equivalently, 0 < x < 4).In interval notation, this says that the domain is the interval (0, 4).

Second method. Write 4x−x2 as −(x2−4x), and then complete the square, obtaining

−((x − 2)2 − 4

)= 4 − (x − 2)2. For this to be positive we need (x − 2)2 < 4, which

means that x− 2 must be less than 2 and greater than −2: −2 < x− 2 < 2. Adding 2 toeverything gives 0 < x < 4. Both of these methods are equally correct; you may use eitherin a problem of this type.

A function does not always have to be given by a single formula, as we have alreadyseen (in the income tax problem, for example). For example, suppose that y = v(t) isthe velocity function for a car which starts out from rest (zero velocity) at time t = 0;then increases its speed steadily to 20 m/sec, taking 10 seconds to do this; then travels atconstant speed 20 m/sec for 15 seconds; and finally applies the brakes to decrease speedsteadily to 0, taking 5 seconds to do this. The formula for y = v(t) is different in each ofthe three time intervals: first y = 2x, then y = 20, then y = −4x + 120. The graph of thisfunction is shown in figure 1.7.

Not all functions are given by formulas at all. A function can be given by an ex-perimentally determined table of values, or by a description other than a formula. Forexample, the population y of the U.S. is a function of the time t: we can write y = f(t).This is a perfectly good function—you could graph it (up to the present) if you had datafor various t—but you can’t find an algebraic formula for it.

Page 27: 3739202 Calculus Whitman College

1.3 Functions 13

10 25 30

0

10

20

.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. t

v

Figure 1.7 A velocity function.

Exercises

Find the domain of each of the following functions:

1. y = f(x) =√

2x− 3 ⇒2. y = f(x) = 1/(x + 1) ⇒3. y = f(x) = 1/(x2 − 1) ⇒4. y = f(x) =

p−1/x ⇒

5. y = f(x) = 3√

x ⇒6. y = f(x) = 4

√x ⇒

7. y = f(x) =p

r2 − (x− h)2 , where r and h are positive constants. ⇒8. y = f(x) =

p1− (1/x) ⇒

9. y = f(x) = 1/p

1− (3x)2 ⇒10. y = f(x) =

√x + 1/(x− 1) ⇒

11. y = f(x) = 1/(√

x− 1) ⇒12. A farmer wants to build a fence along a river. He has 500 feet of fencing and wants to enclose

a rectangular pen on three sides (with the river providing the fourth side). If x is the lengthof the side perpendicular to the river, determine the area of the pen as a function of x. Whatis the domain of this function?

13. A can in the shape of a cylinder is to be made with a total of 100 square centimeters ofmaterial in the side, top, and bottom; the manufacturer wants the can to hold the maximumpossible volume. Write the volume as a function of the radius r of the can; find the domainof the function.

14. A can in the shape of a cylinder is to be made to hold a volume of one liter (1000 cubiccentimeters). The manufacturer wants to use the least possible material for the can. Writethe surface area of the can (total of the top, bottom, and side) as a function of the radius rof the can; find the domain of the function.

Page 28: 3739202 Calculus Whitman College

14 Chapter 1 Analytic Geometry

1.4 Shifts and Dilations

Many functions in applications are built up from simple functions by inserting constantsin various places. It is important to understand the effect such constants have on theappearance of the graph.

Horizontal shifts. If you replace x by x − C everywhere it occurs in the formula forf(x), then the graph shifts over C to the right. (If C is negative, then this means that thegraph shifts over |C| to the left.) For example, the graph of y = (x−2)2 is the x2-parabolashifted over to have its vertex at the point 2 on the x-axis. The graph of y = (x + 1)2 isthe same parabola shifted over to the left so as to have its vertex at −1 on the x-axis.

Vertical shifts. If you replace y by y − D, then the graph moves up D units. (If D isnegative, then this means that the graph moves down |D| units.) If the formula is writtenin the form y = f(x) and if y is replaced by y−D to get y−D = f(x), we can equivalentlymove D to the other side of the equation and write y = f(x) + D. Thus, this principalcan be stated: to get the graph of y = f(x) + D, take the graph of y = f(x) and move itD units up. For example, the function y = x2 − 4x = (x − 2)2 − 4 can be obtained fromy = (x− 2)2 (see the last paragraph) by moving the graph 4 units down. The result is thex2-parabola shifted 2 units to the right and 4 units down so as to have its vertex at thepoint (2,−4).

Warning. Do not confuse f(x)+D and f(x+D). For example, if f(x) is the function x2,then f(x) + 2 is the function x2 + 2, while f(x + 2) is the function (x + 2)2 = x2 + 4x + 4.

EXAMPLE 1.6 Circles An important example of the above two principles startswith the circle x2 + y2 = r2. This is the circle of radius r centered at the origin. (As wesaw, this is not a single function y = f(x), but rather two functions y = ±√r2 − x2 puttogether; in any case, the two shifting principles apply to equations like this one that arenot in the form y = f(x).) If we replace x by x− C and replace y by y −D—getting theequation (x − C)2 + (y − D)2 = r2—the effect on the circle is to move it C to the rightand D up, thereby obtaining the circle of radius r centered at the point (C, D). This tellsus how to write the equation of any circle, not necessarily centered at the origin.

We will later want to use two more principles concerning the effects of constants onthe appearance of the graph of a function.

Horizontal dilation. If x is replaced by x/A in a formula and A > 1, then the effect onthe graph is to expand it by a factor of A in the x-direction (away from the y-axis). If A

is between 0 and 1 then the effect on the graph is to contract by a factor of 1/A (towardsthe y-axis). We use the word “dilate” in both cases.

Page 29: 3739202 Calculus Whitman College

1.4 Shifts and Dilations 15

For example, replacing x by x/0.5 = 2x has the effect of contracting toward the y-axisby a factor of 2. If A is negative, we dilate by a factor of |A| and then flip about they-axis. Thus, replacing x by −x has the effect of taking the mirror image of the graphwith respect to the y-axis. For example, the function y =

√−x, which has domain x ≤ 0,is obtained by taking the graph of

√x and flipping it around the y-axis into the second

quadrant.

Vertical dilation. If y is replaced by y/B in a formula and B > 0, then the effect onthe graph is to dilate it by a factor of B in the vertical direction. Note that if we havea function y = f(x), replacing y by y/B is equivalent to multiplying the function on theright by B: y = Bf(x). The effect on the graph is to expand the picture away from thex-axis by a factor of B if B > 1, to contract it toward the x-axis by a factor of 1/B if0 < B < 1, and to dilate by |B| and then flip about the x-axis if B is negative.

EXAMPLE 1.7 Ellipses A basic example of the two expansion principles is givenby an ellipse of semimajor axis a and semiminor axis b. We get such an ellipse bystarting with the unit circle—the circle of radius 1 centered at the origin, the equationof which is x2 + y2 = 1—and dilating by a factor of a horizontally and by a factor of b

vertically. To get the equation of the resulting ellipse, which crosses the x-axis at ±a andcrosses the y-axis at ±b, we replace x by x/a and y by y/b in the equation for the unitcircle. This gives (x

a

)2

+(y

b

)2

= 1.

Finally, if you want to analyze a function that involves both shifts and dilations, itis usually simplest to work with the dilations first, and then the shifts. For instance, ifyou want to dilate a function by a factor of A in the x-direction and then shift C to theright, you do this by replacing x first by x/A and then by (x− C) in the formula. As anexample, suppose that, after dilating our unit circle by a in the x-direction and by b in they-direction to get the ellipse in the last paragraph, we then wanted to shift it a distanceh to the right and a distance k upward, so as to be centered at the point (h, k). The newellipse would have equation

(x− h

a

)2

+(

y − k

b

)2

= 1.

Note well that this is different than first doing shifts by h and k and then dilations by a

and b: (x

a− h

)2

+(y

b− k

)2

= 1.

Page 30: 3739202 Calculus Whitman College

16 Chapter 1 Analytic Geometry

1 2 3−1

1

2

3

4

−2

−1

........

........

........

........

........

.........................................................................................................

.....................

..........................

.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

........................................................................................................................................................................................

0 1 2 3 4

0

1

2

3

4

5

6

........

........

........

........

........

.........................................................................................................

.....................

..........................

.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

........................................................................................................................................................................................

Figure 1.8 Ellipses:`

x−12

´2+`

y−13

´2= 1 on the left,

`x2− 1´2

+`

y3− 1´2

= 1 on theright.

Exercises

Starting with the graph of y =√

x, the graph of y = 1/x, and the graph of y =√

1− x2 (theupper unit semicircle), sketch the graph of each of the following functions:

1. f(x) =√

x− 2

2. f(x) = −1− 1/(x + 2)

3. f(x) = 4 +√

x + 2

4. y = f(x) = x/(1− x)

5. y = f(x) = −√−x

6. f(x) = 2 +p

1− (x− 1)2

7. f(x) = −4 +p−(x− 2)

8. f(x) = 2p

1− (x/3)2

9. f(x) = 1/(x + 1)

10. f(x) = 4 + 2p

1− (x− 5)2/9

11. f(x) = 1 + 1/(x− 1)

12. f(x) =p

100− 25(x− 1)2 + 2

The graph of f(x) is shown below. Sketch the graphs of the following functions.

13. y = f(x− 1)

1 2 3

−1

0

1

2

........

........

........

........

........

........

........

........

........

........

........

........

........

........

........

........

........

........................................................................................................................................................................................................

........................................................................................................................................................................

14. y = 1 + f(x + 2)

15. y = 1 + 2f(x)

16. y = 2f(3x)

Page 31: 3739202 Calculus Whitman College

1.4 Shifts and Dilations 17

17. y = 2f(3(x− 2)) + 1

18. y = (1/2)f(3x− 3)

19. y = f(1 + x/3) + 2

Page 32: 3739202 Calculus Whitman College
Page 33: 3739202 Calculus Whitman College

2Instantaneous Rate Of Change:

The Derivative

2.1 The slope of a function

Suppose that y is a function of x, say y = f(x). It is often necessary to know how sensitivethe value of y is to small changes in x.

EXAMPLE 2.1 Take, for example, y = f(x) =√

625− x2 (the upper semicircle ofradius 25 centered at the origin). When x = 7, we find that y =

√625− 49 = 24. Suppose

we want to know how much y changes when x increases a little, say to 7.1 or 7.01.In the case of a straight line y = mx+b, the slope m = ∆y/∆x measures the change in

y per unit change in x. This can be interpreted as a measure of “sensitivity”; for example,if y = 100x + 5, a small change in x corresponds to a change one hundred times as largein y, so y is quite sensitive to changes in x.

Let us look at the same ratio ∆y/∆x for our function y = f(x) =√

625− x2 when x

changes from 7 to 7.1. Here ∆x = 7.1− 7 = 0.1 is the change in x, and

∆y = f(x + ∆x)− f(x) = f(7.1)− f(7)

=√

625− 7.12 −√

625− 72 ≈ 23.9706− 24 = −0.0294.

Thus, ∆y/∆x ≈ −0.0294/0.1 = −0.294. This means that y changes by less than onethird the change in x, so apparently y is not very sensitive to changes in x at x = 7.We say “apparently” here because we don’t really know what happens between 7 and 7.1.Perhaps y changes dramatically as x runs through the values from 7 to 7.1, but at 7.1 y

19

Page 34: 3739202 Calculus Whitman College

20 Chapter 2 Instantaneous Rate Of Change: The Derivative

just happens to be close to its value at 7. This is not in fact the case for this particularfunction, but we don’t yet know why.

One way to interpret the above calculation is by reference to a line. We have computedthe slope of the line through (7, 24) and (7.1, 23.9706), called a chord of the circle. Ingeneral, if we draw the chord from the point (7, 24) to a nearby point on the semicircle(7 + ∆x, f(7 + ∆x)), the slope of this chord is the so-called difference quotient

slope of chord =f(7 + ∆x)− f(7)

∆x=

√625− (7 + ∆x)2 − 24

∆x.

For example, if x changes only from 7 to 7.01, then the difference quotient (slope of thechord) is approximately equal to (23.997081 − 24)/0.01 = −0.2919. This is slightly lesssteep than the chord from (7, 24) to (7.1, 23.9706).

As the second value 7 + ∆x moves in towards 7, the chord joining (7, f(7)) to (7 +∆x, f(7 + ∆x)) shifts slightly. As indicated in figure 2.1, as ∆x gets smaller and smaller,the chord joining (7, 24) to (7+∆x, f(7+∆x)) gets closer and closer to the tangent lineto the circle at the point (7, 24). (Recall that the tangent line is the line that just grazesthe circle at that point, i.e., it doesn’t meet the circle at any second point.) Thus, as ∆x

gets smaller and smaller, the slope ∆y/∆x of the chord gets closer and closer to the slopeof the tangent line. This is actually quite difficult to see when ∆x is small, because of thescale of the graph. The values of ∆x used for the figure are 1, 5, 10 and 15, not really verysmall values. The tangent line is the one that is uppermost at the right hand endpoint.

........

........

........

........

........

........

......................................................................................................................................................

.....................

......................

........................

...........................

...............................

.......................................

..................................................................

......................................

5

10

15

20

25

5 10 15 20 25

.....................................................................................................................................................................................................................................................................................................................

.......................................................................................................................................................................................................................................................................................................................

.................................................................................................................................................................................................................................................................................................................................

.....................................................................................................................................................................................................................................................................................................................................................

.............................................................................................................................................................................................................................................................................................................................................................................................................

Figure 2.1 Chords approximating the tangent line.

So far we have found the slopes of two chords that should be close to the slope ofthe tangent line, but what is the slope of the tangent line exactly? Since the tangent line

Page 35: 3739202 Calculus Whitman College

2.1 The slope of a function 21

touches the circle at just one point, we will never be able to calculate its slope directly,using two “known” points on the line. What we need is a way to capture what happensto the slopes of the chords as they get “closer and closer” to the tangent line.

Instead of looking at more particular values of ∆x, let’s see what happens if we dosome algebra with the difference quotient using just ∆x. The slope of a chord from (7, 24)to a nearby point is given by

√625− (7 + ∆x)2 − 24

∆x=

√625− (7 + ∆x)2 − 24

∆x

√625− (7 + ∆x)2 + 24√625− (7 + ∆x)2 + 24

=625− (7 + ∆x)2 − 242

∆x(√

625− (7 + ∆x)2 + 24)

=49− 49− 14∆x−∆x2

∆x(√

625− (7 + ∆x)2 + 24)

=∆x(−14−∆x)

∆x(√

625− (7 + ∆x)2 + 24)

=−14−∆x√

625− (7 + ∆x)2 + 24

Now, can we tell by looking at this last formula what happens when ∆x gets very close tozero? The numerator clearly gets very close to −14 while the denominator gets very close to√

625− 72 +24 = 48. Is the fraction therefore very close to −14/48 = −7/24 ∼= −0.29167?It certainly seems reasonable, and in fact it is true: as ∆x gets closer and closer to zero,the difference quotient does in fact get closer and closer to −7/24, and so the slope of thetangent line is exactly −7/24.

What about the slope of the tangent line at x = 12? Well, 12 can’t be all that differentfrom 7; we just have to redo the calculation with 12 instead of 7. This won’t be hard, butit will be a bit tedious. What if we try to do all the algebra without using a specific valuefor x? Let’s copy from above, replacing 7 by x. We’ll have to do a bit more than that—for

Page 36: 3739202 Calculus Whitman College

22 Chapter 2 Instantaneous Rate Of Change: The Derivative

example, the “24” in the calculation came from√

625− 72, so we’ll need to fix that too.√

625− (x + ∆x)2 −√625− x2

∆x=

=

√625− (x + ∆x)2 −√625− x2

∆x

√625− (x + ∆x)2 +

√625− x2

√625− (x + ∆x)2 +

√625− x2

=625− (x + ∆x)2 − 625 + x2

∆x(√

625− (x + ∆x)2 +√

625− x2)

=625− x2 − 2x∆x−∆x2 − 625 + x2

∆x(√

625− (x + ∆x)2 +√

625− x2)

=∆x(−2x−∆x)

∆x(√

625− (x + ∆x)2 +√

625− x2)

=−2x−∆x√

625− (x + ∆x)2 +√

625− x2

Now what happens when ∆x is very close to zero? Again it seems apparent that thequotient will be very close to

−2x√625− x2 +

√625− x2

=−2x

2√

625− x2=

−x√625− x2

.

Replacing x by 7 gives −7/24, as before, and now we can easily do the computation for 12or any other value of x between −25 and 25.

So now we have a single, simple formula, −x/√

625− x2, that tells us the slope of thetangent line for any value of x. This slope, in turn, tells us how sensitive the value of y isto changes in the value of x.

What do we call such a formula? That is, a formula with one variable, so that substi-tuting an “input” value for the variable produces a new “output” value? This is a function.Starting with one function,

√625− x2, we have derived, by means of some slightly nasty

algebra, a new function, −x/√

625− x2, that gives us important information about theoriginal function. This new function in fact is called the derivative of the original func-tion. If the original is referred to as f or y then the derivative is often written f ′ or y′ andpronounced “f prime” or “y prime”, so in this case we might write f ′(x) = −x/

√625− x2.

At a particular point, say x = 7, we say that f ′(7) = −7/24 or “f prime of 7 is −7/24” or“the derivative of f at 7 is −7/24.”

To summarize, we compute the derivative of f(x) by forming the difference quotient

f(x + ∆x)− f(x)∆x

,

Page 37: 3739202 Calculus Whitman College

2.1 The slope of a function 23

which is the slope of a line, then we figure out what happens when ∆x gets very close to0.

We should note that in the particular case of a circle, there’s a simple way to find thederivative. Since the tangent to a circle at a point is perpendicular to the radius drawnto the point of contact, its slope is the negative reciprocal of the slope of the radius. Theradius joining (0, 0) to (7, 24) has slope 24/7. Hence, the tangent line has slope −7/24. Ingeneral, a radius to the point (x,

√625− x2) has slope

√625− x2/x, so the slope of the

tangent line is −x/√

625− x2, as before. It is NOT always true that a tangent line isperpendicular to a line from the origin—don’t use this shortcut in any other circumstance.

As above, and as you might expect, for different values of x we generally get differentvalues of the derivative f ′(x). Could it be that the derivative always has the same value?This would mean that the slope of f , or the slope of its tangent line, is the same everywhere.One curve that always has the same slope is a line; it seems odd to talk about the tangentline to a line, but if it makes sense at all the tangent line must be the line itself. It is nothard to see that the derivative of f(x) = mx + b is f ′(x) = m; see exercise 6.

Exercises

1. Draw the graph of the function y = f(x) =√

169− x2 between x = 0 and x = 13. Find theslope ∆y/∆x of the chord between the points of the circle lying over (a) x = 12 and x = 13,(b) x = 12 and x = 12.1, (c) x = 12 and x = 12.01, (d) x = 12 and x = 12.001. Now usethe geometry of tangent lines on a circle to find (e) the exact value of the derivative f ′(12).Your answers to (a)–(d) should be getting closer and closer to your answer to (e). ⇒

2. Use geometry to find the derivative f ′(x) of the function f(x) =√

625− x2 in the text foreach of the following x: (a) 20, (b) 24, (c) −7, (d) −15. Draw a graph of the upper semicircle,and draw the tangent line at each of these four points. ⇒

3. Draw the graph of the function y = f(x) = 1/x between x = 1/2 and x = 4. Find the slopeof the chord between (a) x = 3 and x = 3.1, (b) x = 3 and x = 3.01, (c) x = 3 and x = 3.001.Now use algebra to find a simple formula for the slope of the chord between (3, f(3)) and(3 + ∆x, f(3 + ∆x)). Determine what happens when ∆x approaches 0. In your graph ofy = 1/x, draw the straight line through the point (3, 1/3) whose slope is this limiting valueof the difference quotient as ∆x approaches 0. ⇒

4. Find an algebraic expression for the difference quotient“f(1+∆x)−f(1)

”/∆x when f(x) =

x2 − (1/x). Simplify the expression as much as possible. Then determine what happens as∆x approaches 0. That value is f ′(1). ⇒

5. Draw the graph of y = f(x) = x3 between x = 0 and x = 1.5. Find the slope of the chordbetween (a) x = 1 and x = 1.1, (b) x = 1 and x = 1.001, (c) x = 1 and x = 1.00001.Then use algebra to find a simple formula for the slope of the chord between 1 and 1 + ∆x.(Use the expansion (A + B)3 = A3 + 3A2B + 3AB2 + B3.) Determine what happens as ∆xapproaches 0, and in your graph of y = x3 draw the straight line through the point (1, 1)whose slope is equal to the value you just found. ⇒

Page 38: 3739202 Calculus Whitman College

24 Chapter 2 Instantaneous Rate Of Change: The Derivative

6. Find an algebraic expression for the difference quotient (f(x+∆x)− f(x))/∆x when f(x) =mx + b. Simplify the expression as much as possible. Then determine what happens as ∆xapproaches 0. That value is f ′(x). ⇒

2.2 An example

We started the last section by saying, “It is often necessary to know how sensitive thevalue of y is to small changes in x.” We have seen one purely mathematical example ofthis: finding the “steepness” of a curve at a point is precisely this problem. Here is a moreapplied example.

With careful measurement it might be possible to discover that a dropped ball hasheight h(t) = h0−kt2, t seconds after it is released. (Here h0 is the initial height of the ball,when t = 0, and k is some number determined by the experiment.) A natural question isthen, “How fast is the ball going at time t?” We can certainly get a pretty good idea with alittle simple arithmetic. To make the calculation more concrete, let’s say h0 = 100 metersand k = 4.9 and suppose we’re interested in the speed at t = 2. We know that when t = 2the height is 100−4 ·4.9 = 80.4. A second later, at t = 3, the height is 100−9 ·4.9 = 55.9,so in that second the ball has traveled 80.4 − 55.9 = 24.5 meters. This means that theaverage speed during that time was 24.5 meters per second. So we might guess that 24.5meters per second is not a terrible estimate of the speed at t = 2. But certainly we cando better. At t = 2.5 the height is 100− 4.9(2.5)2 = 69.375. During the half second fromt = 2 to t = 2.5 the ball dropped 80.4 − 69.375 = 11.025 meters, at an average speed of11.025/(1/2) = 22.05 meters per second; this should be a better estimate of the speed att = 2. So it’s clear now how to get better and better approximations: compute averagespeeds over shorter and shorter time intervals. Between t = 2 and t = 2.01, for example,the ball drops 0.19649 meters in one hundredth of a second, at an average speed of 19.649meters per second.

We can’t do this forever, and we still might reasonably ask what the actual speedprecisely at t = 2 is. If ∆t is some tiny amount of time, what we want to know is whathappens to the average speed (h(2)−h(2+∆t))/∆t as ∆t gets smaller and smaller. Doing

Page 39: 3739202 Calculus Whitman College

2.2 An example 25

a bit of algebra:

h(2)− h(2 + ∆t)∆t

=80.4− (100− 4.9(2 + ∆t)2)

∆t

=80.4− 100 + 19.6 + 19.6∆t + 4.9∆t2

∆t

=19.6∆t + 4.9∆t2

∆t

= 19.6 + 4.9∆t

When ∆t is very small, this is very close to 19.6, and indeed it seems clear that as ∆t

goes to zero, the average speed goes to 19.6, so the exact speed at t = 2 is 19.6 meters persecond. This calculation should look very familiar. In the language of the previous section,we might have started with f(x) = 100− 4.9x2 and asked for the slope of the tangent lineat x = 2. We would have answered that question by computing

f(2 + ∆x)− f(2)∆x

=−19.6∆x− 4.9∆x2

∆x= −19.6− 4.9∆x

The algebra is the same, except that following the pattern of the previous section thesubtraction would be reversed, and we would say that the slope of the tangent line is−19.6. Indeed, in hindsight, perhaps we should have subtracted the other way even forthe dropping ball. At t = 2 the height is 80.4; one second later the height is 55.9. Theusual way to compute a “distance traveled” is to subtract the earlier position from thelater one, or 55.9 − 80.4 = −24.5. This tells us that the distance traveled is 24.5 meters,and the negative sign tells us that the height went down during the second. If we continuethe original calculation we then get −19.4 meters per second as the exact speed at t = 2.If we interpret the negative sign as meaning that the motion is downward, which seemsreasonable, then in fact this is the same answer as before, but with even more information,since the numerical answer contains the direction of motion as well as the speed. Thus,the speed of the ball is the value of the derivative of a certain function, namely, of thefunction that gives the position of the ball.

The upshot is that this problem, finding the speed of the ball, is exactly the sameproblem mathematically as finding the slope of a curve. This may already be enoughevidence to convince you that whenever some quantity is changing (the height of a curveor the height of a ball or the size of the economy or the distance of a space probe fromearth or the population of the world) the rate at which the quantity is changing can, inprinciple, be computed in exactly the same way, by finding a derivative.

Page 40: 3739202 Calculus Whitman College

26 Chapter 2 Instantaneous Rate Of Change: The Derivative

Exercises

1. An object is traveling in a straight line so that its position (that is, distance from some fixedpoint) is given by this table:

time (seconds) 0 1 2 3

distance (meters) 0 10 25 60

Find the average speed of the object during the following time intervals: [0, 1], [0, 2], [0, 3],[1, 2], [1, 3], [2, 3]. If you had to guess the speed at t = 2 just on the basis of these, whatwould you guess? ⇒

2. Let y = f(t) = t2, where t is the time in seconds and y is the distance in meters that anobject falls on a certain airless planet. Draw a graph of this function between t = 0 andt = 3. Make a table of the average speed of the falling object between (a) 2 sec and 3 sec,(b) 2 sec and 2.1 sec, (c) 2 sec and 2.01 sec, (d) 2 sec and 2.001 sec. Then use algebra to finda simple formula for the average speed between time 2 and time 2 + ∆t. (If you substitute∆t = 1, 0.1, 0.01, 0.001 in this formula you should again get the answers to parts (a)–(d).)Next, in your formula for average speed (which should be in simplified form) determine whathappens as ∆t approaches zero. This is the instantaneous speed. Finally, in your graphof y = t2 draw the straight line through the point (2, 4) whose slope is the instantaneousvelocity you just computed; it should of course be the tangent line. ⇒

3. If an object is dropped from an 80-meter high window, its height y above the ground at timet seconds is given by the formula y = f(t) = 80−4.9t2. (Here we are neglecting air resistance;the graph of this function was shown in figure 1.1.) Find the average velocity of the fallingobject between (a) 1 sec and 1.1 sec, (b) 1 sec and 1.01 sec, (c) 1 sec and 1.001 sec. Now usealgebra to find a simple formula for the average velocity of the falling object between 1 secand 1 + ∆t sec. Determine what happens to this average velocity as ∆t approaches 0. Thatis the instantaneous velocity at time t = 1 second (it will be negative, because the object isfalling). ⇒

2.3 Limits

In the previous two sections we computed some quantities of interest (slope, speed) byseeing that some expression “goes to” or “approaches” or “gets really close to” a particularvalue. In the examples we saw, this idea may have been clear enough, but it is too fuzzyto rely on in more difficult circumstances. In this section we will see how to make the ideamore precise.

There is an important feature of the examples we have seen. Consider again theformula

−19.6∆x− 4.9∆x2

∆x.

We wanted to know what happens to this fraction as “∆x goes to zero.” Because we wereable to simplify the fraction, it was easy to see the answer, but it was not quite as simple

Page 41: 3739202 Calculus Whitman College

2.3 Limits 27

as “substituting zero for ∆x,” as that would give

−19.6 · 0− 4.9 · 00

,

which is meaningless. The quantity we are really interested in does not make sense “atzero,” and this is why the answer to the original problem (finding a speed or a slope) wasnot immediately obvious. In other words, we are generally going to want to figure out whata quantity “approaches” in situations where we can’t merely plug in a value. If you wouldlike to think about a hard example (which we will analyze later) consider what happensto (sin x)/x as x approaches zero.

EXAMPLE 2.2 Does√

x approach 1.41 as x approaches 2? In this case it is possibleto compute the actual value

√2 to a high precision to answer the question. But since

in general we won’t be able to do that, let’s not. We might start by computing√

x forvalues of x close to 2, as we did in the previous sections. Here are some values:

√2.05 =

1.431782106,√

2.04 = 1.428285686,√

2.03 = 1.424780685,√

2.02 = 1.421267040,√

2.01 =1.417744688,

√2.005 = 1.415980226,

√2.004 = 1.415627070,

√2.003 = 1.415273825,√

2.002 = 1.414920492,√

2.001 = 1.414567072. So it looks at least possible that indeedthese values “approach” 1.41—already

√2.001 is quite close. If we continue this process,

however, at some point we will appear to “stall.” In fact,√

2 = 1.414213562 . . ., so we willnever even get as far as 1.4142, no matter how long we continue the sequence.

So in a fuzzy, everyday sort of sense, it is true that√

x “gets close to” 1.41, but itdoes not “approach” 1.41 in the sense we want. To compute an exact slope or an exactspeed, what we want to know is that a given quantity becomes “arbitrarily close” to afixed value, meaning that the first quantity can be made “as close as we like” to the fixedvalue. Consider again the quantities

−19.6∆x− 4.9∆x2

∆x= −19.6− 4.9∆x.

These two quantities are equal as long as ∆x is not zero; if ∆x is zero, the left handquantity is meaningless, while the right hand one is −19.6. Can we say more than wedid before about why the right hand side “approaches” −19.6, in the desired sense? Canwe really make it “as close as we want” to −19.6? Let’s try a test case. Can we make−19.6− 4.9∆x within one millionth (0.000001) of −19.6? The values within a millionth of−19.6 are those in the interval (−19.600001,−19.599999). As ∆x approaches zero, does−19.6− 4.9∆x eventually reside inside this interval? If ∆x is positive, this would require

Page 42: 3739202 Calculus Whitman College

28 Chapter 2 Instantaneous Rate Of Change: The Derivative

that −19.6 − 4.9∆x > −19.600001. This is something we can manipulate with a littlealgebra:

−19.6− 4.9∆x > −19.600001

−4.9∆x > −0.000001

∆x < −0.000001/− 4.9

∆x < 0.0000002040816327 . . .

Thus, we can say with certainty that if ∆x is positive and less than 0.0000002, then∆x < 0.0000002040816327 . . . and so −19.6− 4.9∆x > −19.600001. We could do a similarcalculation if ∆x is negative.

So now we know that we can make −19.6− 4.9∆x within one millionth of −19.6. Butcan we make it “as close as we want”? In this case, it is quite simple to see that the answeris yes, by modifying the calculation we’ve just done. It may be helpful to think of this asa game. I claim that I can make −19.6− 4.9∆x as close as you desire to −19.6 by making∆x “close enough” to zero. So the game is: you give me a number, like 10−6, and I haveto come up with a number representing how close ∆x must be to zero to guarantee that−19.6− 4.9∆x is at least as close to −19.6 as you have requested.

Now if we actually play this game, I could redo the calculation above for each newnumber you provide. What I’d like to do is somehow see that I will always succeed, andeven more, I’d like to have a simple strategy so that I don’t have to do all that algebraevery time. A strategy in this case would be a formula that gives me a correct answer nomatter what you specify. So suppose the number you give me is ε. How close does ∆x

have to be to zero to guarantee that −19.6− 4.9∆x is in (−19.6− ε,−19.6 + ε)? If ∆x ispositive, we need:

−19.6− 4.9∆x > −19.6− ε

−4.9∆x > −ε

∆x < −ε/− 4.9

∆x < ε/4.9

So if I pick any number δ that is less than ε/4.9, the algebra tells me that whenever ∆x < δ

then ∆x < ε/4.9 and so −19.6 − 4.9∆x is within ε of −19.6. (This is exactly what I didin the example: I picked δ = 0.0000002 < 0.0000002040816327 . . ..) A similar calculationagain works for negative ∆x. The important fact is that this is now a completely generalresult—it shows that I can always win, no matter what “move” you make.

Now we can codify this by giving a precise definition to replace the fuzzy, “gets closerand closer” language we have used so far. Henceforward, we will say something like “the

Page 43: 3739202 Calculus Whitman College

2.3 Limits 29

limit of (−19.6∆x−4.9∆x2)/∆x as ∆x goes to zero is −19.6,” and abbreviate this mouthfulas

lim∆x→0

−19.6∆x− 4.9∆x2

∆x= −19.6.

Here is the actual, official definition of “limit”.

DEFINITION 2.3 Limit Suppose f is a function. We say that limx→a f(x) = L iffor every ε > 0 there is a δ > 0 so that whenever 0 < |x− a| < δ, |f(x)− L| < ε.

The ε and δ here play exactly the role they did in the preceding discussion. Thedefinition says, in a very precise way, that f(x) can be made as close as desired to L

(that’s the |f(x) − L| < ε part) by making x close enough to a (the 0 < |x − a| < δ

part). Note that we specifically make no mention of what must happen if x = a, that is,if |x− a| = 0. This is because in the cases we are most interested in, substituting a for x

doesn’t even make sense.Make sure you are not confused by the names of important quantities. The generic

definition talks about f(x), but the function and the variable might have other names. Inthe discussion above, the function we analyzed was

−19.6∆x− 4.9∆x2

∆x.

and the variable of the limit was not x but ∆x. The x was the variable of the originalfunction; when we were trying to compute a slope or a speed, x was essentially a fixedquantity, telling us at what point we wanted the slope. (In the speed problem, it wasliterally a fixed quantity, as we focused on the time 2.) The quantity a of the definitionin all the examples was zero: we were always interested in what happened as ∆x becamevery close to zero.

Armed with a precise definition, we can now prove that certain quantities behave in aparticular way. The bad news is that even proofs for simple quantities can be quite tediousand complicated; the good news is that we rarely need to do such proofs, because mostexpressions act the way you would expect, and this can be proved once and for all.

EXAMPLE 2.4 Let’s show carefully that limx→2 x + 4 = 6. This is not something we“need” to prove, since it is “obviously” true. But if we couldn’t prove it using our officialdefinition there would be something very wrong with the definition.

As is often the case in mathematical proofs, it helps to work backwards. We want toend up showing that under certain circumstances x + 4 is close to 6; precisely, we want toshow that |x + 4− 6| < ε, or |x− 2| < ε. Under what circumstances? We want this to be

Page 44: 3739202 Calculus Whitman College

30 Chapter 2 Instantaneous Rate Of Change: The Derivative

true whenever 0 < |x− 2| < δ. So the question becomes: can we choose a value for δ thatguarantees that 0 < |x− 2| < δ implies |x− 2| < ε? Of course: no matter what ε is, δ = ε

works.

So it turns out to be very easy to prove something “obvious,” which is nice. It doesn’ttake long before things get trickier, however.

EXAMPLE 2.5 It seems clear that limx→2 x2 = 4. Let’s try to prove it. We will wantto be able to show that |x2 − 4| < ε whenever 0 < |x− 2| < δ, by choosing δ carefully. Isthere any connection between |x− 2| and |x2− 4|? Yes, and it’s not hard to spot, but it isnot so simple as the previous example. We can write |x2−4| = |(x+2)(x−2)|. Now when|x−2| is small, part of |(x+2)(x−2)| is small, namely (x−2). What about (x+2)? If x isclose to 2, (x + 2) certainly can’t be too big, but we need to somehow be precise about it.Let’s recall the “game” version of what is going on here. You get to pick an ε and I have topick a δ that makes things work out. Presumably it is the really tiny values of ε I need toworry about, but I have to be prepared for anything, even an apparently “bad” move likeε = 1000. I expect that ε is going to be small, and that the corresponding δ will be small,certainly less than 1. If δ ≤ 1 then |x + 2| < 5 when |x− 2| < δ (because if x is within 1 of2, then x is between 1 and 3 and x + 2 is between 3 and 5). So then I’d be trying to showthat |(x + 2)(x − 2)| < 5|x − 2| < ε. So now how can I pick δ so that |x − 2| < δ implies5|x − 2| < ε? This is easy: use δ = ε/5, so 5|x − 2| < 5(ε/5) = ε. But what if the ε youchoose is not small? If you choose ε = 1000, should I pick δ = 200? No, to keep things“sane” I will never pick a δ bigger than 1. Here’s the final “game strategy:” When youpick a value for ε I will pick δ = ε/5 or δ = 1, whichever is smaller. Now when |x− 2| < δ,I know both that |x + 2| < 5 and that |x− 2| < ε/5. Thus |(x + 2)(x− 2)| < 5(ε/5) = ε.

This has been a long discussion, but most of it was explanation and scratch work. Ifthis were written down as a proof, it would be quite short, like this:

Proof that limx→2 x2 = 4. Given any ε, pick δ = ε/5 or δ = 1, whichever is smaller.Then when |x− 2| < δ, |x + 2| < 5 and |x− 2| < ε/5. Hence |x2 − 4| = |(x + 2)(x− 2)| <5(ε/5) = ε.

It probably seems obvious that limx→2 x2 = 4, and it is worth examining more closelywhy it seems obvious. If we write x2 = x · x, and ask what happens when x approaches 2,we might say something like, “Well, the first x approaches 2, and the second x approaches2, so the product must approach 2 · 2.” In fact this is pretty much right on the money,except for that word “must.” Is it really true that if x approaches a and y approaches b

then xy approaches ab? It is, but it is not really obvious, since x and y might be quitecomplicated. The good news is that we can see that this is true once and for all, and then

Page 45: 3739202 Calculus Whitman College

2.3 Limits 31

we don’t have to worry about it ever again. When we say that x might be “complicated”we really mean that in practice it might be a function. Here is then what we want to know:

THEOREM 2.6 Suppose limx→a f(x) = L and limx→a g(x) = M . Thenlimx→a f(x)g(x) = LM .

Proof. We have to use the official definition of limit to make sense of this. So given anyε we need to find a δ so that 0 < |x − a| < δ implies |f(x)g(x) − LM | < ε. What do wehave to work with? We know that we can make f(x) close to L and g(x) close to M , andwe have to somehow connect these facts to make f(x)g(x) close to LM .

We use, as is so often the case, a little algebraic trick:

|f(x)g(x)− LM | = |f(x)g(x)− f(x)M + f(x)M − LM |= |f(x)(g(x)−M) + (f(x)− L)M |≤ |f(x)(g(x)−M)|+ |(f(x)− L)M |= |f(x)||g(x)−M |+ |f(x)− L||M |.

This is all straightforward except perhaps for the “≤”. That is an example of the triangleinequality, which says that if a and b are any real numbers then |a + b| ≤ |a|+ |b|. If youlook at a few examples, using positive and negative numbers in various combinations fora and b, you should quickly understand why this is true.

Since limx→a = L, there is a value δ1 so that 0 < |x − a| < δ1 implies |f(x) − L| <

|ε/(2M)|, This means that 0 < |x − a| < δ1 implies |f(x) − L||M | < ε/2. You can seewhere this is going: if we can make |f(x)||g(x)−M | < ε/2 also, then we’ll be done.

We can make |g(x) − M | smaller than any fixed number by making x close enoughto a; unfortunately, ε/(2f(x)) is not a fixed number, since x is a variable. Here we needanother little trick, just like the one we used in analyzing x2. We can find a δ2 so that|x− a| < δ2 implies that |f(x)− L| < 1, meaning that L− 1 < f(x) < L + 1. This meansthat |f(x)| < N , where N is either |L− 1| or |L + 1|, depending on whether L is negativeor positive. The important point is that N doesn’t depend on x. Finally, we know thatthere is a δ3 so that 0 < |x − a| < δ3 implies |g(x) −M | < ε/(2N). Now we’re ready toput everything together. Let δ be the smallest of δ1, δ2, and δ3. Then |x− a| < δ impliesthat |f(x)− L| < |ε/(2M)|, |f(x)| < N , and |g(x)−M | < ε/(2N). Then

|f(x)g(x)− LM | ≤ |f(x)||g(x)−M |+ |f(x)− L||M |< N(ε/(2N)) + |ε/(2M)||M |= ε/2 + ε/2 = ε.

Page 46: 3739202 Calculus Whitman College

32 Chapter 2 Instantaneous Rate Of Change: The Derivative

This is just what we needed, so by the official definition, limx→a f(x)g(x) = LM .

A handful of such theorems give us the tools to compute many limits without explicitlyworking with the definition of limit.

THEOREM 2.7 Suppose that limx→a f(x) = L and limx→a g(x) = M and k is someconstant. Then

limx→a

kf(x) = k limx→a

f(x) = kL

limx→a

(f(x) + g(x)) = limx→a

f(x) + limx→a

g(x) = L + M

limx→a

(f(x)− g(x)) = limx→a

f(x)− limx→a

g(x) = L−M

limx→a

(f(x)g(x)) = limx→a

f(x) · limx→a

g(x) = LM

limx→a

f(x)g(x)

=limx→a f(x)limx→a g(x)

=L

M, if M is not 0

Roughly speaking, these rules say that to compute the limit of an algebraic expression,it is enough to compute the limits of the “innermost bits” and then combine these limits.This often means that it is possible to simply plug in a value for the variable, sincelimx→a x = a.

EXAMPLE 2.8 Compute limx→1

x2 − 3x + 5x− 2

. If we apply the theorem in all its gory

detail, we get

limx→1

x2 − 3x + 5x− 2

=limx→1(x2 − 3x + 5)

limx→1(x− 2)

=(limx→1 x2)− (limx→1 3x) + (limx→1 5)

(limx→1 x)− (limx→1 2)

=(limx→1 x)2 − 3(limx→1 x) + 5

(limx→1 x)− 2

=12 − 3 · 1 + 5

1− 2

=1− 3 + 5−1

= −3

Page 47: 3739202 Calculus Whitman College

2.3 Limits 33

It is worth commenting on the trivial limit limx→1 5. From one point of view thismight seem meaningless, as the number 5 can’t “approach” any value, since it is simply afixed number. But 5 can, and should, be interpreted here as the function that has value 5everywhere, f(x) = 5, with graph a horizontal line. From this point of view it makes senseto ask what happens to the height of the function as x approaches 1.

Of course, as we’ve already seen, we’re primarily interested in limits that aren’t so easy,namely, limits in which a denominator approaches zero. There are a handful of algebraictricks that work on many of these limits.

EXAMPLE 2.9 Compute limx→1

x2 + 2x− 3x− 1

. We can’t simply plug in x = 1 because

that makes the denominator zero. We can note that if x 6= 1,

limx→1

x2 + 2x− 3x− 1

= limx→1

(x− 1)(x + 3)x− 1

= limx→1

(x + 3) = 4

Another of the most common algebraic tricks was used in section 2.1. Here’s anotherexample:

EXAMPLE 2.10 Compute limx→−1

√x + 5− 2x + 1

.

limx→−1

√x + 5− 2x + 1

= limx→−1

√x + 5− 2x + 1

√x + 5 + 2√x + 5 + 2

= limx→−1

x + 5− 4(x + 1)(

√x + 5 + 2)

= limx→−1

x + 1(x + 1)(

√x + 5 + 2)

= limx→−1

1√x + 5 + 2

=14

Occasionally we will need a slightly modified version of the limit definition. Considerthe function f(x) =

√1− x2, the upper half of the unit circle. What can we say about

limx→1 f(x)? It is apparent from the graph of this familiar function that as x gets closeto 1 from the left, the value of f(x) gets close to zero. It does not even make sense to

Page 48: 3739202 Calculus Whitman College

34 Chapter 2 Instantaneous Rate Of Change: The Derivative

ask what happens as x approaches 1 from the right, since f(x) is not defined there. Thedefinition of the limit, however, demands that f(1 + ∆x) be close to f(1) whether ∆x ispositive or negative. Sometimes the limit of a function exists from one side or the other(or both) even though the limit does not exist. Since it is useful to be able to talk aboutthis situation, we introduce the concept of one sided limit:

DEFINITION 2.11 One-sided limit Suppose that f(x) is a function. We say thatlimx→a− f(x) = L if for every ε > 0 there is a δ > 0 so that whenever 0 < a − x < δ,|f(x) − L| < ε. We say that limx→a+ f(x) = L if for every ε > 0 there is a δ > 0 so thatwhenever 0 < x− a < δ, |f(x)− L| < ε.

Usually limx→a− f(x) is read “the limit of f(x) from the left” and limx→a+ f(x) isread “the limit of f(x) from the right”.

EXAMPLE 2.12 Discuss limx→0

x

|x| , limx→0−

x

|x| , and limx→0+

x

|x| .The function f(x) = x/|x| is undefined at 0; when x > 0, |x| = x and so f(x) = 1;

when x < 0, |x| = −x and f(x) = −1. Thus limx→0−x|x| = limx→0− −1 = −1 while

limx→0+x|x| = limx→0+ 1 = 1. The limit of f(x) must be equal to both the left and right

limits; since they are different, the limit limx→0x|x| does not exist.

Exercises

Compute the limits.

1. limx→3

x2 + x− 12

x− 3⇒

2. limx→1

x2 + x− 12

x− 3⇒

3. limx→−4

x2 + x− 12

x− 3⇒

4. limx→2

x2 + x− 12

x− 2⇒

5. limx→1

√x + 8− 3

x− 1⇒

6. limx→0

r1

x+ 2−

r1

x. ⇒

2.4 The Derivative Function

We have seen how to create, or derive, a new function f ′(x) from a function f(x), andthat this new function carries important information. In one example we saw that f ′(x)tells us how steep the graph of f(x) is; in another we saw that f ′(x) tells us the speedof an object if f(x) tells us the position of the object at time x. As we said earlier, thissame mathematical idea is useful whenever f(x) represents some changing quantity and wewant to know something about how it changes, or roughly, the “rate” at which it changes.Most functions encountered in practice are built up from a small collection of “primitive”

Page 49: 3739202 Calculus Whitman College

2.4 The Derivative Function 35

functions in a few simple ways, for example, by adding or multiplying functions togetherto get new, more complicated functions. To make good use of the information providedby f ′(x) we need to be able to compute it for a variety of such functions.

We will begin to use different notations for the derivative of a function. While initiallyconfusing, each is often useful so it is worth maintaining multiple versions of the samething.

Consider again the function f(x) =√

625− x2. We have computed the derivativef ′(x) = −x/

√625− x2, and have already noted that if we use the alternate notation

y =√

625− x2 then we might write y′ = −x/√

625− x2. Another notation is quitedifferent, and in time it will become clear why it is often a useful one. Recall that tocompute the the derivative of f we computed

lim∆x→0

√625− (7 + ∆x)2 − 24

∆x.

The denominator here measures a distance in the x direction, sometimes called the “run”,and the numerator measures a distance in the y direction, sometimes called the “rise,” and“rise over run” is the slope of a line. Recall that sometimes such a numerator is abbreviated∆y, exchanging brevity for a more detailed expression. So in general, a derivative is givenby

y′ = lim∆x→0

∆y

∆x.

To recall the form of the limit, we sometimes say instead that

dy

dx= lim

∆x→0

∆y

∆x.

In other words, dy/dx is another notation for the derivative, and it reminds us that it isrelated to an actual slope between two points. This notation is called Leibniz notation,after Gottfried Leibniz, who developed the fundamentals of calculus independently, atabout the same time that Isaac Newton did. Again, since we often use f and f(x) to meanthe original function, we sometimes use df/dx and df(x)/dx to refer to the derivative. Ifthe function f(x) is written out in full we often write the last of these something like this

f ′(x) =d

dx

√625− x2

with the function written to the side, instead of trying to fit it into the numerator.

EXAMPLE 2.13 Find the derivative of y = f(t) = t2.

Page 50: 3739202 Calculus Whitman College

36 Chapter 2 Instantaneous Rate Of Change: The Derivative

We compute

y′ = lim∆t→0

∆y

∆t= lim

∆t→0

(t + ∆t)2 − t2

∆t

= lim∆t→0

t2 + 2t∆t + ∆t2 − t2

∆t

= lim∆t→0

2t∆t + ∆t2

∆t

= lim∆t→0

2t + ∆t = 2t.

Remember that ∆t is a single quantity, not a “∆” times a “t”, and so ∆t2 is (∆t)2 not∆(t2).

EXAMPLE 2.14 Find the derivative of y = f(x) = 1/x.The computation:

y′ = lim∆x→0

∆y

∆x= lim

∆x→0

1x+∆x − 1

x

∆x

= lim∆x→0

xx(x+∆x) − x+∆x

x(x+∆x)

∆x

= lim∆x→0

x−(x+∆x)x(x+∆x)

∆x

= lim∆x→0

x− x−∆x

x(x + ∆x)∆x

= lim∆x→0

−∆x

x(x + ∆x)∆x

= lim∆x→0

−1x(x + ∆x)

=−1x2

Note. If you happen to know some “derivative formulas” from an earlier course, forthe time being you should pretend that you do not know them. In examples like theones above and the homework below, you are required to know how to find the derivativeformula starting from basic principles. We will later develop some formulas so that we donot always need to do such computations, but we will continue to need to know how to dothe more involved computations.

Page 51: 3739202 Calculus Whitman College

2.4 The Derivative Function 37

Sometimes one encounters a point in the domain of a function y = f(x) where thereis no derivative, because there is no tangent line. In order for the notion of the tangentline at a point to make sense, the curve must be “smooth” at that point. This means thatif you imagine a particle traveling at some steady speed along the curve, then the particledoes not experience an abrupt change of direction. There are two types of situations youshould be aware of—corners and cusps—where there’s a sudden change of direction andhence no derivative.

EXAMPLE 2.15 Discuss the derivative of the absolute value function y = f(x) = |x|.If x is positive, then this is the function y = x, whose derivative is the constant 1.

(Recall that when y = f(x) = mx+ b, the derivative is the slope m.) If x is negative, thenwe’re dealing with the function y = −x, whose derivative is the constant −1. If x = 0,then the function has a corner, i.e., there is no tangent line. A tangent line would haveto point in the direction of the curve—but there are two directions of the curve that cometogether at the origin. We can summarize this as

y′ =

{ 1 if x > 0;−1 if x < 0;undefined if x = 0.

EXAMPLE 2.16 Discuss the derivative of the function y = x2/3, shown in figure 2.2.We will later see how to compute this derivative; for now we use the fact that y′ =(2/3)x−1/3. Visually this looks much like the absolute value function, but it technicallyhas a cusp, not a corner. The absolute value function has no tangent line at 0 becausethere are (at least) two obvious contenders—the tangent line of the left side of the curveand the tangent line of the right side. The function y = x2/3 does have a tangent line at 0,the y-axis, a line with no slope (sometimes called “infinite” slope, though this is hard tomake precise). But the slope of x2/3 just to the right of 0 is very large and positive, whilethe slope to the left is very large and negative, so in fact there is no “single slope” at 0.

In practice we won’t worry much about the distinction between these examples; in bothcases the function has a “sharp point” where there is no tangent line and no derivative.

Page 52: 3739202 Calculus Whitman College

38 Chapter 2 Instantaneous Rate Of Change: The Derivative

0

1

−2 −1 0 1 2

...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

..............................

...............................

................................

.................

Figure 2.2 A cusp on x2/3.

Exercises

1. Find the derivative of y = f(x) =√

169− x2. ⇒2. Find the derivative of y = f(t) = 80− 4.9t2. ⇒3. Find the derivative of y = f(x) = x2 − (1/x). ⇒4. Find the derivative of y = f(x) = ax2 + bx + c (where a, b, and c are constants). ⇒5. Find the derivative of y = f(x) = x3. ⇒6. Shown is the graph of a function f(x). Sketch the graph of f ′(x) by estimating the derivative

at a number of points in the interval: estimate the derivative at regular intervals from oneend of the interval to the other, and also at “special” points, as when the derivative is zero.Make sure you indicate any places where the derivative does not exist.

0.2

0.4

0.6

0.8

1.0

1.2

1.4

1.6

−1.0 −0.8 −0.6 −0.4 −0.2 0.0 0.2 0.4 0.6 0.8 1.0

................................................................................................................................................................

......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

7. Shown is the graph of a function f(x). Sketch the graph of f ′(x) by estimating the derivativeat a number of points in the interval: estimate the derivative at regular intervals from oneend of the interval to the other, and also at “special” points, as when the derivative is zero.

Page 53: 3739202 Calculus Whitman College

2.5 Adjectives For Functions 39

Make sure you indicate any places where the derivative does not exist.

0

1

2

3

4

0 1 2 3 4 5

.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

..............................................................................................................................................................................................................................................................................................................................................................

2.5 Adjectives For Functions

As we have defined it in Section 1.3, a function is a very general object. At this point,it is useful to introduce a collection of adjectives to describe certain kinds of functions.Consider the graphs of the functions in Figure 2.3. It would clearly be useful to have wordsto help us describe the distinct features of each of them. We will point out and define afew adjectives (there are many more) for the functions pictured here. For the sake of thediscussion, we will assume that the graphs do not exhibit any unusual behavior off-stage(i.e., outside the view of the graphs).Functions. Each graph in Figure 2.3 certainly represents a function—since each passesthe vertical line test. In other words, as you sweep a vertical line across the graph of eachfunction, the line never intersects the graph more than once. If it did, then the graphwould not represent a function.Bounded. The graph in (c) appears to approach zero as x goes to both positive andnegative infinity. It also never exceeds the value 1 or drops below the value 0. Because thegraph never increases or decreases without bound, we say that the function represented bythe graph in (c) is a bounded function.

DEFINITION 2.17 Bounded A function f is bounded if there is a number M suchthat |f(x)| < M for every x in the domain of f .

Page 54: 3739202 Calculus Whitman College

40 Chapter 2 Instantaneous Rate Of Change: The Derivative

−3

−2

−1

1

2

3

−3 −2 −1 1 2 3

................................................................................................................

.....................................................................................................................................................................................................................................................................................

(c)

−3

−2

−1

1

2

3

−3 −2 −1 1 2 3

....................................................................................

................................................................................................................................

................................................................................................................................

(a)

−3

−2

−1

1

2

3

−3 −2 −1 1 2 3

..........................................................................................................................................................................................................................................................................................................................................................................

..........................................................................

.........

(b)

−3

−2

−1

1

2

3

−3 −2 −1 1 2 3

...............................................................................................................................................................................................................................................................

...............................................................................................................................................................................................................................................................

(d)

Figure 2.3 Function Types: (a) a discontinuous function, (b) a continuous function, (c)a bounded, differentiable function, (d) an unbounded, differentiable function

For the function in (c), one such choice for M would be 10. However, the smallest(optimal) choice would be M = 1. In either case, simply finding an M is enough toestablish boundedness. No such M exists for the hyperbola in (d) and hence we can saythat it is unbounded.Continuity. The graphs shown in (b) and (c) both represent continuous functions.Geometrically, this is because there are no jumps in the graphs. That is, if you pick apoint on the graph and approach it from the left and right, the values of the functionapproach the value of the function at that point. For example, we can see that this is not

Page 55: 3739202 Calculus Whitman College

2.5 Adjectives For Functions 41

true for function values near x = −1 on the graph in (a) which is not continuous at thatlocation.

DEFINITION 2.18 Continuity at a Point A function f is continuous at a pointa if limx→a f(x) = f(a).

DEFINITION 2.19 Continuous A function f is continuous if it is continuous atevery point in its domain.

Strangely, we can also say that (d) is continuous even though there is a vertical asymp-tote. A careful reading of the definition of continuous reveals the phrase “at every pointin its domain.” Because the location of the asymptote, x = 0, is not in the domain ofthe function, and because the rest of the function is well-behaved, we can say that (d) iscontinuous.Differentiability. Now that we have introduced the derivative of a function at a point,we can begin to use the adjective differentiable. We can see that the tangent line is well-defined at every point on the graph in (c). Therefore, we can say that (c) is a differentiablefunction.

DEFINITION 2.20 Differentiable at a Point A function f is differentiable atpoint a (excluding endpoints and isolated points in the domain of f) if f ′(a) exists.

DEFINITION 2.21 Differentiable A function f is differentiable if is differentiableat every point (excluding endpoints and isolated points in the domain of f) in the domainof f .

Take note that, for technical reasons not discussed here, both of these definitionsexclude endpoints and isolated points in the domain from consideration.

We now have a collection of adjectives to describe the very rich and complex set ofobjects known as functions.

We close with a useful theorem about continuous functions:

THEOREM 2.22 Intermediate Value Theorem If f is continuous on the interval[a, b] and d is between f(a) and f(b), then there is a number c in [a, b] such that f(c) = d.

This is most frequently used when d = 0.

EXAMPLE 2.23 Explain why the function f = x3 + 3x2 + x− 2 has a root between 0and 1.

Page 56: 3739202 Calculus Whitman College

42 Chapter 2 Instantaneous Rate Of Change: The Derivative

Since f(0) = −2 and f(1) = 3, and 0 is between −2 and 3, there is a c ∈ [0, 1] suchthat f(c) = 0.

This example also points the way to a simple method for approximating roots.

EXAMPLE 2.24 Approximate the root of the previous example to one decimal place.If we compute f(0.1), f(0.2), and so on, we find that f(0.6) < 0 and f(0.7) > 0, so by

the Intermediate Value Theorem, f has a root between 0.6 and 0.7. Repeating the processwith f(0.61), f(0.62), and so on, we find that f(0.61) < 0 and f(0.62) > 0, so f has a rootbetween 0.61 and 0.62, and the root is 0.6 rounded to one decimal place.

Exercises

1. Along the lines of Figure 2.3, for each part below sketch the graph of a function that is:

a. bounded, but not continuous.

b. differentiable and unbounded.

c. continuous at x = 0, not continuous at x = 1, and bounded.

d. differentiable everywhere except at x = −1, continuous, and unbounded.

2. Is f(x) = sin(x) a bounded function? If so, find the smallest M .

3. Is s(t) = 1/(1 + t2) a bounded function? If so, find the smallest M .

4. Is v(u) = 2 ln |u| a bounded function? If so, find the smallest M .

5. Consider the function

h(x) =

2x− 3, if x < 10, if x ≥ 1.

Show that it is continuous at the point x = 0. Is h a continuous function?

6. Approximate a root of f = x3 − 4x2 + 2x + 2 to one decimal place.

7. Approximate a root of f = x4 + x3 − 5x + 1 to one decimal place.

Page 57: 3739202 Calculus Whitman College

3Rules For Finding Derivatives

It is tedious to compute a limit every time we need to know the derivative of a function.Fortunately, we can develop a small collection of examples and rules that allow us tocompute the derivative of almost any function we are likely to encounter. Many functionsinvolve quantities raised to a constant power, such as polynomials and more complicatedcombinations like y = (sin x)4. So we start by examining powers of a single variable; thisgives us a building block for more complicated examples.

3.1 The Power Rule

We start with the derivative of a power function, f(x) = xn. Here n is a number ofany kind: integer, rational, positive, negative, even irrational, as in xπ. We have alreadycomputed some simple examples, so the formula should not be a complete surprise:

d

dxxn = nxn−1.

It is not easy to show this is true for any n. We will do some of the easier cases now, anddiscuss the rest later.

The easiest, and most common, is the case that n is a positive integer. To computethe derivative we need to compute the following limit:

d

dxxn = lim

∆x→0

(x + ∆x)n − xn

∆x.

43

Page 58: 3739202 Calculus Whitman College

44 Chapter 3 Rules For Finding Derivatives

For a specific, fairly small value of n, we could do this by straightforward algebra.

EXAMPLE 3.1 Find the derivative of f(x) = x3.

d

dxx3 = lim

∆x→0

(x + ∆x)3 − x3

∆x.

= lim∆x→0

x3 + 3x2∆x + 3x∆x2 + ∆x3 − x3

∆x.

= lim∆x→0

3x2∆x + 3x∆x2 + ∆x3

∆x.

= lim∆x→0

3x2 + 3x∆x + ∆x2 = 3x2.

The general case is really not much harder as long as we don’t try to do too much.The key is understanding what happens when (x + ∆x)n is multiplied out:

(x + ∆x)n = xn + nxn−1∆x + a2xn−2∆x2 + · · ·+ +an−1x∆xn−1 + ∆xn.

We know that multiplying out will give a large number of terms all of the form xi∆xj , andin fact that i+ j = n in every term. One way to see this is to understand that one methodfor mulitplying out (x + ∆x)n is the following: In every (x + ∆x) factor, pick either the x

or the ∆x, then multiply the n choices together; do this in all possible ways. For example,for (x + ∆x)3, there are eight possible ways to do this:

(x + ∆x)(x + ∆x)(x + ∆x) = xxx + xx∆x + x∆xx + x∆x∆x

+ ∆xxx + ∆xx∆x + ∆x∆xx + ∆x∆x∆x

= x3 + x2∆x + x2∆x + x∆x2

+ x2∆x + x∆x2 + x∆x2 + ∆x3

= x3 + 3x2∆x + 3x∆x2 + ∆x3

No matter what n is, there are n ways to pick ∆x in one factor and x in the remainingn−1 factors; this means one term is nxn−1∆x. The other coefficients are somewhat harderto understand, but we don’t really need them, so in the formula above they have simplybeen called a2, a3, and so on. We know that every one of these terms contains ∆x to at

Page 59: 3739202 Calculus Whitman College

3.1 The Power Rule 45

least the power 2. Now let’s look at the limit:

d

dxxn = lim

∆x→0

(x + ∆x)n − xn

∆x

= lim∆x→0

xn + nxn−1∆x + a2xn−2∆x2 + · · ·+ an−1x∆xn−1 + ∆xn − xn

∆x

= lim∆x→0

nxn−1∆x + a2xn−2∆x2 + · · ·+ an−1x∆xn−1 + ∆xn

∆x

= lim∆x→0

nxn−1 + a2xn−2∆x + · · ·+ an−1x∆xn−2 + ∆xn−1 = nxn−1.

Now without much trouble we can verify the formula for negative integers. First let’slook at an example:

EXAMPLE 3.2 Find the derivative of y = x−3. Using the formula, y′ = −3x−3−1 =−3x−4.

Here is the general computation. Suppose n is a negative integer; the algebra is easierto follow if we use n = −m in the computation, where m is a positive integer.

d

dxxn =

d

dxx−m = lim

∆x→0

(x + ∆x)−m − x−m

∆x

= lim∆x→0

1(x+∆x)m − 1

xm

∆x

= lim∆x→0

xm − (x + ∆x)m

(x + ∆x)mxm∆x

= lim∆x→0

xm − (xm + mxm−1∆x + a2xm−2∆x2 + · · ·+ am−1x∆xm−1 + ∆xm)

(x + ∆x)mxm∆x

= lim∆x→0

−mxm−1 − a2xm−2∆x− · · · − am−1x∆xm−2 −∆xm−1)

(x + ∆x)mxm

=−mxm−1

xmxm=−mxm−1

x2m= −mxm−1−2m = nx−m−1 = nxn−1.

We will later see why the other cases of the power rule work, but from now on we willuse the power rule whenever n is any real number. Let’s note here a simple case in whichthe power rule applies, or almost applies, but is not really needed. Suppose that f(x) = 1;remember that this “1” is a function, not “merely” a number, and that f(x) = 1 has agraph that is a horizontal line, with slope zero everywhere. So we know that f ′(x) = 0.

Page 60: 3739202 Calculus Whitman College

46 Chapter 3 Rules For Finding Derivatives

We might also write f(x) = x0, though there is some question about just what this meansat x = 0. If we apply the power rule, we get f ′(x) = 0x−1 = 0/x = 0, again noting thatthere is a problem at x = 0. So the power rule “works” in this case, but it’s really best tojust remember that the derivative of any constant function is zero.

Exercises

Find the derivatives of the given functions.

1. x100 ⇒2. x−100 ⇒3.

1

x5⇒

4. xπ ⇒5. x3/4 ⇒6. x−9/7 ⇒

3.2 Linearity of the Derivative

An operation is linear if it behaves “nicely” with respect to multiplication by a constantand addition. The name comes from the equation of a line through the origin, f(x) = mx,and the following two properties of this equation. First, f(cx) = m(cx) = c(mx) = cf(x),so the constant c can be “moved outside” or “moved through” the function f . Second,f(x + y) = m(x + y) = mx + my = f(x) + f(y), so the addition symbol likewise can bemoved through the function.

The corresponding properties for the derivative are:

(cf(x))′ =d

dxcf(x) = c

d

dxf(x) = cf ′(x),

and

(f(x) + g(x))′ =d

dx(f(x) + g(x)) =

d

dxf(x) +

d

dxg(x) = f ′(x) + g′(x).

It is easy to see, or at least to believe, that these are true by thinking of the dis-tance/speed interpretation of derivatives. If one object is at position f(t) at time t, weknow its speed is given by f ′(t). Suppose another object is at position 5f(t) at time t,namely, that it is always 5 times as far along the route as the first object. Then it “must”be going 5 times as fast at all times.

The second rule is somewhat more complicated, but here is one way to picture it.Suppose a flat bed railroad car is at position f(t) at time t, so the car is traveling at aspeed of f ′(t) (to be specific, let’s say that f(t) gives the position on the track of the rearend of the car). Suppose that an ant is crawling from the back of the car to the front sothat its position on the car is g(t) and its speed relative to the car is g′(t). Then in reality,at time t, the ant is at position f(t) + g(t) along the track, and its speed is “obviously”f ′(t) + g′(t).

Page 61: 3739202 Calculus Whitman College

3.2 Linearity of the Derivative 47

We don’t want to rely on some more-or-less obvious physical interpretation to deter-mine what is true mathematically, so let’s see how to verify these rules by computation.We’ll do one and leave the other for the exercises.

d

dx(f(x) + g(x)) = lim

∆x→0

f(x + ∆x) + g(x + ∆x)− (f(x) + g(x))∆x

= lim∆x→0

f(x + ∆x) + g(x + ∆x)− f(x)− g(x)∆x

= lim∆x→0

f(x + ∆x)− f(x) + g(x + ∆x)− g(x)∆x

= lim∆x→0

(f(x + ∆x)− f(x)

∆x+

g(x + ∆x)− g(x)∆x

)

= lim∆x→0

f(x + ∆x)− f(x)∆x

+ lim∆x→0

g(x + ∆x)− g(x)∆x

= f ′(x) + g′(x)

This is sometimes called the sum rule for derivatives.

EXAMPLE 3.3 Find the derivative of f(x) = x5 + 5x2. We have to invoke linearitytwice here:

f ′(x) =d

dx(x5 + 5x2) =

d

dxx5 +

d

dx(5x2) = 5x4 + 5

d

dx(x2) = 5x4 + 5 · 2x1 = 5x4 + 10x.

Because it is so easy with a little practice, we can usually combine all uses of linearityinto a single step. The following example shows an acceptably detailed computation.

EXAMPLE 3.4 Find the derivative of f(x) = 3/x4 − 2x2 + 6x− 7.

f ′(x) =d

dx

(3x4− 2x2 + 6x− 7

)=

d

dx(3x−4 − 2x2 + 6x− 7) = −12x−5 − 4x + 6.

Page 62: 3739202 Calculus Whitman College

48 Chapter 3 Rules For Finding Derivatives

Exercises

Find the derivatives of the given functions.

1. 5x3 + 12x2 − 15 ⇒2. −4x5 + 3x2 − 5/x2 ⇒3. 5(−3x2 + 5x + 1) ⇒4. f(x) + g(x), where f(x) = x2 − 3x + 2 and g(x) = 2x3 − 5x ⇒5. (x + 1)(x2 + 2x− 3) ⇒6.√

625− x2 + 3x3 + 12 (See section 2.1.) ⇒

3.3 The Product Rule

Consider the product of two simple functions, say f(x) = (x2 + 1)(x3 − 3x). An obviousguess for the derivative of f is the product of the derivatives of the constituent functions:(2x)(3x2−3) = 6x3−6x. Is this correct? We can easily check, by rewriting f and doing thecalculation in a way that is known to work. First, f(x) = x5−3x3+x3−3x = x5−2x3−3x,and then f ′(x) = 5x4−6x2−3. Not even close! What went “wrong”? Well, nothing really,except the guess was wrong.

So the derivative of f(x)g(x) is NOT as simple as f ′(x)g′(x). Surely there is somerule for such a situation? There is, and it is instructive to “discover” it by trying to dothe general calculation even without knowing the answer in advance.

d

dx(f(x)g(x)) = lim

∆x→0

f(x + ∆x)g(x + ∆x)− f(x)g(x)∆x

= lim∆x→0

f(x + ∆x)g(x + ∆x)− f(x + ∆x)g(x) + f(x + ∆x)g(x)− f(x)g(x)∆x

= lim∆x→0

f(x + ∆x)g(x + ∆x)− f(x + ∆x)g(x)∆x

+ lim∆x→0

f(x + ∆x)g(x)− f(x)g(x)∆x

= lim∆x→0

f(x + ∆x)g(x + ∆x)− g(x)

∆x+ lim

∆x→0

f(x + ∆x)− f(x)∆x

g(x)

= f(x)g′(x) + f ′(x)g(x)

A couple of items here need discussion. First, we used a standard trick, “add and subtractthe same thing”, to transform what we had into a more useful form. After some rewriting,we realize that we have two limits that produce f ′(x) and g′(x). Of course, f ′(x) andg′(x) must actually exist for this to make sense. We also replaced lim∆x→0 f(x+∆x) withf(x)—why is this justified?

What we really need to know here is that limx→a f(x) = f(a), that is, the values off(x) get close to f(a) as x gets close to a. This is certainly not always true, as in the

Page 63: 3739202 Calculus Whitman College

3.3 The Product Rule 49

“greatest integer” or “floor” function, for example. The value of the function f(x) = bxc is“x rounded down” or “the greatest integer less than or equal to x.” For example, b4.5c = 4,b47c = 47. The graph of this function is indicated in figure 3.1. As x gets close to 1 fromthe left, f(x) gets close to 0 (it actually is 0) but f(1) = 1. If limx→a f(x) = f(a) we saythat f is continuous at a. What we need to know above is that f(x) is continuous, at leastat some point that we’re interested in. We already know that f ′(x) exists (or the wholeapproach, writing the derivative of fg in terms of f ′ and g′, doesn’t make sense). Thisturns out to imply that f is continuous as well. Here’s why:

lim∆x→0

f(x + ∆x) = lim∆x→0

(f(x + ∆x)− f(x) + f(x))

= lim∆x→0

f(x + ∆x)− f(x)∆x

∆x + lim∆x→0

f(x)

= f ′(x) · 0 + f(x) = f(x)

Figure 3.1 The greatest integer function.

To summarize: the product rule says that

d

dx(f(x)g(x)) = f(x)g′(x) + f ′(x)g(x).

Returning to the example we started with, let f(x) = (x2 +1)(x3−3x). Then f ′(x) =(x2 + 1)(3x2 − 3) + (2x)(x3 − 3x) = 3x4 − 3x2 + 3x2 − 3 + 2x4 − 6x2 = 5x4 − 6x2 − 3,as before. In this case it is probably simpler to multiply f(x) out first, then compute thederivative; here’s an example for which we really need the product rule.

EXAMPLE 3.5 Compute the derivative of f(x) = x2√

625− x2. We have alreadycomputed d

dx

√625− x2 = −x/

√625− x2. Now

f ′(x) = x2 −x√625− x2

+ 2x√

625− x2 =−x3 + 2x(625− x2)√

625− x2=−3x3 + 1250x√

625− x2.

Page 64: 3739202 Calculus Whitman College

50 Chapter 3 Rules For Finding Derivatives

Exercises

Find the derivatives of the functions using the product rule.

1. x3(x3 − 5x + 10) ⇒2. (x2 + 5x− 3)(x5 − 6x3 + 3x2 − 7x + 1) ⇒3.√

x√

625− x2 ⇒

4.

√625− x2

x20⇒

3.4 The Quotient Rule

What is the derivative of (x2 + 1)/(x3 − 3x)? More generally, we’d like to have a formulato compute the derivative of f(x)/g(x) if we already know f ′(x) and g′(x). Instead ofattacking this problem head-on, let’s notice that we’ve already done part of the problem:f(x)/g(x) = f(x) · (1/g(x)), that is, this is “really” a product, and we can compute thederivative if we know f ′(x) and (1/g(x))′. So really the only new bit of information weneed is (1/g(x))′ in terms of g′(x). As with the product rule, let’s set this up and see howfar we can get:

d

dx

1g(x)

= lim∆x→0

1g(x+∆x) − 1

g(x)

∆x

= lim∆x→0

g(x)−g(x+∆x)g(x+∆x)g(x)

∆x

= lim∆x→0

g(x)− g(x + ∆x)g(x + ∆x)g(x)∆x

= lim∆x→0

−g(x + ∆x)− g(x)∆x

1g(x + ∆x)g(x)

= − g′(x)g(x)2

Now we can put this together with the product rule:

d

dx

f(x)g(x)

= f(x)−g′(x)g(x)2

+ f ′(x)1

g(x)=−f(x)g′(x) + f ′(x)g(x)

g(x)2=

f ′(x)g(x)− f(x)g′(x)g(x)2

.

EXAMPLE 3.6 Compute the derivative of (x2 + 1)/(x3 − 3x).

d

dx

x2 + 1x3 − 3x

=2x(x3 − 3x)− (x2 + 1)(3x2 − 3)

(x3 − 3x)2=−x4 − 6x2 + 3

(x3 − 3x)2.

Page 65: 3739202 Calculus Whitman College

3.4 The Quotient Rule 51

It is often possible to calculate derivatives in more than one way, as we have alreadyseen. Since every quotient can be written as a product, it is always possible to use theproduct rule to compute the derivative, though it is not always simpler.

EXAMPLE 3.7 Find the derivative of√

625− x2/√

x in two ways: using the quotientrule, and using the product rule.

Quotient rule:

d

dx

√625− x2

√x

=√

x(−x/√

625− x2)−√625− x2 · 1/(2√

x)x

.

Note that we have used√

x = x1/2 to compute the derivative of√

x by the power rule.Product rule:

d

dx

√625− x2x−1/2 =

√625− x2

−12

x−3/2 +−x√

625− x2x−1/2.

With a bit of algebra, both of these simplify to

− x2 + 6252√

625− x2x3/2.

Occasionally you will need to compute the derivative of a quotient with a constantnumerator, like 10/x2. Of course you can use the quotient rule, but it is usually not theeasiest method. If we do use it here, we get

d

dx

10x2

=x2 · 0− 10 · 2x

x4=−20x3

,

since the derivative of 10 is 0. But it is simpler to do this:

d

dx

10x2

=d

dx10x−2 = −20x−3.

Admittedly, x2 is a particularly simple denominator, but we will see that a similar calcu-lation is usually possible. Another approach is to remember that

d

dx

1g(x)

=−g′(x)g(x)2

,

but this requires extra memorization. Using this formula,

d

dx

10x2

= 10−2x

x4.

Note that we first use linearity of the derivative to pull the 10 out in front.

Page 66: 3739202 Calculus Whitman College

52 Chapter 3 Rules For Finding Derivatives

Exercises

Find the derivatives of the functions using the quotient rule.

1.x3

x3 − 5x + 10⇒

2.x2 + 5x− 3

x5 − 6x3 + 3x2 − 7x + 1⇒

3.

√x√

625− x2⇒

4.

√625− x2

x20⇒

3.5 The Chain Rule

So far we have seen how to compute the derivative of a function built up from otherfunctions by addition, subtraction, multiplication and division. But there is another veryimportant way that we combine simple functions to make more complicated functions. Forexample, how is

√625− x2 “built”? It has many simpler components, like 625 and x2,

and then there is that square root symbol, so in a way the square root function√

x = x1/2

is involved. One way to view this is that we have taken a simple function, 625 − x2, andput it “inside” the function

√x—that is, we have replaced the variable x in

√x by another

function. The obvious question is: can we compute the derivative using the derivativesof the constituents 625 − x2 and

√x? We can indeed. In general, if f(x) and g(x) are

functions, we can compose them to get a new function by replacing the variable in one withthe other function. There are two ways to do this, and they are generally quite different.

EXAMPLE 3.8 Form the two possible compositions of f(x) =√

x and g(x) = 625−x2.First, f(g(x)) =

√625− x2; second g(f(x)) = 625− (

√x)2 = 625− x.

Suppose we want the derivative of f(g(x)). Again, let’s set up the derivative and playsome algebraic tricks:

d

dxf(g(x)) = lim

∆x→0

f(g(x + ∆x))− f(g(x))∆x

= lim∆x→0

f(g(x + ∆x))− f(g(x))g(x + ∆x))− g(x)

g(x + ∆x))− g(x)∆x

Now we see immediately that the second fraction turns into g′(x) when we take the limit.The first fraction is more complicated, but it too looks something like a derivative. Thedenominator, g(x + ∆x)) − g(x), is a change in the value of g, so let’s abbreviate it as∆g = g(x + ∆x))− g(x), which also means g(x + ∆x) = g(x) + ∆g. This gives us

lim∆x→0

f(g(x) + ∆g)− f(g(x))∆g

.

Page 67: 3739202 Calculus Whitman College

3.5 The Chain Rule 53

As ∆x goes to 0, it is also true that ∆g goes to 0, because g(x + ∆x) goes to g(x). So wecan rewrite this limit as

lim∆g→0

f(g(x) + ∆g)− f(g(x))∆g

.

Now this looks exactly like a derivative, namely f ′(g(x)), that is, the function f ′(x) withx replaced by g(x). If this all withstands scrutiny, we then get

d

dxf(g(x)) = f ′(g(x))g′(x).

Unfortunately, there is a small flaw in the argument. Recall that what we mean by lim∆x→0

involves what happens when ∆x is close to 0 but not equal to 0. The qualification is veryimportant, since we must be able to divide by ∆x. But when ∆x is close to 0 but not equalto 0, ∆g = g(x + ∆x)) − g(x) is close to 0 but possibly equal to 0. This means it doesn’treally make sense to divide by ∆g. Fortunately, it is possible to recast the argument toavoid this difficulty, but it is a bit tricky; we will not include the details, which can befound in many calculus books.

The chain rule has a particularly simple expression if we use the Leibniz notation forthe derivative. The quantity f ′(g(x)) is the derivative of f with x replaced by g; this canbe written df/dg. As usual, g′(x) = dg/dx. Then the chain rule becomes

df

dx=

df

dg

dg

dx.

This looks like trivial arithmetic, but it is not: dg/dx is not a fraction, that is, not literaldivision, but a single symbol that means g′(x). Nevertheless, it turns out that what lookslike trivial arithmetic, and is therefore easy to remember, is really true.

It will take a bit of practice to make the use of the chain rule come naturally—it ismore complicated than the earlier differentiation rules we have seen.

EXAMPLE 3.9 Compute the derivative of√

625− x2. We already know that theanswer is −x/

√625− x2, computed directly from the limit. In the context of the chain

rule, we have f(x) =√

x, g(x) = 625 − x2. We know that f ′(x) = (1/2)x−1/2, sof ′(g(x)) = (1/2)(625 − x2)−1/2. Note that this is a two step computation: first computef ′(x), then replace x by g(x). Since g′(x) = −2x we have

f ′(g(x))g′(x) =1

2√

625− x2(−2x) =

−x√625− x2

.

Page 68: 3739202 Calculus Whitman College

54 Chapter 3 Rules For Finding Derivatives

EXAMPLE 3.10 Compute the derivative of 1/√

625− x2. This is a quotient with aconstant numerator, so we could use the quotient rule, but it is simpler to use the chainrule. The function is (625−x2)−1/2, the composition of f(x) = x−1/2 and g(x) = 625−x2.We compute f ′(x) = (−1/2)x−3/2 using the power rule, and then

f ′(g(x))g′(x) =−1

2(625− x2)3/2(−2x) =

x

(625− x2)3/2.

In practice, of course, you will need to use more than one of the rules we have developedto compute the derivative of a complicated function.

EXAMPLE 3.11 Compute the derivative of

f(x) =x2 − 1

x√

x2 + 1.

The “last” operation here is division, so to get started we need to use the quotient rulefirst. This gives

f ′(x) =(x2 − 1)′x

√x2 + 1− (x2 − 1)(x

√x2 + 1)′

x2(x2 + 1)

=2x2

√x2 + 1− (x2 − 1)(x

√x2 + 1)′

x2(x2 + 1).

Now we need to compute the derivative of x√

x2 + 1. This is a product, so we use theproduct rule:

d

dxx√

x2 + 1 = xd

dx

√x2 + 1 +

√x2 + 1.

Finally, we use the chain rule:

d

dx

√x2 + 1 =

d

dx(x2 + 1)1/2 =

12(x2 + 1)−1/2(2x) =

x√x2 + 1

.

And putting it all together:

f ′(x) =2x2

√x2 + 1− (x2 − 1)(x

√x2 + 1)′

x2(x2 + 1).

=2x2

√x2 + 1− (x2 − 1)

(x

x√x2 + 1

+√

x2 + 1)

x2(x2 + 1).

Page 69: 3739202 Calculus Whitman College

3.5 The Chain Rule 55

This can be simplified of course, but we have done all the calculus, so that only algebra isleft.

EXAMPLE 3.12 Compute the derivative of√

1 +√

1 +√

x. Here we have a morecomplicated chain of compositions, so we use the chain rule twice. At the outermost“layer” we have the function g(x) = 1 +

√1 +

√x plugged into f(x) =

√x, so applying

the chain rule once gives

d

dx

√1 +

√1 +

√x =

12

(1 +

√1 +

√x

)−1/2d

dx

(1 +

√1 +

√x

).

Now we need the derivative of√

1 +√

x. Using the chain rule again:

d

dx

√1 +

√x =

12

(1 +

√x)−1/2 1

2x−1/2.

So the original derivative is

d

dx

√1 +

√1 +

√x =

12

(1 +

√1 +

√x

)−1/2 12

(1 +

√x)−1/2 1

2x−1/2.

=1

8√

x√

1 +√

x

√1 +

√1 +

√x

Using the chain rule, the power rule, and the product rule, it is possible to avoid usingthe quotient rule entirely.

EXAMPLE 3.13 Compute the derivative of f(x) = x3

x2+1 . Write f(x) = x3(x2 + 1)−1,then

f ′(x) = x3 d

dx(x2 + 1)−1 + 3x2(x2 + 1)−1

= x3(−1)(x2 + 1)−2(2x) + 3x2(x2 + 1)−1

= −2x4(x2 + 1)−2 + 3x2(x2 + 1)−1

=−2x4

(x2 + 1)2+

3x2

x2 + 1

=−2x4

(x2 + 1)2+

3x2(x2 + 1)(x2 + 1)2

=−2x4 + 3x4 + 3x2

(x2 + 1)2=

x4 + 3x2

(x2 + 1)2

Page 70: 3739202 Calculus Whitman College

56 Chapter 3 Rules For Finding Derivatives

Note that we already had the derivative on the second line; all the rest is simplification. Itis easier to get to this answer by using the quotient rule, so there’s a trade off: more workfor fewer memorized formulas.

Exercises

Find the derivatives of the functions. For extra practice, and to check your answers, do some ofthese in more than one way if possible.

1. x4 − 3x3 + (1/2)x2 + 7x− π ⇒2. x3 − 2x2 + 4

√x ⇒

3. (x2 + 1)3 ⇒4. x

√169− x2 ⇒

5. (x2 − 4x + 5)√

25− x2 ⇒6.√

r2 − x2, r is a constant ⇒7.√

1 + x4 ⇒8.

1p5−√x

. ⇒

9. (1 + 3x)2 ⇒

10.(x2 + x + 1)

(1− x)⇒

11.

√25− x2

x⇒

12.

r169

x− x ⇒

13.p

x3 − x2 − (1/x) ⇒14. 100/(100− x2)3/2 ⇒15. 3

√x + x3 ⇒

16.q

(x2 + 1)2 +p

1 + (x2 + 1)2 ⇒17. (x + 8)5

18. (4− x)3

19. (x2 + 5)3

20. (6− 2x2)3

21. (1− 4x3)−2

22. 5(x + 1− 1/x)

23. 4(2x2 − x + 3)−2

24.1

1 + 1/x

25.−3

4x2 − 2x + 1

26. (x2 + 1)(5− 2x)/2

27. (3x2 + 1)(2x− 4)3

28.x + 1

x− 1

29.x2 − 1

x2 + 1

30.(x− 1)(x− 2)

x− 3

31.2x−1 − x−2

3x−1 − 4x−2

32. 3(x2 + 1)(2x2 − 1)(2x + 3)

33.1

(2x + 1)(x− 3)

34. ((2x + 1)−1 + 3)−1

35. (2x + 1)3(x2 + 1)2

36. Find an equation for the tangent line to y = 9x−2 at (3, 1).

37. Find an equation for the tangent line to (x2 − 4x + 5)√

25− x2 at (3, 8).

38. Find an equation for the tangent line to(x2 + x + 1)

(1− x)at (2,−7).

39. Find an equation for the tangent line toq

(x2 + 1)2 +p

1 + (x2 + 1)2 at (1,p

4 +√

5).

Page 71: 3739202 Calculus Whitman College

4Transcendental Functions

So far we have used only algebraic functions as examples when finding derivatives, that is,functions that can be built up by the usual algebraic operations of addition, subtraction,multiplication, division, and raising to constant powers. Both in theory and practice thereare other functions, called transcendental, that are very useful. Most important amongthese are the trigonometric functions, exponential functions, and logarithms.

4.1 Trigonometric Functions

When you first encountered the trigonometric functions it was probably in the context of“triangle trigonometry,” defining, for example, the sine of an angle as the “side oppositeover the hypotenuse.” While this will still be useful in an informal way, we need to use amore expansive definition of the trigonometric functions. First an important note: whiledegree measure of angles is sometimes convenient because it is so familiar, it turns out tobe ill-suited to mathematical calculation, so (almost) everything we do will be in terms ofradian measure of angles.

57

Page 72: 3739202 Calculus Whitman College

58 Chapter 4 Transcendental Functions

To define the radian measurement system, we consider the unit circle in the xy-plane:

........

........

........

........

.........................................................................................

.....................

.........................

..............................

.................................................

...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

................................

.............................................................................................................................................................................................

................................

................................

................................

................................

................................

..

..................................................................................................................................................................................

x

(cos x, sin x)

y

A

B

An angle, x, at the center of the circle is associated with an arc of the circle which it issaid to subtend. In the figure, this arc is the portion of the circle from point (1, 0) topoint A. The length of this arc is the radian measure of the angle x; the fact that theradian measure is an actual geometric length is largely responsible for the usefulness ofradian measure. The circumference of the unit circle is 2πr = 2π(1) = 2π, so the radianmeasure of the full circular angle (that is, of the 360 degree angle) is 2π.

While an angle with a particular measure can appear anywhere around the circle, weneed a fixed, conventional location so that we can use the coordinate system to defineproperties of the angle. The standard convention is to place the starting radius for theangle on the positive x-axis, and to measure positive angles counterclockwise around thecircle. In the figure, x is the standard location of the angle π/6, that is, the length of thearc from (1, 0) to A is π/6. The angle y in the picture is −π/6, because the distance from(1, 0) to B along the circle is also π/6, but in a clockwise direction.

Now the fundamental trigonometric definitions are: the cosine of x and the sine of x

are the first and second coordinates of the point A, as indicated in the figure. The angle x

shown can be viewed as an angle of a right triangle, meaning the usual triangle definitionsof the sine and cosine also make sense. Since the hypotenuse of the triangle is 1, the “sideopposite over hypotenuse” definition of the sine is the second coordinate of point A over1, which is just the second coordinate; in other words, both methods give the same valuefor the sine.

The simple triangle definitions work only for angles that can “fit” in a right triangle,namely, angles between 0 and π/2. The coordinate definitions, on the other hand, apply

Page 73: 3739202 Calculus Whitman College

4.1 Trigonometric Functions 59

to any angles, as indicated in this figure:

........

........

........

........

.........................................................................................

......................

.........................

..............................

..................................................

.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

................................

...............................................................................................................................................................................................................................................................................................................................................................

................

....................................................................................

........................................

.....................................................

...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................

x

A

(cos x, sin x)

The angle x subtends the heavy arc in the figure, that is, x = 7π/6. Both coordinates ofpoint A in this figure are negative, so the sine and cosine of 7π/6 are both negative.

The remaining trigonometric functions can be most easily defined in terms of the sineand cosine, as usual:

tan x =sin x

cosx

cot x =cosx

sin x

sec x =1

cosx

csc x =1

sin x

and they can also be defined as the corresponding ratios of coordinates.Although the trigonometric functions are defined in terms of the unit circle, the unit

circle diagram is not what we normally consider the graph of a trigonometric function.(The unit circle is the graph of, well, the circle.) We can easily get a qualitatively correctidea of the graphs of the trigonometric functions from the unit circle diagram. Considerthe sine function, y = sinx. As x increases from 0 in the unit circle diagram, the secondcoordinate of the point A goes from 0 to a maximum of 1, then back to 0, then to aminimum of −1, then back to 0, and then it obviously repeats itself. So the graph ofy = sinx must look something like this:

−1

1

π/2 π 3π/2 2π−π/2−π−3π/2−2π

...........................................................................................

........................................................................................................................................................................................................................................................................................................

................................................................................................................................................

......................................................................................................................................................................................................................................................................................................

.................................................................................

Page 74: 3739202 Calculus Whitman College

60 Chapter 4 Transcendental Functions

Similarly, as angle x increases from 0 in the unit circle diagram, the first coordinate of thepoint A goes from 1 to 0 then to −1, back to 0 and back to 1, so the graph of y = cos x

must look something like this:

−1

1

π/2 π 3π/2 2π−π/2−π−3π/2−2π

..................................................................................................................................................................................................................................................................................

................................................................................................................................................

.....................................................................................................................................................................................................................................................................................................

................................................................................................................................................................

...................................

4.2 The Derivative of sinx

What about the derivative of the sine function? The rules for derivatives that we have areof no help, since sin x is not an algebraic function. We need to return to the definition ofthe derivative, set up a limit, and try to compute it. Here’s the definition:

d

dxsinx = lim

∆x→0

sin(x + ∆x)− sin x

∆x.

Using some trigonometric identies, we can make a little progress on the quotient:

sin(x + ∆x)− sinx

∆x=

sinx cos∆x + sin∆x cosx− sin x

∆x

= sin xcos∆x− 1

∆x+ cos x

sin∆x

∆x.

This isolates the difficult bits in the two limits

lim∆x→0

cos∆x− 1∆x

and lim∆x→0

sin ∆x

∆x.

Here we get a little lucky: it turns out that once we know the second limit the first is quiteeasy. The second is quite tricky, however. Indeed, it is the hardest limit we will actuallycompute, and we devote a section to it.

4.3 A hard limit

We want to compute this limit:

lim∆x→0

sin∆x

∆x.

Page 75: 3739202 Calculus Whitman College

4.3 A hard limit 61

...............................................................................................................................................................................................................................................................................................................................

......................................................................................................

.................................................................................................

.......................................................................................

............................................................................................................................................................................................................................................................

........................................................................................................................

.........................................................................................................................................................................................................................................................................................................................................................................................................................................................

......................................................................................................................................................................................................................................................................

.........................................................................................................................................................................................................................................................

.....................................................

.................................................................................................................................................................................................................................................................................................................................................................................................................

Figure 4.1 The squeeze theorem.

Equivalently, to make the notation a bit simpler, we can compute

limx→0

sin x

x.

In the original context we need to keep x and ∆x separate, but here it doesn’t hurt torename ∆x to something more convenient.

To do this we need to be quite clever, and to employ some indirect reasoning. Theindirect reasoning is embodied in a theorem, frequently called the squeeze theorem.

THEOREM 4.1 Squeeze Theorem Suppose that g(x) ≤ f(x) ≤ h(x) for all x

close to a but not equal to a. If limx→a g(x) = L = limx→a h(x), then limx→a f(x) = L.

This theorem can be proved using the official definition of limit. We won’t prove ithere, but point out that it is easy to understand and believe graphically. The conditionsays that f(x) is trapped between g(x) below and h(x) above, and that at x = a, both g

and h approach the same value. This means the situation looks something like figure 4.1.The wiggly curve is x2 sin(π/x), the upper and lower curves are x2 and −x2. Since thesine function is always between −1 and 1, −x2 ≤ x2 sin(π/x) ≤ x2, and it is easy to seethat limx→0−x2 = 0 = limx→0 x2. It is not so easy to see directly, that is algebraically,that limx→0 x2 sin(π/x) = 0, because the π/x prevents us from simply plugging in x = 0.The squeeze theorem makes this “hard limit” as easy as the trivial limits involving x2.

Page 76: 3739202 Calculus Whitman College

62 Chapter 4 Transcendental Functions

To do the really hard limit that we want, limx→0(sinx)/x, we will find two simpler func-tions g and h so that g(x) ≤ (sinx)/x ≤ h(x), and so that limx→0 g(x) = limx→0 h(x). Nottoo surprisingly, this will require some trigonometry and geometry. Refering to figure 4.2,x is the measure of the angle in radians. Since the circle has radius 1, the coordinates ofpoint A are (cos x, sin x), and the area of the small triangle is cos x sin x/2. This triangle iscompletely contained within the circular wedge-shaped region bordered by two lines andthe circle from (1, 0) to point A. Comparing the areas of the triangle and the wedge wesee (cos x sin x)/2 ≤ x/2, since the area of a circular region with angle θ and radius r isθr2/2. With a little algebra this turns into (sin x)/x ≤ 1/ cos x, giving us the h we seek.

To find g, we note that the circular wedge is completely contained inside the largertriangle. The height of the triangle, from (1, 0) to point B, is tan x, so comparing areas weget x/2 ≤ (tan x)/2 = sin x/(2 cos x). With a little algebra this becomes cos x ≤ (sinx)/x.So now we have

cosx ≤ sin x

x≤ 1

cos x.

Finally, the two limits limx→0 cos x and limx→0 1/ cos x are easy, because cos(0) = 1.By the squeeze theorem, limx→0(sinx)/x = 1 as well.

........

........

........

........

........

.............................................................................................................................

......................

.......................

...........................

................................

..............................................

..........................................................

0

1

1

................................

................................

................................

................................

................................

................................

................................

................................

..................

x

A

B

.............

Figure 4.2 Visualizing sin x/x.

Before we can complete the calculation of the derivative of the sine, we need one otherlimit:

limx→0

cosx− 1x

.

This limit is just as hard as sin x/x, but closely related to it, so that we don’t have to asimilar calculation; instead we can do a bit of tricky algebra.

cos x− 1x

=cos x− 1

x

cos x + 1cos x + 1

=cos2 x− 1

x(cosx + 1)=

− sin2 x

x(cosx + 1)= − sin x

x

sin x

cos x + 1.

Page 77: 3739202 Calculus Whitman College

4.4 The Derivative of sin x, continued 63

To compute the desired limit it is sufficient to compute the limits of the two final fractions,as x goes to 0. The first of these is the hard limit we’ve just done, namely 1. The secondturns out to be simple, because the denominator presents no problem:

limx→0

sin x

cosx + 1=

sin 0cos 0 + 1

=02

= 0.

Thus,

limx→0

cos x− 1x

= 0.

4.4 The Derivative of sinx , continued

Now we can complete the calculation of the derivative of the sine:

d

dxsin x = lim

∆x→0

sin(x + ∆x)− sin x

∆x

= lim∆x→0

sin xcos ∆x− 1

∆x+ cos x

sin∆x

∆x

= sin x · 0 + cos x · 1 = cos x.

The derivative of a function measures the slope or steepness of the function; if weexamine the graphs of the sine and cosine side by side, it should be that the latter appearsto accurately describe the slope of the former, and indeed this is true:

−1

1

π/2 π 3π/2 2π

...........................................................................................

.........................................................................................................................................................................................................................................................................................................

.................................................................

sin x−1

1

π/2 π 3π/2 2π

..................................................................................................................................................................................................................................................................................

................................................................................................................................................

...................................

cos x

Notice that where the cosine is zero the sine does appear to have a horizontal tangent line,and that the sine appears to be steepest where the cosine takes on its extreme values of 1and −1.

Of course, now that we know the derivative of the sine, we can compute derivatives ofmore complicated functions involving the sine.

EXAMPLE 4.2 Compute the derivative of sin(x2).

d

dxsin(x2) = cos(x2) · 2x = 2x cos(x2).

Page 78: 3739202 Calculus Whitman College

64 Chapter 4 Transcendental Functions

EXAMPLE 4.3 Compute the derivative of sin2(x3 − 5x).

d

dxsin2(x3 − 5x) =

d

dx(sin(x3 − 5x))2

= 2(sin(x3 − 5x))1 cos(x3 − 5x)(3x2 − 5)

= 2(3x2 − 5) cos(x3 − 5x) sin(x3 − 5x).

Exercises

Find the derivatives of the following functions.

1. sin2(√

x) ⇒2.√

x sin x ⇒3.

1

sin x⇒

4.x2 + x

sin x⇒

5.p

1− sin2 x ⇒

4.5 Derivatives of the Trigonometric Functions

All of the other trigonometric functions can be expressed in terms of the sine, and so theirderivatives can easily be calculated using the rules we already have. For the cosine weneed to use two identities,

cos x = sin(x +π

2),

sin x = − cos(x +π

2).

Now:d

dxcosx =

d

dxsin(x +

π

2) = cos(x +

π

2) · 1 = − sinx

d

dxtan x =

d

dx

sin x

cos x=

cos2 x + sin2 x

cos2 x=

1cos2 x

= sec2 x

d

dxsec x =

d

dx(cos x)−1 = −1(cos x)−2(− sin x) =

sinx

cos2 x= sec x tan x

The derivatives of the cotangent and cosecant are similar and left as exercises.

Page 79: 3739202 Calculus Whitman College

4.6 Exponential and Logarithmic functions 65

Exercises

Find the derivatives of the following functions.

1. sin x cos x ⇒2. sin(cos x) ⇒3.√

x tan x ⇒

4. tan x/(1 + sin x) ⇒5. Compute the derivative of cot x. ⇒6. Compute the derivative of csc x. ⇒

4.6 Exponential and Logarithmic functions

An exponential function has the form ax, where a is a constant; examples are 2x, 10x, ex.The logarithmic functions are the inverses of the exponential functions, that is, functionsthat “undo” the exponential functions, just as, for example, the cube root function “un-does” the cube function: 3

√23 = 2. Note that the original function also undoes the inverse

function: ( 3√

8)3 = 8.Let f(x) = 2x. The inverse of this function is called the logarithm base 2, denoted

log2(x) or (especially in computer science circles) lg(x). What does this really mean? Thelogarithm must undo the action of the exponential function, so for example it must be thatlg(23) = 3—starting with 3, the exponential function produces 23 = 8, and the logarithmof 8 must get us back to 3. A little thought shows that it is not a coincidence that lg(23)simply gives the exponent—the exponent is the original value that we must get back to.In other words, the logarithm is the exponent. Remember this catchphrase, and what itmeans, and you won’t go wrong. (You do have to remember what it means. Like anygood mnemonic, “the logarithm is the exponent” leaves out a lot of detail, like “Whichexponent?” and “Exponent of what?”)

EXAMPLE 4.4 What is the value of log10(1000)? The “10” tells us the appropriatenumber to use for the base of the exponential function. The logarithm is the exponent,so the question is, what exponent E makes 10E = 1000? If we can find such an E, thenlog10(1000) = log10(10E) = E; finding the appropriate exponent is the same as finding thelogarithm. In this case, of course, it is easy: E = 3 so log10(1000) = 3.

Let’s review some laws of exponents and logarithms. Since a5 = a ·a ·a ·a ·a and a3 =a·a·a, it’s clear that a5·a3 = a·a·a·a·a·a·a·a = a8 = a5+3, and in general that aman = am+n.Since “the logarithm is the exponent,” it’s no surprise that this translates directly into afact about the logarithm function. Here are three facts from the example: loga(a5) = 5,loga(a3) = 3, loga(a8) = 8. So loga(a5a3) = loga(a8) = 8 = 5 + 3 = loga(a5) + loga(a3).Now let’s make this a bit more general. Suppose A and B are two numbers, and A = ax,B = ay. Then loga(AB) = loga(axay) = loga(ax+y) = x + y = loga(A) + loga(B).

Page 80: 3739202 Calculus Whitman College

66 Chapter 4 Transcendental Functions

Now consider (a5)3 = a5 · a5 · a5 = a5+5+5 = a5·3 = a15. Again it’s clear that moregenerally (am)n = amn, and again this gives us a fact about logarithms. If A = ax thenAy = (ax)y = axy, so loga(Ay) = xy = y loga(A)—the exponent can be “pulled out infront.”

We have cheated a bit in the previous two paragraphs. It is obvious that a5 = a·a·a·a·aand a3 = a · a · a and that the rest of the example follows; likewise for the second example.But when we consider an exponential function ax we can’t be limited to substitutingintegers for x. What does a2.5 or a−1.3 or aπ mean? And is it really true that a2.5a−1.3 =a2.5−1.3? The answer to the first question is actually quite difficult, so we will evade it;the answer to the second question is “yes.”

We’ll evade the full answer to the hard question, but we have to know something aboutexponential functions. You need first to understand that since it’s not “obvious” what 2x

should mean, we are really free to make it mean whatever we want, so long as we keep thebehavior that is obvious, namely, when x is a positive integer. What else do we want tobe true about 2x? We want the properties of the previous two paragraphs to be true forall exponents: 2x2y = 2x+y and (2x)y = 2xy.

After the positive integers, the next easiest number to understand is 0: 20 = 1. Youhave presumably learned this fact in the past; why is it true? It is true precisely becausewe want 2a2b = 2a+b to be true about the function 2x. We need it to be true that202x = 20+x = 2x, and this only works if 20 = 1. The same argument implies that a0 = 1for any a.

The next easiest set of numbers to understand is the negative integers: for example,2−3 = 1/23. We know that whatever 2−3 means it must be that 2−323 = 2−3+3 = 20 = 1,which means that 2−3 must be 1/23. In fact, by the same argument, once we know what2x means for some value of x, 2−x must be 1/2x and more generally a−x = 1/ax.

Next, consider an exponent 1/q, where q is a positive integer. We want it to be truethat (2x)y = 2xy, so (21/q)q = 2. This means that 21/q is a q-th root of 2, 21/q = q

√2 . This

is all we need to understand that 2p/q = (21/q)p = ( q√

2 )p and ap/q = (a1/q)p = ( q√

a )p.What’s left is the hard part: what does 2x mean when x cannot be written as a

fraction, like x =√

2 or x = π? What we know so far is how to assign meaning to 2x

whenever x = p/q; if we were to graph this we’d see something like this:

........................................................................................................................................................................................................................................................................

...........................................................

......................................

..............................................................................................................................................................................................

Page 81: 3739202 Calculus Whitman College

4.7 Derivatives of the exponential and logarithmic functions 67

But this is a poor picture, because you can’t see that the “curve” is really a whole lotof individual points, above the rational numbers on the x-axis. There are really a lot of“holes” in the curve, above x = π, for example. But (this is the hard part) it is possibleto prove that the holes can be “filled in”, and that the resulting function, called 2x, reallydoes have the properties we want, namely that 2x2y = 2xy and (2x)y = 2xy.

4.7 Derivatives of the exponential and logarithmic functions

As with the sine, we don’t know anything about derivatives that allows us to computethe derivatives of the exponential and logarithmic functions without going back to basics.Let’s do a little work with the definition again:

d

dxax = lim

∆x→0

ax+∆x − ax

∆x

= lim∆x→0

axa∆x − ax

∆x

= lim∆x→0

ax a∆x − 1∆x

= ax lim∆x→0

a∆x − 1∆x

There are two interesting things to note here: As in the case of the sine function we are leftwith a limit that involves ∆x but not x, which means that whatever lim∆x→0(a∆x−1)/∆x

is, we know that it is a number, that is, a constant. This means that ax has a remarkableproperty: its derivative is a constant times itself.

We earlier remarked that the hardest limit we would compute was limx→0 sin x/x = 1;we now have a limit that is just a bit too hard to include here. In fact the hard part is tosee that lim∆x→0(a∆x − 1)/∆x even exists—does this fraction really get closer and closerto some fixed value? Yes it does, but we will not prove this fact.

We can look at some examples. Consider (2x − 1)/x for some small values of x: 1,0.828427124, 0.756828460, 0.724061864, 0.70838051, 0.70070877 when x is 1, 1/2, 1/4, 1/8,1/16, 1/32, respectively. It looks like this is settling in around 0.7, which turns out to betrue. Consider next (3x − 1)/x: 2, 1.464101616, 1.264296052, 1.177621520, 1.13720773,1.11768854, at the same values of x. It turns out to be true that in the limit this is about1.1. Two examples don’t establish a pattern, but if you do more examples you will findthat the limit varies directly with the value of a: bigger a, bigger limit; smaller a, smallerlimit. As we can already see, some of these limits will be less than 1 and some larger than1. Somewhere between a = 2 and a = 3 the limit will be exactly 1; the value at which this

Page 82: 3739202 Calculus Whitman College

68 Chapter 4 Transcendental Functions

happens is called e, so that

lim∆x→0

e∆x − 1∆x

= 1.

As you might guess from our two examples, e is closer to 3 than to 2, and in fact e ≈ 2.718.Now we see that the function ex has a truly remarkable property:

d

dxex = lim

∆x→0

ex+∆x − ex

∆x

= lim∆x→0

exe∆x − ex

∆x

= lim∆x→0

ex e∆x − 1∆x

= ex lim∆x→0

e∆x − 1∆x

= ex

That is, ex is its own derivative, or in other words, the slope of ex is the same as its height,or the same as its second coordinate: The function f(x) = ex goes through the point (z, ez)and has slope ez there, no matter what z is.

What about the logarithm function? This too is hard, but as the cosine function waseasier to do once the sine was done, so the logarithm is easier to do now that we knowthe derivative of the exponential function. Let’s start with loge x, which as you probablyknow is often abbreviated ln x and called the “natural logarithm” function.

Consider the relationship between the two functions, namely, that they are inverses,that one “undoes” the other. Graphically this means that they have the same graph exceptthat one is “flipped” or “reflected” through the line y = x:

...............................................................

.......................................

...................................................................................................................................................................................................................................................

...............................................................................................................................................................................................................................................

.................................

.....................................

....................................

Figure 4.3 The exponential and logarithmic functions.

Page 83: 3739202 Calculus Whitman College

4.7 Derivatives of the exponential and logarithmic functions 69

This means that the slopes of these two functions are closely related as well: For example,the slope of ex is e at x = 1; at the corresponding point on the ln(x) curve, the slope mustbe 1/e, because the “rise” and the “run” have been interchanged. Since the slope of ex ise at the point (1, e), the slope of ln(x) is 1/e at the point (e, 1).

...............................................................

.......................................

...................................................................................................................................................................................................................................................

........................................................................................................................................................................................................................................................

...............................................................................................................................................................................................................................................

.................................

.....................................

....................................

........................................................................................................................................................................................................................................................

Figure 4.4 The exponential and logarithmic functions.

More generally, we know that the slope of ex is ez at the point (z, ez), so the slopeof ln(x) is 1/ez at (ez, z). In other words, the slope of ln x is the reciprocal of the firstcoordinate at any point; this means that the slope of lnx at (x, ln x) is 1/x. The upshotis:

d

dxln x =

1x

.

We have discussed this from the point of view of the graphs, which is easy to understandbut is not normally considered a “rigorous” proof—it is too easy to be led astray by picturesthat seem reasonable but that miss some hard point. It is possible to do this derivationwithout resorting to pictures, and indeed we will see an alternate approach soon.

Note that ln x is defined only for x > 0. It is sometimes useful to consider the functionln |x|, a function defined for x 6= 0. When x < 0, ln |x| = ln(−x) and

d

dxln |x| = d

dxln(−x) =

1−x

(−1) =1x

.

Thus whether x is positive or negative, the derivative is the same.What about the functions ax and loga x? We know that the derivative of ax is some

constant times ax itself, but what constant? Remember that “the logarithm is the expo-nent” and you will see that a = eln a. Then

ax = (eln a)x = ex ln a,

Page 84: 3739202 Calculus Whitman College

70 Chapter 4 Transcendental Functions

and we can compute the derivative using the chain rule:

d

dxax =

d

dx(eln a)x =

d

dxex ln a = (ln a)ex ln a = (ln a)ax.

The constant is simply ln a. Likewise we can compute the derivative of the logarithmfunction loga x. Since

x = eln x,

we can take the logarithm base a of both sides to get

loga(x) = loga(eln x) = ln x loga e.

Thend

dxloga x =

1x

loga e.

Finally, sincea = eln a

loga(a) = loga(eln a) = ln a loga e

1 = ln a loga e

1ln a

= loga e,

we can replace loga e to getd

dxloga x =

1x ln a

.

You may if you wish memorize the formulas

d

dxax = (ln a)ax and

d

dxloga x =

1x ln a

.

Because the “trick” a = eln a is often useful, and sometimes essential, it may be better toremember the trick, not the formula.

EXAMPLE 4.5 Compute the derivative of f(x) = 2x.

d

dx2x =

d

dx(eln 2)x

=d

dxex ln 2

=(

d

dxx ln 2

)ex ln 2

= (ln 2)ex ln 2

Page 85: 3739202 Calculus Whitman College

4.7 Derivatives of the exponential and logarithmic functions 71

EXAMPLE 4.6 Compute the derivative of f(x) = 2x2= 2(x2).

d

dx2x2

=d

dxex2 ln 2

=(

d

dxx2 ln 2

)ex2 ln 2

= (2 ln 2)xex2 ln 2

= (2 ln 2)x2x2

EXAMPLE 4.7 Compute the derivative of f(x) = xx. At first this appears to be anew kind of function: it is not a constant power of x, and it does not seem to be anexponential function, since the base is not constant. But in fact it is no harder than theprevious example.

d

dxxx =

d

dxex ln x

=(

d

dxx ln x

)ex ln x

= (x1x

+ ln x)xx

= (1 + ln x)xx

EXAMPLE 4.8 Recall that we have not justified the power rule except when theexponent is a positive or negative integer. We can use the exponential function to takecare of other exponents.

d

dxxr =

d

dxer ln x

=(

d

dxr ln x

)er ln x

= (r1x

)xr

= rxr−1

Page 86: 3739202 Calculus Whitman College

72 Chapter 4 Transcendental Functions

Exercises

Find the derivatives of the following functions.

1. 3x2 ⇒2.

sin x

ex⇒

3. (ex)2 ⇒

4. sin(ex) ⇒5. esin x ⇒6. xsin x ⇒

4.8 Limits revisited

We have defined and used the concept of limit, primarily in our development of the deriva-tive. Recall that limx→a f(x) = L is true if, in a precise sense, f(x) gets closer and closerto L as x gets closer and closer to a. While some limits are easy to see, others take someingenuity; in particular, the limits that define derivatives are always difficult on their face,since in

lim∆x→0

f(x + ∆x)− f(x)∆x

both the numerator and denominator approach zero. Typically this difficulty can be re-solved when f is a “nice” function and we are trying to compute a derivative. Occasionallysuch limits are interesting for other reasons, and the limit of a fraction in which both nu-merator and denominator approach zero can be difficult to analyse. Now that we havethe derivative available, there is another technique that can sometimes be helpful in suchcircumstances.

Before we introduce the technique, we will also expand our concept of limit. We willoccasionally want to know what happens to some quantity when a variable gets very largeor “goes to infinity”.

EXAMPLE 4.9 What happens to the function cos(1/x) as x goes to infinity? It seemsclear that as x gets larger and larger, 1/x gets closer and closer to zero, so cos(1/x) shouldbe getting closer and closer to cos(0) = 1.

As with ordinary limits, this concept of “limit at infinity” can be made precise.Roughly, we want limx→∞ f(x) = L to mean that we can make f(x) as close as wewant to L by making x large enough. Compare this definition to the definition of limit insection 2.3.

DEFINITION 4.10 Limit at infinity Suppose f is a function. We say thatlimx→∞ f(x) = L if for every ε > 0 there is an N > 0 so that whenever x > N ,|f(x)− L| < ε.

Page 87: 3739202 Calculus Whitman College

4.8 Limits revisited 73

We include this definition for completeness, but we will not explore it in detail. Sufficeit to say that such limits behave in much the same way that ordinary limits do; in particularthere is a direct analog of theorem 2.7.

Now consider this limit:

limx→π

x2 − π2

sin x.

As x approaches π, both the numerator and denominator approach zero, so it is notobvious what, if anything, the quotient approaches. We can often compute such limits byapplication of the following theorem.

THEOREM 4.11 L’Hopital’s Rule For “sufficiently nice” functions f(x) and g(x),

if limx→a

f(x) = 0 = limx→a

g(x) or limx→a

f(x) = ±∞ = limx→a

g(x), and if limx→a

f ′(x)g′(x)

exists, then

limx→a

f(x)g(x)

= limx→a

f ′(x)g′(x)

. This remains true if “x → a” is replaced by “x →∞”.

This theorem is somewhat difficult to prove, in part because it incorportates so manydifferent possibilities, so we will not prove it here. We also will not need to worry aboutthe precise definition of “sufficiently nice”, as the functions we encounter will be suitable.

EXAMPLE 4.12 Compute limx→π

x2 − π2

sinxin two ways.

First we use L’Hopital’s Rule: Since the numerator and denominator both approachzero,

limx→π

x2 − π2

sin x= lim

x→π

2x

cos x,

provided the latter exists. But in fact this is an easy limit, since the denominator nowapproaches −1, so

limx→π

x2 − π2

sin x=

−1= −2π.

We don’t really need L’Hopital’s Rule to do this limit. Rewrite it as

limx→π

(x + π)x− π

sin x

and note that

limx→π

x− π

sin x= lim

x→π

x− π

− sin(x− π)= lim

x→0− x

sin x

Page 88: 3739202 Calculus Whitman College

74 Chapter 4 Transcendental Functions

since x− π approaches zero as x approaches π. Now

limx→π

(x + π)x− π

sin x= lim

x→π(x + π) lim

x→0− x

sin x= 2π(−1) = −2π

as before.

EXAMPLE 4.13 Compute limx→∞

2x2 − 3x + 7x2 + 47x + 1

in two ways.

As x goes to infinity both the numerator and denominator go to infinity, so we mayapply L’Hopital’s Rule:

limx→∞

2x2 − 3x + 7x2 + 47x + 1

= limx→∞

4x− 32x + 47

.

In the second quotient, it is still the case that the numerator and denominator both go toinfinity, so we are allowed to use L’Hopital’s Rule again:

limx→∞

4x− 32x + 47

= limx→∞

42

= 2.

So the original limit is 2 as well.Again, we don’t really need L’Hopital’s Rule, and in fact a more elementary approach

is easier—we divide the numerator and denominator by x2:

limx→∞

2x2 − 3x + 7x2 + 47x + 1

= limx→∞

2x2 − 3x + 7x2 + 47x + 1

1x2

1x2

= limx→∞

2− 3x + 7

x2

1 + 47x + 1

x2

.

Now as x approaches infinity, all the quotients with some power of x in the denominatorapproach zero, leaving 2 in the numerator and 1 in the denominator, so the limit again is2.

EXAMPLE 4.14 Compute limx→0

sec x− 1sin x

.

Both the numerator and denominator approach zero, so applying L’Hopital’s Rule:

limx→0

sec x− 1sin x

= limx→0

sec x tanx

cosx=

1 · 01

= 0.

EXAMPLE 4.15 Compute limx→0+

x ln x.

Page 89: 3739202 Calculus Whitman College

4.9 Implicit Differentiation 75

This doesn’t appear to be suitable for L’Hopital’s Rule, but it also is not “obvious”.As x approaches zero, ln x goes to −∞, so the product looks like (something very small) ·(something very large and negative). But this could be anything: it depends on how smalland how large. For example, consider (x2)(1/x), (x)(1/x), and (x)(1/x2). As x approacheszero, each of these is (something very small) · (something very large), yet the limits arerespectively zero, 1, and ∞.

We can in fact turn this into a L’Hopital’s Rule problem:

x ln x =ln x

1/x=

ln x

x−1.

Now as x approaches zero, both the numerator and denominator approach infinity (one−∞ and one +∞, but only the size is important). Using L’Hopital’s Rule:

limx→0+

ln x

x−1= lim

x→0+

1/x

−x−2= lim

x→0+

1x

(−x2) = limx→0+

−x = 0.

One way to interpret this is that since limx→0+

x ln x = 0, the x approaches zero much faster

than the ln x approaches −∞.

Exercises

Compute the limits.

1. limx→0

cos x− 1

sin x⇒

2. limx→∞

ex

x3⇒

3. limx→∞

px2 + x−

px2 − x ⇒

4. limx→∞

ln x

x⇒

5. limx→∞

ln x√x⇒

4.9 Implicit Differentiation

As we have seen, there is a close relationship between the derivatives of ex and ln x becausethese functions are inverses. Rather than relying on pictures for our understanding, wewould like to be able to exploit this relationship computationally. In fact this techniquecan help us find derivatives in many situations, not just when we seek the derivative of aninverse function.

We will begin by illustrating the technique to find what we already know, the derivativeof ln x. Let’s write y = ln x and then x = eln x = ey, or more simply x = ey. We say thatthis equation defines the function y = ln x implicitly because while it is not an explicit

Page 90: 3739202 Calculus Whitman College

76 Chapter 4 Transcendental Functions

expression y = . . ., it is true that if x = ey then y is in fact the natural logarithm function.Now, for the time being, pretend that all we know of y is that x = ey; what can we sayabout derivatives? We can take the derivative of both sides of the equation:

d

dxx =

d

dxey.

Then using the chain rule on the right hand side:

1 =(

d

dxy

)ey = y′ey.

Then we can solve for y′:

y′ =1ey

=1x

.

There is one little difficulty here. To use the chain rule to compute d/dx(ey) = y′ey weneed to know that the function y has a derivative. All we have shown is that if it has aderivative then that derivative must be 1/x. When using this method we will always haveto assume that the desired derivative exists, but fortunately this is a safe assumption formost such problems.

The example y = ln x involved an inverse function defined implicitly, but other func-tions can be defined implicitly, and sometimes a single equation can be used to implicitlydefine more than one function. Here’s a familiar example. The equation r2 = x2 + y2

describes a circle of radius r. The circle is not a function y = f(x) because for some valuesof x there are two corresponding values of y. If we want to work with a function, we canbreak the circle into two pieces, the upper and lower semicircles, each of which is a function.Let’s call these y = U(x) and y = L(x); in fact this is a fairly simple example, and it’spossible to give explicit expressions for these: U(x) =

√r2 − x2 and L(x) = −√r2 − x2 .

But it’s somewhat easier, and quite useful, to view both functions as given implicitly byr2 = x2 + y2: both r2 = x2 + U(x)2 and r2 = x2 + L(x)2 are true, and we can think ofr2 = x2 + y2 as defining both U(x) and L(x).

Now we can take the derivative of both sides as before, remembering that y is notsimply a variable but a function—in this case, y is either U(x) or L(x) but we’re not yetspecifying which one. When we take the derivative we just have to remember to apply thechain rule where y appears.

d

dxr2 =

d

dx(x2 + y2)

0 = 2x + 2yy′

y′ =−2x

2y= −x

y

Page 91: 3739202 Calculus Whitman College

4.9 Implicit Differentiation 77

Now we have an expression for y′, but it contains y as well as x. This means that if wewant to compute y′ for some particular value of x we’ll have to know or compute y at thatvalue of x as well. It is at this point that we will need to know whether y is U(x) or L(x).Occasionally it will turn out that we can avoid explicit use of U(x) or L(x) by the natureof the problem

EXAMPLE 4.16 Find the slope of the circle 4 = x2 + y2 at the point (1,−√3). Sincewe know both the x and y coordinates of the point of interest, we do not need to explicitlyrecognize that this point is on L(x), and we do not need to use L(x) to compute y—butwe could. Using the calculation of y′ from above,

y′ = −x

y= − 1

−√3=

1√3.

It is instructive to compare this approach to others.We might have recognized at the start that (1,−√3) is on the function y = L(x) =

−√4− x2. We could then take the derivative of L(x), using the power rule and the chainrule, to get

L′(x) = −12(4− x2)−1/2(−2x) =

x√4− x2

.

Then we could compute L′(1) = 1/√

3 by substituting x = 1.Alternately, we could realize that the point is on L(x), but use the fact that y′ = −x/y.

Since the point is on L(x) we can replace y by L(x) to get

y′ = − x

L(x)= − x√

4− x2,

without computing the derivative of L(x) explicitly. Then we substitute x = 1 and get thesame answer as before.

In the case of the circle it is possible to find the functions U(x) and L(x) explicitly, butthere are potential advantages to using implicit differentiation anyway. In some cases it ismore difficult or impossible to find an explicit formula for y and implicit differentiation isthe only way to find the derivative.

Page 92: 3739202 Calculus Whitman College

78 Chapter 4 Transcendental Functions

EXAMPLE 4.17 Find the derivative of any function defined implicitly by yx2+ey = x.We treat y as an unspecified function and use the chain rule:

d

dx(yx2 + ey) =

d

dxx

(y · 2x + y′ · x2) + y′ey = 1

y′x2 + y′ey = 1− 2xy

y′(x2 + ey) = 1− 2xy

y′ =1− 2xy

x2 + ey

You might think that the step in which we solve for y′ could sometimes be difficult—after all, we’re using implicit differentiation here because we can’t solve the equationyx2 + ey = x for y, so maybe after taking the derivative we get something that is hard tosolve for y′. In fact, this never happens. All occurrences y′ come from applying the chainrule, and whenever the chain rule is used it deposits a single y′ multiplied by some otherexpression. So it will always be possible to group the terms containing y′ together andfactor out the y′, just as in the previous example. If you ever get anything more difficultyou have made a mistake and should fix it before trying to continue.

It is sometimes the case that a situation leads naturally to an equation that defines afunction implicitly.

EXAMPLE 4.18 Consider all the points (x, y) that have the property that the distancefrom (x, y) to (x1, y1) plus the distance from (x, y) to (x2, y2) is 2a (a is some constant).These points form an ellipse, which like a circle is not a function but can viewed as twofunctions pasted together. Because we know how to write down the distance between twopoints, we can write down an implicit equation for the ellipse:

√(x− x1)2 + (y − y1)2 +

√(x− x2)2 + (y − y2)2 = 2a.

Then we can use implicit differentiation to find the slope of the ellipse at any point.

EXAMPLE 4.19 We have already justified the power rule by using the exponentialfunction, but we could also do it for rational exponents by using implicit differentiation.Suppose that y = xm/n, where m and n are positive integers. We can write this implicitlyas yn = xm, then because we justified the power rule for integers, we can take the derivative

Page 93: 3739202 Calculus Whitman College

4.10 Inverse Trigonometric Functions 79

of each side:nyn−1y′ = mxm−1

y′ =m

n

xm−1

yn−1

y′ =m

n

xm−1

(xm/n)n−1

y′ =m

nxm−1−(m/n)(n−1)

y′ =m

nxm−1−m+(m/n)

y′ =m

nx(m/n)−1

Exercises

Find a formula for the derivative y′ at the point (x, y):

1. y2 = 1 + x2 ⇒2. x2 + xy + y2 = 7 ⇒3. x3 + xy2 = y3 + yx2 ⇒4. A hyperbola passing through (8, 6) consists of all points whose distance from the origin is a

constant more than its distance from the point (5,2). Find the slope of the tangent line tothe hyperbola at (8, 6). ⇒

5. Compute y′ for the ellipse of example 4.18. ⇒

4.10 Inverse Trigonometric Functions

The trigonometric functions frequently arise in problems, and often it is necessary toinvert the functions, for example, to find an angle with a specified sine. Of course, thereare many angles with the same sine, so the sine function doesn’t actually have an inversethat reliably “undoes” the sine function. If you know that sinx = 0.5, you can’t reversethis to discover x, that is, you can’t solve for x, as there are infinitely many angles withsine 0.5. Nevertheless, it is useful to have something like an inverse to the sine, howeverimperfect. The usual approach is to pick out some collection of angles that produce allpossible values of the sine exactly once. If we “discard” all other angles, the resultingfunction does have a proper inverse.

The sine takes on all values between −1 and 1 exactly once on the interval [−π/2, π/2].If we truncate the sine, keeping only the interval [−π/2, π/2], as shown in figure 4.5, then

Page 94: 3739202 Calculus Whitman College

80 Chapter 4 Transcendental Functions

−1

1

π/2 π 3π/2 2π−π/2−π−3π/2−2π

...........................................................................................

........................................................................................................................................................................................................................................................................................................

................................................................................................................................................

......................................................................................................................................................................................................................................................................................................

.................................................................................

−1

1

π/2−π/2

...............................................

................................................................................................................................................

....................................

−π/2

π/2

−1 1

.....

.........

.....................................................................................................................................................................................................................

Figure 4.5 The sine, the truncated sine, the inverse sine.

this truncated sine has an inverse function. We call this the inverse sine or the arcsine,and write y = arcsin(x).

Recall that a function and its inverse undo each other in either order, for example,( 3√

x)3 = x and 3√

x3 = x. This does not work with the sine and the “inverse sine” becausethe inverse sine is the inverse of the truncated sine function, not the real sine function.It is true that sin(arcsin(x)) = x, that is, the sine undoes the arcsine. It is not true thatthe arcsine undoes the sine, for example, sin(5π/6) = 1/2 and arcsin(1/2) = π/6, so doingfirst the sine then the arcsine does not get us back where we started. This is because 5π/6is not in the domain of the truncated sine. If we start with an angle between −π/2 andπ/2 then the arcsine does reverse the sine: sin(π/6) = 1/2 and arcsin(1/2) = π/6.

What is the derivative of the arcsine? Since this is an inverse function, we can discoverthe derivative by using implicit differentiation. Suppose y = arcsin(x). Then

sin(y) = sin(arcsin(x)) = x.

Now taking the derivative of both sides, we get

y′ cos y = 1

y′ =1

cos y

As we expect when using implicit differentiation, y appears on the right hand side here.We would certainly prefer to have y′ written in terms of x, and as in the case of ln x wecan actually do that here. Since sin2 y + cos2 y = 1, cos2 y = 1 − sin2 y = 1 − x2. So

Page 95: 3739202 Calculus Whitman College

4.10 Inverse Trigonometric Functions 81

cos y = ±√1− x2 , but which is it—plus or minus? It could in general be either, but thisisn’t “in general”: since y = arcsin(x) we know that −π/2 ≤ y ≤ π/2, and the cosine ofan angle in this interval is always positive. Thus cos y =

√1− x2 and

d

dxarcsin(x) =

1√1− x2

.

Note that this agrees with figure 4.5: the graph of the arcsine has positive slope everywhere.We can do something similar for the cosine. As with the sine, we must first truncate the

cosine so that it can be inverted, as shown in figure 4.6. Then we use implicit differentiationto find that

d

dxarccos(x) =

−1√1− x2

.

Note that the truncated cosine uses a different interval than the truncated sine, so that ify = arccos(x) we know that 0 ≤ y ≤ π. The computation of the derivative of the arccosineis left as an exercise.

−1

1

π/2 π

...................................................................................................................................................................................................................................

π/2

π

−1 1

...................................................................................................................................................................................................................................

Figure 4.6 The truncated cosine, the inverse cosine.

Finally we look at the tangent; the other trigonometric functions also have “partialinverses” but the sine, cosine and tangent are enough for most purposes. The tangent,truncated tangent and inverse tangent are shown in figure 4.7; the derivative of the arct-angent is left as an exercise.

Exercises

1. Show that the derivative of arccos x is − 1√1− x2

.

2. Show that the derivative of arctan x is1

1 + x2.

3. Find the derivative of arcsin(x2). ⇒4. Find the derivative of arctan(ex). ⇒

Page 96: 3739202 Calculus Whitman College

82 Chapter 4 Transcendental Functions

−π/2 π/2

....

.....

.....

.....

.....

.....

......

......

.......

........

.........

...........

................

............................................................................................

..........................................................................................................................................................................................

....

....

.....

.....

.....

.....

......

......

.......

.......

........

..........

.............

...............................

.............................................................

....................................

.................................................................................................................................................................

....

....

.....

.....

.....

.....

......

......

.......

.......

........

..........

.............

...............................

.............................................................

....................................

.............................................................................................................................................................

−π/2 π/2

....

....

.....

.....

.....

.....

......

......

.......

.......

........

..........

.............

...............................

.............................................................

....................................

.................................................................................................................................................................

−π/2

π/2

...........................................................................................................................................................

.................................................................................................

......................................................................................................................................

Figure 4.7 The tangent, the truncated tangent, the inverse tangent.

Page 97: 3739202 Calculus Whitman College

5Curve Sketching

Whether we are interested in a function as a purely mathematical object or in connectionwith some application to the real world, it is often useful to know what the graph ofthe function looks like. We can obtain a good picture of the graph using certain crucialinformation provided by derivatives of the function and certain limits.

5.1 Maxima and Minima

A local maximum point on a function is a point (x, y) on the graph of the functionwhose y coordinate is larger than all other y coordinates on the graph at points “closeto” (x, y). More precisely, (x, f(x)) is a local maximum if there is an interval (a, b) witha < x < b and f(x) ≥ f(z) for every z in (a, b). Similarly, (x, y) is a local minimumpoint if it has locally the smallest y coordinate. Again being more precise: (x, f(x)) is alocal minimum if there is an interval (a, b) with a < x < b and f(x) ≤ f(z) for every z in(a, b). A local extremum is either a local minimum or a local maximum.

Local maximum and minimum points are quite distinctive on the graph of a function,and are therefore useful in understanding the shape of the graph. In many applied problemswe want to find the largest or smallest value that a function achieves (for example, we mightwant to find the minimum cost at which some task can be performed) and so identifyingmaximum and minimum points will be useful for applied problems as well. Some examplesof local maximum and minimum points are shown in figure 5.1.

83

Page 98: 3739202 Calculus Whitman College

84 Chapter 5 Curve Sketching

......................................................................................................................................................................................................................................................................................................................................

..............................................................................................................................................................

A

B

.....................................................................................................................................................................................................................................................

........................................................................................................................................................................................................................................................................................................................................................

A

A

B

Figure 5.1 Some local maximum points (A) and minimum points (B).

If (x, f(x)) is a point where f(x) reaches a local maximum or minimum, and if thederivative of f exists at x, then the graph has a tangent line and the tangent line must behorizontal. This is important enough to state as a theorem:

THEOREM 5.1 Fermat’s Theorem If f(x) has a local extremum at x = a and f

is differentiable at a, then f ′(a) = 0.

Thus, the only points at which a function can have a local maximum or minimumare points at which the derivative is zero, as in the left hand graph in figure 5.1, or thederivative is undefined, as in the right hand graph. Any value of x for which f ′(x) is zero orundefined is called a critical value for f . When looking for local maximum and minimumpoints, you are likely to make two sorts of mistakes: You may forget that a maximum orminimum can occur where the derivative does not exist, and so forget to check whetherthe derivative exists everywhere. You might also assume that any place that the derivativeis zero is a local maximum or minimum point, but this is not true. A portion of the graphof f(x) = x3 is shown in figure 5.2. The derivative of f is f ′(x) = 3x2, and f ′(0) = 0, butthere is neither a maximum nor minimum at (0, 0).

Since the derivative is zero or undefined at both local maximum and local minimumpoints, we need a way to determine which, if either, actually occurs. The most elementaryapproach, but one that is often tedious or difficult, is to test directly whether the y coor-dinates “near” the potential maximum or minimum are above or below the y coordinateat the point of interest. Of course, there are too many points “near” the point to test, buta little thought shows we need only test two provided we know that f is continuous (recallthat this means that the graph of f has no jumps or gaps).

Suppose, for example, that we have identified three points at which f ′ is zero ornonexistent: (x1, y1), (x2, y2), (x3, y3), and x1 < x2 < x3 (see figure 5.3). Suppose that

Page 99: 3739202 Calculus Whitman College

5.1 Maxima and Minima 85

............................................................................................................................................................................

.....................................................................................................

........................................................................................................................................................................

Figure 5.2 No maximum or minimum even though the derivative is zero.

we compute the value of f(a) for x1 < a < x2, and that f(a) < f(x2). What can we sayabout the graph between a and x2? Could there be a point (b, f(b)), a < b < x2 withf(b) > f(x2)? No: if there were, the graph would go up from (a, f(a)) to (b, f(b)) thendown to (x2, f(x2)) and somewhere in between would have a local maximum point. But atthat local maximum point the derivative of f would be zero or nonexistent, yet we alreadyknow that the derivative is zero or nonexistent only at x1, x2, and x3. The upshot is thatone computation tells us that (x2, f(x2)) has the largest y coordinate of any point on thegraph near x2 and to the left of x2. We can perform the same test on the right. If we findthat on both sides of x2 the values are smaller, then there must be a local maximum at(x2, f(x2)); if we find that on both sides of x2 the values are larger, then there must be alocal minimum at (x2, f(x2)); if we find one of each, then there is neither a local maximumor minimum at x2.

x1 a b x2 x3

• ••

Figure 5.3 Testing for a maximum or minimum.

It is not always easy to compute the value of a function at a particular point. Thetask is made easier by the availability of calculators and computers, but they have theirown drawbacks—they do not always allow us to distinguish between values that are very

Page 100: 3739202 Calculus Whitman College

86 Chapter 5 Curve Sketching

close together. Nevertheless, because this method is conceptually simple and sometimeseasy to perform, you should always consider it.

EXAMPLE 5.2 Find all local maximum and minimum points for the function f(x) =x3 − x. The derivative is f ′(x) = 3x2 − 1. This is defined everywhere and is zero atx = ±√3/3. Looking first at x =

√3/3, we see that f(

√3/3) = −2

√3/9. Now we test

two points on either side of x =√

3/3, making sure that neither is farther away thanthe nearest critical value; since

√3 < 3,

√3/3 < 1 and we can use x = 0 and x = 1.

Since f(0) = 0 > −2√

3/9 and f(1) = 0 > −2√

3/9, there must be a local minimum atx =

√3/3. For x = −√3/3, we see that f(

√3/3) = 2

√3/9. This time we can use x = 0

and x = −1, and we find that f(−1) = f(0) = 0 < 2√

3/9, so there must be a localmaximum at x = −√3/3.

Of course this example is made very simple by our choice of points to test, namelyx = −1, 0, 1. We could have used other values, say −5/4, 1/3, and 3/4, but this wouldhave made the calculations considerably more tedious.

EXAMPLE 5.3 Find all local maximum and minimum points for f(x) = sin x + cos x.The derivative is f ′(x) = cos x − sinx. This is always defined and is zero whenevercos x = sin x. Recalling that the cos x and sinx are the x and y coordinates of points on aunit circle, we see that cos x = sin x when x is π/4, π/4±π, π/4±2π, π/4±3π, etc. Sinceboth sine and cosine have a period of 2π, we need only determine the status of x = π/4and x = 5π/4. We can use 0 and π/2 to test the critical value x = π/4. We find thatf(π/4) =

√2, f(0) = 1 <

√2 and f(π/2) = 1, so there is a local maximum when x = π/4

and also when x = π/4± 2π, π/4± 4π, etc.We use π and 2π to test the critical value x = 5π/4. The relevant values are f(5π/4) =

−√2, f(π) = −1 > −√2, f(2π) = 1 > −√2, so there is a local minimum at x = 5π/4,5π/4± 2π, 5π/4± 4π, etc.

Exercises

Find all local maximum and minimum points by the method of this section.

1. y = x2 − x ⇒2. y = 2 + 3x− x3 ⇒3. y = x3 − 9x2 + 24x ⇒4. y = x4 − 2x2 + 3 ⇒

5. y = 3x4 − 4x3 ⇒6. y = (x2 − 1)/x ⇒7. y = 3x2 − (1/x2) ⇒8. y = cos(2x)− x ⇒

Page 101: 3739202 Calculus Whitman College

5.2 The first derivative test 87

5.2 The first derivative test

The method of the previous section for deciding whether there is a local maximum orminimum at a critical value is not always convenient. We can instead use informationabout the derivative f ′(x) to decide; since we have already had to compute the derivativeto find the critical values, there is often relatively little extra work involved in this method.

How can the derivative tell us whether there is a maximum, minimum, or neither ata point? Suppose that f ′(a) = 0. If there is a local maximum when x = a, the functionmust be lower near x = a than it is right at x = a. If the derivative exists near x = a, thismeans f ′(x) > 0 when x is near a and x < a, because the function must “slope up” justto the left of a. Similarly, f ′(x) < 0 when x is near a and x > a, because f slopes downfrom the local maximum as we move to the right. Using the same reasoning, if there isa local minimum at x = a, the derivative of f must be negative just to the left of a andpositive just to the right. If the derivative exists near a but does not change from positiveto negative or negative to positive, that is, it is postive on both sides or negative on bothsides, then there is neither a maximum nor minimum when x = a. See the first graph infigure 5.1 and the graph in figure 5.2 for examples.

EXAMPLE 5.4 Find all local maximum and minimum points for f(x) = sin x + cosx

using the first derivative test. The derivative is f ′(x) = cosx− sin x and from example 5.3the critical values we need to consider are π/4 and 5π/4.

The graphs of sin x and cos x are shown in figure 5.4. Just to the left of π/4 the cosineis larger than the sine, so f ′(x) is positive; just to the right the cosine is smaller than thesine, so f ′(x) is negative. This means there is a local maximum at π/4. Just to the leftof 5π/4 the cosine is smaller than the sine, and to the right the cosine is larger than thesine. This means that the derivative f ′(x) is negative to the left and positive to the right,so f has a local minimum at 5π/4.

π4

5π4

..............................................................................................................................

......................................................................................................................................................................................................................................................................................................................................................................................................................................

.................................

...................................................................................................

............................................................................................................................................................................................................................................................................................................................................................................................................

.........................................................................................................................................................................................................................................

...................................................

Figure 5.4 The sine and cosine.

Page 102: 3739202 Calculus Whitman College

88 Chapter 5 Curve Sketching

Exercises

Find all local maximum and minimum points by the first derivative test.

1. y = x2 − x ⇒2. y = 2 + 3x− x3 ⇒3. y = x3 − 9x2 + 24x ⇒4. y = x4 − 2x2 + 3 ⇒

5. y = 3x4 − 4x3 ⇒6. y = (x2 − 1)/x ⇒7. y = 3x2 − (1/x2) ⇒8. y = cos(2x)− x ⇒

5.3 The second derivative test

The basis of the first derivative test is that if the derivative changes from positive tonegative at a point at which the derivative is zero then there is a local maximum at thepoint, and similarly for a local minimum. If f ′ changes from positive to negative it isdecreasing; this means that the derivative of f ′, f ′′, might be negative, and if in fact f ′′

is negative then f ′ is definitely decreasing, so there is a local maximum at the point inquestion. Note well that f ′ might change from positive to negative while f ′′ is zero, inwhich case f ′′ gives us no information about the critical value. Similarly, if f ′ changesfrom negative to positive there is a local minimum at the point, and f ′ is increasing. Iff ′′ > 0 at the point, this tells us that f ′ is increasing, and so there is a local minimum.

EXAMPLE 5.5 Consider again f(x) = sin x + cos x, with f ′(x) = cos x − sin x andf ′′(x) = − sin x− cos x. Since f ′′(π/4) = −√2/2−√2/2 = −√2 < 0, we know there is alocal maximum at π/4. Since f ′′(5π/4) = − −√2/2 − −√2/2 =

√2 > 0, there is a local

minimum at 5π/4.

When it works, the second derivative test is often the easiest way to identify local max-imum and minimum points. Sometimes the test fails, and sometimes the second derivativeis quite difficult to evaluate; in such cases we must fall back on one of the previous tests.

EXAMPLE 5.6 Let f(x) = x4. The derivatives are f ′(x) = 4x3 and f ′′(x) = 12x2.Zero is the only critical value, but f ′′(0) = 0, so the second derivative test tells us nothing.However, f(x) is positive everywhere except at zero, so clearly f(x) has a local minimumat zero. On the other hand, f(x) = −x4 also has zero as its only critical value, and thesecond derivative is again zero, but −x4 has a local maximum at zero.

Exercises

Find all local maximum and minimum points by the second derivative test.

1. y = x2 − x ⇒2. y = 2 + 3x− x3 ⇒

3. y = x3 − 9x2 + 24x ⇒4. y = x4 − 2x2 + 3 ⇒

Page 103: 3739202 Calculus Whitman College

5.4 Concavity and inflection points 89

5. y = 3x4 − 4x3 ⇒6. y = (x2 − 1)/x ⇒

7. y = 3x2 − (1/x2) ⇒8. y = cos(2x)− x ⇒

5.4 Concavity and inflection points

We know that the sign of the derivative tells whether a function is increasing or decreasing.For example, any time that f ′(x) > 0, that means that f(x) is increasing. The sign of thesecond derivative f ′′(x) tells us whether f ′ is increasing or decreasing; we have seen thatif f ′ is zero and increasing at a point then there is a local minimum at the point, and iff ′ is zero and decreasing at a point then there is a local maximum at the point. Thus, weextracted information about f from information about f ′′.

We can get information from the sign of f ′′ even when f ′ is not zero. Suppose thatf ′′(a) > 0. This means that near x = a f ′ is increasing. If f ′(a) > 0, this means that f

slopes up and is getting steeper; if f ′(a) < 0, this means that f slopes down and is gettingless steep. The two situations are shown in figure 5.5. A curve that is shaped like this iscalled concave up.

a

.........................................

..........................................................................................

a

.............................................................................................................................................

Figure 5.5 f ′′(a) > 0: f ′(a) positive and increasing, f ′(a) negative and increasing.

Now suppose that f ′′(a) < 0. This means that near x = a f ′ is decreasing. If f ′(a) > 0,this means that f slopes up and is getting less steep; if f ′(a) < 0, this means that f slopesdown and is getting steeper. The two situations are shown in figure 5.6. A curve that isshaped like this is called concave down.

If we are trying to understand the shape of the graph of a function, knowing whereit is concave up and concave down helps us to get a more accurate picture. Of particularinterest are points at which the concavity changes from up to down or down to up; suchpoints are called inflection points. If the concavity changes from up to down at x = a, f ′′

changes from positive to the left of a to negative to the right of a, and usually f ′′(a) = 0.We can identify such points by first finding where f ′′(x) is zero and then checking to see

Page 104: 3739202 Calculus Whitman College

90 Chapter 5 Curve Sketching

a

...................................................................................................................

................

a

........................................................................................................................................

Figure 5.6 f ′′(a) < 0: f ′(a) positive and decreasing, f ′(a) negative and decreasing.

whether f ′′(x) does in fact go from positive to negative or negative to positive at thesepoints. Note that it is possible that f ′′(a) = 0 but the concavity is the same on both sides;f(x) = x4 is an example.

EXAMPLE 5.7 Describe the concavity of f(x) = x3−x. f ′(x) = 3x2− 1, f ′′(x) = 6x.Since f ′′(0) = 0, there is potentially an inflection point at zero. Since f ′′(x) > 0 whenx > 0 and f ′′(x) < 0 when x < 0 the concavity does change from down to up at zero, andthe curve is concave down for all x < 0 and concave up for all x > 0.

Note that we need to compute and analyze the second derivative to understand con-cavity, so we may as well try to use the second derivative test for maxima and minima. Iffor some reason this fails we can then try one of the other tests.

Exercises

Describe the concavity of the functions.

1. y = x2 − x ⇒2. y = 2 + 3x− x3 ⇒3. y = x3 − 9x2 + 24x ⇒4. y = x4 − 2x2 + 3 ⇒

5. y = 3x4 − 4x3 ⇒6. y = (x2 − 1)/x ⇒7. y = 3x2 − (1/x2) ⇒8. y = sin x + cos x ⇒

5.5 Asymptotes and Other Things to Look For

A vertical asymptote is a place where the function becomes infinite, typically because theformula for the function has a denominator that becomes zero. For example, the reciprocalfunction f(x) = 1/x has a vertical asymptote at x = 0, and the function tan x has a verticalasymptote at x = π/2 (and also at x = −π/2, x = 3π/2, etc.). Whenever the formula for afunction contains a denominator it is worth looking for a vertical asymptote by checking tosee if the denominator can ever be zero, and then checking the limit at such points. Notethat there is not always a vertical asymptote where the derivative is zero: f(x) = (sin x)/x

Page 105: 3739202 Calculus Whitman College

5.5 Asymptotes and Other Things to Look For 91

has a zero denominator at x = 0, but since limx→0(sinx)/x = 1 there is no asymptotethere.

A horizontal asymptote is a horizontal line to which f(x) gets closer and closer as x

approaches ∞ (or as x approaches −∞). For example, the reciprocal function has thex-axis for a horizontal asymptote. Horizontal asymptotes can be identified by computingthe limits limx→∞ f(x) and limx→−∞ f(x). Since limx→∞ 1/x = limx→−∞ 1/x = 0, theline y = 0 (that is, the x-axis) is a horizontal asymptote in both directions.

Some functions have asymptotes that are neither horizontal nor vertical, but someother line. Such asymptotes are somewhat more difficult to identify and we will ignorethem.

If the domain of the function does not extend out to infinity, we should also askwhat happens as x approaches the boundary of the domain. For example, the functiony = f(x) = 1/

√r2 − x2 has domain −r < x < r, and y becomes infinite as x approaches

either r or −r. In this case we might also identify this behavior because when x = ±r thedenominator of the function is zero.

If there are any points where the derivative fails to exist (a cusp or corner), then weshould take special note of what the function does at such a point.

Finally, it is worthwhile to notice any symmetry. A function f(x) that has the samevalue for −x as for x, i.e., f(−x) = f(x), is called an “even function.” Its graph issymmetric with respect to the y-axis. Some examples of even functions are: xn when n

is an even number, cos x, and sin2 x. On the other hand, a function that satisfies theproperty f(−x) = −f(x) is called an “odd function.” Its graph is symmetric with respectto the origin. Some examples of odd functions are: xn when n is an odd number, sin x, andtanx. Of course, most functions are neither even nor odd, and do not have any particularsymmetry.

Exercises

Sketch the curves. Identify clearly any interesting features, including local maximum and mini-mum points, inflection points, asymptotes, and intercepts.

1. y = x5 − 5x4 + 5x3

2. x3 − 3x2 − 9x + 5

3. (x− 1)2(x + 3)2/3

4. x2 + x2y2 = a2y2, a > 0.

5. xex

6. (ex + e−x)/2

7. e−x cos x

8. ex − sin x

Page 106: 3739202 Calculus Whitman College
Page 107: 3739202 Calculus Whitman College

6Applications of the Derivative

6.1 Optimization

Many important applied problems involve finding the best way to accomplish some task.Often this involves finding the maximum or minimum value of some function: the minimumtime to make a certain journey, the minimum cost for doing a task, the maximum powerthat can be generated by a device, and so on. Many of these problems can be solved byfinding the appropriate function and then using techniques of calculus to find the maximumor the minimum value required.

Generally such a problem will have the following mathematical form: Find the largest(or smallest) value of f(x) when a ≤ x ≤ b. Sometimes a or b are infinite, but frequentlythe real world imposes some constraint on the values that x may have.

Such a problem differs in two ways from the local maximum and minimum problemswe encountered when graphing functions: We are interested only in the function betweena and b, and we want to know the largest or smallest value that f(x) takes on, not merelyvalues that are the largest or smallest in a small interval. That is, we seek not a localmaximum or minimum but a global maximum or minimum, sometimes also called anabsolute maximum or minimum.

Any global maximum or minimum must of course be a local maximum or minimum.If we find all possible local extrema, then the global maximum, if it exists, must be thelargest of the local maxima and the global minimum, if it exists, must be the smallest ofthe local minima. We already know where local extrema can occur: only at those pointsat which f ′(x) is zero or undefined. Actually, there are two additional points at which a

93

Page 108: 3739202 Calculus Whitman College

94 Chapter 6 Applications of the Derivative

maximum or minimum can occur if the endpoints a and b are not infinite, namely, at a

and b. We have not previously considered such points because we have not been interestedin limiting a function to a small interval. An example should make this clear.

−2 1

....................................................................................................................................................................................................................................................................................................................................................................................................................................................

Figure 6.1 The function g(x) or f(x) = x2 truncated to [−2, 1]

EXAMPLE 6.1 Find the maximum and minimum values of f(x) = x2 on the interval[−2, 1], shown in figure 6.1. We compute f ′(x) = 2x, which is zero at x = 0 and is alwaysdefined.

Since f ′(1) = 2 we would not normally flag x = 1 as a point of interest, but it is clearfrom the graph that when f(x) is restricted to [−2, 1] there is a local maximum at x = 1.Likewise we would not normally pay attention to x = −2, but since we have truncated f

at −2 we have introduced a new local maximum there as well. In a technical sense nothingnew is going on here: When we truncate f we actually create a new function, let’s call itg, that is defined only on the interval [−2, 1]. If we try to compute the derivative of thisnew function we actually find that it does not have a derivative at −2 or 1. Why? Becauseto compute the derivative at 1 we must compute the limit

lim∆x→0

g(1 + ∆x)− g(1)∆x

.

This limit does not exist because when ∆x > 0, g(1 + ∆x) is not defined. It is simpler,however, simply to remember that we must always check the endpoints.

So the function g, that is, f restricted to [−2, 1], has one critical value and two finiteendpoints, any of which might be the global maximum or minimum. We could first deter-mine which of these are local maximum or minimum points (or neither); then the largest

Page 109: 3739202 Calculus Whitman College

6.1 Optimization 95

local maximum must be the global maximum and the smallest local minimum must be theglobal minimum. It is usually easier, however, to compute the value of f at every pointat which the global maximum or minimum might occur; the largest of these is the globalmaximum, the smallest is the global minimum.

So we compute f(−2) = 4, f(0) = 0, f(1) = 1. The global maximum is 4 at x = −2and the global minimum is 0 at x = 0.

It is possible that there is no global maximum or minimum. It is difficult, and notparticularly useful, to express a set procedure for determining whether this is the case.Generally, the best approach is to gain enough understanding of the shape of the graph todecide. Fortunately, only a rough idea of the shape is usually needed.

There are some particularly nice cases that are easy. If you have a continuous functionon a closed interval [a, b], there is always both a global maximum and a global minimum,so examining the critical values and the endpoints is enough:

THEOREM 6.2 Extreme value theorem If f is continuous on a closed interval[a, b], then it has both a minimum and a maximum point. That is, there are real numbersc and d in [a, b] so that for every x in [a, b], f(x) ≤ f(c) and f(x) ≥ f(d).

Another easy case: If a function is continuous and has a single critical value, then ifthere is a local maximum at the critical value it is a global maximum, and if it is a localminimum it is a global minimum. There may also be a global minimum in the first case,or a global maximum in the second case, but that will generally require more effort todetermine.

EXAMPLE 6.3 Let f(x) = −x2 + 4x − 3. Find the maximum value of f(x) on theinterval [0, 4]. First note that f ′(x) = −2x+4 = 0 when x = 2, and f(2) = 1. Next observethat f ′(x) is defined for all x, so there are no other critical values. Finally, f(0) = −3 andf(4) = −3. The largest value of f(x) on the interval [0, 4] is f(2) = 1.

EXAMPLE 6.4 Let f(x) = −x2 + 4x − 3. Find the maximum value of f(x) on theinterval [−1, 1].

First note that f ′(x) = −2x + 4 = 0 when x = 2. But x = 2 is not in the interval, sowe don’t use it. Thus the only two points to be checked are the endpoints; f(−1) = −8and f(1) = 0. So the largest value of f(x) on [−1, 1] is f(1) = 0.

EXAMPLE 6.5 Find the maximum and minimum values of the function f(x) = 7 +|x − 2| for x between 1 and 4 inclusive. The derivative f ′(x) is never zero, but f ′(x) is

Page 110: 3739202 Calculus Whitman College

96 Chapter 6 Applications of the Derivative

undefined at x = 2, so we compute f(2) = 7. Checking the end points we get f(1) = 8 andf(4) = 9. The smallest of these numbers is f(2) = 7, which is, therefore, the minimumvalue of f(x) on the interval 1 ≤ x ≤ 4, and the maximum is f(4) = 9.

−2 −1 21

....................................................................................................................................................................................

..........................................................................................................................................................................................

................................................................................................................................................................

Figure 6.2 f(x) = x3 − x

EXAMPLE 6.6 Find all local maxima and minima for f(x) = x3 − x, and deter-mine whether there is a global maximum or minimum on the open interval (−2, 2). Inexample 5.2 we found a local maximum at (−√3/3, 2

√3/9) and a local minimum at

(√

3/3,−2√

3/9). Since the endpoints are not in the interval (−2, 2) they cannot be con-sidered. Is the lone local maximum a global maximum? Here we must look more closely atthe graph. We know that on the closed interval [−√3/3,

√3/3] there is a global maximum

at x = −√3/3 and a global minimum at x =√

3/3. So the question becomes: what hap-pens between −2 and −√3/3, and between

√3/3 and 2? Since there is a local minimum

at x =√

3/3, the graph must continue up to the right, since there are no more criticalvalues. This means no value of f will be less than −2

√3/9 between

√3/3 and 2, but it

says nothing about whether we might find a value larger than the local maximum 2√

3/9.How can we tell? Since the function increases to the right of

√3/3, we need to know what

the function values do “close to” 2. Here the easiest test is to pick a number and do acomputation to get some idea of what’s going on. Since f(1.9) = 4.959 > 2

√3/9, there

is no global maximum at −√3/3, and hence no global maximum at all. (How can we tellthat 4.959 > 2

√3/9? We can use a calculator to approximate the right hand side; if it is

not even close to 4.959 we can take this as decisive. Since 2√

3/9 ≈ 0.3849, there’s reallyno question. Funny things can happen in the rounding done by computers and calculators,however, so we might be a little more careful, especially if the values come out quite close.In this case we can convert the relation 4.959 > 2

√3/9 into (9/2)4.959 >

√3 and ask

Page 111: 3739202 Calculus Whitman College

6.1 Optimization 97

whether this is true. Since the left side is clearly larger than 4 · 4 which is clearly largerthan

√3, this settles the question.)

A similar analysis shows that there is also no global minimum. The graph of f(x) on(−2, 2) is shown in figure 6.2.

EXAMPLE 6.7 Of all rectangles of area 100, which has the smallest perimeter?First we must translate this into a purely mathematical problem in which we want to

find the minimum value of a function. If x denotes one of the sides of the rectangle, thenthe adjacent side must be 100/x (in order that the area be 100). So the function we wantto minimize is

f(x) = 2x + 2100x

since the perimeter is twice the length plus twice the width of the rectangle. Not all valuesof x make sense in this problem: lengths of sides of rectangles must be positive, so x > 0.If x > 0 then so is 100/x, so we need no second condition on x.

We next find f ′(x) and set it equal to zero: 0 = f ′(x) = 2− 200/x2. Solving f ′(x) = 0for x gives us x = ±10. We are interested only in x > 0, so only the value x = 10 is ofinterest. Since f ′(x) is defined everywhere on the interval (0,∞), there are no more criticalvalues, and there are no endpoints. Is there a local maximum, minimum, or neither atx = 10? The second derivative is f ′′(x) = 400/x3, and f ′′(10) > 0, so there is a localminimum. Since there is only one critical value, this is also the global minimum, so therectangle with smallest perimeter is the 10× 10 square.

EXAMPLE 6.8 You want to sell a certain number n of items in order to maximizeyour profit. Market research tells you that if you set the price at $1.50, you will be ableto sell 5000 items, and for every 10 cents you lower the price below $1.50 you will be ableto sell another 1000 items. Suppose that your fixed costs (“start-up costs”) total $2000,and the per item cost of production (“marginal cost”) is $0.50. Find the price to set peritem and the number of items sold in order to maximize profit, and also determine themaximum profit you can get.

The first step is to convert the problem into a function maximization problem. Sincewe want to maximize profit by setting the price per item, we should look for a functionP (x) representing the profit when the price per item is x. Profit is revenue minus costs, andrevenue is number of items sold times the price per item, so we get P = nx−2000−0.50n.The number of items sold is itself a function of x, n = 5000 + 1000(1.5− x)/0.10, because(1.5 − x)/0.10 is the number of multiples of 10 cents that the price is below $1.50. Now

Page 112: 3739202 Calculus Whitman College

98 Chapter 6 Applications of the Derivative

we substitute for n in the profit function:

P (x) = (5000 + 1000(1.5− x)/0.10)x− 2000− 0.5(5000 + 1000(1.5− x)/0.10)

= −10000x2 + 25000x− 12000

We want to know the maximum value of this function when x is between 0 and 1.5.The derivative is P ′(x) = −20000 ∗ x + 25000, which is zero when x = 1.25. SinceP ′′(x) = −20000 < 0, there must be a local maximum at x = 1.25, and since this is theonly critical value it must be a global maximum as well. (Alternately, we could computeP (0) = −12000, P (1.25) = 3625, and P (1.5) = 3000 and note that P (1.25) is the maximumof these.) Thus the maximum profit is $3625, attained when we set the price at $1.25 andsell 7500 items.

....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

................................................................................................................................................................................................................................................................................................................................

y = a

(x, x2)•

............. ............. ............. ............. ............. ............. ............. ............. ............. ............. ............. ............. ............. ............. ............. ............. ............. .............

Figure 6.3 Rectangle in a parabola.

EXAMPLE 6.9 Find the largest rectangle (that is, the rectangle with largest area)that fits inside the graph of the parabola y = x2 below the line y = a (a is an unspecifiedconstant value). (The top side of the rectangle should be on the horizontal line y = a; seefigure 6.3.)

We want to find the maximum value of some function A(x) representing area. Perhapsthe hardest part of this problem is deciding what x should represent. The lower rightcorner of the rectangle is at (x, x2), and once this is chosen the rectangle is completelydetermined. So we can let the x in A(x) be the x of the parabola f(x) = x2. Then thearea is A(x) = (2x)(a−x2) = −2x3 +2ax. We want the maximum value of A(x) when x isin [0,

√a]. (You might object to allowing x = 0 or x =

√a, since then the “rectangle” has

Page 113: 3739202 Calculus Whitman College

6.1 Optimization 99

either no width or no height, so is not “really” a rectangle. But the problem is somewhateasier if we simply allow such rectangles, which have zero area.)

Setting 0 = A′(x) = 6x2 + 2a we get x =√

a/3 as the only critical value. Testing this

and the two endpoints, we have A(0) = A(√

a) = 0 and A(√

a/3) = (4/9)√

3a3/2. The

maximum area thus occurs when the rectangle has dimensions 2√

a/3× (2/3)a.

........

........

........

................................................................................

.......................

............................

.....................................................

..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

............................................................................................................................................................

................................

................................

................................

................................

................................

................................

................................

..............................................................................................................................................................................................................................................................................................

................................

................................

................................

................................

................................

................................

................................

.......

(h−R, r)

Figure 6.4 Cone in a sphere.

EXAMPLE 6.10 If you fit the largest possible cone inside a sphere, what fraction ofthe volume of the sphere is occupied by the cone? (Here by “cone” we mean a right circularcone, i.e., a cone for which the base is perpendicular to the axis of symmetry, and for whichthe cross-section cut perpendicular to the axis of symmetry at any point is a circle.)

Let R be the radius of the sphere, and let r and h be the base radius and height ofthe cone inside the sphere. What we want to maximize is the volume of the cone: πr2h/3.Here R is a fixed value, but r and h can vary. Namely, we could choose r to be as largeas possible—equal to R—by taking the height equal to R; or we could make the cone’sheight h larger at the expense of making r a little less than R. See the side view depictedin figure 6.4. We have situated the picture in a convenient way relative to the x and y

axes, namely, with the center of the sphere at the origin and the vertex of the cone at thefar left on the x-axis.

Notice that the function we want to maximize, πr2h/3, depends on two variables. Thisis frequently the case, but often the two variables are related in some way so that “really”there is only one variable. So our next step is to find the relationship and use it to solvefor one of the variables in terms of the other, so as to have a function of only one variable

Page 114: 3739202 Calculus Whitman College

100 Chapter 6 Applications of the Derivative

to maximize. In this problem, the condition can be read off the above drawing: the uppercorner of the triangle, whose coordinates are (h−R, r), must be on the circle of radius R.That is,

(h−R)2 + r2 = R2.

We can solve for h in terms of r or for r in terms of h. Either involves taking a squareroot, but we notice that the volume function contains r2, not r by itself, so it is easiest tosolve for r2 directly: r2 = R2 − (h−R)2. Then we substitute the result into πr2h/3:

V (h) = π(R2 − (h−R)2)h/3

= −π

3h3 +

23πh2R

We want to maximize V (h) when h is between 0 and 2R. Now we solve 0 = f ′(h) =−πh2 + (4/3)πhR, getting h = 0 or h = 4R/3. We compute V (0) = V (2R) = 0 andV (4R/3) = (32/81)πR3. The maximum is the latter; since the volume of the sphere is(4/3)πR3, the fraction of the sphere occupied by the cone is

(32/81)πR3

(4/3)πR3=

827≈ 30%.

EXAMPLE 6.11 You are making cylindrical containers to contain a given volume.Suppose that the top and bottom are made of a material that is N times as expensive(cost per unit area) as the material used for the lateral side of the cylinder. Find (in termsof N) the ratio of height to base radius of the cylinder that minimizes the cost of makingthe containers.

Let us first choose letters to represent various things: h for the height, r for the baseradius, V for the volume of the cylinder, and c for the cost per unit area of the lateral sideof the cylinder; V and c are constants, h and r are variables. Now we can write the costof materials:

c(2πrh) + Nc(2πr2).

Again we have two variables; the relationship is provided by the fixed volume of thecylinder: V = πr2h. We use this relation to eliminate h (we could eliminate r, but it’sa little easier if we eliminate h, which appears in only one place in the above formula forcost). The result is

f(r) = 2cπrV

πr2+ 2Ncπr2 =

2cV

r+ 2Ncπr2.

Page 115: 3739202 Calculus Whitman College

6.1 Optimization 101

We want to know the minimum value of this function when r is in (0,∞). We now set0 = f ′(r) = −2cV/r2 + 4Ncπr, giving r = 3

√V/(2Nπ). Since f ′′(r) = 4cV/r3 + 4Ncπ

is positive when r is positive, there is a local minimum at the critical value, and hence aglobal minimum since there is only one critical value.

Finally, since h = V/(πr2),

h

r=

V

πr3=

V

π(V/(2Nπ))= 2N,

so the minimum cost occurs when the height h is 2N times the radius. If, for example,there is no difference in the cost of materials, the height is twice the radius (or the heightis equal to the diameter).

..........................................................................................................................................................................................................................................................................................................................................................

• •

•xa− x

A

D B C

b

Figure 6.5 Minimizing travel time.

EXAMPLE 6.12 Suppose you want to reach a point A that is located across the sandfrom a nearby road (see figure 6.5). Suppose that the road is straight, and b is the distancefrom A to the closest point C on the road. Let v be your speed on the road, and let w,which is less than v, be your speed on the sand. Right now you are at the point D, whichis a distance a from C. At what point B should you turn off the road and head across thesand in order to minimize your travel time to A?

Let x be the distance short of C where you turn off, i.e., the distance from B to C. Wewant to minimize the total travel time. Recall that when traveling at constant velocity,time=distance/velocity.

You travel the distance DB at speed v, and then the distance BA at speed w. SinceDB = a−x and, by the Pythagorean theorem, BA =

√x2 + b2, the total time for the trip

is

f(x) =a− x

v+√

x2 + b2

w.

Page 116: 3739202 Calculus Whitman College

102 Chapter 6 Applications of the Derivative

We want to find the minimum value of f when x is between 0 and a. As usual we setf ′(x) = 0 and solve for x:

0 = f ′(x) = −1v

+x

w√

x2 + b2

w√

x2 + b2 = vx

w2(x2 + b2) = v2x2

w2b2 = (v2 − w2)x2

x =wb√

v2 − w2

Notice that a does not appear in the last expression, but a is not irrelevant, since we areinterested only in critical values that are in [0, a], and wb/

√v2 − w2 is either in this interval

or not. If it is, we can use the second derivative to test it:

f ′′(x) =b2

(x2 + b2)3/2w.

Since this is always positive there is a local minimum at the critical point, and so it is aglobal minimum as well.

If the critical value is not in [0, a] it is larger than a. In this case the minimum mustoccur at one of the endpoints. We can compute

f(0) =a

v+

b

w

f(a) =√

a2 + b2

w

but it is difficult to determine which of these is smaller by direct comparison. If, as islikely in practice, we know the values of v, w, a, and b, then it is easy to determine this.With a little cleverness, however, we can determine the minimum in general. We have seenthat f ′′(x) is always positive, so the derivative f ′(x) is always increasing. We know thatat wb/

√v2 − w2 the derivative is zero, so for values of x less than that critical value, the

derivative is negative. This means that f(0) > f(a), so the minimum occurs when x = a.So the upshot is this: If you start farther away from C than wb/

√v2 − w2 then you

always want to cut across the sand when you are a distance wb/√

v2 − w2 from point C.If you start closer than this to C, you should cut directly across the sand.

Page 117: 3739202 Calculus Whitman College

6.1 Optimization 103

Summary—Steps to solve an optimization problem.

1. Decide what the variables are and what the constants are, draw a diagram ifappropriate, understand clearly what it is that is to be maximized or minimized.

2. Write a formula for the function for which you wish to find the maximum orminimum.

3. Express that formula in terms of only one variable, that is, in the form f(x).

4. Set f ′(x) = 0 and solve. Check all critical values and endpoints to determine theextreme value.

Exercises

1. Let f(x) =

1 + 4x− x2 for x ≤ 3(x + 5)/2 for x > 3

Find the maximum value and minimum values of f(x) for x in [0, 4]. Graph f(x) to checkyour answers. ⇒

2. Find the dimensions of the rectangle of largest area having fixed perimeter 100. ⇒3. Find the dimensions of the rectangle of largest area having fixed perimeter P . ⇒4. A box with square base and no top is to hold a volume 100. Find the dimensions of the box

that requires the least material for the five sides. Also find the ratio of height to side of thebase. ⇒

5. A box with square base and no top is to hold a volume V . Find (in terms of V ) the dimensionsof the box that requires the least material for the five sides. Also find the ratio of height toside of the base. (This ratio will not involve V .) ⇒

6. You have 100 feet of fence to make a rectangular play area alongside the wall of your house.The wall of the house bounds one side. What is the largest size possible (in square feet) forthe play area? ⇒

7. You have l feet of fence to make a rectangular play area alongside the wall of your house.The wall of the house bounds one side. What is the largest size possible (in square feet) forthe play area? ⇒

8. Marketing tells you that if you set the price of an item at $10 then you will be unable to sellit, but that you can sell 500 items for each dollar below $10 that you set the price. Supposeyour fixed costs total $3000, and your marginal cost is $2 per item. What is the most profityou can make? ⇒

9. Find the area of the largest rectangle that fits inside a semicircle of radius r (one side of therectangle is along the diameter of the semicircle). ⇒

10. For a cylinder with given surface area S, find the ratio of height to base radius that maximizesthe volume. ⇒

11. You want to make cylindrical containers of a given volume V using the least amount ofconstruction material. The side is made from a rectangular piece of material, and this canbe done with no material wasted. However, the top and bottom are cut from squares of side

Page 118: 3739202 Calculus Whitman College

104 Chapter 6 Applications of the Derivative

2r, so that 2(2r)2 = 8r2 of material is needed (rather than 2πr2, which is the total area ofthe top and bottom). Find the optimal ratio of height to radius. ⇒

12. Given a right circular cone, you put an upside-down cone inside it so that its vertex is at thecenter of the base of the larger cone and its base is parallel to the base of the larger cone. Ifyou choose the upside-down cone to have the largest possible volume, what fraction of thevolume of the larger cone does it occupy? (Let H and R be the height and base radius ofthe larger cone, and let h and r be the height and base radius of the smaller cone. Hint: Usesimilar triangles to get an equation relating h and r.) ⇒

13. In example 6.12, what happens if w ≥ v (i.e., your speed on sand is at least your speed onthe road)? ⇒

14. A container holding a fixed volume is being made in the shape of a cylinder with a hemi-spherical top. (The hemispherical top has the same radius as the cylinder.) Find the ratio ofheight to radius of the cylinder which minimizes the cost of the container if (a) the cost perunit area of the top is twice as great as the cost per unit area of the side, and the containeris made with no bottom; (b) the same as in (a), except that the container is made with acircular bottom, for which the cost per unit area is 1.5 times the cost per unit area of theside. ⇒

15. (a) A square piece of cardboard of side a is used to make an open-top box by cutting outa small square from each corner and bending up the sides. How large a square should becut from each corner in order that the box have maximum volume? (b) What if the piece ofcardboard used to make the box is a rectangle of sides a and b? ⇒

16. A window consists of a rectangular piece of clear glass with a semicircular piece of coloredglass on top. Suppose that the colored glass transmits only k times as much light per unitarea as the clear glass (k is between 0 and 1). If the distance from top to bottom (acrossboth the rectangle and the semicircle) is a fixed distance H, find (in terms of k) the ratio ofvertical side to horizontal side of the rectangle for which the window lets through the mostlight. ⇒

17. You are designing a poster to contain a fixed amount A of printing (measured in squarecentimeters) and have margins of a centimeters at the top and bottom and b centimeters atthe sides. Find the ratio of vertical dimension to horizontal dimension of the printed area onthe poster if you want to minimize the amount of posterboard needed. ⇒

18. The strength of a rectangular beam is proportional to the product of its width times thesquare of its depth. Find the dimensions of the strongest beam that can be cut from acylindrical log of radius r. ⇒

19. What fraction of the volume of a sphere is taken up by the largest cylinder that can be fitinside the sphere? ⇒

20. The U.S. post office will accept a box for shipment only if the sum of the length and girth(distance around) is at most 108 in. Find the dimensions of the largest acceptable box withsquare front and back. ⇒

21. Find the dimensions of the lightest cylindrical can containing 0.25 liter (=250 cm3) if thetop and bottom are made of a material that is twice as heavy (per unit area) as the materialused for the side. ⇒

Page 119: 3739202 Calculus Whitman College

6.1 Optimization 105

22. A conical paper cup is to hold a fixed volume of water. Find the ratio of height to base radiusof the cone which minimizes the amount of paper needed to make the cup. Use the formulaπr√

r2 + h2 for the area of the side of a cone, called the lateral area of the cone. ⇒23. If you fit the cone with the largest possible surface area (lateral area plus area of base) into

a sphere, what percent of the volume of the sphere is occupied by the cone? ⇒24. Two electrical charges, one a positive charge A of magnitude a and the other a negative

charge B of magnitude b, are located a distance c apart. A positively charged particle P issituated on the line between A and B. Find where P should be put so that the pull awayfrom A towards B is minimal. Here assume that the force from each charge is proportionalto the strength of the source and inversely proportional to the square of the distance fromthe source. ⇒

25. Find the fraction of the area of a triangle that is occupied by the largest rectangle that canbe drawn in the triangle (with one of its sides along a side of the triangle). Show that thisfraction does not depend on the dimensions of the given triangle. ⇒

26. How are your answers to Problem 8 affected if the cost per item for the x items, insteadof being simply $2, decreases below $2 in proportion to x (because of economy of scale andvolume discounts) by 1 cent for each 25 items produced? ⇒

27. You are standing near the side of a large wading pool of uniform depth when you see a childin trouble. You can run at a speed v1 on land and at a slower speed v2 in the water. Yourperpendicular distance from the side of the pool is a, the child’s perpendicular distance is b,and the distance along the side of the pool between the closest point to you and the closestpoint to the child is c (see the figure below). Without stopping to do any calculus, youinstinctively choose the quickest route (shown in the figure) and save the child. Our purposeis to derive a relation between the angle θ1 your path makes with the perpendicular to the sideof the pool when you’re on land, and the angle θ2 your path makes with the perpendicularwhen you’re in the water. To do this, let x be the distance between the closest point to youat the side of the pool and the point where you enter the water. Write the total time yourun (on land and in the water) in terms of x (and also the constants a, b, c, v1, v2). Then setthe derivative equal to zero. The result, called “Snell’s law” or the “law of refraction,” alsogoverns the bending of light when it goes into water. ⇒

.....................................................................θ1

................................................

θ2

................................................................................................................................................................................................................................................................................................................................................................................................

x c− x

a

b

Figure 6.6 Wading pool rescue.

Page 120: 3739202 Calculus Whitman College

106 Chapter 6 Applications of the Derivative

6.2 Related Rates

Suppose we have two variables x and y (in most problems the letters will be different,but for now let’s use x and y) which are both changing with time. A “related rates”problem is a problem in which we know one of the rates of change at a given instant—say,x = dx/dt—and we want to find the other rate y = dy/dt at that instant. (The use ofx to mean dx/dt goes back to Newton and is still used for this purpose, especially byphysicists.)

If y is written in terms of x, i.e., y = f(x), then this is easy to do using the chain rule:

y =dy

dt=

dy

dx· dx

dt=

dy

dxx.

That is, find the derivative of f(x), plug in the value of x at the instant in question, andmultiply by the given value of x = dx/dt to get y = dy/dt.

EXAMPLE 6.13 Suppose an object is moving along a path described by y = x2, thatis, it is moving on a parabolic path. At a particular time, say t = 5, the x coordinate is6 and we measure the speed at which the x coordinate of the object is changing and findthat dx/dt = 3. At the same time, how fast is the y coordinate changing?

Using the chain rule, dy/dt = 2x · dx/dt. At t = 5 we know that x = 6 and dx/dt = 3,so dy/dt = 2 · 6 · 3 = 36.

In many cases, particularly interesting ones, x and y will be related in some other way,for example x = f(y), or F (x, y) = k, or perhaps F (x, y) = G(x, y), where F (x, y) andG(x, y) are expressions involving both variables. In all cases, you can solve the relatedrates problem by taking the derivative of both sides, plugging in all the known values(namely, x, y, and x), and then solving for y.

To summarize, here are the steps in doing a related rates problem:

1. Decide what the two variables are.

2. Find an equation relating them.

3. Take d/dt of both sides.

4. Plug in all known values at the instant in question.

5. Solve for the unknown rate.

EXAMPLE 6.14 A plane is flying directly away from you at 500 mph at an altitudeof 3 miles. How fast is the plane’s distance from you increasing at the moment when theplane is flying over a point on the ground 4 miles from you?

Page 121: 3739202 Calculus Whitman College

6.2 Related Rates 107

..........................

..........................

..........................

..........................

..........................

..........−→

x

y3

Figure 6.7 Receding airplane.

To see what’s going on, we first draw a schematic representation of the situation.Because the plane is in level flight directly away from you, the rate at which x changes

is the speed of the plane, dx/dt = 500. The distance between you and the plane is y; itis dy/dt that we wish to know. By the Pythagorean Theorem we know that x2 + 9 = y2.Taking the derivative:

2xx = 2yy.

We are interested in the time at which x = 4; at this time we know that 42 + 9 = y2, soy = 5. Putting together all the information we have we get

2(4)(500) = 2(5)y.

Thus, y = 400 mph.

EXAMPLE 6.15 You are inflating a spherical balloon at the rate of 7 cm3/sec. Howfast is its radius increasing when the radius is 4 cm?

Here the variables are the radius r and the volume V . We know dV/dt, and we wantdr/dt. The two variables are related by means of the equation V = 4πr3/3. Taking thederivative of both sides gives dV/dt = 4πr2r. We now substitute the values we know atthe instant in question: 7 = 4π42r, so r = 7π/64 cm/sec.

EXAMPLE 6.16 Water is poured into a conical container at the rate of 10 cm3/sec.The cone points directly down, and it has a height of 30 cm and a base radius of 10 cm.How fast is the water level rising when the water is 4 cm deep (at its deepest point)?

The water forms a conical shape within the big cone; its height and base radius andvolume are all increasing as water is poured into the container. This means that we actuallyhave three things varying with time: the water level h (the height of the cone of water),the radius r of the circular top surface of water (the base radius of the cone of water), andthe volume of water V . The volume of a cone is given by V = πr2h/3. We know dV/dt,and we want dh/dt. At first something seems to be wrong: we have a third variable r

whose rate we don’t know.

Page 122: 3739202 Calculus Whitman College

108 Chapter 6 Applications of the Derivative

......................

....................................................................................................................................................................................................................................................................................................................................................................

...................

.......................................................................................................................................................................................................

←− 10 −→

↑|||||||

30|||||||↓

↑|||h|||↓

r

............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

............................................................ ............................................. ...............

Figure 6.8 Conical water tank.

But the dimensions of the cone of water must have the same proportions as those ofthe container. That is, because of similar triangles, r/h = 10/30 so r = h/3. Now we caneliminate r from the problem entirely: V = π(h/3)2h/3 = πh3/27. We take the derivativeof both sides and plug in h = 4 and dV/dt = 10, obtaining 10 = (3π ·42/27)(dh/dt). Thus,dh/dt = 90/(16π) cm/sec.

EXAMPLE 6.17 A swing consists of a board at the end of a 10 ft long rope. Think ofthe board as a point P at the end of the rope, and let Q be the point of attachment at theother end. Suppose that the swing is directly below Q at time t = 0, and is being pushedby someone who walks at 6 ft/sec from left to right. Find (a) how fast the swing is risingafter 1 sec; (b) the angular speed of the rope in deg/sec after 1 sec.

We start out by asking: What is the geometric quantity whose rate of change we know,and what is the geometric quantity whose rate of change we’re being asked about? Notethat the person pushing the swing is moving horizontally at a rate we know. In otherwords, the horizontal coordinate of P is increasing at 6 ft/sec. In the xy-plane let usmake the convenient choice of putting the origin at the location of P at time t = 0, i.e., adistance 10 directly below the point of attachment. Then the rate we know is dx/dt, andin part (a) the rate we want is dy/dt (the rate at which P is rising). In part (b) the ratewe want is θ = dθ/dt, where θ stands for the angle in radians through which the swing hasswung from the vertical. (Actually, since we want our answer in deg/sec, at the end wemust convert dθ/dt from rad/sec by multiplying by 180/π.)(a) From the diagram we see that we have a right triangle whose legs are x and 10 − y,and whose hypotenuse is 10. Hence x2 + (10 − y)2 = 100. Taking the derivative of both

Page 123: 3739202 Calculus Whitman College

6.2 Related Rates 109

...............................................................................................................................................................................................................................................................................................

.........................................

................................

......................

.......................................

.........................................................................................................................................................................................................................................................................................................

• P

Q

x

y

θ

Figure 6.9 Swing.

sides we obtain: 2xx+2(10− y)(0− y) = 0. We now look at what we know after 1 second,namely x = 6 (because x started at 0 and has been increasing at the rate of 6 ft/secfor 1 sec), y = 2 (because we get 10 − y = 8 from the Pythagorean theorem applied tothe triangle with hypotenuse 10 and leg 6), and x = 6. Putting in these values gives us2 · 6 · 6− 2 · 8y = 0, from which we can easily solve for y: y = 4.5 ft/sec.(b) Here our two variables are x and θ, so we want to use the same right triangle asin part (a), but this time relate θ to x. Since the hypotenuse is constant (equal to 10),the best way to do this is to use the sine: sin θ = x/10. Taking derivatives we obtain(cos θ)θ = 0.1x. At the instant in question (t = 1 sec), when we have a right triangle withsides 6–8–10, cos θ = 8/10 and x = 6. Thus (8/10)θ = 6/10, i.e., θ = 6/8 = 3/4 rad/sec,or approximately 43 deg/sec.

We have seen that sometimes there are apparently more than two variables that changewith time, but in reality there are just two, as the others can be expressed in terms ofjust two. But sometimes there really are several variables that change with time; as longas you know the rates of change of all but one of them you can find the rate of change ofthe remaining one. As in the case when there are just two variables, take the derivativeof both sides of the equation relating all of the variables, and then substitute all of theknown values and solve for the unknown rate.

EXAMPLE 6.18 A road running north to south crosses a road going east to west atthe point P . Car A is driving north along the first road, and car B is driving east along thesecond road. At a particular time car A is 10 kilometers to the north of P and traveling at

Page 124: 3739202 Calculus Whitman College

110 Chapter 6 Applications of the Derivative

............. ............. ............. ............. ............. ............. ............. ............. ............. .............

(0, a(t))

(b(t), 0)

c(t)

P

...............

.............................................

............................................. ...............

Figure 6.10 Cars moving apart.

80 km/hr, while car B is 15 kilometers to the east of P and traveling at 100 km/hr. Howfast is the distance between the two cars changing?

Let a(t) be the distance of car A north of P at time t, and b(t) the distance of car B eastof P at time t, and let c(t) the distance from car A to car B at time t. By the PythagoreanTheorem, c(t)2 = a(t)2+b(t)2. Taking derivatives we get 2c(t)c′(t) = 2a(t)a′(t)+2b(t)b′(t),so

c =aa + bb

c=

aa + bb√a2 + b2

.

Substituting known values we get:

c =10 · 80 + 15 · 100√

102 + 152=

460√13≈ 127.6km/hr

at the time of interest.

Notice how this problem differs from example 6.14. In both cases we started with thePythagorean Theorem and took derivatives on both sides. However, in example 6.14 oneof the sides was a constant (the altitude of the plane), and so the derivative of the squareof that side of the triangle was simply zero. In this example, on the other hand, all threesides of the right triangle are variables, even though we are interested in a specific valueof each side of the triangle (namely, when the sides have lengths 10 and 15).Make surethat you understand at the start of the problem what are the variables and what are theconstants.

Page 125: 3739202 Calculus Whitman College

6.2 Related Rates 111

Exercises

1. A cylindrical tank standing upright (with one circular base on the ground) has radius 20cm. How fast does the water level in the tank drop when the water is being drained at 25cm3/sec? ⇒

2. A ladder 13 meters long rests on horizontal ground and leans against a vertical wall. Thefoot of the ladder is pulled away from the wall at the rate of 0.6 m/sec. How fast is the topsliding down the wall when the foot of the ladder is 5 m from the wall? ⇒

3. A rotating beacon is located 2 miles out in the water. Let A be the point on the shore thatis closest to the beacon. As the beacon rotates at 10 rev/min, the beam of light sweeps downthe shore once each time it revolves. Assume that the shore is straight. How fast is the pointwhere the beam hits the shore moving at an instant when the beam is lighting up a point 2miles along the shore from the point A? ⇒

4. A baseball diamond is a square 90 ft on a side. A player runs from first base to second baseat 15 ft/sec. At what rate is the player’s distance from third base decreasing when she ishalf way from first to second base? ⇒

5. Sand is poured onto a surface at 15 cm3/sec, forming a conical pile whose base diameter isalways equal to its altitude. How fast is the altitude of the pile increasing when the pile is 3cm high? ⇒

6. A boat is pulled in to a dock by a rope with one end attached to the front of the boat andthe other end passing through a ring attached to the dock at a point 5 ft higher than thefront of the boat. The rope is being pulled through the ring at the rate of 0.6 ft/sec. Howfast is the boat approaching the dock when 13 ft of rope are out? ⇒

7. A balloon is at a height of 50 meters, and is rising at the constant rate of 5 m/sec. A bicyclistpasses beneath it, traveling in a straight line at the constant speed of 10 m/sec. How fast isthe distance between the bicylist and the balloon increasing 2 seconds later? ⇒

8. A pyramid-shaped vat has square cross-section and stands on its tip. The dimensions at thetop are 2 m × 2 m, and the depth is 5 m. If water is flowing into the vat at 3 m3/min, howfast is the water level rising when the depth of water (at the deepest point) is 4 m? Note:the volume of any “conical” shape (including pyramids) is (1/3)(height)(area of base). ⇒

9. The sun is setting at the rate of 1/4 deg/min on a day when the sun passed directly overhead.How fast is the shadow of a 25 meter wall lengthening at the moment when the shadow is50 meters? ⇒

..........................

..........................

..........................

..........................

..........................

.............

................

................

................

......

k

Figure 6.11 Sunset.

Page 126: 3739202 Calculus Whitman College

112 Chapter 6 Applications of the Derivative

10. The trough shown in figure 6.12 is constructed by fastening together three slabs of wood ofdimensions 10 ft × 1 ft, and then attaching the construction to a wooden wall at each end.The angle θ was originally 30◦, but because of poor construction the sides are collapsing.The trough is full of water. At what rate (in ft3/sec) is the water spilling out over the topof the trough if the sides have each fallen to an angle of 45◦, and are collapsing at the rateof 1◦ per second? ⇒

.............................................................................................................................................................................................................................................................................

..............................................

..............................................

..............................................

..............................................

..............................................

..............................................

..............................................

..............................................

..............................................

..............................................

..............................................

...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

θ θ

1

1

1

10

......... .........

..............................

..............................

..............................

..............................

..............................

..............................

..............................

..............................

..............................

..............................

........................................................................................

......

......

......

......

......

......

......

......

......

......

Figure 6.12 Trough.

11. A woman 5 ft tall walks at the rate of 3.5 ft/sec away from a streetlight that is 12 ft abovethe ground. At what rate is the tip of her shadow moving? At what rate is her shadowlengthening? ⇒

12. A police helicopter is flying at 150 mph at a constant altitude of 0.5 mile above a straightroad. The pilot uses radar to determine that an oncoming car is at a distance of exactly 1mile from the helicopter, and that this distance is decreasing at 190 mph. Find the speed ofthe car. ⇒

13. Do example 6.18 assuming that the angle between the two roads is 120◦ instead of 90◦ (thatis, the “north–south” road actually goes in a somewhat northwesterly direction from P ).Recall the law of cosines: c2 = a2 + b2 − 2ab cos θ. ⇒

14. Do example 6.18 assuming that car A is 300 meters north of P , car B is 400 meters east of P ,both cars are going at constant speed toward P , and the two cars will collide in 10 seconds.⇒

15. Do example 6.18 assuming that 8 seconds ago car A started from rest at P and has beenpicking up speed at the steady rate of 5 m/sec2, and 6 seconds after car A started car Bpassed O moving east at constant speed 60 m/sec. ⇒

16. Referring again to example 6.18, suppose that instead of car B an airplane is flying at speed200 km/hr to the east of P at an altitude of 2 km. How fast is the distance between car andairplane changing? ⇒

17. Referring again to example 6.18, suppose that instead of car B an airplane is flying at speed200 km/hr to the east of P at an altitude of 2 km, and that it is gaining altitude at 10 km/hr.How fast is the distance between car and airplane changing? ⇒

18. A light shines from the top of a pole 20 m high. An object is dropped from the same heightfrom a point 10 m away, so that its height at time t seconds is h(t) = 20− 9.8t2/2. How fastis the object’s shadow moving on the ground one second later? ⇒

Page 127: 3739202 Calculus Whitman College

6.2 Related Rates 113

...........................................................................................................................................................................................................................................................................

.....................................................................................

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

A

B

c(t)

............................................................

.................................................... ...............

Figure 6.13 Car and helicopter.

19. The two blades of a pair of scissors are fastened at the point A. Let a denote the distancefrom A to the tip of the blade (the point B). Let β denote the angle at the tip of the bladethat is formed by the line AB and the bottom edge of the blade, line BC, and let θ denotethe angle between AB and the horizontal. Suppose that a piece of paper is cut in such away that the center of the scissors at A is fixed, and the paper is also fixed. As the bladesare closed (i.e., the angle θ in the diagram is decreased), the distance x between A and Cincreases, cutting the paper.

a. Express x in terms of a, θ, and β.

b. Express dx/dt in terms of a, θ, β, and dθ/dt.

c. Suppose that the distance a is 20 cm, and the angle β is 5◦. Further suppose that θis decreasing at 50 deg/sec. At the instant when θ = 30◦, find the rate (in cm/sec) atwhich the paper is being cut. ⇒

..............................

..............................

..............................

..............................

..............................

..............................

..............................

..............................

..............................

..............................

..............................

..................................................................................................................................................................................................................................................................................................................................................................................................................

......

.............

.................

............................................................................................................

............................................................................................................

..................

..................

.............................................................................................................................................................

.......................

..................

.................

........................

.......................

................

...............

..................................................................................................................................................

...........................

..................

........................

........................

.........................

.............................

....................................

............

............................................................................................................................................................................................................

......................................................................................................................................................................................................................................

................

................

................

................

................

................

................

................

................

...........

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

......

....

..................................................................................................................................

B

ACθ

Figure 6.14 Scissors.

Page 128: 3739202 Calculus Whitman College

114 Chapter 6 Applications of the Derivative

6.3 Newton's Method

Suppose you have a function f(x), and you want to find as accurately as possible whereit crosses the x-axis; in other words, you want to solve f(x) = 0. Suppose you know ofno way to find an exact solution by any algebraic procedure, but you are able to use anapproximation, provided it can be made quite close to the true value. Newton’s method isa way to find a solution to the equation to as many decimal places as you want. It is whatis called an “iterative procedure,” meaning that it can be repeated again and again toget an answer of greater and greater accuracy. Iterative procedures like Newton’s methodare well suited to programming for a computer. Newton’s method uses the fact that thetangent line to a curve is a good approximation to the curve near the point of tangency.

EXAMPLE 6.19 Approximate√

3. Since√

3 is a solution to x2 = 3 or x2 − 3 = 0, weuse f(x) = x2− 3. We start by guessing something reasonably close to the true value; thisis usually easy to do. Let’s use

√3 ≈ 2. Now use the tangent line to the curve when x = 2

as an approximation to the curve, as shown in figure 6.15. Since f ′(x) = 2x, the slope ofthis tangent line is 4 and its equation is y = 4x−7. The tangent line is quite close to f(x),so it crosses the x-axis near the point at which f(x) crosses, that is, near

√3. It is easy

to find where the tangent line crosses the x-axis: solve 0 = 4x− 7 to get x = 7/4 = 1.75.This is certainly a better approximation than 2, but let us say not close enough. We canimprove it by doing the same thing again: find the tangent line at x = 1.75, find wherethis new tangent line crosses the x-axis, and use that value as a better approximation. Wecan continue this indefinitely, though it gets a bit tedious. Lets see if we can shortcut theprocess. Suppose the best approximation to the intercept we have so far is xi. To find abetter approximation we will always do the same thing: find the slope of the tangent lineat xi, find the equation of the tangent line, find the x-intercept. The slope will be 2xi. Thetangent line will be y = (2xi)(x− xi) + (x2

i − 3), using the point-slope formula for a line.Finally, the intercept is found by solving 0 = (2xi)(x−xi)+(x2

i −3). With a little algebrathis turns into x = (x2

i + 3)/(2xi); this is the next approximation, which we naturally callxi+1. Instead of doing the whole tangent line computation every time we can simply usethis formula to get as many approximations as we want. Starting with x0 = 2, we getx1 = (x2

0 +3)/(2x0) = (22 +3)/4 = 7/4 (the same approximation we got above, of course),x2 = (x2

1 + 3)/(2x1) = ((7/4)2 + 3)/(7/2) = 97/56 ≈ 1.73214, x3 ≈ 1.73205, and so on.This is still a bit tedious by hand, but with a calculator or, even better, a good computerprogram, it is quite easy to get many, many approximations. We might guess already that1.73205 is accurate to two decimal places, and in fact it turns out that it is accurate to 5places.

Page 129: 3739202 Calculus Whitman College

6.3 Newton’s Method 115

1 2

..............................................................

................................................................................................................................................................................................................................................................................................................................................................................................

....................................................................................................................................................................................................................................................................................................................................................................................................................................

Figure 6.15 Newton’s method.

Let’s think about this process in more general terms. We want to approximate asolution to f(x) = 0. We start with a rough guess, which we call x0. We use the tangentline to f(x) to get a new approximation that we hope will be closer to the true value.What is the equation of the tangent line when x = x0? The slope is f ′(x0) and the linegoes through (x0, f(x0)), so the equation of the line is

y = f ′(x0)(x− x0) + f(x0).

Now we find where this crosses the x-axis by substituting y = 0 and solving for x:

x =x0f

′(x0)− f(x0)f ′(x0)

= x0 − f(x0)f ′(x0)

.

We will typically want to compute more than one of these improved approximations, sowe number them consecutively; from x0 we have computed x1:

x1 =x0f

′(x0)− f(x0)f ′(x0)

= x0 − f(x0)f ′(x0)

,

and in general from xi we compute xi+1:

xi+1 =xif′(xi)− f(xi)

f ′(xi)= xi − f(xi)

f ′(xi).

EXAMPLE 6.20 Returning to the previous example, f(x) = x2 − 3, f ′(x) = 2x, andthe formula becomes xi+1 = xi − (x2

i − 3)/(2xi) = (x2i + 3)/(2xi), as before.

Page 130: 3739202 Calculus Whitman College

116 Chapter 6 Applications of the Derivative

In practice, which is to say, if you need to approximate a value in the course ofdesigning a bridge or a building or an airframe, you will need to have some confidence thatthe approximation you settle on is accurate enough. As a rule of thumb, once a certainnumber of decimal places stop changing from one approximation to the next it is likelythat those decimal places are correct. Still, this may not be enough assurance, in whichcase we can test the result for accuracy.

EXAMPLE 6.21 Find the x coordinate of the intersection of the curves y = 2x andy = tan x, accurate to three decimal places. To put this in the context of Newton’smethod, we note that we want to know where 2x = tan x or tan x− 2x = 0. We computef ′(x) = sec2 x− 2 and set up the formula:

xi+1 = xi − tanxi − 2xi

sec2 xi − 2.

From the graph in figure 6.16 we guess x0 = 1 as a starting point, then using the formulawe compute x1 = 1.310478030, x2 = 1.223929096, x3 = 1.176050900, x4 = 1.165926508,x5 = 1.165561636. So we guess that the first three places are correct, but that is notthe same as saying 1.165 is correct to three decimal places—1.166 might be the correct,rounded approximation. How can we tell? We can substitute 1.165, 1.1655 and 1.166into the original function tanx−2x; this gives −0.002483652, −0.000271247, 0.001948654.Since the first two are negative and the third is positive, tan x − 2x crosses the x axisbetween 1.1655 and 1.166, so the correct value to three places is 1.166.

Exercises

1. Approximate the fifth root of 7, using x0 = 1.5 as a first guess. Use Newton’s method to findx3 as your approximation. ⇒

2. A rectangular piece of cardboard of dimensions 8 × 17 is used to make an open-top boxby cutting out a small square of side x from each corner and bending up the sides. (Seeexercise 6.1.15.) If x = 2, then the volume of the box is 2 ·4 ·13 = 104. Use Newton’s methodto find a value of x for which the box has volume 100, accurate to 3 significant figures. ⇒

6.4 The Mean Value Theorem

Here are two interesting questions involving derivatives:

1. Suppose two different functions have the same derivative; what can you say aboutthe relationship between the two functions?

2. Suppose you drive a car from toll booth on a toll road to another toll booth atan average speed of 70 miles per hour. What can be concluded about your actual

Page 131: 3739202 Calculus Whitman College

6.4 The Mean Value Theorem 117

0

5

10

15

1 1.5

.................................................................................................................................................................................

..........................................................................................................................

.........................................................................

.................................................

...................................

...................................................................................................................................................................................................................................................................................................................................................................................

..............................................................................................

..............................................................................................

..............................................................................................

..............................................................................................

..............................................................................................

.......................................................................

Figure 6.16 y = tan x and y = 2x.

speed during the trip? In particular, did you exceed the 65 mile per hour speedlimit?

While these sound very different, it turns out that the two problems are very closelyrelated. We know that “speed” is really the derivative by a different name; let’s start bytranslating the second question into something that may be easier to visualize. Supposethat the function f(t) gives the position of your car on the toll road at time t. Your changein position between one toll booth and the next is given by f(t1) − f(t0), assuming thatat time t0 you were at the first booth and at time t1 you arrived at the second booth.Your average speed for the trip is (f(t1) − f(t0))/(t1 − t0). If we think about the graphof f(t), the average speed is the slope of the line that connects the two points (t0, f(t0))and (t1, f(t1)). Your speed at any particular time t between t0 and t1 is f ′(t), the slopeof the curve. Now question (2) becomes a question about slope. In particular, if the slopebetween endpoints is 70, what can be said of the slopes at points between the endpoints?

As a general rule, when faced with a new problem it is often a good idea to examineone or more simplified versions of the problem, in the hope that this will lead to anunderstanding of the original problem. In this case, the problem in its “slope” form issomewhat easier to simplify than the original, but equivalent, problem.

Here is a special instance of the problem. Suppose that f(t0) = f(t1). Then thetwo endpoints have the same height and the slope of the line connecting the endpoints

Page 132: 3739202 Calculus Whitman College

118 Chapter 6 Applications of the Derivative

is zero. What can we say about the slope between the endpoints? It shouldn’t takemuch experimentation before you are convinced of the truth of this statement: Somewherebetween t0 and t1 the slope is exactly zero, that is, somewhere between t0 and t1 the slopeis equal to the slope of the line between the endpoints. This suggests that perhaps the sameis true even if the endpoints are at different heights, and again a bit of experimentation willprobably convince you that this is so. But we can do better than “experimentation”—wecan prove that this is so.

We start with the simplified version:

THEOREM 6.22 Rolle’s Theorem Suppose that f(x) has a derivative on theinterval (a, b), is continuous on the interval [a, b], and f(a) = f(b). Then at some valuec ∈ (a, b), f ′(c) = 0.

Proof. We know that f(x) has a maximum and minimum value on [a, b] (because itis continuous), and we also know that the maximum and minimum must occur at anendpoint, at a point at which the derivative is zero, or at a point where the derivative isundefined. Since the derivative is never undefined, that possibility is removed.

If the maximum or minimum occurs at a point c, other than an endpoint, wheref ′(c) = 0, then we have found the point we seek. Otherwise, the maximum and minimumboth occur at an endpoint, and since the endpoints have the same height, the maximumand minimum are the same. This means that f(x) = f(a) = f(b) at every x ∈ [a, b], sothe function is a horizontal line, and it has derivative zero everywhere in (a, b). Then wemay choose any c at all to get f ′(c) = 0.

Perhaps remarkably, this special case is all we need to prove the more general one aswell.

THEOREM 6.23 Mean Value Theorem Suppose that f(x) has a derivative onthe interval (a, b) and is continuous on the interval. Then at some value c ∈ (a, b), f ′(c) =f(b)− f(a)

b− a.

Proof. Let m =f(b)− f(a)

b− a, and consider a new function g(x) = f(x)−m(x−a)−f(a).

We know that g(x) has a derivative everywhere, since g′(x) = f ′(x)−m. We can computeg(a) = f(a)−m(a− a)− f(a) = 0 and

g(b) = f(b)−m(b− a)− f(a) = f(b)− f(b)− f(a)b− a

(b− a)− f(a)

= f(b)− (f(b)− f(a))− f(a) = 0.

Page 133: 3739202 Calculus Whitman College

6.4 The Mean Value Theorem 119

So the height of g(x) is the same at both endpoints. This means, by Rolle’s Theorem, thatat some c, g′(c) = 0. But we know that g′(c) = f ′(c)−m, so

0 = f ′(c)−m = f ′(c)− f(b)− f(a)b− a

,

which turns into

f ′(c) =f(b)− f(a)

b− a,

exactly what we want.

Returning to the original formulation of question (2), we see that if f(t) gives theposition of your car at time t, then the Mean Value Theorem says that at some time c,f ′(c) = 70, that is, at some time you must have been traveling at exactly your averagespeed for the trip, and that indeed you exceeded the speed limit.

Now let’s return to question (1). Suppose, for example, that two functions are known tohave derivative equal to 5 everywhere, f ′(x) = g′(x) = 5. It is easy to find such functions:5x, 5x + 47, 5x − 132, etc. Are there other, more complicated, examples? No—the onlyfunctions that work are the “obvious” ones, namely, 5x plus some constant. How can wesee that this is true?

Although “5” is a very simple derivative, let’s look at an even simpler one. Supposethat f ′(x) = g′(x) = 0. Again we can find examples: f(x) = 0, f(x) = 47, f(x) = −511all have f ′(x) = 0. Are there non-constant functions f with derivative 0? No, and here’swhy: Suppose that f(x) is not a constant function. This means that there are two pointson the function with different heights, say f(a) 6= f(b). The Mean Value Theorem tellsus that at some point c, f ′(c) = (f(b)− f(a))/(b− a) 6= 0. So any non-constant functiondoes not have a derivative that is zero everywhere; this is the same as saying that the onlyfunctions with zero derivative are the constant functions.

Let’s go back to the slightly less easy example: suppose that f ′(x) = g′(x) = 5. Then(f(x) − g(x))′ = f ′(x) − g′(x) = 5 − 5 = 0. So using what we discovered in the previousparagraph, we know that f(x)− g(x) = k, for some constant k. So any two functions withderivative 5 must differ by a constant; since 5x is known to work, the only other examplesmust look like 5x + k.

Now we can extend this to more complicated functions, without any extra work.Suppose that f ′(x) = g′(x). Then as before (f(x) − g(x))′ = f ′(x) − g′(x) = 0, sof(x)−g(x) = k. Again this means that if we find just a single function g(x) with a certainderivative, then every other function with the same derivative must be of the form g(x)+k.

Page 134: 3739202 Calculus Whitman College

120 Chapter 6 Applications of the Derivative

EXAMPLE 6.24 Describe all functions that have derivative 5x − 3. It’s easy to findone: g(x) = (5/2)x2 − 3x has g′(x) = 5x − 3. The only other functions with the samederivative are therefore of the form f(x) = (5/2)x2 − 3x + k.

Alternately, though not obviously, you might have first noticed that g(x) = (5/2)x2 −3x + 47 has g′(x) = 5x − 3. Then every other function with the same derivative musthave the form f(x) = (5/2)x2 − 3x + 47 + k. This looks different, but it really isn’t.The functions of the form f(x) = (5/2)x2 − 3x + k are exactly the same as the ones ofthe form f(x) = (5/2)x2 − 3x + 47 + k. For example, (5/2)x2 − 3x + 10 is the same as(5/2)x2 − 3x + 47 + (−37), and the first is of the first “form” while the second has thesecond form.

This is worth calling a theorem:

THEOREM 6.25 If f ′(x) = g′(x) for every x ∈ (a, b), then for some constant k,f(x) = g(x) + k on the interval (a, b).

EXAMPLE 6.26 Describe all functions with derivative sin x + ex. One such functionis − cosx + ex, so all such functions have the form − cosx + ex + k.

Exercises

1. Let f(x) = x2. Find a value c ∈ (−1, 2) so that f ′(c) equals the slope between the endpointsof f(x) on [−1, 2]. ⇒

2. Describe all functions with derivative x2 + 47x− 5. ⇒3. Describe all functions with derivative

1

1 + x2. ⇒

4. Describe all functions with derivative x3 − 1

x. ⇒

5. Describe all functions with derivative sin(2x). ⇒

Page 135: 3739202 Calculus Whitman College

7Integration

7.1 Two examples

Up to now we have been concerned with extracting information about how a functionchanges from the function itself. Given knowledge about an object’s position, for example,we want to know the object’s speed. Given information about the height of a curve wewant to know its slope. We now consider problems that are, whether obviously or not, thereverse of such problems.

EXAMPLE 7.1 An object moves in a straight line so that its speed at time t is givenby v(t) = 3t in, say, cm/sec. If the object is at position 10 on the straight line when t = 0,where is the object at any time t?

There are two reasonable ways to approach this problem. If s(t) is the position of theobject at time t, we know that s′(t) = v(t). Because of our knowledge of derivatives, weknow therefore that s(t) = 3t2/2+k, and because s(0) = 10 we easily discover that k = 10,so s(t) = 3t2/2 + 10. For example, at t = 1 the object is at position 3/2 + 10 = 11.5. Thisis certainly the easiest way to deal with this problem. Not all similar problems are so easy,as we will see; the second approach to the problem is more difficult but also more general.

We start by considering how we might approximate a solution. We know that at t = 0the object is at position 10. How might we approximate its position at, say, t = 1? Weknow that the speed of the object at time t = 0 is 0; if its speed were constant then in thefirst second the object would not move and its position would still be 10 when t = 1. Infact, the object will not be too far from 10 at t = 1, but certainly we can do better. Let’s

121

Page 136: 3739202 Calculus Whitman College

122 Chapter 7 Integration

look at the times 0.1, 0.2, 0.3, . . . , 1.0, and try approximating the location of the objectat each, by supposing that during each tenth of a second the object is going at a constantspeed. Since the object initially has speed 0, we again suppose it maintains this speed, butonly for a tenth of second; during that time the object would not move. During the tenthof a second from t = 0.1 to t = 0.2, we suppose that the object is traveling at 0.3 cm/sec,namely, its actual speed at t = 0.1. In this case the object would travel (0.3)(0.1) = 0.03centimeters: 0.3 cm/sec times 0.1 seconds. Similarly, between t = 0.2 and t = 0.3 theobject would travel (0.6)(0.1) = 0.06 centimeters. Continuing, we get as an approximationthat the object travels

(0.0)(0.1) + (0.3)(0.1) + (0.6)(0.1) + · · ·+ (2.7)(0.1) = 1.35

centimeters, ending up at position 11.35. This is a better approximation than 10, certainly,but is still just an approximation. (We know in fact that the object ends up at position11.5, because we’ve already done the problem using the first approach.) Presumably,we will get a better approximation if we divide the time into one hundred intervals of ahundredth of a second each, and repeat the process:

(0.0)(0.01) + (0.03)(0.01) + (0.06)(0.01) + · · ·+ (2.97)(0.01) = 1.485.

We thus approximate the position as 11.485. Since we know the exact answer, we can seethat this is much closer, but if we did not already know the answer, we wouldn’t reallyknow how close.

We can keep this up, but we’ll never really know the exact answer if we simply computemore and more examples. Let’s instead look at a “typical” approximation. Suppose wedivide the time into n equal intervals, and imagine that on each of these the object travelsat a constant speed. Over the first time interval we approximate the distance traveledas (0.0)(1/n) = 0, as before. During the second time interval, from t = 1/n to t = 2/n,the object travels approximately 3(1/n)(1/n) = 3/n2 centimeters. During time intervalnumber i, the object travels approximately (3(i − 1)/n)(1/n) = 3(i − 1)/n2 centimeters.Adding these up as before, we approximate the distance traveled as

(0)1n

+ 31n2

+ 3(2)1n2

+ 3(3)1n2

+ · · ·+ 3(n− 1)1n2

centimeters. What can we say about this? At first it looks rather less useful than theconcrete calculations we’ve already done. But in fact a bit of algebra reveals it to be muchmore useful. We can factor out a 3 and 1/n2 to get

3n2

(0 + 1 + 2 + 3 + · · ·+ (n− 1)),

Page 137: 3739202 Calculus Whitman College

7.1 Two examples 123

that is, 3/n2 times the sum of the first n− 1 positive integers. Now we make use of a factyou may have run across before:

1 + 2 + 3 + · · ·+ k =k(k + 1)

2.

In our case we’re interested in k = n− 1, so

1 + 2 + 3 + · · ·+ (n− 1) =(n− 1)(n)

2=

n2 − n

2.

This simplifies the approximate distance traveled to

3n2

n2 − n

2=

32

n2 − n

n2=

32

(n2

n2− n

n2

)=

32

(1− 1

n

).

Now this is quite easy to understand: as n gets larger and larger this approximation getscloser and closer to (3/2)(1 − 0) = 3/2, so that 3/2 is the exact distance traveled duringone second, and the final position is 11.5.

So for t = 1, at least, this rather cumbersome approach gives the same answer asthe first approach. But really there’s nothing special about t = 1; let’s just call it t

instead. In this case the approximate distance traveled during time interval number i is3(i− 1)(t/n)(t/n) = 3(i− 1)t2/n2 and the total distance traveled is approximately

(0)t

n+ 3(1)

t2

n2+ 3(2)

t2

n2+ 3(3)

t2

n2+ · · ·+ 3(n− 1)

t2

n2.

As before we can simplify this to

3t2

n2(0 + 1 + 2 + · · ·+ (n− 1)) =

3t2

n2

n2 − n

2=

32t2

(1− 1

n

).

In the limit, as n gets larger, this gets closer and closer to (3/2)t2 and the approximatedposition of the object gets closer and closer to (3/2)t2 + 10, so the actual position is(3/2)t2 + 10, exactly the answer given by the first approach to the problem.

EXAMPLE 7.2 Find the area under the curve y = 3x between x = 0 and any positivevalue x. There is here no obvious analogue to the first approach in the previous example,but the second approach works fine. (Because the function y = 3x is so simple, thereis another approach that works here, but it is even more limited in potential applicationthan is approach number one.) How might we approximate the desired area? We know

Page 138: 3739202 Calculus Whitman College

124 Chapter 7 Integration

how to compute areas of rectangles, so we approximate the area by rectangles. Jumpingstraight to the general case, suppose we divide the interval between 0 and x into n equalsubintervals, and use a rectangle above each subinterval to approximate the area under thecurve. There are many ways we might do this, but let’s use the height of the curve at theleft endpoint of the subinterval as the height of the rectangle, as in figure 7.1. The height ofrectangle number i is then 3(i−1)(x/n), the width is x/n, and the area is 3(i−1)(x2/n2).The total area of the rectangles is

(0)x

n+ 3(1)

x2

n2+ 3(2)

x2

n2+ 3(3)

x2

n2+ · · ·+ 3(n− 1)

x2

n2.

By factoring out 3x2/n2 this simplifies to

3x2

n2(0 + 1 + 2 + · · ·+ (n− 1)) =

3x2

n2

n2 − n

2=

32x2

(1− 1

n

).

As n gets larger this gets closer and closer to 3x2/2, which must therefore be the true areaunder the curve.

. . .

...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Figure 7.1 Approximating the area under y = 3t with rectangles.

What you will have noticed, of course, is that while the problem in the second exampleappears to be much different than the problem in the first example, and while the easyapproach to problem one does not appear to apply to problem two, the “approximation”approach works in both, and moreover the calculations are identical. As we will see, thereare many, many problems that appear much different on the surface but that turn out to

Page 139: 3739202 Calculus Whitman College

7.2 The Fundamental Theorem of Calculus 125

be the same as these problems, in the sense that when we try to approximate solutions weend up with mathematics that looks like the two examples, though of course the functioninvolved will not always be so simple.

Even better, we now see that while the second problem did not appear to be amenableto approach one, it can in fact be solved in the same way. The reasoning is this: we knowthat problem one can be solved easily by finding a function whose derivative is 3t. Wealso know that mathematically the two problems are the same, because both can be solvedby taking a limit of a sum, and the sums are identical. Therefore, we don’t really needto compute the limit of either sum because we know that we will get the same answer bycomputing a function with the derivative 3t or, which is the same thing, 3x.

It’s true that the first problem had the added complication of the “10”, and we certainlyneed to be able to deal with such minor variations, but that turns out to be quite simple.The lesson then is this: whenever we can solve a problem by taking the limit of a sum ofa certain form, we can instead of computing the (often nasty) limit find a new functionwith a certain derivative.

Exercises

1. Suppose an object moves in a straight line so that its speed at time t is given by v(t) = 2t+2,and that at t = 1 the object is at position 5. Find the position of the object at t = 2. ⇒

2. Suppose an object moves in a straight line so that its speed at time t is given by v(t) = t2 +2,and that at t = 0 the object is at position 5. Find the position of the object at t = 2. ⇒

3. By a method similar to that in example 7.2, find the area under y = 2x between x = 0 andany positive value for x. ⇒

4. By a method similar to that in example 7.2, find the area under y = 4x between x = 0 andany positive value for x. ⇒

5. By a method similar to that in example 7.2, find the area under y = 4x between x = 2 andany positive value for x bigger than 2. ⇒

6. By a method similar to that in example 7.2, find the area under y = 4x between any twopositive values for x, say a < b. ⇒

7. Let f(x) = x2 + 3x + 2. Approximate the area under the curve between x = 0 and x = 2using 4 rectangles and also using 8 rectangles. ⇒

8. Let f(x) = x2 − 2x + 3. Approximate the area under the curve between x = 1 and x = 3using 4 rectangles. ⇒

7.2 The Fundamental Theorem of Calculus

Let’s recast the first example from the previous section. Suppose that the speed of theobject is 3t at time t. How far does the object travel between time t = a and time t = b?We are no longer assuming that we know where the object is at time t = 0 or at any other

Page 140: 3739202 Calculus Whitman College

126 Chapter 7 Integration

time. It is certainly true that it is somewhere, so let’s suppose that at t = 0 the position is k.Then just as in the example, we know that the position of the object at any time is 3t2/2+k.This means that at time t = a the position is 3a2/2 + k and at time t = b the position is3b2/2 + k. Therefore the change in position is 3b2/2 + k − (3a2/2 + k) = 3b2/2 − 3a2/2.Notice that the k drops out; this means that it doesn’t matter that we don’t know k, itdoesn’t even matter if we use the wrong k, we get the correct answer. In other words, tofind the change in position between time a and time b we can use any antiderivative of thespeed function 3t—it need not be the one antiderivative that actually gives the location ofthe object.

What about the second approach to this problem, in the new form? We now want toapproximate the change in position between time a and time b. We take the interval oftime between a and b, divide it into n subintervals, and approximate the distance traveledduring each. The starting time of subinterval number i is now a + (i− 1)(b− a)/n, whichwe abbreviate as ti−1, so that t0 = a, t1 = a + (b − a)/n, and so on. The speed of theobject is f(t) = 3t, and each subinterval is (b − a)/n = ∆t seconds long. The distancetraveled during subinterval number i is approximately f(ti−1)∆t, and the total change indistance is approximately

f(t0)∆t + f(t1)∆t + · · ·+ f(tn−1)∆t.

The exact change in position is the limit of this sum as n goes to infinity. We abbreviatethis sum using sigma notation:

n−1∑

i=0

f(ti)∆t = f(t0)∆t + f(t1)∆t + · · ·+ f(tn−1)∆t.

The notation on the left side of the equal sign uses a large capital sigma, a Greek letter,and the left side is an abbreviation for the right side. The answer we seek is

limn→∞

n−1∑

i=0

f(ti)∆t.

Since this must be the same as the answer we have already obtained, we know that

limn→∞

n−1∑

i=0

f(ti)∆t =3b2

2− 3a2

2.

The significance of 3t2/2, into which we substitute t = b and t = a, is of course that it isa function whose derivative is f(t). As we have discussed, by the time we know that we

Page 141: 3739202 Calculus Whitman College

7.2 The Fundamental Theorem of Calculus 127

want to compute

limn→∞

n−1∑

i=0

f(ti)∆t,

it no longer matters what f(t) stands for—it could be a speed, or the height of a curve,or something else entirely. We know that the limit can be computed by finding anyfunction with derivative f(t), substituting a and b, and subtracting. We summarize thisin a theorem. First, we introduce some new notation and terms.

We write ∫ b

a

f(t) dt = limn→∞

n−1∑

i=0

f(ti)∆t

if the limit exists. That is, the left hand side means, or is an abbreviation for, the righthand side. The symbol

∫is called an integral sign, and the whole expression is read

as “the integral of f(t) from a to b.” What we have learned is that this integral can becomputed by finding a function, say F (t), with the property that F ′(t) = f(t), and thencomputing F (b)− F (a). The function F (t) is called an antiderivative of f(t). Now thetheorem:

THEOREM 7.3 Fundamental Theorem of Calculus Suppose that f(x) is con-tinuous on the interval [a, b]. If F (x) is any antiderivative of f(x), then

∫ b

a

f(x) dx = F (b)− F (a).

Let’s rewrite this slightly:∫ x

a

f(t) dt = F (x)− F (a).

We’ve replaced the variable x by t and b by x. These are just different names for quantities,so the substitution doesn’t change the meaning. It does make it easier to think of the twosides of the equation as functions. The expression

∫ x

a

f(t) dt

is a function: plug in a value for x, get out some other value. The expression F (x)−F (a)is of course also a function, and it has a nice property:

d

dx(F (x)− F (a)) = F ′(x) = f(x),

Page 142: 3739202 Calculus Whitman College

128 Chapter 7 Integration

since F (a) is a constant and has derivative zero. In other words, by shifting our point ofview slightly, we see that the odd looking function

G(x) =∫ x

a

f(t) dt

has a derivative, and that in fact G′(x) = f(x). This is really just a restatement of theFundamental Theorem of Calculus, and indeed is often called the Fundamental Theoremof Calculus. To avoid confusion, some people call the two versions of the theorem “TheFundamental Theorem of Calculus, part I” and “The Fundamental Theorem of Calculus,part II”, although unfortunately there is no universal agreement as to which is part I andwhich part II. Since it really is the same theorem, differently stated, some people simplycall them both “The Fundamental Theorem of Calculus.”

THEOREM 7.4 Fundamental Theorem of Calculus Suppose that f(x) is con-tinuous on the interval [a, b] and let

G(x) =∫ x

a

f(t) dt.

Then G′(x) = f(x).

We have not really proved the Fundamental Theorem. In a nutshell, we gave thefollowing argument to justify it: Suppose we want to know the value of

∫ b

a

f(t) dt = limn→∞

n−1∑

i=0

f(ti)∆t.

We can interpret the right hand side as the distance traveled by an object whose speedis given by f(t). We know another way to compute the answer to such a problem: findthe position of the object by finding an antiderivative of f(t), then substitute t = a andt = b and subtract to find the distance traveled. This must be the answer to the originalproblem as well, even if f(t) does not represent a speed.

What’s wrong with this? In some sense, nothing. As a practical matter it is a veryconvincing arguement, because our understanding of the relationship between speed anddistance seems to be quite solid. From the point of view of mathematics, however, itis unsatisfactory to justify a purely mathematical relationship by appealing to our un-derstanding of the physical universe, which could, however unlikely it is in this case, bewrong.

Page 143: 3739202 Calculus Whitman College

7.2 The Fundamental Theorem of Calculus 129

A complete proof is a bit too involved to include here, but we will indicate how it goes.First, if we can prove the second version of the Fundamental Theorem, theorem 7.4, thenwe can prove the first version from that:

Proof of Theorem 7.3. We know from theorem 7.4 that

G(x) =∫ x

a

f(t) dt

is an antiderivative of f(x), and therefore any antiderivative F (x) of f(x) is of the formF (x) = G(x) + k. Then

F (b)− F (a) = G(b) + k − (G(a) + k) = G(b)−G(a)

=∫ b

a

f(t) dt−∫ a

a

f(t) dt.

It is not hard to see that∫ a

af(t) dt = 0, so this means that

F (b)− F (a) =∫ b

a

f(t) dt,

which is exactly what theorem 7.3 says.

So the real job is to prove theorem 7.4. We will sketch the proof, using some facts thatwe do not prove. First, the following identity is true of integrals:

∫ b

a

f(t) dt =∫ c

a

f(t) dt +∫ b

c

f(t) dt.

This can be proved directly from the definition of the integral, that is, using the limitsof sums. It is quite easy to see that it must be true by thinking of either of the twoapplications of integrals that we have seen. It turns out that the identity is true no matterwhat c is, but it is easiest to think about the meaning when a ≤ c ≤ b.

First, if f(t) represents a speed, then we know that the three integrals represent thedistance traveled between time a and time b; the distance traveled between time a andtime c; and the distance traveled between time c and time b. Clearly the sum of the lattertwo is equal to the first of these.

Second, if f(t) represents the height of a curve, the three integrals represent the areaunder the curve between a and b; the area under the curve between a and c; and the areaunder the curve between c and b. Again it is clear from the geometry that the first is equalto the sum of the second and third.

Page 144: 3739202 Calculus Whitman College

130 Chapter 7 Integration

Proof sketch for Theorem 7.4. We want to compute G′(x), so we start with thedefinition of the derivative in terms of a limit:

G′(x) = lim∆x→0

G(x + ∆x)−G(x)∆x

= lim∆x→0

1∆x

(∫ x+∆x

a

f(t) dt−∫ x

a

f(t) dt

)

= lim∆x→0

1∆x

(∫ x

a

f(t) dt +∫ x+∆x

x

f(t) dt−∫ x

a

f(t) dt

)

= lim∆x→0

1∆x

∫ x+∆x

x

f(t) dt.

Now we need to know something about

∫ x+∆x

x

f(t) dt

when ∆x is small; in fact, it is very close to ∆xf(x), but we will not prove this. Onceagain, it is easy to believe this is true by thinking of our two applications: The integral

∫ x+∆x

x

f(t) dt

can be interpreted as the distance traveled by an object over a very short interval of time.Over a sufficiently short period of time, the speed of the object will not change very much,so the distance traveled will be approximately the length of time multiplied by the speed atthe beginning of the interval, namely, ∆xf(x). Alternately, the integral may be interpretedas the area under the curve between x and x + ∆x. When ∆x is very small, this will bevery close to the area of the rectangle with base ∆x and height f(x); again this is ∆xf(x).If we accept this, we may proceed:

lim∆x→0

1∆x

∫ x+∆x

x

f(t) dt = lim∆x→0

∆xf(x)∆x

= f(x),

which is what we wanted to show.

It is still true that we are depending on an interpretation of the integral to justify theargument, but we have isolated this part of the argument into two facts that are not too

Page 145: 3739202 Calculus Whitman College

7.2 The Fundamental Theorem of Calculus 131

hard to prove. Once the last reference to interpretation has been removed from the proofsof these facts, we will have a real proof of the Fundamental Theorem.

Now we know that to solve certain kinds of problems, those that lead to a sum of acertain form, we “merely” find an antiderivative and substitute two values and subtract.Unfortunately, finding antiderivatives can be quite difficult. While there are a small numberof rules that allow us to compute the derivative of any common function, there are no suchrules for antiderivatives. There are some techniques that frequently prove useful, but wewill never be able to reduce the problem to a completely mechanical process.

Because of the close relationship between an integral and an antiderivative, the integralsign is also used to mean “antiderivative”. You can tell which is intended by whether thelimits of integration are included: ∫ 2

1

x2 dx

is an ordinary integral, also called a definite integral, because it has a definite value,namely ∫ 2

1

x2 dx =23

3− 13

3=

73.

We use ∫x2 dx

to denote the antiderivative of x2, also called an indefinite integral. So this is evaluatedas ∫

x2 dx =x3

3+ C.

It is customary to include the constant C to indicate that there are really an infinitenumber of antiderivatives. We do not need this C to compute definite integrals, but inother circumstances we will need to remember that the C is there, so it is best to getinto the habit of writing the C. When we compute a definite integral, we first find anantiderivative and then substitute. It is convenient to first display the antiderivative andthen do the substitution; we need a notation indicating that the substitution is yet to bedone. A typical solution would look like this:

∫ 2

1

x2 dx =x3

3

∣∣∣∣2

1

=23

3− 13

3=

73.

The vertical line with subscript and superscript is used to indicate the operation “substituteand subtract” that is needed to finish the evaluation.

Page 146: 3739202 Calculus Whitman College

132 Chapter 7 Integration

Exercises

Find the antiderivatives of the functions:

1. 8√

x ⇒2. 3t2 + 1 ⇒3. 4/

√x ⇒

4. 2/z2 ⇒5. 7s−1 ⇒

6. (5x + 1)2 ⇒7. (x− 6)2 ⇒8. x3/2 ⇒9.

2

x√

x⇒

10. |2t− 4| ⇒Compute the values of the integrals:

11.

Z 4

1

t2 + 3t dt ⇒

12.

Z π

0

sin t dt ⇒

13.

Z 10

1

1

xdx ⇒

14.

Z 5

0

ex dx ⇒

15.

Z 3

0

x3 dx ⇒

16.

Z 2

1

x5 dx ⇒

17. Find the derivative of G(x) =

Z x

1

t2 − 3t dt ⇒

18. Find the derivative of G(x) =

Z x2

1

t2 − 3t dt ⇒

19. Find the derivative of G(x) =

Z x

1

et2 dt ⇒

20. Find the derivative of G(x) =

Z x2

1

et2 dt ⇒

7.3 Some Properties of Integrals

Suppose an object moves so that its speed, or more properly velocity, is given by v(t) =−t2+5t, as shown in figure 7.2. Let’s examine the motion of this object carefully. We knowthat the velocity is the derivative of position, so position is given by s(t) = −t3/3+5t2/4+C. Let’s suppose that at time t = 0 the object is at position 0, so s(t) = −t3/3 + 5t2/4;this function is also pictured in figure 7.2.

Between t = 0 and t = 5 the velocity is positive, so the object moves away from thestarting point, until it is a bit past position 20. Then the velocity becomes negative andthe object moves back toward its starting point. The position of the object at t = 5 isexactly s(5) = 125/6, and at t = 6 it is s(6) = 18. The total distance traveled by theobject is therefore 125/6 + (125/6− 18) = 71/3 ≈ 23.7.

Page 147: 3739202 Calculus Whitman College

7.3 Some Properties of Integrals 133

−6

−4

−2

0

2

4

6

1 2 3 4 5 6

................................................................................................................................................................................................

................................................................................................................................................................................................................................................................................................................................................................................................................. 0

5

10

15

20

1 2 3 4 5 6

.................................................

.....................................................................................................................................................................................................................................................................................................................

.............................................................................................................

Figure 7.2 The velocity of an object and its position.

As we have seen, we can also compute distance traveled with an integral; let’s try it.

∫ 6

0

v(t) dt =∫ 6

0

−t2 + 5t dt =−t3

3+

52t2

∣∣∣∣6

0

= 18.

What went wrong? Well, nothing really, except that it’s not really true after all that “wecan also compute distance traveled with an integral”. Instead, as you might guess from thisexample, the integral actually computes the net distance traveled, that is, the differencebetween the starting and ending point.

As we have already seen,∫ 6

0

v(t) dt =∫ 5

0

v(t) dt +∫ 6

5

v(t) dt.

Computing the two integrals on the right (do it!) gives 125/6 and −17/6, and the sum ofthese is indeed 18. But what does that negative sign mean? It means precisely what youmight think: it means that the object moves backwards. To get the total distance traveledwe can add 125/6 + 17/6 = 71/3, the same answer we got before.

Remember that we can also interpret an integral as measuring an area, but now wesee that this too is a little more complicated that we have suspected. The area under thecurve v(t) from 0 to 5 is given by

∫ 5

0

v(t) dt =1256

,

and the “area” from 5 to 6 is ∫ 6

5

v(t) dt = −176

.

Page 148: 3739202 Calculus Whitman College

134 Chapter 7 Integration

In other words, the area between the x-axis and the curve, but under the x-axis, “countsas negative area”. So the integral

∫ 6

0

v(t) dt = 18

measures “net area”, the area above the axis minus the (positive) area below the axis.If we recall that the integral is the limit of a certain kind of sum, this behavior is not

surprising. Recall the sort of sum involved:

n−1∑

i=0

v(ti)∆t.

In each term v(t)∆t the ∆t is positive, but if v(ti) is negative then the term is negative. Ifover an entire interval, like 5 to 6, the function is always negative, then the entire sum isnegative. In terms of area, v(t)∆t is then a negative height times a positive width, givinga negative rectangle “area”.

So now we see that when evaluating

∫ 6

5

v(t) dt = −176

by finding an antiderivative, substituting, and subtracting, we get a surprising answer, butone that turns out to make sense.

Let’s now try something a bit different:

∫ 5

6

v(t) dt =−t3

3+

52t2

∣∣∣∣5

6

=−53

3+

5252 − −63

3− 5

262 =

176

.

Here we simply interchanged the limits 5 and 6, so of course when we substitute andsubtract we’re subtracting in the opposite order and we end up multiplying the answerby −1. This too makes sense in terms of the underlying sum, though it takes a bit morethought. Recall that in the sum

n−1∑

i=0

v(ti)∆t,

the ∆t is the “length” of each little subinterval, but more precisely we could say that∆t = ti+1 − ti, the difference between two endpoints of a subinterval. We have until now

Page 149: 3739202 Calculus Whitman College

7.3 Some Properties of Integrals 135

assumed that we were working left to right, but could as well number the subintervals fromright to left, so that t0 = b and tn = a. Then ∆t = ti+1 − ti is negative and in

∫ 5

6

v(t) dt =n−1∑

i=0

v(ti)∆t,

the values v(ti) are negative but also ∆t is negative, so all terms are positive again. Onthe other hand, in

∫ 0

5

v(t) dt =n−1∑

i=0

v(ti)∆t,

the values v(ti) are positive but ∆t is negative,and we get a negative result:

∫ 0

5

v(t) dt =−t3

3+

52t2

∣∣∣∣0

5

= 0− −53

3− 5

252 = −125

6.

Finally we note one simple property of integrals:∫ b

a

f(x) + g(x) dx =∫ b

a

f(x) dx +∫ b

a

g(x) dx.

This is easy to understand once you recall that (F (x) + G(x))′ = F ′(x) + G′(x). Hence, ifF ′(x) = f(x) and G′(x) = g(x), then

∫ b

a

f(x) + g(x) dx = (F (x) + G(x))|ba= F (b) + G(b)− F (a)−G(a)

= F (b)− F (a) + G(b)−G(a)

= F (x)|ba + G(x)|ba

=∫ b

a

f(x) dx +∫ b

a

g(x) dx.

In summary, we will frequently use these properties of integrals:∫ b

a

f(x) dx =∫ c

a

f(x) dx +∫ b

c

f(x) dx

∫ b

a

f(x) + g(x) dx =∫ b

a

f(x) dx +∫ b

a

g(x) dx

∫ b

a

f(x) dx = −∫ a

b

f(x) dx

Page 150: 3739202 Calculus Whitman College

136 Chapter 7 Integration

and if a < b and f(x) ≤ 0 on [a, b] then

∫ b

a

f(x) dx ≤ 0

and in fact ∫ b

a

f(x) dx = −∫ b

a

|f(x)| dx.

Exercises

1. An object moves so that its velocity at time t is v(t) = −9.8t + 20 m/s. Describe the motionof the object between t = 0 and t = 5, find the total distance traveled by the object duringthat time, and find the net distance traveled. ⇒

2. An object moves so that its velocity at time t is v(t) = sin t. Set up and evaluate a singledefinite integral to compute the net distance traveled between t = 0 and t = 2π. ⇒

3. An object moves so that its velocity at time t is v(t) = 1 + 2 sin t m/s. Find the net distancetraveled by the object between t = 0 and t = 2π, and find the total distance traveled duringthe same period. ⇒

4. Consider the function f(x) = (x + 2)(x + 1)(x − 1)(x − 2) on [−2, 2]. Find the total areabetween the curve and the x-axis (measuring all area as positive). ⇒

5. Consider the function f(x) = x2 − 3x + 2 on [0, 4]. Find the total area between the curveand the x-axis (measuring all area as positive). ⇒

6. Evaluate the three integrals:

A =

Z 3

0

−x2 + 9 dx B =

Z 4

0

−x2 + 9 dx C =

Z 3

4

−x2 + 9 dx,

and verify that A = B + C. ⇒

Page 151: 3739202 Calculus Whitman College

8Techniques of Integration

Over the next few sections we examine some techniques that are frequently successful whenseeking antiderivatives of functions. Sometimes this is a simple problem, since it will beapparent that the function you wish to integrate is a derivative in some straightforwardway. For example, faced with ∫

x10 dx

you realize immediately that the derivative of x11 will supply an x10: (x11)′ = 11x10. Wedon’t want the “11”, but constants are easy to alter, because differentiation “ignores” themin certain circumstances, so

d

dx

111

x11 =111

11x10 = x10.

From our knowledge of derivatives, we can immediately write down a number of an-tiderivatives. Here is a list of the most often used:

∫xn dx =

xn+1

n + 1+ C, if n 6= −1

∫x−1 dx = ln |x|+ C

∫ex dx = ex + C

137

Page 152: 3739202 Calculus Whitman College

138 Chapter 8 Techniques of Integration

∫sin x dx = − cosx + C

∫cosx dx = sin x + C

∫sec2 x dx = tanx + C

∫sec x tan x dx = sec x + C

∫1

1 + x2dx = arctan x + C

∫1√

1− x2dx = arcsin x + C

8.1 Substitution

Needless to say, most problems we encounter will not be so simple. Here’s a slightly morecomplicated example: find ∫

2x cos(x2) dx.

This is not a “simple” derivative, but a little thought reveals that it must have come froman application of the chain rule. Multiplied on the “outside” is 2x, which is the derivativeof the “inside” function x2. Checking:

d

dxsin(x2) = cos(x2)

d

dxx2 = 2x cos(x2),

so ∫2x cos(x2) dx = sin(x2) + C.

Even when the chain rule has “produced” a certain derivative, it is not always easy tosee. Consider this problem: ∫

x3√

1− x2 dx.

There are two factors in this expression, x3 and√

1− x2, but it is not apparent that thechain rule is involved. Some clever rearrangement reveals that it is:

∫x3

√1− x2 dx =

∫(−2x)

(−1

2

)(1− (1− x2))

√1− x2 dx.

Page 153: 3739202 Calculus Whitman College

8.1 Substitution 139

This looks messy, but we do now have something that looks like the result of the chainrule: the function 1 − x2 has been substituted into −(1/2)(1 − x)

√x, and the derivative

of 1− x2, −2x, multiplied on the outside. If we can find a function F (x) whose derivativeis −(1/2)(1− x)

√x we’ll be done, since then

d

dxF (1− x2) = −2xF ′(1− x2) = (−2x)

(−1

2

)(1− (1− x2))

√1− x2

= x3√

1− x2

But this isn’t hard:∫−1

2(1− x)

√x dx =

∫−1

2(x1/2 − x3/2) dx (8.1)

= −12

(23x3/2 − 2

5x5/2

)+ C

=(

15x− 1

3

)x3/2 + C.

So finally we have

∫x3

√1− x2 dx =

(15(1− x2)− 1

3

)(1− x2)3/2 + C.

So we succeeded, but it required a clever first step, rewriting the original function sothat it looked like the result of using the chain rule. Fortunately, there is a technique thatmakes such problems simpler, without requiring cleverness to rewrite a function in just theright way. It does sometimes not work, or may require more than one attempt, but theidea is simple: guess at the most likely candidate for the “inside function”, then do somealgebra to see what this requires the rest of the function to look like.

One frequently good guess is any complicated expression inside a square root, so westart by trying u = 1−x2. We use a new variable, u, for convenience in the manipulationsthat follow. Now we know that the chain rule will multiply by the derivative of this innerfunction:

du

dx= −2x,

so we need to rewrite the original function to include this:

∫x3

√1− x2 =

∫x3√

u−2x

−2xdx =

∫x2

−2√

udu

dxdx.

Page 154: 3739202 Calculus Whitman College

140 Chapter 8 Techniques of Integration

Recall that one benefit of the Leibniz notation is that it turns out that what looks likeordinary arithmetic gives the correct answer, even if something more complicated is goingon. For example, in Leibniz notation the chain rule is

dy

dx=

dy

dt

dt

dx.

The same is true of our current expression:∫

x2

−2√

udu

dxdx =

∫x2

−2√

u du.

Now we’re almost there: since u = 1− x2, x2 = 1− u and the integral is∫−1

2(1− u)

√u du.

It’s no coincidence that this is exactly the integral we computed in (8.1), we have simplyrenamed the variable u to make the calculations less confusing. Just as before:

∫−1

2(1− u)

√u du =

(15u− 1

3

)u3/2 + C.

Then since u = 1− x2:∫

x3√

1− x2 dx =(

15(1− x2)− 1

3

)(1− x2)3/2 + C.

To summarize: if we suspect that a given function is the derivative of another via thechain rule, we let u denote a likely candidate for the inner function, then translate thegiven function so that it is written entirely in terms of u, with no x remaining in theexpression. If we can integrate this new function of u, then the antiderivative of theoriginal function is obtained by replacing u by the equivalent expression in x.

Even in simple cases you may prefer to use this mechanical procedure, since it oftenhelps to avoid silly mistakes. For example, consider again this simple problem:

∫2x cos(x2) dx.

Let u = x2, then du/dx = 2x or du = 2x dx. Since we have exactly 2x dx in the originalintegral, we can replace it by du:

∫2x cos(x2) dx =

∫cos u du = sin u + C = sin(x2) + C.

Page 155: 3739202 Calculus Whitman College

8.1 Substitution 141

This is not the only way to do the algebra, and typically there are many paths to thecorrect answer. Another possibility, for example, is: Since du/dx = 2x, dx = du/2x, andthen the integral becomes

∫2x cos(x2) dx =

∫2x cos u

du

2x=

∫cos u du.

The important thing to remember is that you must eliminate all instances of the originalvariable x.

EXAMPLE 8.1 Evaluate∫

(ax + b)n dx, assuming that a and b are constants, a 6= 0,

and n is a positive integer. We let u = ax + b so du = a dx or dx = du/a. Then∫

(ax + b)n dx =∫

1aun du =

1a(n + 1)

un+1 + C =1

a(n + 1)(ax + b)n+1 + C.

EXAMPLE 8.2 Evaluate∫

sin(ax + b) dx, assuming that a and b are constants and

a 6= 0. Again we let u = ax + b so du = a dx or dx = du/a. Then∫

sin(ax + b) dx =∫

1a

sin u du =1a(− cos u) + C = −1

acos(ax + b) + C.

EXAMPLE 8.3 Evaluate∫

x sin(x2) dx. Let u = x2 so du = 2x dx or x dx = du/2.

Then ∫x sin(x2) dx =

∫12

sin u du =12(− cosu) + C = −1

2cos(x2) + C.

EXAMPLE 8.4 Evaluate∫

cos(πt)sin2(πt)

dt. Let u = sin(πt) so du = π cos(πt) dt or

du/π = cos(πt) dt. Then∫

cos(πt)sin2(πt)

dt =∫

1u2

du =∫

u−2 du =1π

u−1

−1+ C = − 1

uπ+ C = − 1

π sin(πt)+ C.

Exercises

Find the antiderivatives.

1.

Z(1− t)9 dt ⇒ 2.

Z(x2 + 1)2 dx ⇒

Page 156: 3739202 Calculus Whitman College

142 Chapter 8 Techniques of Integration

3.

Zx(x2 + 1)100 dx ⇒

4.

Z1

3√

1− 5tdt ⇒

5.

Zsin3 x cos x dx ⇒

6.

Zxp

100− x2 dx ⇒

7.

Zx2

√1− x3

dx ⇒

8.

Zcos(πt) cos

“sin(πt)

”dt ⇒

9.

Zsin x

cos3 xdx ⇒

10.

Ztan x dx ⇒

8.2 Powers of sine and cosine

Functions consisting of products of the sine and cosine can be integrated by using substi-tution and trigonometric identities. These can sometimes be tedious, but the technique isstraightforward. Some examples will suffice to explain the approach.

EXAMPLE 8.5 Evaluate∫

sin5 x dx. Rewrite the function:

∫sin5 x dx =

∫sinx sin4 x dx =

∫sin x(sin2 x)2 dx =

∫sin x(1− cos2 x)2 dx.

Now use u = cos x, du = − sinx dx:∫

sin x(1− cos2 x)2 dx =∫−(1− u2)2 du

=∫−(1− 2u2 + u4) du

= −u +23u3 − 1

5u5 + C

= − cos x +23

cos3 x− 15

cos5 x + C.

EXAMPLE 8.6 Evaluate∫

sin6 x dx. Use sin2 x = (1 − cos(2x))/2 to rewrite the

function:∫

sin6 x dx =∫

(sin2 x)3 dx =∫

(1− cos 2x)3

8dx

=18

∫1− 3 cos 2x + 3 cos2 2x− cos3 2x dx.

Page 157: 3739202 Calculus Whitman College

8.2 Powers of sine and cosine 143

Now we have four integrals to evaluate:∫

1 dx = x

and ∫−3 cos 2x dx = −3

2sin 2x

are easy. The cos3 2x integral is like the previous example:∫− cos3 2x dx =

∫− cos 2x cos2 2x dx

=∫− cos 2x(1− sin2 2x) dx

=∫−1

2(1− u2) du

= −12

(u− u3

3

)

= −12

(sin 2x− sin3 2x

3

).

And finally we use another trigonometric identity, cos2 x = (1 + cos(2x))/2:∫

3 cos2 2x dx = 3∫

1 + cos 4x

2dx =

32

(x +

sin 4x

4

).

So at long last we get

∫sin6 x dx =

x

8− 3

16sin 2x− 1

16

(sin 2x− sin3 2x

3

)+

316

(x +

sin 4x

4

).

EXAMPLE 8.7 Evaluate∫

sin2 x cos2 x dx. Rewrite:

∫sin2 x cos2 x dx =

∫sin2 x(1− sin2 x) dx =

∫sin2 x− sin4 x dx.

Now use sin2 x = (1− cos(2x))/2:

∫sin2 x− sin4 x dx =

∫1− cos 2x

2− (1− cos 2x)2

4dx.

Page 158: 3739202 Calculus Whitman College

144 Chapter 8 Techniques of Integration

This may be finished much like the previous example and is left as an exercise.

Exercises

Find the antiderivatives.

1.

Zsin2 x dx ⇒

2.

Zsin3 x dx ⇒

3.

Zsin4 x dx ⇒

4.

Zcos2 x sin3 x dx ⇒

5.

Zcos3 x dx ⇒

6.

Zsin2 x cos2 x dx ⇒

7.

Zcos3 x sin2 x dx ⇒

8.

Zsin x(cos x)3/2 dx ⇒

9.

Zsec2 x csc2 x dx ⇒

10.

Ztan3 x sec x dx ⇒

8.3 Trigonometric Substitutions

So far we have seen that it sometimes helps to replace a subexpression of a function bya single variable. Occasionally it can help to replace the original variable by somethingmore complicated. This seems like a “reverse” substitution, but it is really no different inprinciple than ordinary substitution.

EXAMPLE 8.8 Evaluate∫ √

1− x2 dx. Let x = sin u so dx = cos u du. Then

∫ √1− x2 dx =

∫ √1− sin2 u cos u du =

∫ √cos2 u cosu du.

We would like to replace√

cos2 u by cos u, but this is valid only if cos u is positive, since√cos2 u is positive. Consider again the substitution x = sin u. We could just as well think

of this as u = arcsin x. If we do, then by the definition of the arcsine, −π/2 ≤ u ≤ π/2, socos u ≥ 0. Then we continue:

∫ √cos2 u cosu du =

∫cos2 u du =

∫1 + cos 2u

2du =

u

2+

sin 2u

4+ C

=arcsinx

2+

sin(2 arcsin x)4

+ C.

This is a perfectly good answer, though the term sin(2 arcsinx) is a bit unpleasant. It ispossible to simplify this. Using the identity sin 2x = 2 sin x cos x, we can write sin 2u =

Page 159: 3739202 Calculus Whitman College

8.3 Trigonometric Substitutions 145

2 sinu cosu = 2 sin(arcsin x)√

1− sin2 u = 2x√

1− sin2(arcsin x) = 2x√

1− x2. Then the

full antiderivative is

arcsin x

2+

2x√

1− x2

4=

arcsinx

2+

x√

1− x2

2+ C.

This type of substitution is usually indicated when the function you wish to integratecontains a polynomial expression that might allow you to use the fundamental identitysin2 x + cos2 x = 1 in one of three forms:

cos2 x = 1− sin2 x sec2 x = 1 + tan2 x tan2 x = sec2 x− 1.

If your function contains 1−x2, as in the example above, try x = sin u; if it contains 1+x2

try x = tan u; and if it contains x2 − 1, try x = sec u. Sometimes you will need to trysomething a bit different to handle constants other than one.

EXAMPLE 8.9 Evaluate∫ √

4− 9x2 dx. We start by rewriting this so that it looks

more like the previous example:

∫ √4− 9x2 dx =

∫ √4(1− (3x/2)2) dx =

∫2√

1− (3x/2)2 dx.

Now let 3x/2 = sin u so (3/2) dx = cos u du or dx = (2/3) cos u du. Then

∫2√

1− (3x/2)2 dx =∫

2√

1− sin2 u(2/3) cos u du =43

∫cos2 u du

=4u

6+

4 sin 2u

12+ C

=2 arcsin(3x/2)

3+

2 sin u cos u

3+ C

=2 arcsin(3x/2)

3+

2 sin(arcsin(3x/2)) cos(arcsin(3x/2))3

+ C

=2 arcsin(3x/2)

3+

2(3x/2)√

1− (3x/2)2

3+ C

=2 arcsin(3x/2)

3+

x√

4− 9x2

2+ C,

using some of the work from example 8.8.

Page 160: 3739202 Calculus Whitman College

146 Chapter 8 Techniques of Integration

EXAMPLE 8.10 Evaluate∫ √

1 + x2 dx. Let x = tanu, dx = sec2 u du, so

∫ √1 + x2 dx =

∫ √1 + tan2 u sec2 u du =

∫ √sec2 u sec2 u du.

Since u = arctan(x), −π/2 ≤ u ≤ π/2 and sec u ≥ 0, so√

sec2 u = sec u. Then∫ √

sec2 u sec2 u du =∫

sec3 u du.

In problems of this type, two integrals come up frequently:∫

sec3 u du and∫

sec u du. Bothhave relatively nice expressions but they are a bit tricky to discover.

First we do∫

sec u du:∫

sec u du =∫

sec usec u + tan u

sec u + tan udu

=∫

sec2 u + sec u tanu

sec u + tan udu.

Now let w = sec u + tanu, dw = sec u tan u + sec2 u du, exactly the numerator of thefunction we are integrating. Thus

∫sec u du =

∫sec2 u + sec u tan u

sec u + tanudu =

∫1w

dw = ln |w|+ C

= ln | sec u + tan u|+ C.

Now for∫

sec3 u du:

sec3 u =sec3 u

2+

sec3 u

2=

sec3 u

2+

(tan2 u + 1) sec u

2

=sec3 u

2+

sec u tan2 u

2+

sec u

2=

sec3 u + sec u tan2 u

2+

sec u

2.

We already know how to integrate sec u, so we just need the first quotient. This is “simply”a matter of recognizing the product rule in action:

∫sec3 u + sec u tan2 u du = sec u tan u.

So putting these together we get∫

sec3 u du =sec u tanu

2+

ln | sec u + tan u|2

+ C,

Page 161: 3739202 Calculus Whitman College

8.4 Integration by Parts 147

and reverting to the original variable x:

∫ √1 + x2 dx =

sec u tanu

2+

ln | sec u + tan u|2

+ C

=sec(arctanx) tan(arctanx)

2+

ln | sec(arctan x) + tan(arctan x)|2

+ C

=x√

1 + x2

2+

ln |√1 + x2 + x|2

+ C,

using tan(arctan x) = x and sec(arctanx) =√

1 + tan2(arctan x) =√

1 + x2.

Exercises

Find the antiderivatives.

1.

Z px2 − 1 dx ⇒

2.

Z p9 + 4x2 dx ⇒

3.

Zxp

1− x2 dx ⇒

4.

Zx2p

1− x2 dx ⇒

5.

Z1√

1 + x2dx ⇒

6.

Z px2 + 2x dx ⇒

7.

Z1

x2(1 + x2)dx ⇒

8.

Zx2

√4− x2

dx ⇒

9.

Z √x√

1− xdx ⇒

10.

Zx3

√4x2 − 1

dx ⇒

8.4 Integration by Parts

We have already seen that recognizing the product rule can be useful, when we noticedthat ∫

sec3 u + sec u tan2 u du = sec u tan u.

As with substitution, we do not have to rely on insight or cleverness to discover suchantiderivatives; there is a technique that will often help to uncover the product rule.

Start with the product rule:

d

dxf(x)g(x) = f ′(x)g(x) + f(x)g′(x).

We can rewrite this as

f(x)g(x) =∫

f ′(x)g(x) dx +∫

f(x)g′(x) dx,

Page 162: 3739202 Calculus Whitman College

148 Chapter 8 Techniques of Integration

and then ∫f(x)g′(x) dx = f(x)g(x)−

∫f ′(x)g(x) dx.

This may not seem particularly useful at first glance, but it turns out that in many caseswe have an integral of the form ∫

f(x)g′(x) dx

but that ∫f ′(x)g(x) dx

is easier. This technique for turning one integral into another is called integration byparts, and is usually written in more compact form. If we let u = f(x) and v = g(x) thendu = f ′(x) dx and dv = g′(x) dx and

∫u dv = uv −

∫v du.

To use this technique we need to identify likely candidates for u = f(x) and dv = g′(x) dx.

EXAMPLE 8.11 Evaluate∫

x ln x dx. Let u = lnx so du = 1/x dx. Then we must

let dv = x dx so v = x2/2 and

∫x ln x dx =

x2 ln x

2−

∫x2

21x

dx =x2 ln x

2−

∫x

2dx =

x2 ln x

2− x2

4+ C.

EXAMPLE 8.12 Evaluate∫

x sin x dx. Let u = x so du = dx. Then we must let

dv = sin x dx so v = − cos x and

∫x sin x dx = −x cosx−

∫− cosx dx = −x cosx +

∫cosx dx = −x cos x + sin x + C.

EXAMPLE 8.13 Evaluate∫

sec3 x dx. Of course we already know the answer to this,

but we needed to be clever to discover it. Here we’ll use the new technique to discover the

Page 163: 3739202 Calculus Whitman College

8.4 Integration by Parts 149

antiderivative. Let u = sec x and dv = sec2 x dx. Then du = sec x tan x and v = tanx and∫sec3 x dx = sec x tanx−

∫tan2 x sec x dx

= sec x tanx−∫

(sec2 x− 1) sec x dx

= sec x tanx−∫

sec3 x dx−∫

sec x dx.

At first this looks useless—we’re right back to∫

sec3 x dx. But looking more closely:∫

sec3 x dx = sec x tanx−∫

sec3 x dx−∫

sec x dx

∫sec3 x dx +

∫sec3 x dx = sec x tanx−

∫sec x dx

2∫

sec3 x dx = sec x tanx−∫

sec x dx

∫sec3 x dx =

sec x tan x

2− 1

2

∫sec x dx

=sec x tan x

2− ln | sec x + tan x|

2+ C.

EXAMPLE 8.14 Evaluate∫

x2 sin x dx. Let u = x2, dv = sin x dx; then du = 2x dx

and v = − cosx. Now∫

x2 sin x dx = −x2 cos x +∫

2x cos x dx. This is better than the

original integral, but we need to do integration by parts again. Let u = 2x, dv = cos x dx;then du = 2 and v = sin x, and∫

x2 sin x dx = −x2 cos x +∫

2x cos x dx

= −x2 cos x + 2x sin x−∫

2 sin x dx

= −x2 cos x + 2x sin x + 2 cos x + C.

Such repeated use of integration by parts is fairly common, but it can be a bit tedious toaccomplish, and it is easy to make errors, especially sign errors involving the subtraction inthe formula. There is a nice tabular method to accomplish the calculation that minimizesthe chance for error and speeds up the whole process. We illustrate with the previousexample. Here is the table:

Page 164: 3739202 Calculus Whitman College

150 Chapter 8 Techniques of Integration

sign u dv

x2 sin x

− 2x − cosx

2 − sin x

− 0 cosx

or

u dv

x2 sinx

−2x − cosx

2 − sin x

0 cos x

To form the first table, we start with u at the top of the second column and repeatedlycompute the derivative; starting with dv at the top of the third column, we repeatedlycompute the antiderivative. In the first column, we place a “−” in every second row. Toform the second table we combine the first and second columns by ignoring the boundary;if you do this by hand, you may simply start with two columns and add a “−” to everysecond row.

To compute with this second table we begin at the top. Multiply the first entry incolumn u by the second entry in column dv to get −x2 cos x, and add this to the integralof the product of the second entry in column u and second entry in column dv. This gives:

−x2 cos x +∫

2x cos x dx,

or exactly the result of the first application of integration by parts. Since this integral isnot yet easy, we return to the table. Now we multiply twice on the diagonal, (x2)(− cos x)and (−2x)(− sinx) and then once straight across, (2)(− sinx), and combine these as

−x2 cosx + 2x sin x−∫

2 sinx dx,

giving the same result as the second application of integration by parts. While this integralis easy, we may return yet once more to the table. Now multiply three times on the diagonalto get (x2)(− cosx), (−2x)(− sinx), and (2)(cos x), and once straight across, (0)(cosx).We combine these as before to get

−x2 cos x + 2x sinx + 2 cos x +∫

0 dx = −x2 cos x + 2x sinx + 2 cos x + C.

Typically we would fill in the table one line at a time, until the “straight across” multipli-cation gives an easy integral. If we can see that the u column will eventually become zero,we can instead fill in the whole table; computing the products as indicated will then givethe entire integral, including the “+C”, as above.

Page 165: 3739202 Calculus Whitman College

8.5 Rational Functions 151

Exercises

Find the antiderivatives.

1.

Zx cos x dx ⇒

2.

Zx2 cos x dx ⇒

3.

Zxex dx ⇒

4.

Zxex2

dx ⇒

5.

Zsin2 x dx ⇒

6.

Zln x dx ⇒

7.

Zx arctan x dx ⇒

8.

Zx2 sin x dx ⇒

9.

Zx sin2 x dx ⇒

10.

Zx sin x cos x dx ⇒

11.

Zarctan(

√x) dx ⇒

12.

Zsin(√

x) dx ⇒

8.5 Rational Functions

A rational function is a fraction with polynomials in the numerator and denominator.For example,

x3

x2 + x− 6,

1(x− 3)2

,x2 + 1x2 − 1

,

are all rational functions of x. There is a general technique called “partial fractions”that, in principle, allows us to integrate any rational function. The algebraic steps in thattechnique are rather cumbersome if the polynomial in the denominator has degree morethan 2, and the technique requires that we factor the denominator, something that is notalways possible. However, in practice one does not often run across rational functions withhigh degree polynomials in the denominator for which one has to find the antiderivativefunction. So we shall explain how to find the antiderivative of a rational function onlywhen the denominator is a quadratic polynomial ax2 + bx + c.

We should mention a special type of rational function that we already know how tointegrate: If the denominator has the form (ax + b)n, the substitution u = ax + b willalways work. The denominator becomes un, and each x in the numerator is replaced by(u − b)/a, and dx = du/a. While it may be tedious to complete the integration if thenumerator has high degree, it is merely a matter of algebra.

Page 166: 3739202 Calculus Whitman College

152 Chapter 8 Techniques of Integration

EXAMPLE 8.15 Find∫

t3

(3− 2t)5dx. Using the substitution u = 3− 2t we get

∫t3

(3− 2t)5dx =

1−2

∫ (u−3−2

)3

u5du =

116

∫u3 − 9u2 + 27u− 27

u5du

=116

∫u−2 − 9u−3 + 27u−4 − 27u−5 du

=116

(u−1

−1− 9u−2

−2+

27u−3

−3− 27u−4

−4

)

=116

((3− 2t)−1

−1− 9(3− 2t)−2

−2+

27(3− 2t)−3

−3− 27(3− 2t)−4

−4

)

= − 116(3− 2t)

+9

32(3− 2t)2− 9

16(3− 2t)3+

2764(3− 2t)4

We now proceed to the case when the denominator is a quadratic polynomial. We canalways factor out the coefficient of x2 and put it outside the integral, so we can assumethat the denominator has the form x2 + bx + c. There are three possible cases, dependingon how the quadratic factors: either x2 + bx + c = (x− r)(x− s), x2 + bx + c = (x− r)2,or it doesn’t factor. We can use the quadratic formula to decide which of these we have,and to factor the quadratic if it is possible.

EXAMPLE 8.16 Determine whether x2 + x + 1 factors, and factor it if possible. Thequadratic formula tells us that x2 + x + 1 = 0 when

x =−1±√1− 4

2.

Since there is no square root of −3, this quadratic does not factor.

EXAMPLE 8.17 Determine whether x2 − x− 1 factors, and factor it if possible. Thequadratic formula tells us that x2 − x− 1 = 0 when

x =1±√1 + 4

2=

1±√52

.

Therefore

x2 − x− 1 =

(x− 1 +

√5

2

)(x− 1−√5

2

).

Page 167: 3739202 Calculus Whitman College

8.5 Rational Functions 153

If x2 + bx + c = (x− r)2 then we have the special case we have already seen, that canbe handled with a substitution. The other two cases require different approaches.

If x2 + bx + c = (x− r)(x− s), we have an integral of the form

∫p(x)

(x− r)(x− s)dx

where p(x) is a polynomial. The first step is to make sure that p(x) has degree less than2.

EXAMPLE 8.18 Rewrite∫

x3

(x− 2)(x + 3)dx in terms of an integral with a numerator

that has degree less than 2. To do this we use “long division of polynomials” to discoverthat

x3

(x− 2)(x + 3)=

x3

x2 + x− 6= x− 1 +

7x− 6x2 + x− 6

= x− 1 +7x− 6

(x− 2)(x + 3),

so ∫x3

(x− 2)(x + 3)dx =

∫x− 1 dx +

∫7x− 6

(x− 2)(x + 3)dx.

The first integral is easy, so only the second requires some work.

Now consider the following simple algebra of fractions:

A

x− r+

B

x− s=

A(x− s) + B(x− r)(x− r)(x− s)

=(A + B)x−As−Br

(x− r)(x− s).

That is, adding two fractions with constant numerator and denominators (x−r) and (x−s)produces a fraction with denominator (x− r)(x− s) and a polynomial of degree less than2 for the numerator. We want to reverse this process: starting with a single fraction, wewant to write it as a sum of two simpler fractions. An example should make it clear howto proceed.

EXAMPLE 8.19 Evaluate∫

x3

(x− 2)(x + 3)dx. We start by writing

7x− 6(x− 2)(x + 3)

as the sum of two fractions. We want to end up with

7x− 6(x− 2)(x + 3)

=A

x− 2+

B

x + 3.

Page 168: 3739202 Calculus Whitman College

154 Chapter 8 Techniques of Integration

If we go ahead and add the fractions on the right hand side we get

7x− 6(x− 2)(x + 3)

=(A + B)x + 3A− 2B

(x− 2)(x + 3).

So all we need to do is find A and B so that 7x − 6 = (A + B)x + 3A − 2B, which is tosay, we need 7 = A + B and −6 = 3A− 2B. This is a problem you’ve seen before: solve asystem of two equations in two unknowns. There are many ways to proceed; here’s one: If7 = A+B then B = 7−A and so −6 = 3A−2B = 3A−2(7−A) = 3A−14+2A = 5A−14.This is easy to solve for A: A = 8/5, and then B = 7−A = 7− 8/5 = 27/5. Thus

∫7x− 6

(x− 2)(x + 3)dx =

∫85

1x− 2

+275

1x + 3

dx =85

ln |x− 2|+ 275

ln |x + 3|+ C.

The answer to the original problem is now∫

x3

(x− 2)(x + 3)dx =

∫x− 1 dx +

∫7x− 6

(x− 2)(x + 3)dx

=x2

2− x +

85

ln |x− 2|+ 275

ln |x + 3|+ C.

Now suppose that x2 + bx+ c doesn’t factor. Again we can use long division to ensurethat the numerator has degree less than 2. Now we can complete the square to turn theintegral into a trigonometric substitution problem.

EXAMPLE 8.20 Evaluate∫

x

x2 + x + 1dx. We have seen that this quadratic does

not factor. We complete the square:

x2 + x + 1 = x2 + x +14

+ 1− 14

= x2 + x +14

+34

=(

x +12

)2

+34.

Now factor out 3/4:

34

(43

(x +

12

)2

+ 1

)=

34

((2√3x +

1√3

)2

+ 1

).

Now let

tan u =2√3x +

1√3

sec2 u du =2√3

dx

dx =√

32

sec2 u du.

Page 169: 3739202 Calculus Whitman College

8.5 Rational Functions 155

Now we can substitute in the original integral, using x = (√

3/2)(tan u − 1/√

3) in thenumerator.

∫x

x2 + x + 1dx =

43

∫(√

3/2)(tanu− 1/√

3)tan2 u + 1

√3

2sec2 u du

=43

∫(√

3/2)(tanu− 1/√

3)sec2 u

√3

2sec2 u du

=43

∫ √3

2

(tanu− 1√

3

) √3

2du

=∫

tan u− 1√3

du

= − ln | cosu| − u√3

+ C.

= ln | sec u| − u√3

+ C.

Finally, we can substitute

u = arctan(

2√3x +

1√3

)

and

sec u =√

tan2 u + 1 =

√(2√3x +

1√3

)2

+ 1

to get

ln

∣∣∣∣∣∣

√(2√3x +

1√3

)2

+ 1

∣∣∣∣∣∣− 1√

3arctan

(2√3x +

1√3

)+ C.

The details here are admittedly a bit unpleasant, but the whole process is fairly me-chanical and “easy” in principle.

Exercises

Find the antiderivatives.

1.

Z1

4− x2dx ⇒

2.

Zx4

4− x2dx ⇒

3.

Z1

x2 + 10x + 25dx ⇒

4.

Zx2

4− x2dx ⇒

Page 170: 3739202 Calculus Whitman College

156 Chapter 8 Techniques of Integration

5.

Zx4

4 + x2dx ⇒

6.

Z1

x2 + 10x + 29dx ⇒

7.

Zx3

4 + x2dx ⇒

8.

Z1

x2 + 10x + 21dx ⇒

9.

Z1

2x2 − x− 3dx ⇒

10.

Z1

x2 + 3xdx ⇒

Page 171: 3739202 Calculus Whitman College

8.6 Additional exercises 157

8.6 Additional exercises

These problems require the techniques of this chapter, and are in no particular order. Someproblems may be done in more than one way.

Exercises

1.

Z(t + 4)3 dt ⇒

2.

Zt(t2 − 9)3/2 dt ⇒

3.

Z(et2 + 16)tet2 dt ⇒

4.

Zsin t cos 2t dt ⇒

5.

Ztan t sec2 t dt ⇒

6.

Z2t + 1

t2 + t + 3dt ⇒

7.

Z1

t(t2 − 4)dt ⇒

8.

Zt sin2 t dt ⇒

9.

Z1

(25− t2)3/2dt ⇒

10.

Zcos 3t√sin 3t

dt ⇒

11.

Zt sec2 t dt ⇒

12.

Zet

√et + 1

dt ⇒

13.

Zcos4 t dt ⇒

14.

Z1

t2 + 3tdt ⇒

15.

Z1

t2√

1 + t2dt ⇒

16.

Zsec2 t

(1 + tan t)3dt ⇒

17.

Zt3p

t2 + 1 dt ⇒

18.

Zet sin t dt ⇒

19.

Z(t3/2 + 47)3

√t dt ⇒

20.

Zt3

(2− t2)5/2dt ⇒

21.

Z1

t(9 + 4t2)dt ⇒

22.

Zarctan 2t

1 + 4t2dt ⇒

23.

Zt

t2 + 2t− 3dt ⇒

24.

Zsin3 t cos4 t dt ⇒

25.

Z1

t2 − 6t + 9dt ⇒

26.

Z1

t(ln t)2dt ⇒

27.

Zt(ln t)2 dt ⇒

28.

Zt3et dt ⇒

29.

Zt + 1

t2 + t− 1dt ⇒

Page 172: 3739202 Calculus Whitman College
Page 173: 3739202 Calculus Whitman College

9Applications of Integration

9.1 Area between curves

We have seen how integration can be used to find an area between a curve and the x-axis.With very little change we can find some areas between curves; indeed, the area betweena curve and the x-axis may be interpreted as the area between the curve and a second“curve” with equation y = 0. In the simplest of cases, the idea is quite easy to understand.

EXAMPLE 9.1 Find the area below f(x) = −x2 + 4x + 3 and above g(x) = −x3 +7x2 − 10x + 5 over the interval 1 ≤ x ≤ 2. In figure 9.1 we show the two curves together,with the desired area shaded, then f alone with the area under f shaded, and then g alonewith the area under g shaded.

It is clear from the figure that the area we want is the area under f minus the areaunder g, which is to say

∫ 2

1

f(x) dx−∫ 2

1

g(x) dx =∫ 2

1

f(x)− g(x) dx.

159

Page 174: 3739202 Calculus Whitman College

160 Chapter 9 Applications of Integration

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

0

5

10

0 1 2 3

...............................................................................................................................

.................................................................................................

......................................................................................................................................................................................................................................................................................................................................................................................................

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

0

5

10

0 1 2 3

...............................................................................................................................

.................................................................................................

..

..

..

..

.

..

..

..

..

..

..

..

..

.

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

0

5

10

0 1 2 3

......................................................................................................................................................................................................................................................................................................................................................................................................

Figure 9.1 Area between curves as a difference of areas.

It doesn’t matter whether we compute the two integrals on the left and then subtract orcompute the single integral on the right. In this case, the latter is perhaps a bit easier:

∫ 2

1

f(x)− g(x) dx =∫ 2

1

−x2 + 4x + 3− (−x3 + 7x2 − 10x + 5) dx

=∫ 2

1

x3 − 8x2 + 14x− 2 dx

=x4

4− 8x3

3+ 7x2 − 2x

∣∣∣∣2

1

=164− 64

3+ 28− 4− (

14− 8

3+ 7− 2)

= 23− 563− 1

4=

4912

.

It is worth examining this problem a bit more. We have seen one way to look at it,by viewing the desired area as a big area minus a small area, which leads naturally to thedifference between two integrals. But it is instructive to consider how we might find thedesired area directly. We can approximate the area by dividing the area into thin sectionsand approximating the area of each section by a rectangle, as indicated in figure 9.2. Thearea of a typical rectangle is ∆x(f(xi)− g(xi)), so the total area is approximately

n−1∑

i=0

(f(xi)− g(xi))∆x.

Page 175: 3739202 Calculus Whitman College

9.1 Area between curves 161

This is exactly the sort of sum that turns into an integral in the limit, namely the integral

∫ 2

1

f(x)− g(x) dx.

Of course, this is the integral we actually computed above, but we have now arrived at itdirectly rather than as a modification of the difference between two other integrals. In thatexample it really doesn’t matter which approach we take, but in some cases this secondapproach is better.

0

5

10

0 1 2 3

..................................

.....................................

.........................................

................................................

............................................................

.........................................................................................................

...................................................................................................................................................................................................................................

.........................................................................................................................................................................................................................................................................

....................................

...............................

.........................................................................................................................................................................................................................................................................................................................

Figure 9.2 Area between curves.

EXAMPLE 9.2 Find the area below f(x) = −x2 + 4x + 1 and above g(x) = −x3 +7x2− 10x + 3 over the interval 1 ≤ x ≤ 2; these are the same curves as before but loweredby 2. In figure 9.3 we show the two curves together. Note that the lower curve now dipsbelow the x-axis. This makes it somewhat tricky to view the desired area as a big areaminus a smaller area, but it is just as easy as before to think of approximating the areaby rectangles. The height of a typical rectangle will still be f(xi)− g(xi), even if g(xi) isnegative. Thus the area is

∫ 2

1

−x2 + 4x + 1− (−x3 + 7x2 − 10x + 3) dx =∫ 2

1

x3 − 8x2 + 14x− 2 dx.

This is of course the same integral as before, because the region between the curves isidentical to the former region—it has just been moved down by 2.

EXAMPLE 9.3 Find the area between f(x) = −x2 + 4x and g(x) = x2 − 6x + 5 overthe interval 0 ≤ x ≤ 1; the curves are shown in figure 9.4. Generally we should interpret

Page 176: 3739202 Calculus Whitman College

162 Chapter 9 Applications of Integration

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

0

5

10

0 1 2 3

.....................................................................

...............................

......................................

...................................................

..................................................................................................................................................................................................

.........................................................................................................................................................................................................

...............................................................................................................................................................................................................................................................................................................

Figure 9.3 Area between curves.

“area” in the usual sense, as a necessarily positive quantity. Since the two curves cross,we need to compute two areas and add them. First we find the intersection point of thecurves:

−x2 + 4x = x2 − 6x + 5

0 = 2x2 − 10x + 5

x =10±√100− 40

4=

5±√152

.

The intersection point we want is x = a = (5−√15)/2. Then the total area is

∫ a

0

x2 − 6x + 5− (−x2 + 4x) dx +∫ 1

a

−x2 + 4x− (x2 − 6x + 5) dx

=∫ a

0

2x2 − 10x + 5 dx +∫ 1

a

−2x2 + 10x− 5 dx

=2x3

3− 5x2 + 5x

∣∣∣∣a

0

+ −2x3

3+ 5x2 − 5x

∣∣∣∣1

a

= −523

+ 5√

15,

after a bit of simplification.

EXAMPLE 9.4 Find the area between f(x) = −x2 + 4x and g(x) = x2 − 6x + 5; thecurves are shown in figure 9.5. Here we are not given a specific interval, so it must be thecase that there is a “natural” region involved. Since the curves are both parabolas, theonly reasonable interpretation is the region between the two intersection points, which we

Page 177: 3739202 Calculus Whitman College

9.1 Area between curves 163

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

.

..

..

..

..

..

..

..

.

..

..

..

..

..

.

..

........ ....

.....

..

..

..

..

.

..

..

..

.

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

0

1

2

3

4

5

0 1

................................................................................................................................................................................................................................................

...............................

...........................

.............................................................................................................................................................................................................................................................................................................................................................................................

Figure 9.4 Area between curves that cross.

found in the previous example:5±√15

2.

If we let a = (5−√15)/2 and b = (5 +√

15)/2, the total area is∫ b

a

−x2 + 4x− (x2 − 6x + 5) dx =∫ b

a

−2x2 + 10x− 5 dx

= −2x3

3+ 5x2 − 5x

∣∣∣∣b

a

= 5√

15.

after a bit of simplification.

−5

0

5

1 2 3 4 5

...........................................................................................

.................................

.............................................

............................................................................................................................................................................................................................................................................................................................................................................................................................................................

...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

......................................

...............................

.............................................................................

Figure 9.5 Area bounded by two curves.

Page 178: 3739202 Calculus Whitman College

164 Chapter 9 Applications of Integration

Exercises

Find the area bounded by the curves.

1. y = x4 − x2 and y = x2 (the part to the right of the y-axis) ⇒2. x = y3 and x = y2 ⇒3. x = 1− y2 and y = −x− 1 ⇒4. x = 3y − y2 and x + y = 3 ⇒5. y = cos(πx/2) and y = 1− x2 (in the first quadrant) ⇒6. y = sin(πx/3) and y = x (in the first quadrant) ⇒7. y =

√x and y = x2 ⇒

8. y =√

x and y =√

x + 1, 0 ≤ x ≤ 4 ⇒9. x = 0 and x = 25− y2 ⇒

10. y = sin x cos x and y = sin x, 0 ≤ x ≤ π ⇒11. y = x3/2 and y = x2/3 ⇒12. y = x2 − 2x and y = x− 2 ⇒

9.2 Distance, Velocity, Acceleration

We next recall a general principle that will later be applied to distance-velocity-acceleration

problems, among other things. If F (u) is an anti-derivative of f(u), then∫ b

af(u) du =

F (b) − F (a). Suppose that we want to let the upper limit of integration vary, i.e., wereplace b by some variable x. We think of a as a fixed starting value x0. In this newnotation the last equation (after adding F (a) to both sides) becomes:

F (x) = F (x0) +∫ x

x0

f(u) du.

(Here u is the variable of integration, called a “dummy variable,” since it is not the variablein the function F (x). In general, it is not a good idea to use the same letter as a variableof integration and as a limit of integration. That is,

∫ x

x0f(x)dx is bad notation, and can

lead to errors and confusion.)An important application of this principle occurs when we are interested in the position

of an object at time t (say, on the x-axis) and we know its position at time t0. Let s(t)denote the position of the object at time t (its distance from a reference point, such asthe origin on the x-axis). Then the net change in position between t0 and t is s(t)− s(t0).Since s(t) is an anti-derivative of the velocity function v(t), we can write

s(t) = s(t0) +∫ t

t0

v(u)du.

Page 179: 3739202 Calculus Whitman College

9.2 Distance, Velocity, Acceleration 165

Similarly, since the velocity is an anti-derivative of the acceleration function a(t), we have

v(t) = v(t0) +∫ t

t0

a(u)du.

EXAMPLE 9.5 Suppose an object is acted upon by a constant force F . Find v(t) ands(t). By Newton’s law F = ma, so the acceleration is F/m, where m is the mass of theobject. Then we first have

v(t) = v(t0) +∫ t

t0

F

mdu = v0 +

F

mu

∣∣∣∣t

t0

= v0 +F

m(t− t0),

using the usual convention v0 = v(t0). Then

s(t) = s(t0) +∫ t

t0

(v0 +

F

m(u− t0)

)du = s0 + (v0u +

F

2m(u− t0)2)

∣∣∣∣t

t0

= s0 + v0(t− t0) +F

2m(t− t0)2.

For instance, when F/m = −g is the constant of gravitational acceleration, then this isthe falling body formula (if we neglect air resistance) familiar from elementary physics:

s0 + v0(t− t0)− g

2(t− t0)2,

or in the common case that t0 = 0,

s0 + v0t− g

2t2.

Recall that the integral of the velocity function gives the net distance traveled. If youwant to know the total distance traveled, you must find out where the velocity functioncrosses the t-axis, integrate separately over the time intervals when v(t) is positive andwhen v(t) is negative, and add up the absolute values of the different integrals. Forexample, if an object is thrown straight upward at 19.6 m/sec, its velocity function isv(t) = −9.8t + 19.6, using g = 9.8 m/sec for the force of gravity. This is a straight linewhich is positive for t < 2 and negative for t > 2. The net distance traveled in the first 4seconds is thus ∫ 4

0

(−9.8t + 19.6)dt = 0,

Page 180: 3739202 Calculus Whitman College

166 Chapter 9 Applications of Integration

while the total distance traveled in the first 4 seconds is∫ 2

0

(−9.8t + 19.6)dt +∣∣∣∣∫ 4

2

(−9.8t + 19.6)dt

∣∣∣∣ = 19.6 + | − 19.6| = 39.2

meters, 19.6 meters up and 19.6 meters down.

EXAMPLE 9.6 The acceleration of an object is given by a(t) = cos(πt), and its velocityat time t = 0 is 1/(2π). Find both the net and the total distance traveled in the first 1.5seconds.

We compute

v(t) = v(0) +∫ t

0

cos(πu)du =12π

+1π

sin(πu)∣∣∣∣t

0

=1π

(12

+ sin(πt)).

The net distance traveled is then

s(3/2)− s(0) =∫ 3/2

0

(12

+ sin(πt))

dt

=1π

(t

2− 1

πcos(πt)

)∣∣∣∣3/2

0

=34π

+1π2

≈ 0.340 meters.

To find the total distance traveled, we need to know when (0.5 + sin(πt)) is positive andwhen it is negative. This function is 0 when sin(πt) is −0.5, i.e., when πt = 7π/6, 11π/6,etc. The value πt = 7π/6, i.e., t = 7/6, is the only value in the range 0 ≤ t ≤ 1.5. Sincev(t) > 0 for t < 7/6 and v(t) < 0 for t > 7/6, the total distance traveled is

∫ 7/6

0

(12

+ sin(πt))

dt +∣∣∣∫ 3/2

7/6

(12

+ sin(πt))

dt∣∣∣

=1π

(712

+1π

cos(7π/6) +1π

)+

∣∣∣34− 7

12+

cos(7π/6)∣∣∣

=1π

(712

+1π

√3

2+

)+

∣∣∣34− 7

12+

√3

2.∣∣∣ ≈ 0.409 meters.

Page 181: 3739202 Calculus Whitman College

9.3 Volume 167

Exercises

For each velocity function find both the net distance and the total distance traveled during theindicated time interval (graph v(t) to determine when it’s positive and when it’s negative):

1. v = cos(πt), 0 ≤ t ≤ 2.5 ⇒2. v = −9.8t + 49, 0 ≤ t ≤ 10 ⇒3. v = 3(t− 3)(t− 1), 0 ≤ t ≤ 5 ⇒4. v = sin(πt/3)− t, 0 ≤ t ≤ 1 ⇒5. An object is shot upwards from ground level with an initial velocity of 2 meters per second;

it is subject only to the force of gravity (no air resistance). Find its maximum altitude andthe time at which it hits the ground. ⇒

6. An object is shot upwards from ground level with an initial velocity of 3 meters per second;it is subject only to the force of gravity (no air resistance). Find its maximum altitude andthe time at which it hits the ground. ⇒

7. An object is shot upwards from ground level with an initial velocity of 100 meters per second;it is subject only to the force of gravity (no air resistance). Find its maximum altitude andthe time at which it hits the ground. ⇒

8. An object moves along a straight line with acceleration given by a(t) = − cos(t), and s(0) = 1and v(0) = 0. Find the maximum distance the object travels from zero, and find its maximumspeed. Describe the motion of the object. ⇒

9. An object moves along a straight line with acceleration given by a(t) = sin(πt). Assume thatwhen t = 0, s(t) = v(t) = 0. Find s(t), v(t), and the maximum speed of the object. Describethe motion of the object. ⇒

10. An object moves along a straight line with acceleration given by a(t) = 1 + sin(πt). Assumethat when t = 0, s(t) = v(t) = 0. Find s(t) and v(t). ⇒

11. An object moves along a straight line with acceleration given by a(t) = 1− sin(πt). Assumethat when t = 0, s(t) = v(t) = 0. Find s(t) and v(t). ⇒

9.3 Volume

We have seen how to compute certain areas by using integration; some volumes may alsobe computed by evaluating an integral. Generally, the volumes that we can compute thisway have cross-sections that are easy to describe.

EXAMPLE 9.7 Find the volume of a pyramid with a square base that is 20 meters talland 20 meters on a side at the base. As with most of our applications of integration, webegin by asking how we might approximate the volume. Since we can easily compute thevolume of a rectangular prism (that is, a “box”), we will use some boxes to approximatethe volume of the pyramid, as shown in figure 9.6: on the left is a cross-sectional view, onthe right is a 3D view of part of the pyramid with some of the boxes used to approximatethe volume.

Page 182: 3739202 Calculus Whitman College

168 Chapter 9 Applications of Integration

xi

yi →

............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

...

Figure 9.6 Volume of a pyramid approximated by rectangular prisms. (JA)

Each box has volume of the form (2xi)(2xi)∆y. Unfortunately, there are two variableshere; fortunately, we can write x in terms of y: x = 10− y/2 or xi = 10− yi/2. Then thetotal volume is approximately

n−1∑

i=0

4(10− yi/2)2∆y

and in the limit we get the volume is the value of an integral:

∫ 20

0

4(10− y/2)2 dy =∫ 20

0

(20− y)2 dy = − (20− y)3

3

∣∣∣∣20

0

= −03

3−−203

3=

80003

.

As you may know, the volume of a pyramid is (1/3)(height)(area of base) = (1/3)(20)(400),which agrees with our answer.

EXAMPLE 9.8 The base of a solid is the region between f(x) = x2 − 1 and g(x) =−x2 + 1, and its cross-sections perpendicular to the x-axis are equilateral triangles. Seefigure 9.7; the solid has been truncated to show a triangular cross-section above x = 1/2.Find the volume of the solid.

A cross-section at a value xi on the x-axis is a triangle with base 2(1− x2i ) and height√

3(1− x2i ), so the area of the cross-section is

12(base)(height) = (1− x2

i )√

3(1− x2i ),

Page 183: 3739202 Calculus Whitman College

9.3 Volume 169

−1 1

−1

1

....................................................................................................................................................................................................................................................................................................................................

.............................................................................................................................................................................................................................

......................................................................................................................................................................................................................

.........................................................................................................................................................................................................................................................................................................................

Figure 9.7 Solid with equilateral triangles as cross-sections. (JA)...........................................................................................................................................................................................................................................................................................................................................................................................................................

Figure 9.8 A solid of rotation.

and the volume of a thin “slab” is then

(1− x2i )√

3(1− x2i )∆x.

Thus the total volume is ∫ 1

−1

√3(1− x2

i )2 dx =

1615

√3.

One easy way to get “nice” cross-sections is by rotating a plane figure around a line.For example, in figure 9.8 we see a plane region under a curve and between two verticallines; then the result of rotating this around the x-axis; then a typical circular cross-section.

Page 184: 3739202 Calculus Whitman College

170 Chapter 9 Applications of Integration

Of course a real “slice” of this figure will not have straight sides, but we can approxi-mate the volume of the slice by a cylinder or disk with circular top and bottom and straightsides; the volume of this disk will have the form πr2∆x. As long as we can write r in termsof x we can compute the volume by an integral.

EXAMPLE 9.9 Find the volume of a right circular cone with base radius 10 and height20. (A right circular cone is one with a cicular base and with the tip of the cone directlyover the center of the base.) We can view this cone as produced by the rotation of the liney = x/2 rotated about the x-axis, as indicated in figure 9.9.

0 20

..................................

..................................

..................................

..................................

..................................

..................................

..................................

..................................

..................................

..........................

Figure 9.9 A region that generates a cone; approximating the volume by circular disks.(JA)

At a particular point on the x-axis, say xi, the radius of the resulting cone is they-coordinate of the corresponding point on the line, namely yi = xi/2. Thus the totalvolume is approximately

n−1∑

i=0

π(xi/2)2 dx

and the exact volume is ∫ 20

0

πx2

4dx =

π

4203

3=

2000π

3.

Note that we can instead do the calculation with a generic height and radius:∫ h

0

πr2

h2x2 dx =

πr2

h2

h3

3=

πr2h

3,

Page 185: 3739202 Calculus Whitman College

9.3 Volume 171

giving us the usual formula for the volume of a cone.

EXAMPLE 9.10 Find the volume of the object generated when the area betweeny = x2 and y = x is rotated around the x-axis. This solid has a “hole” in the middle; wecan compute the volume by subtracting the volume of the hole from the volume enclosedby the outer surface of the solid. In figure 9.10 we show the region that is rotated, theresulting solid with the front half cut away, the cone that forms the outer surface, thehorn-shaped hole, and a cross-section perpendicular to the x-axis.

0 1

0

1

............................................................................................................................................................................................................................................................

.......................................................

.................................................................................................................................................................................................................

Figure 9.10 Solid with a hole, showing the outer cone and the shape to be removed toform the hole. (JA)

We have already computed the volume of a cone; in this case it is π/3. At a particularvalue of x, say xi, the cross-section of the horn is a circle with radius x2

i , so the volume of

Page 186: 3739202 Calculus Whitman College

172 Chapter 9 Applications of Integration

the horn is ∫ 1

0

π(x2)2 dx =∫ 1

0

πx4 dx = π15,

so the desired volume is π/3− π/5 = 2π/15.As with the area between curves, there is an alternate approach that computes the

desired volume “all at once” by approximating the volume of the actual solid. We canapproximate the volume of a slice of the solid with a washer-shaped volume, as indicatedin figure 9.10.

The volume of such a washer is the area of the face times the thickness. The thickness,as usual, is ∆x, while the area of the face is the area of the outer circle minus the area ofthe inner circle, say πR2− πr2. In the present example, at a particular xi, the radius R isxi and r is x2

i . Hence, the whole volume is∫ 1

0

πx2 − πx4 dx = π

(x3

3− x5

5

)∣∣∣∣1

0

= π

(13− 1

5

)=

15.

Of course, what we have done here is exactly the same calculation as before, except wehave in effect recomputed the volume of the outer cone.

Suppose the region between f(x) = x + 1 and g(x) = (x − 1)2 is rotated around they-axis; see figure 9.11. It is possible, but inconvenient, to compute the volume of theresulting solid by the method we have used so far. The problem is that there are two“kinds” of typical rectangles: those that go from the line to the parabola and those thattouch the parabola on both ends. To compute the volume using this approach, we need tobreak the problem into two parts and compute two integrals:

π

∫ 1

0

(1 +√

y)2 − (1−√y)2 dy + π

∫ 4

1

(1 +√

y)2 − (y − 1)2 =83π +

656

π =272

π.

If instead we consider a typical vertical rectangle, but still rotate around the y-axis, weget a thin “shell” instead of a thin “washer”. If we add up the volume of such thin shellswe will get an approximation to the true volume. What is the volume of such a shell?Consider the shell at xi. Imagine that we cut the shell vertically in one place and “unroll”it into a thin, flat sheet. This sheet will be almost a rectangular prism that is ∆x thick,f(xi) − g(xi) tall, and 2πxi wide (namely, the circumference of the shell before it wasunrolled). The volume will then be approximately the volume of a rectangular prism withthese dimensions: 2πxi(f(xi)− g(xi))∆x. If we add these up and take the limit as usual,we get the integral

∫ 3

0

2πx(f(x)− g(x)) dx =∫ 3

0

2πx(x + 1− (x− 1)2) dx =272

π.

Page 187: 3739202 Calculus Whitman College

9.3 Volume 173

Not only does this accomplish the task with only one integral, the integral is somewhateasier than those in the previous calculation. Things are not always so neat, but it isoften the case that one of the two methods will be simpler than the other, so it is worthconsidering both before starting to do calculations.

0 1 2 3

0

1

2

3

4

............................................................................................................................................................................................................................................................

............................................................................................................................................................................................................................................................................................................................................................................

0 1 2 3

0

1

2

3

4

............................................................................................................................................................................................................................................................

............................................................................................................................................................................................................................................................................................................................................................................

Figure 9.11 Computing volumes with “shells”. (JA)

EXAMPLE 9.11 Suppose the area under y = −x2 + 1 between x = 0 and x = 1 isrotated around the x-axis. Find the volume by both methods.

Disk method:∫ 1

0

π(1− x2)2 dx =815

π.

Shell method:∫ 1

0

2πy√

1− y dy =815

π.

Exercises

1. Verify that π

Z 1

0

(1 +√

y)2 − (1−√y)2 dy + π

Z 4

1

(1 +√

y)2 − (y − 1)2 =8

3π +

65

6π =

27

2π.

2. Verify that

Z 3

0

2πx(x + 1− (x− 1)2) dx =27

2π.

3. Verify that

Z 1

0

π(1− x2)2 dx =8

15π.

4. Verify that

Z 1

0

2πyp

1− y dy =8

15π.

5. Use integration to find the volume of the solid obtained by revolving the region bounded byx + y = 2 and the x and y axes around the x-axis. ⇒

6. Find the volume of the solid obtained by revolving the region bounded by y = x − x2 andthe x-axis around the x-axis. ⇒

Page 188: 3739202 Calculus Whitman College

174 Chapter 9 Applications of Integration

7. Find the volume of the solid obtained by revolving the region bounded by y =√

sin x, they-axis, and the lines y = 1 and x = π/2 around the x-axis. ⇒

8. Let S be the region of the xy-plane bounded above by the curve x3y = 64, below by the liney = 1 on the left by the line x = 2 and on the right by the line x = 4. Find the volume ofthe solid obtained by rotating S around (a) the x-axis, (b) the line y = 1, (c) the y-axis, (d)the line x = 2. ⇒

9. The equation x2/9 + y2/4 = 1 describes an ellipse. Find the volume of the solid obtainedby rotating the ellipse around the x-axis and also around the y-axis. These solids are calledellipsoids; one is vaguely rugby-ball shaped, one is sort of flying-saucer shaped, or perhapssquished-beach-ball-shaped. ⇒

Figure 9.12 Ellipsoids. (JA)

10. Use integration to compute the volume of a sphere of radius r. You should of course get thewell-known formula 4πr3/3.

11. A hemispheric bowl of radius r contains water to a depth h. Find the volume of water in thebowl. ⇒

12. The base of a tetrahedron (a triangular pyramid) of height h is an equilateral triangle of sides. Its cross-sections perpendicular to an altitude are equilateral triangles. Express its volumeV as an integral, and find a formula for V in terms of h and s. Verify that your answer is(1/3)(area of base)(height). ⇒

13. The base of a solid is the region between f(x) = cos x and g(x) = − cos x, −π/2 ≤ x ≤ π/2,and its cross-sections perpendicular to the x-axis are squares. Find the volume of the solid.⇒

9.4 Average value of a function

The average of some finite set of values is a familiar concept. If, for example, the classscores on a quiz are 10, 9, 10, 8, 7, 5, 7, 6, 3, 2, 7, 8, then the average score is the sum ofthese numbers divided by the size of the class:

average score =10 + 9 + 10 + 8 + 7 + 5 + 7 + 6 + 3 + 2 + 7 + 8

12=

8212≈ 6.83.

Suppose that between t = 0 and t = 1 the speed of an object is sin(πt). What is theaverage speed of the object over that time? The question sounds as if it must make sense,

Page 189: 3739202 Calculus Whitman College

9.4 Average value of a function 175

yet we can’t merely add up some number of speeds and divide, since the speed is changingcontinuously over the time interval.

To make sense of “average” in this context, we fall back on the idea of approximation.Consider the speed of the object at tenth of a second intervals: sin 0, sin(0.1π), sin(0.2π),sin(0.3π),. . . , sin(0.9π). The average speed “should” be fairly close to the average of theseten speeds:

110

9∑

i=0

sin(πi/10) ≈ 110

6.3 = 0.63.

Of course, if we compute more speeds at more times, the average of these speeds shouldbe closer to the “real” average. If we take the average of n speeds at evenly spaced times,we get:

1n

n−1∑

i=0

sin(πi/n).

Here the individual times are ti = i/n, so rewriting slightly we have

1n

n−1∑

i=0

sin(πti).

This is almost the sort of sum that we know turns into an integral; what’s apparentlymissing is ∆t—but in fact, ∆t = 1/n, the length of each subinterval. So rewriting again:

n−1∑

i=0

sin(πti)1n

=n−1∑

i=0

sin(πti)∆t.

Now this has exactly the right form, so that in the limit we get

average speed =∫ 1

0

sin(πt) dt = −cos(πt)π

∣∣∣∣1

0

= −cos(π)π

+cos(0)

π=

2π≈ 0.6366 ≈ 0.64.

It’s not entirely obvious from this one simple example how to compute such an averagein general. Let’s look at a somewhat more complicated case. Suppose that the velocityof an object is 16t2 + 5 feet per second. What is the average velocity between t = 1 andt = 3? Again we set up an approximation to the average:

1n

n−1∑

i=0

16t2i + 5,

Page 190: 3739202 Calculus Whitman College

176 Chapter 9 Applications of Integration

where the values ti are evenly spaced times between 1 and 3. Once again we are “missing”∆t, and this time 1/n is not the correct value. What is ∆t in general? It is the length ofa subinterval; in this case we take the interval [1, 3] and divide it into n subintervals, soeach has length (3 − 1)/n = 2/n = ∆t. Now with the usual “multiply and divide by thesame thing” trick we can rewrite the sum:

1n

n−1∑

i=0

16t2i + 5 =1

3− 1

n−1∑

i=0

(16t2i + 5)3− 1

n=

12

n−1∑

i=0

(16t2i + 5)2n

=12

n−1∑

i=0

(16t2i + 5)∆t.

In the limit this becomes

12

∫ 3

1

16t2 + 5 dt =12

4463

=2233

.

Does this seem reasonable? Let’s picture it: in figure 9.13 is the velocity function togetherwith the horizontal line y = 223/3 ≈ 74.3. Certainly the height of the horizontal line looksat least plausible for the average height of the curve.

0 1 2 3

0

25

50

75

100

125

150

...................................................................................................................

..................................................

........................................

...................................

...............................

.................................................................................................................................................................................................................................................................................................................................................................................................

Figure 9.13 Average velocity.

Here’s another way to interpret “average” that may make our computation appeareven more reasonable. The object of our example goes a certain distance between t = 1and t = 3. If instead the object were to travel at the average speed over the same time, itwould go the same distance. At an average speed of 223/3 feet per second for two secondsthe object would go 446/3 feet. How far does it actually go? We know how to compute

Page 191: 3739202 Calculus Whitman College

9.5 Work 177

this: ∫ 3

1

v(t) dt =∫ 3

1

16t2 + 5 dt =4463

.

So now we see that another interpretation of the calculation

12

∫ 3

1

16t2 + 5 dt =12

4463

=2233

is: total distance traveled divided by the time in transit, namely, average speed.It may also be helpful to interpret the average geometrically. The area under the

velocity curve is ∫ 3

1

16t2 + 5 dt =4463

.

The area under y = 223/3 over the same interval [1, 3] is simply the area of a rectanglethat is 2 by 223/3 with area 446/3. So the average height of a function is the height of thehorizontal line that produces the same area over the given interval.

Exercises

1. Find the average height of cos x over the intervals [0, π/2], [−π/2, π/2], and [0, 2π]. ⇒2. Find the average height of x2 over the interval [−2, 2]. ⇒3. Find the average height of 1/x2 over the interval [1, A]. ⇒4. Find the average height of

√1− x2 over the interval [−1, 1]. ⇒

5. An object moves with velocity v(t) = −t2 + 1 feet per second between t = 0 and t = 2. Findthe average velocity and the average speed of the object between t = 0 and t = 2. ⇒

6. The observation deck on the 102nd floor of the Empire State Building is 1,224 feet abovethe ground. If a steel ball is dropped from the observation deck its velocity at time t isapproximately v(t) = −32t feet per second. Find the average speed between the time it isdropped and the time it hits the ground, and find its speed when it hits the ground. ⇒

9.5 Work

A fundamental concept in classical physics is work: If an object is moved in a straightline against a force F for a distance s the work done is W = Fs.

EXAMPLE 9.12 How much work is done in lifting a 10 pound weight vertically adistance of 5 feet? The force due to gravity on a 10 pound weight is 10 pounds at thesurface of the earth, and it does not change appreciably over 5 feet. The work done isW = 10 · 5 = 15 foot-pounds.

Page 192: 3739202 Calculus Whitman College

178 Chapter 9 Applications of Integration

In reality few situations are so simple. The force might not be constant over the rangeof motion, as in the next example.

EXAMPLE 9.13 How much work is done in lifting a 10 pound weight from the surfaceof the earth to an orbit 100 miles above the surface? Over 100 miles the force due togravity does change significantly, so we need to take this into account. The force exertedon a 10 pound weight at a distance r from the center of the earth is F = k/r2 and bydefinition it is 10 when r is the radius of the earth (we assume the earth is a sphere). Howcan we approximate the work done? We divide the path from the surface to orbit into n

small subpaths. On each subpath the force due to gravity is roughly constant, with valuek/r2

i at distance ri. The work to raise the object from ri to ri+1 is thus approximatelyk/r2

i ∆r and the total work is approximately

n−1∑

i=0

k

r2i

∆r,

or in the limit

W =∫ r1

r0

k

r2dr,

where r0 is the radius of the earth and r1 is r0 plus 100 miles. The work is

W =∫ r1

r0

k

r2dr = − k

r

∣∣∣∣r1

r0

= − k

r1+

k

r0.

Using r0 = 20925525 feet we have r1 = 21453525. The force on the 10 pound weight atthe surface of the earth is 10 pounds, so 10 = k/209255252, giving k = 4378775965256250.Then

− k

r1+

k

r0=

49105232000095349

≈ 5150052 foot-pounds.

Note that if we assume the force due to gravity is 10 pounds over the whole distance wewould calculate the work as 10r1 = 10 · 100 · 5280 = 5280000, somewhat higher since wedon’t account for the weakening of the gravitational force.

EXAMPLE 9.14 How much work is done in lifting a 10 kilogram object from thesurface of the earth to a distance D above the surface? This is the same problem as beforein different units, and we are not specifying a value for D. As before

W =∫ D

r0

k

r2dr = − k

r

∣∣∣∣D

r0

= − k

D+

k

r0.

Page 193: 3739202 Calculus Whitman College

9.5 Work 179

While “weight in pounds” is a measure of force, “weight in kilograms” is a measure of mass.To convert to force we need to use Newton’s law F = ma. At the surface of the earth theacceleration due to gravity is approximately 9.8 meters per second squared, so the force isF = 10 ·9.8 = 98. The units here are “kilogram-meters per second squared” or “kg m/s2”,also known as a Newton (N), so F = 98 N. The radius of the earth is approximately 6378.1kilometers or 6378100 meters. Since the force due to gravity obeys an inverse square law,F = k/r2 and 98 = k/63781002, k = 3.986655642 · 1015 and

W = − k

D+ 6.250538000 · 108 Newton-meters.

As D increases W of course gets larger, since the quantity being subtracted, −k/D, getssmaller. But note that the work W will never exceed 6.250538000 · 108, and in fact willapproach this value as D gets larger. In short, with a finite amount of work, namely6.250538000 ·108 N-m, we can lift the 10 kilogram object as far as we wish from earth.

Next is an example in which the force is constant, but there are many objects movingdifferent distances.

EXAMPLE 9.15 Suppose that a water tank is shaped like a right circular cone withthe tip at the bottom, and has height 10 meters and radius 2 meters at the top. . If thetank is full, how much work is required to pump all the water out over the top? Here wehave a large number of atoms of water that must be lifted different distances to get to thetop of the tank. Fortunately, we don’t really have to deal with individual atoms—we canconsider all the atoms at a given depth together.

To approximate the work, we can divide the water in the tank into horizontal sections,approximate the volume of water in a section by a thin disk, and compute the amount ofwork required to lift each disk to the top of the tank. As usual, we take the limit as thesections get thinner and thinner to get the total work.

At depth h the circular cross-section through the tank has radius r = (10 − h)/5, bysimilar triangles, and area π(10−h)2/25. A section of the tank at depth h thus has volumeapproximately π(10 − h)2/25∆h and so contains σπ(10 − h)2/25∆h kilograms of water,where σ is the density of water in kilograms per cubic meter; σ ≈ 1000. The force due togravity on this much water is 9.8σπ(10−h)2/25∆h, and finally, this section of water mustbe lifted a distance h, which requires h9.8σπ(10− h)2/25∆h Newton-meters of work. Thetotal work is therefore

W =9.8σπ

25

∫ 10

0

h(10− h)2 dh =980000

3π ≈ 1026254 Newton-meters.

Page 194: 3739202 Calculus Whitman College

180 Chapter 9 Applications of Integration

..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ↑

|h|↓

↑|||||

10|||||↓

2........................................................ ......................................... ...............

Figure 9.14 Cross-section of a conical water tank.

A spring has a “natural length,” its length if nothing is stretching or compressing it. Ifthe spring is either stretched or compressed the spring provides an opposing force; accoringto Hooke’s Law the magnitude of this force is proportional to the distance the springhas been stretched or compressed: F = kx. The constant of proportionality, k, of coursedepends on the spring. Note that x here represents the change in length from the naturallength.

EXAMPLE 9.16 Suppose k = 5 for a given spring that has a natural length of 0.1meters. Suppose a force is applied that compresses the spring to length 0.08. What isthe magnitude of the force? Assuming that the constant k has appropriate dimensions(namely, kg/s2), the force is 5(0.1− 0.08) = 5(0.02) = 0.1 Newtons.

EXAMPLE 9.17 How much work is done in compressing the spring in the previous ex-ample from its natural length to 0.08 meters? From 0.08 meters to 0.05 meters? How muchwork is done to stretch the spring from 0.1 meters to 0.15 meters? We can approximatethe work by dividing the distance that the spring is compressed into small subintervals.Then the force exerted by the spring is approximately constant over the subinterval, sothe work required to compress the spring from xi to xi+1 is approximately 5(xi − 0.1)∆x.The total work is approximately

n−1∑

i=0

5(xi − 0.1)∆x

Page 195: 3739202 Calculus Whitman College

9.5 Work 181

and in the limit

W =∫ 0.08

0.1

5(x−0.1) dx =5(x− 0.1)2

2

∣∣∣∣0.08

0.1

=5(0.08− 0.1)2

2− 5(0.1− 0.1)2

2=

11000

N-m.

The other values we seek simply use different limits. To compress the spring from 0.08meters to 0.05 meters takes

W =∫ 0.05

0.08

5(x− 0.1) dx =5x2

2

∣∣∣∣0.05

0.08

=5(0.05− 0.1)2

2− 5(0.08− 0.1)2

2=

214000

N-m

and to stretch the spring from 0.1 meters to 0.15 meters requires

W =∫ 0.15

0.1

5(x− 0.1) dx =5x2

2

∣∣∣∣0.15

0.1

=5(0.15− 0.1)2

2− 5(0.1− 0.1)2

2=

1160

N-m.

Exercises

1. How much work is done in lifting a 100 kilogram weight from the surface of the earth to anorbit 35,786 kilometers above the surface of the earth? ⇒

2. How much work is done in lifting a 100 kilogram weight from an orbit 1000 kilometers abovethe surface of the earth to an orbit 35,786 kilometers above the surface of the earth? ⇒

3. A water tank has the shape of a cylinder with radius r = 1 meter and height 10 meters. Ifthe depth of the water is 5 meters, how much work is required to pump all the water out thetop of the tank? ⇒

4. Suppose the tank of the previous problem is lying on its side, so that the circular ends arevertical, and that it has the same amount of water as before. How much work is requiredto pump the water out the top of the tank (which is now 2 meters above the bottom of thetank)? ⇒

5. A water tank has the shape of the bottom half of a sphere with radius r = 1 meter. If thetank is full, how much work is required to pump all the water out the top of the tank? ⇒

6. A spring has constant k = 10 kg/s2. How much work is done in compressing it 1/10 meterfrom its natural length? ⇒

7. A force of 2 Newtons will compress a spring from 1 meter (its natural length) to 0.8 meters.How much work is required to stretch the spring from 1.1 meters to 1.5 meters? ⇒

8. A 20 meter long steel cable has density 2 kilograms per meter, and is hanging straight down.How much work is required to lift the entire cable to the height of its top end? ⇒

9. The cable in the previous problem has a 100 kilogram bucket of concrete attached to its lowerend. How much work is required to lift the entire cable and bucket to the height of its topend? ⇒

Page 196: 3739202 Calculus Whitman College

182 Chapter 9 Applications of Integration

9.6 Center of Mass

Suppose a beam is 10 meters long, and that there are three weights on the beam: a 10kilogram weight 3 meters from the left end, a 5 kilogram weight 6 meters from the left end,and a 4 kilogram weight 8 meters from the left end. Where should a fulcrum be placedso that the beam balances? Let’s assign a scale to the beam, from 0 at the left end to 10at the right, so that we can denote locations on the beam simply as x coordinates; theweights are at x = 3, x = 6, and x = 8.

Suppose to begin with that the fulcrum is placed at x = 5. What will happen? Eachweight applies a force to the beam that tends to rotate it around the fulcrum; this effectis measured by a quantity called torque, proportional to the mass times the distancefrom the fulcrum. Of course, weights on different sides of the fulcrum rotate the beamin opposite directions. We can distinguish this by using a signed distance in the formulafor torque. So with the fulcrum at 5, the torques induced by the three weights will beproportional to (3 − 5)10 = −20, (6 − 5)5 = 5, and (8 − 5)4 = 12. For the beam tobalance, the sum of the torques must be zero; since the sum is −20 + 5 + 12 = −3, thebeam rotates counter-clockwise, and to get the beam to balance we need to move thefulcrum to the left. To calculate exactly where the fulcrum should be, we let x denote thelocation of the fulcrum when the beam is in balance. The total torque on the beam is then(3− x)10 + (6− x)5 + (8− x)4 = 92− 19x. Since the beam balances at x it must be that92 − 19x = 0 or x = 92/19 ≈ 4.84, that is, the fulcrum should be placed at x = 92/19 tobalance the beam.

Now suppose that we have a beam with varying density—some portions of the beamcontain more mass than other portions of the same size. We want to figure out where toput the fulcrum so that the beam balances.

EXAMPLE 9.18 Suppose the beam is 10 meters long and that the density is 1 + x

kilograms per meter at location x on the beam. To approximate the solution, we can thinkof the beam as a sequence of weights “on” a beam. For example, we can think of theportion of the beam between x = 0 and x = 1 as a weight sitting at x = 0, the portionbetween x = 1 and x = 2 as a weight sitting at x = 1, and so on. We then approximatethe mass of the weights by assuming that each portion of the beam has constant density.So the mass of the first weight is approximated as m0 = (1 + 0)1 = 1 kilograms, namely,(1 + 0) kilograms per meter times 1 meter. The second weight is m1 = (1 + 1)1 = 2kilograms, and so on to the tenth weight with m9 = (1 + 9)1 = 9 kilograms. So in thiscase the total torque is

(0− x)m0 + (1− x)m1 + · · ·+ (9− x)m9 = (0− x)1 + (1− x)2 + · · ·+ (9− x)9.

Page 197: 3739202 Calculus Whitman College

9.6 Center of Mass 183

If we set this to zero and solve for x we get x = 6. In general, if we divide the beam inton portions, the mass of weight number i will be mi = (1 + xi)(xi+1 − xi) = (1 + xi)∆x

and the torque induced by weight number i will be (xi − x)mi = (xi − x)(1 + xi)∆x. Thetotal torque is then

(x0 − x)(1 + x0)∆x + (x1 − x)(1 + x1)∆x + · · ·+ (xn−1 − x)(1 + xn−1)∆x

=n−1∑

i=0

xi(1 + xi)∆x−n−1∑

i=0

x(1 + xi)∆x

=n−1∑

i=0

xi(1 + xi)∆x− x

n−1∑

i=0

(1 + xi)∆x.

If we set this equal to zero and solve for x we get an approximation to the balance pointof the beam:

0 =n−1∑

i=0

xi(1 + xi)∆x− x

n−1∑

i=0

(1 + xi)∆x

x

n−1∑

i=0

(1 + xi)∆x =n−1∑

i=0

xi(1 + xi)∆x

x =

n−1∑

i=0

xi(1 + xi)∆x

n−1∑

i=0

(1 + xi)∆x

.

The numerator of this fraction is called the moment of the system around zero, andthe denominator has a very familiar interpretation. Consider one term of the sum in thedenominator: (1 + xi)∆x. This is the density near xi times a short length, ∆x, which inother words is approximately the mass of the beam between xi and xi+1. When we addthese up we get approximately the mass of the beam.

Now each of the sums in the fraction has the right form to turn into an integral, whichin turn gives us the exact value of x:

x =

∫ 10

0

x(1 + x) dx

∫ 10

0

(1 + x) dx

.

Page 198: 3739202 Calculus Whitman College

184 Chapter 9 Applications of Integration

The numerator is the moment of the system:∫ 10

0

x(1 + x) dx =∫ 10

0

x + x2 dx =1150

3,

and the denominator is the mass of the beam:∫ 10

0

(1 + x) dx = 60,

and the balance point, officially called the center of mass, is

x =1150

3160

=11518

≈ 6.39.

It should be apparent that there was nothing special about the density function σ(x) =1 + x or the length of the beam, or even that the left end of the beam is at the origin.In general, if the density of the beam is σ(x) and the beam covers the interval [a, b], themoment of the beam around zero is

M0 =∫ b

a

xσ(x) dx

and the total mass of the beam is

M =∫ b

a

σ(x) dx

and the center of mass is at

x =M0

M.

EXAMPLE 9.19 Suppose a beam lies on the x-axis between 20 and 30, and has densityfunction σ(x) = x−19. Find the center of mass. This is the same as the previous exampleexcept that the beam has been moved. Note that the density at the left end is 20− 19 = 1and at the right end is 30 − 19 = 11, as before. Hence the center of mass must be atapproximately 20 + 6.39 = 26.39. Let’s see how the calculation works out.

M0 =∫ 30

20

x(x− 19) dx =∫ 30

20

x2 − 19x dx =x3

3− 19x2

2

∣∣∣∣30

20

=4750

3

M =∫ 30

20

x− 19 dx =x2

2− 19x

∣∣∣∣30

20

= 60

M0

M=

47503

160

=47518

≈ 26.39.

Page 199: 3739202 Calculus Whitman College

9.6 Center of Mass 185

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

0

1

0 1xi

.......................................................

.................................................................................................................................................................................................................

•(x, y)

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

0 1xi

mi

Figure 9.15 Center of mass for a two dimensional plate.

EXAMPLE 9.20 Suppose a flat plate of uniform density has the shape contained byy = x2, y = 1, and x = 0, in the first quadrant. Find the center of mass. (Since the densityis constant, the center of mass depends only on the shape of the plate, not the density, orin other words, this is a purely geometric quantity. In such a case the center of mass iscalled the centroid.)

This is a two dimensional problem, but it can be solved as if it were two one dimensionalproblems: we need to find the x and y coordinates of the center of mass, x and y, andfortunately we can do these independently. Imagine looking at the plate edge on, frombelow the x-axis. The plate will appear to be a beam, and the mass of a short sectionof the “beam”, say between xi and xi+1, is the mass of a strip of the plate between xi

and xi+1. See figure 9.15 showing the plate from above and as it appears edge on. Sincethe plate has uniform density we may as well assume that σ = 1. Then the mass of theplate between xi and xi+1 is approximately mi = σ(1−x2

i )∆x = (1−x2i )∆x. Now we can

compute the moment around the y-axis:

My =∫ 1

0

x(1− x2) dx =14

and the total mass

M =∫ 1

0

(1− x2) dx =23

and finally

x =14

32

=38.

Page 200: 3739202 Calculus Whitman College

186 Chapter 9 Applications of Integration

Next we do the same thing to find y. The mass of the plate between yi and yi+1 isapproximately ni =

√y∆y, so

Mx =∫ 1

0

y√

y dy =25

and

y =25

32

=35,

since the total mass M is the same. The center of mass is shown in figure 9.15.

EXAMPLE 9.21 Find the center of mass of a thin, uniform plate whose shape is theregion between y = cos x and the x-axis between x = −π/2 and x = π/2. It is clearthat x = 0, but for practice let’s compute it anyway. We will need the total mass, so wecompute it first:

M =∫ π/2

−π/2

cosx dx = sin x∣∣∣π/2

−π/2= 2.

The moment around the y-axis is

My =∫ π/2

−π/2

x cosx dx = cos x + x sinx∣∣∣π/2

−π/2= 0

and the moment around the x-axis is

Mx =∫ 1

0

y · 2 arccos y dy = y2 arccos y − y√

1− y2

2+

arcsin y

2

∣∣∣∣∣

1

0

4.

Thus

x =02, y =

π

8≈ 0.393.

Page 201: 3739202 Calculus Whitman College

9.7 Kinetic energy; improper integrals 187

Exercises

1. A beam 10 meters long has density σ(x) = x2 at distance x from the left end of the beam.Find the center of mass x. ⇒

2. A beam 10 meters long has density σ(x) = sin(πx/10) at distance x from the left end of thebeam. Find the center of mass x. ⇒

3. A beam 4 meters long has density σ(x) = x3 at distance x from the left end of the beam.Find the center of mass x. ⇒

4. Verify that

Z2x arccos x dx = x2 arccos x− x

√1− x2

2+

arcsin x

2+ C.

5. A thin plate lies in the region between y = x2 and the x-axis between x = 1 and x = 2. Findthe centroid. ⇒

6. A thin plate fills the upper half of the unit circle x2 + y2 = 1. Find the centroid. ⇒7. A thin plate lies in the region contained by y = x and y = x2. Find the centroid. ⇒8. A thin plate lies in the region contained by y = 4−x2 and the x-axis. Find the centroid. ⇒9. A thin plate lies in the region contained by y = x1/3 and the x-axis between x = 0 and x = 1.

Find the centroid. ⇒10. A thin plate lies in the region contained by

√x +√

y = 1 and the axes in the first quadrant.Find the centroid. ⇒

11. A thin plate lies in the region between the top half of the circle x2 + y2 = 4 and the circlex2 + y2 = 1. Find the centroid. ⇒

12. A thin plate lies in the region between the circle x2 + y2 = 4 and the circle x2 + y2 = 1 inthe first quadrant. Find the centroid. ⇒

9.7 Kinetic energy; improper integrals

Recall example 9.14 in which we computed the work required to lift an object from thesurface of the earth to some large distance D away. Since F = k/x2 we computed

∫ D

r0

k

x2dx = − k

D+

k

r0.

We noticed that as D increases, k/D decreases to zero so that the amount of work increasesto k/r0. More precisely,

limD→∞

∫ D

r0

k

x2dx = lim

D→∞− k

D+

k

r0=

k

r0.

We might reasonably describe this calculuation as computing the amount of work requiredto lift the object “to infinity,” and abbreviate the limit as

limD→∞

∫ D

r0

k

x2dx =

∫ ∞r0

k

x2dx.

Page 202: 3739202 Calculus Whitman College

188 Chapter 9 Applications of Integration

Such an integral, with a limit of infinity, is called an improper integral. This is a bitunfortunate, since it’s not really “improper” to do this, nor is it really “an integral”—it isan abbreviation for the limit of a particular sort of integral. Nevertheless, we’re stuck withthe term, and the operation itself is perfectly legitimate. It may at first seem odd that afinite amount of work is sufficient to lift an object to “infinity”, but sometimes surprisingthings are nevertheless true, and this is such a case. If the value of an improper integralis a finite number, as in this example, we say that the integral converges, and if not wesay that the integral diverges.

Here’s another way, perhaps even more surprising, to interpret this calculation. Weknow that one interpretation of ∫ D

1

1x2

dx

is the area under y = 1/x2 from x = 1 to x = D. Of course, as D increases this areaincreases. But since ∫ D

1

1x2

dx = − 1D

+11,

while the area increases, it never exceeds 1, that is

∫ ∞1

1x2

dx = 1.

The area of the infinite region under y = 1/x2 from x = 1 to infinity is finite.Here’s a somewhat more useful application of these ideas. We know that in general

W =∫ x1

x0

F dx

is the work done against the force F in moving from x0 to x1. In the case that F is theforce of gravity exerted by the earth, it is customary to make F < 0 since the force is“downward.” This makes the work W negative when it should be positive, so typically thework in this case is defined as

W = −∫ x1

x0

F dx.

Also, by Newton’s Law, F = ma(t). This means that

W = −∫ x1

x0

ma(t) dx.

Page 203: 3739202 Calculus Whitman College

9.7 Kinetic energy; improper integrals 189

Unfortunately this integral is a bit problematic: a(t) is in terms of t, while the limits andthe “dx” are in terms of x. But x and t are certainly related here: x = x(t) is the functionthat gives the position of the object at time t, so v = v(t) = dx/dt = x′(t) is its velocityand a(t) = v′(t) = x′′(t). We can use v = x′(t) as a substitution to convert the integralfrom “dx” to “dv” in the usual way, with a bit of cleverness along the way:

dv = x′′(t) dt = a(t) dt = a(t)dt

dxdx

dx

dtdv = a(t) dx

v dv = a(t) dx.

Substituting in the integral:

W = −∫ x1

x0

ma(t) dx = −∫ v1

v0

mv dv = − mv2

2

∣∣∣∣v1

v0

= −mv21

2+

mv20

2.

You may recall seeing the expression mv2/2 in a physics course—it is called the kineticenergy of the object. We have shown here that the work done in moving the object fromone place to another is the same as the change in kinetic energy.

We know that the work required to move an object from the surface of the earth toinfinity is

W =∫ ∞

r0

k

r2dr =

k

r0.

At the surface of the earth the acceleration due to gravity is approximately 9.8 metersper second squared, so the force on an object of mass m is F = 9.8m. The radius of theearth is approximately 6378.1 kilometers or 6378100 meters. Since the force due to gravityobeys an inverse square law, F = k/r2 and 9.8m = k/63781002, k = 398665564178000m

and W = 62505380m.Now suppose that the initial velocity of the object, v0, is just enough to get it to

infinity, that is, just enough so that the object never slows to a stop, but so that its speeddecreases to zero, i.e., so that v1 = 0. Then

62505380m = W = −mv21

2+

mv20

2=

mv20

2

sov0 =

√125010760 ≈ 11181 meters per second,

Page 204: 3739202 Calculus Whitman College

190 Chapter 9 Applications of Integration

or about 40251 kilometers per hour. This speed is called the escape velocity. Notice thatthe mass of the object, m, cancelled out at the last step; the escape velocity is the samefor all objects. Of course, it takes considerably more energy to get a large object up to40251 kph than a small one, so it is certainly more difficult to get a large object into deepspace than a small one. Also, note that while we have computed the escape velocity forthe earth, this speed would not in fact get an object “to infinity” because of the large massin our neighborhood called the sun. Escape velocity for the sun starting at the distance ofthe earth from the sun is nearly 4 times the escape velocity we have calculated.

Exercises

1. Is the area under y = 1/x from 1 to infinity finite or infinite? If finite, compute the area. ⇒2. Is the area under y = 1/x3 from 1 to infinity finite or infinite? If finite, compute the area.⇒

3. Does

Z ∞

0

x2 + 2x− 1 dx converge or diverge? If it converges, find the value. ⇒

4. Does

Z ∞

1

1/√

x dx converge or diverge? If it converges, find the value. ⇒

5.

Z 1/2

0

(2x − 1)−3 dx is an improper integral of a slightly different sort. Express it as a limit

and determine whether it converges or diverges; if it converges, find the value. ⇒

6. Does

Z 1

0

1/√

x dx converge or diverge? If it converges, find the value. ⇒7. Suppose the curve y = 1/x is rotated around the x-axis generating a sort of funnel-shape.

Is the volume of this funnel from x = 1 to infinity finite or infinite? If finite, compute thevolume. ⇒

8. An officially sanctioned baseball must be between 142 and 149 grams. How much work,in Newton-meters, does it take to throw a ball at 80 miles per hour? At 90 mph? At100.9 mph? (According to the Guinness Book of World Records, at http://www.baseball-

almanac.com/recbooks/rb_guin.shtml, “The greatest reliably recorded speed at which abaseball has been pitched is 100.9 mph by Lynn Nolan Ryan (California Angels) at AnaheimStadium in California on August 20, 1974.”) ⇒

Page 205: 3739202 Calculus Whitman College

10Sequences and Series

Consider the following sum:

12

+14

+18

+116

+ · · ·+ 12i

+ · · ·

The dots at the end indicate that the sum goes on forever. Does this make sense? Canwe assign a numerical value to an infinite sum? While at first it may seem difficult orimpossible, we have certainly done something similar when we talked about one quantitygetting “closer and closer” to a fixed quantity. Here we could ask whether, as we add moreand more terms, the sum gets closer and closer to some fixed value. That is, look at

12

=12

34

=12

+14

78

=12

+14

+18

1516

=12

+14

+18

+116

and so on, and ask whether these values have a limit. It seems pretty clear that they do,namely 1. In fact, as we will see, it’s not hard to show that

12

+14

+18

+116

+ · · ·+ 12i

=2i − 1

2i= 1− 1

2i

191

Page 206: 3739202 Calculus Whitman College

192 Chapter 10 Sequences and Series

and then

limi→∞

1− 12i

= 1− 0 = 1.

There is one place that you have long accepted this notion of infinite sum without reallythinking of it as a sum:

0.33333 =310

+3

100+

31000

+3

10000+ · · · = 1

3,

for example, or

3.14159 . . . = 3 +110

+4

100+

11000

+5

10000+

9100000

+ · · · = π.

Our first task, then, to investigate infinite sums, called series, is to investigate limits ofsequences of numbers. That is, we officially call

∞∑

i=1

12i

=12

+14

+18

+116

+ · · ·+ 12i

+ · · ·

a series, while12,34,78,1516

, . . . ,2i − 1

2i, . . .

is a sequence, and∞∑

i=1

12i

= limi→∞

2i − 12i

,

that is, the value of a series is the limit of a particular sequence.

10.1 Sequences

While the idea of a sequence of numbers, a1, a2, a3, . . . is straightforward, it is useful tothink of a sequence as a function. We have up until now dealt with functions whose domainsare the real numbers, or a subset of the real numbers, like f(x) = sin x. A sequence is afunction with domain the natural numbers N = {1, 2, 3, . . .} or the non-negative integers,Z≥0 = {0, 1, 2, 3, . . .}. The range of the function is still allowed to be the real numbers; insymbols, we say that a sequence is a function f :N → R. Sequences are written in a fewdifferent ways, all equivalent; these all mean the same thing:

a1, a2, a3, . . .

{an}∞n=1

{f(n)}∞n=1

{an | n ∈ N}{f(n) | n ∈ N}

Page 207: 3739202 Calculus Whitman College

10.1 Sequences 193

As with functions on the real numbers, we will most often encounter sequences thatcan be expressed by a formula. We have already seen the sequence ai = f(i) = 1 − 1/2i,and others are easy to come by:

f(i) =i

i + 1

f(n) =12n

f(n) = sin(nπ/6)

f(i) =(i− 1)(i + 2)

2i

Frequently these formulas will make sense if thought of either as functions with domain Ror N, though occasionally one will make sense only for integer values.

Faced with a sequence we are interested in the limit

limi→∞

f(i) = limi→∞

ai.

We already understandlim

x→∞f(x)

when x is a real valued variable; now we simply want to restrict the “input” values to beintegers. No real difference is required in the definition of limit, except that we specify, per-haps implicitly, that the variable is an integer. Compare this definition to definition 4.10.

DEFINITION 10.1 Suppose that {an}∞n=1 is a sequence. We say that limn→∞ an = L

if for every ε > 0 there is an N > 0 so that whenever n > N , |an−L| < ε. If limn→∞ an = L

we say that the sequence converges, otherwise it diverges.

If f(i) defines a sequence, and f(x) makes sense, and limx→∞ f(x) = L, then it is clearthat limi→∞ f(i) = L as well, but it is important to note that the converse of this statementis not true. For example, since limx→∞(1/x) = 0, it is clear that also limi→∞(1/i) = 0,that is, the numbers

11,12,13,14,15,16, . . .

get closer and closer to 0. Consider this, however: Let f(n) = sin(nπ). This is the sequence

sin(0π), sin(1π), sin(2π), sin(3π), . . . = 0, 0, 0, 0, . . .

since sin(nπ) = 0 when n is an integer. Thus limn→∞ f(n) = 0. But limx→∞ f(x), whenx is real, does not exist: as x gets bigger and bigger, the values sin(xπ) do not get closer

Page 208: 3739202 Calculus Whitman College

194 Chapter 10 Sequences and Series

and closer to a single value, but take on all values between −1 and 1 over and over. Ingeneral, whenever you want to know limn→∞ f(n) you should first attempt to computelimx→∞ f(x), since if the latter exists it is also equal to the first limit. But if for somereason limx→∞ f(x) does not exist, it may still be true that limn→∞ f(n) exists, but thatyou’ll have to figure out another way to compute it.

It is occasionally useful to think of the graph of a sequence. Since the function isdefined only for integer values, the graph is just a sequence of dots. In figure 10.1 we seethe graphs of two sequences and the graphs of the corresponding real functions.

0

1

2

3

4

5

0 5 10

.............................................................................................................................................................................................................................................................................................................................................................................................................

f(x) = 1/x

0

1

2

3

4

5

0 5 10

•• • • • • • • • •

f(n) = 1/n

−1

0

1

.........................................................................................................................................................................................................

.............................................................................................................................................................................................................................................................

..............................................................................................................................................................................................................................................................

..............................................................................................................................................................................................................................................................

.....................................................

f(x) = sin(xπ)

−1

0

1

1 2 3 4 5 6 7 8

• • • • • • • • •

f(n) = sin(nπ)

Figure 10.1 Graphs of sequences and their corresponding real functions.

Not surprisingly, the properties of limits of real functions translate into properties ofsequences quite easily. Theorem 2.7 about limits becomes

THEOREM 10.2 Suppose that limn→∞

an = L and limn→∞

bn = M and k is some constant.

Thenlim

n→∞kan = k lim

n→∞an = kL

limn→∞

(an + bn) = limn→∞

an + limn→∞

bn = L + M

limn→∞

(an − bn) = limn→∞

an − limn→∞

bn = L−M

limn→∞

(anbn) = limn→∞

an · limn→∞

bn = LM

limn→∞

an

bn=

limn→∞ an

limx→a bn=

L

M, if M is not 0

Page 209: 3739202 Calculus Whitman College

10.1 Sequences 195

Likewise the Squeeze Theorem (4.1) becomes

THEOREM 10.3 Suppose that an ≤ bn ≤ cn for all n > N , for some N . If limn→∞

an =

limn→∞

cn = L, then limn→∞

bn = L.

And a final useful fact:

THEOREM 10.4 If limn→∞

|an| = 0 then limn→∞

an = 0.

This says simply that if the size of an gets close to zero then in fact an gets close tozero.

Here are some alternate notations for sequences that are frequently used:

a0, a1, a2, a3, . . . = {ai | i = 0, 1, 2, 3 . . .}= {ai | i ∈ Z≥0}= {ai}∞i=0

EXAMPLE 10.5 Determine whether{

n

n + 1

}∞

n=0

converges or diverges. If it con-

verges, compute the limit. Since this makes sense for real numbers we consider

limx→∞

x

x + 1= lim

x→∞1− 1

x + 1= 1− 0 = 1.

Thus the sequence converges to 1.

EXAMPLE 10.6 Determine whether{

ln n

n

}∞

n=1

converges or diverges. If it converges,

compute the limit. We compute

limx→∞

ln x

x= lim

x→∞1/x

1= 0,

using L’Hopital’s Rule. Thus the sequence converges to 0.

EXAMPLE 10.7 Determine whether {(−1)n}∞n=0 converges or diverges. If it converges,compute the limit. This does not make sense for all real exponents, but the sequence iseasy to understand: it is

1,−1, 1,−1, 1 . . .

Page 210: 3739202 Calculus Whitman College

196 Chapter 10 Sequences and Series

and clearly diverges.

EXAMPLE 10.8 Determine whether {(−1/2)n}∞n=0 converges or diverges. If it con-verges, compute the limit. We consider the sequence {|(−1/2)n|} = {(1/2)n}. Then

limx→∞

(12

)x

= limx→∞

12x

= 0,

so by theorem 10.4 the sequence converges to 0.

EXAMPLE 10.9 Determine whether {(sinn)/√

n}∞n=1 converges or diverges. If it con-verges, compute the limit. Since | sin n| ≤ 1, 0 ≤ | sin n/

√n| ≤ 1/

√n and we can use the-

orem 10.3 with an = 0 and cn = 1/√

n. Since limn→∞

an = limn→∞

cn = 0, limn→∞

sin n/√

n = 0

and the sequence converges to 0.

EXAMPLE 10.10 A particularly common and useful sequence is {rn}∞n=0, for variousvalues of r. Some are quite easy to understand: If r = 1 the sequence converges to 1since every term is 1, and likewise if r = 0 the sequence converges to 0. If r = −1 thisis the sequence of example 10.7 and diverges. If r > 1 or r < −1 the terms rn get largewithout limit, so the sequence diverges. If 0 < r < 1 then the sequence converges to 0. If−1 < r < 0 then |rn| = |r|n and 0 < |r| < 1, so the sequence converges. In summary, {rn}converges precisely when −1 < r ≤ 1 in which case

limn→∞

rn ={ 0 if −1 < r < 1

1 if r = 1

Sometimes we will not be able to determine the limit of a sequence, but we need toknow whether it converges. In some cases we can determine this without being able tocompute the limit.

A sequence is called increasing or sometimes strictly increasing if ai < ai+1 forall i. It is called non-decreasing or sometimes (unfortunately) increasing if ai ≤ ai+1

for all i. Similarly a sequence is decreasing if ai > ai+1 for all i and non-increasing ifai ≥ ai+1 for all i. If a sequence has any of these properties it is called monotonic.

EXAMPLE 10.11 The sequence

{2i − 1

2i

}∞

i=1

=12,34,78,1516

, . . . ,

Page 211: 3739202 Calculus Whitman College

10.1 Sequences 197

is increasing, and {n + 1

n

}∞

i=1

=21,32,43,54, . . .

is decreasing.

A sequence is bounded above if there is some number N such that an ≤ N for everyn, and bounded below if there is some number N such that an ≥ N for every n. If asequence is bounded above and bounded below it is bounded. If a sequence {an}∞n=0 isincreasing or non-decreasing it is bounded below (by a0), and if it is decreasing or non-increasing it is bounded above (by a0). Finally, with all this new terminology we can statean important theorem.

THEOREM 10.12 If a sequence is bounded and monotonic then it converges.

We will not prove this; the proof appears in many calculus books. It is not hard tobelieve: suppose that a sequence is increasing and bounded, so each term is larger thanthe one before, yet never larger than some fixed value N . The terms must then get closerand closer to some value between a0 and N . It need not be N , since N may be a “too-generous” upper bound, but rather the limit will be the smallest number that is above allof the terms ai.

EXAMPLE 10.13 All of the terms (2i − 1)/2i are less than 2, and the sequence isincreasing. As we have seen, the limit of the sequence is 1—1 is the smallest number thatis bigger than all the terms in the sequence. Similarly, all of the terms (n+1)/n are biggerthan 1/2, and the limit is 1—1 is the largest number that is smaller than the terms of thesequence.

We don’t actually need to know that a sequence is monotonic to apply this theorem—it is enough to know that the sequence is “eventually” monotonic, that is, that at somepoint it becomes increasing or decreasing. For example, the sequence 10, 9, 8, 15, 3, 21, 4,3/4, 7/8, 15/16, 31/32, . . . is not increasing, because among the first few terms it is not.But starting with the term 3/4 it is increasing, so the theorem tells us that the sequence3/4, 7/8, 15/16, 31/32, . . . converges. Since convergence depends only on what happens asn gets large, adding a few random terms at the beginning can’t turn a convergent sequenceinto a divergent one.

Page 212: 3739202 Calculus Whitman College

198 Chapter 10 Sequences and Series

EXAMPLE 10.14 Show that {n1/n} converges.

We first show that this sequence is decreasing, that is, that n1/n ≥ (n+1)1/(n+1). Considerthe real function f(x) = x1/x when x ≥ 1. We can compute the derivative, f ′(x) =x1/x(1−ln x)/x2, and note that when x ≥ 3 this is negative. Since the function has negativeslope, n1/n ≥ (n + 1)1/(n+1) when n ≥ 3. Since all terms of the sequence are positive, thesequence is decreasing and bounded when n ≥ 3, and so the sequence converges. (As ithappens, we can compute the limit in this case, but we know it converges even withoutknowing the limit; see exercise 1.)

EXAMPLE 10.15 Show that {n!/nn} converges.

Again we show that the sequence is decreasing, and since each term is positive the sequenceconverges. We can’t take the derivative this time, as x! doesn’t make sense for x real. Butwe note that if an+1/an ≤ 1 then an+1 ≤ an, which is what we want to know. So we lookat an+1/an:

an+1

an=

(n + 1)!(n + 1)n+1

nn

n!=

(n + 1)!n!

nn

(n + 1)n+1=

n + 1n + 1

(n

n + 1

)n

=(

n

n + 1

)n

< 1.

(Again it is possible to compute the limit; see exercise 2.)

Exercises

1. Compute limx→∞

x1/x. ⇒

2. Use the squeeze theorem to show that limn→∞

n!

nn= 0.

3. Determine whether {√n + 47−√n}∞n=0 converges or diverges. If it converges, compute thelimit. ⇒

4. Determine whether

n2 + 1

(n + 1)2

ff∞

n=0

converges or diverges. If it converges, compute the limit.

⇒5. Determine whether

n + 47√n2 + 3n

ff∞

n=1

converges or diverges. If it converges, compute the

limit. ⇒6. Determine whether

2n

n!

ff∞

n=0

converges or diverges. ⇒

10.2 Series

While much more can be said about sequences, we now turn to our principal interest,series. Recall that a series, roughly speaking, is the sum of a sequence: if {an | n ∈ Z≥0}

Page 213: 3739202 Calculus Whitman College

10.2 Series 199

is a sequence then the associated series is

∞∑

i=0

an = a0 + a1 + a2 + · · ·

Associated with a series is a second sequence, called the sequence of partial sums{sn | n ∈ Z≥0}:

sn =n∑

i=0

an.

Sos0 = a0, s1 = a0 + a1, s2 = a0 + a1 + a2, . . .

A series converges if the sequence of partial sums converges, and otherwise the seriesdiverges.

EXAMPLE 10.16 If an = kxn,∞∑

n=0

an is called a geometric series. A typical partial

sum is

sn = k + kx + kx2 + kx3 + · · ·+ kxn = k(1 + x + x2 + x3 + · · ·+ xn).

We note that

sn(1− x) = k(1 + x + x2 + x3 + · · ·+ xn)(1− x)

= k(1 + x + x2 + x3 + · · ·+ xn)1− k(1 + x + x2 + x3 + · · ·+ xn−1 + xn)x

= k(1 + x + x2 + x3 + · · ·+ xn − x− x2 − x3 − · · · − xn − xn+1)

= k(1− xn+1)

sosn(1− x) = k(1− xn+1)

sn = k1− xn+1

1− x.

If |x| < 1, limn→∞

xn = 0 so

limn→∞

sn = limn→∞

k1− xn+1

1− x= k

11− x

.

Page 214: 3739202 Calculus Whitman College

200 Chapter 10 Sequences and Series

So when |x| < 1 the geometric series converges to k/(1 − x). When, for example, k = 1and x = 1/2:

sn =1− (1/2)n+1

1− 1/2=

2n+1 − 12n

= 2− 12n

and∞∑

n=0

12n

=1

1− 1/2= 2.

We began the chapter with the series

∞∑n=1

12n

,

namely, the geometric series without the first term 1. Each partial sum of this series is 1less than the corresponding partial sum for the geometric series, so of course the limit isalso one less than the value of the geometric series, that is,

∞∑n=1

12n

= 1.

It is not hard to see that the following theorem follows from theorem 10.2.

THEOREM 10.17 Suppose that∑

an and∑

bn are convergent sequences, and c is aconstant. Then

1.∑

can is convergent and∑

can = c∑

an

2.∑

(an + bn) is convergent and∑

(an + bn) =∑

an +∑

bn.

In general, the sequence of partial sums sn is harder to understand and analyze thanthe sequence of terms an, and it is difficult to determine whether series converge and if soto what. Sometimes things are relatively simple, starting with the following.

THEOREM 10.18 If∑

an converges then limn→∞

an = 0.

Proof. Since∑

an converges, limn→∞

sn = L and limn→∞

sn−1 = L, because this really says

the same thing but “renumbers” the terms. By theorem 10.2,

limn→∞

(sn − sn−1) = limn→∞

sn − limn→∞

sn−1 = L− L = 0.

Page 215: 3739202 Calculus Whitman College

10.2 Series 201

But

sn − sn−1 = (a0 + a1 + a2 + · · ·+ an)− (a0 + a1 + a2 + · · ·+ an−1) = an,

so as desired limn→∞

an = 0.

This theorem presents an easy divergence test: if given a series∑

an the limit limn→∞

an

does not exist or has a value other than zero, the series diverges. Note well that theconverse is not true: If lim

n→∞an = 0 then the series does not necessarily converge.

EXAMPLE 10.19 Show that∞∑

n=1

n

n + 1diverges.

We compute the limit:

limn→∞

n

n + 1= 1 6= 0.

Looking at the first few terms perhaps makes it clear that the series has no chance ofconverging:

12

+23

+34

+45

+ · · ·

will just get larger and larger; indeed, after a bit longer the series starts to look very muchlike · · ·+ 1 + 1 + 1 + 1 + · · ·, and of course if we add up enough 1’s we can make the sumas large as we desire.

EXAMPLE 10.20 Show that∞∑

n=1

1n

diverges.

Here the theorem does not apply: limn→∞

1/n = 0, so it looks like perhaps the series con-

verges. Indeed, if you have the fortitude (or the software) to add up the first 1000 termsyou will find that

1000∑n=1

1n≈ 7.49,

so it might be reasonable to speculate that the series converges to something in the neigh-borhood of 10. But in fact the partial sums do go to infinity; they just get big very, veryslowly. Consider the following:

1 +12

+13

+14

> 1 +12

+14

+14

= 1 +12

+12

Page 216: 3739202 Calculus Whitman College

202 Chapter 10 Sequences and Series

1 +12

+13

+14

+15

+16

+17

+18

> 1 +12

+14

+14

+18

+18

+18

+18

= 1 +12

+12

+12

1 +12

+13

+ · · ·+ 116

> 1 +12

+14

+14

+18

+ · · ·+ 18

+116

+ · · ·+ 116

= 1 +12

+12

+12

+12

and so on. By swallowing up more and more terms we can always manage to add at leastanother 1/2 to the sum, and by adding enough of these we can make the partial sums asbig as we like. In fact, it’s not hard to see from this pattern that

1 +12

+13

+ · · ·+ 12n

> 1 +n

2,

so to make sure the sum is over 100, for example, we’d add up terms until we get toaround 1/2198, that is, about 4 · 1059 terms. This series,

∑(1/n), is called the harmonic

series.

Exercises

1. Explain why∞X

n=1

n2

2n2 + 1diverges. ⇒

2. Explain why

∞Xn=1

5

21/n + 14diverges. ⇒

3. Explain why

∞Xn=1

3

ndiverges. ⇒

4. Compute∞X

n=0

4

(−3)n− 3

3n. ⇒

5. Compute

∞Xn=0

3

2n+

4

5n. ⇒

10.3 The Integral Test

It is generally quite difficult, often impossible, to determine the value of a series exactly.In many cases it is possible at least to determine whether or not the series converges, andso we will spend most of our time on this problem.

If all of the terms an in a series are non-negative, then clearly the sequence of partialsums sn is non-decreasing. This means that if we can show that the sequence of partialsums is bounded, the series must converge. We know that if the series converges, theterms an approach zero, but this does not mean that an ≥ an+1 for every n. Many usefuland interesting series do have this property, however, and they are among the easiest tounderstand. Let’s look at an example.

Page 217: 3739202 Calculus Whitman College

10.3 The Integral Test 203

EXAMPLE 10.21 Show that∞∑

n=1

1n2

converges.

The terms 1/n2 are positive and decreasing, and since limx→∞

1/x2 = 0, the terms 1/n2

approach zero. We seek an upper bound for all the partial sums, that is, we want to find anumber N so that sn ≤ N for ever n. The upper bound is provided courtesy of integration,and is inherent in figure 10.2.

0

1

2

0 1 2 3 4 5

.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

A = 1

A = 1/4

Figure 10.2 Graph of y = 1/x2 with rectangles.

The figure shows the graph of y = 1/x2 together with some rectangles that lie com-pletely below the curve and that all have base length one. Because the heights of therectangles are determined by the height of the curve, the areas of the rectangles are 1/12,1/22, 1/32, and so on—in other words, exactly the terms of the series. The partial sumsn is simply the sum of the areas of the first n rectangles. Because the rectangles all liebetween the curve and the x-axis, any sum of rectangle areas is less than the correspondingarea under the curve, and so of course any sum of rectangle areas is less than the areaunder the entire curve, that is, all the way to infinity. There is a bit of trouble at the leftend, where there is an asymptote, but we can work around that easily. Here it is:

sn =112

+122

+132

+ · · ·+ 1n2

< 1 +∫ n

1

1x2

dx < 1 +∫ ∞

1

1x2

dx = 1 + 1 = 2,

recalling that we computed this improper integral in section 9.7. Since the sequence ofpartial sums sn is increasing and bounded above by 2, we know that lim

n→∞sn = L < 2, and

so the series converges to some number less than 2. In fact, it is possible, though difficult,to show that L = π2/6 ≈ 1.6.

Page 218: 3739202 Calculus Whitman College

204 Chapter 10 Sequences and Series

We already know that∑

1/n diverges. What goes wrong if we try to apply thistechnique to it? Here’s the calculation:

sn =11

+12

+13

+ · · ·+ 1n

< 1 +∫ n

1

1x

dx < 1 +∫ ∞

1

1x

dx = 1 +∞.

The problem is that the improper integral doesn’t converge. Note well that this doesnot prove that

∑1/n diverges, just that this particular calculation fails to prove that it

converges. A slight modification, however, allows us to prove in a second way that∑

1/n

diverges.

EXAMPLE 10.22 Consider a slightly altered version of figure 10.2, shown in fig-ure 10.3.

0

1

2

0 1 2 3 4 5

...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

A = 1

A = 1/2A = 1/3

Figure 10.3 Graph of y = 1/x with rectangles.

The rectangles this time are above the curve, that is, each rectangle completely containsthe corresponding area under the curve. This means that

sn =11

+12

+13

+ · · ·+ 1n

>

∫ n+1

1

1x

dx = ln x∣∣∣n+1

1= ln(n + 1).

As n gets bigger, ln(n + 1) goes to infinity, so the sequence of partial sums sn must alsogo to infinity, so the harmonic series diverges.

The important fact that clinches this example is that

limn→∞

∫ n+1

1

1x

dx = ∞,

Page 219: 3739202 Calculus Whitman College

10.3 The Integral Test 205

which we can rewrite as ∫ ∞1

1x

dx = ∞.

So these two examples taken together indicate that we can prove that a series convergesor prove that it diverges with a single calculation of an improper integral. This is knownas the integral test, which we state as a theorem.

THEOREM 10.23 Suppose that f(x) > 0 and is decreasing on the infinite interval

[k,∞) (for some k ≥ 1) and that an = f(n). Then the series∞∑

n=1

an converges if and only

if the improper integral∫ ∞

1

f(x) dx converges.

The two examples we have seen are called p-series; a p-series is any series of the form∑1/np. If p ≤ 0, lim

n→∞1/np 6= 0, so the series diverges. For positive values of p we can

determine precisely which series converge.

THEOREM 10.24 A p-series with p > 0 converges if and only if p > 1.

Proof. We use the integral test; we have already done p = 1, so assume that p 6= 1.

∫ ∞1

1xp

dx = limD→∞

x1−p

1− p

∣∣∣∣D

1

= limD→∞

D1−p

1− p− 1

1− p.

If p > 1 then 1 − p < 0 and limD→∞

D1−p = 0, so the integral converges. If 0 < p < 1 then

1− p > 0 and limD→∞

D1−p = ∞, so the integral diverges.

EXAMPLE 10.25 Show that∞∑

n=1

1n3

converges.

We could of course use the integral test, but now that we have the theorem we may simplynote that this is a p-series with p > 1.

EXAMPLE 10.26 Show that∞∑

n=1

5n4

converges.

We know that if∑∞

n=1 1/n4 converges then∑∞

n=1 5/n4 also converges, by theorem 10.17.Since

∑∞n=1 1/n4 is a convergent p-series,

∑∞n=1 5/n4 converges also.

Page 220: 3739202 Calculus Whitman College

206 Chapter 10 Sequences and Series

EXAMPLE 10.27 Show that∞∑

n=1

5√n

diverges.

This is almost as easy but the logic has a little twist. If∑∞

n=1 5/n1/2 converges thentheorem 10.17 implies that

∑∞n=1(1/5)5/n1/2 =

∑∞n=1 1/n1/2 also converges, but since

this is a p-series with p < 1 we know that in fact it does not converge. Therefore the series∑∞n=1 5/n1/2 can’t converge.

Since it is typically difficult to compute the value of a series exactly, a good approx-imation is frequently required. In a real sense, a good approximation is only as good aswe know it is, that is, while an approximation may in fact be good, it is only valuable inpractice if we can guarantee its accuracy to some degree. This guarantee is usually easyto come by for series with decreasing positive terms.

EXAMPLE 10.28 Approximate∑

1/n2 to two decimal places.

Referring to figure 10.2, if we approximate the sum by∑N

n=1 1/n2, the error we make isthe total area of the remaining rectangles, all of which lie under the curve 1/x2 from x = N

out to infinity. So we know the true value of the series is larger than the approximation,and no bigger than the approximation plus the area under the curve from N to infinity.Roughly, then, we need to find N so that

∫ ∞N

1x2

dx < 1/100.

We can compute the integral: ∫ ∞N

1x2

dx =1N

,

so N = 100 is a good starting point. Adding up the first 100 terms gives approximately1.634983900, and that plus 1/100 is 1.644983900, so approximating the series by the valuehalfway between these will be at most 1/200 = 0.005 in error. The midpoint is 1.639983900,but while this is correct to ±0.005, we can’t tell if the correct two-decimal approximationis 1.63 or 1.64. We need to make N big enough to reduce the guaranteed error, perhaps toaround 0.004 to be safe, so we would need 1/N ≈ 0.008, or N = 125. Now the sum of thefirst 125 terms is approximately 1.636965982, and that plus 8/1000 is 1.644965982 and thepoint halfway between them is 1.640965982. The true value is then 1.640965982 ± 0.004which rounds to 1.64. We have mentioned that the true value of this series can be shownto be π2/6 ≈ 1.644934068 which rounds down to 1.64 (just barely) and is indeed below theupper bound of 1.644965982, again just barely. Frequently approximations will be evenbetter than the “guaranteed” accuracy, but not always, as this example demonstrates.

Page 221: 3739202 Calculus Whitman College

10.4 Alternating Series 207

Exercises

Determine whether each series converges or diverges.

1.

∞Xn=1

1

nπ/4⇒

2.∞X

n=1

n

n2 + 1⇒

3.

∞Xn=1

ln n

n2⇒

4.

∞Xn=1

1

n2 + 1⇒

5.

∞Xn=1

1

en⇒

6.∞X

n=1

n

en⇒

7.

∞Xn=2

1

n ln n⇒

8.

∞Xn=2

1

n(ln n)2⇒

9. Find an N so that

∞Xn=1

1

n4=

NXn=1

1

n4± 0.005. ⇒

10. Find an N so that∞X

n=0

1

en=

NXn=0

1

en± 10−4. ⇒

10.4 Alternating Series

Next we consider series with both positive and negative terms, but in a regular pattern:they alternate, as in the alternating harmonic series for example:

∞∑n=1

(−1)n−1

n=

11

+−12

+13

+−14

+ · · · = 11− 1

2+

13− 1

4+ · · · .

In this series the sizes of the terms decrease, that is, |an| forms a decreasing sequence,but this is not required in an alternating series. As with positive term series, however,when the terms do have decreasing sizes it is easier to analyze the series, much easier, infact, than positive term series. Consider pictorially what is going on in the alternatingharmonic series, shown in figure 10.4. Because the sizes of the terms an are decreasing,the partial sums s1, s3, s5, and so on, form a decreasing sequence that is bounded belowby s2, so this sequence must converge. Likewise, the partial sums s2, s4, s6, and so on,form an increasing sequence that is bounded above by s1, so this sequence also converges.Since all the even numbered partial sums are less than all the odd numbered ones, andsince the “jumps” (that is, the ai terms) are getting smaller and smaller, the two sequencesmust converge to the same value, meaning the entire sequence of partial sums s1, s2, s3, . . .

converges as well.There’s nothing special about the alternating harmonic series—the same argument

works for any alternating sequence with decreasing size terms. The alternating series testis worth calling a theorem.

Page 222: 3739202 Calculus Whitman College

208 Chapter 10 Sequences and Series

14

1 = s1 = a1

a2 = − 12

s2 = 12

a3

s3

a4

s4

a5

s5

a6

s6

.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

..................................................................................................................................................................................................................................................................................................................... ............

.......................................................................................................................................................................................................................................................

.............................................................................................................................................................................................. ............

............................................................................................................................................................................

Figure 10.4 The alternating harmonic series.

THEOREM 10.29 Suppose that {an}∞n=0 is a non-increasing sequence of positive num-

bers and limn→∞

an = 0. Then the alternating series∞∑

n=0

(−1)nan converges.

Proof. The odd numbered partial sums, s1, s3, s5, and so on, form a non-increasingsequence, because s2k+3 = s2k+1 − a2k+2 + a2k+3 ≤ s2k+1, since a2k+2 ≥ a2k+3. Thissequence is bounded below by s2, so it must converge, say lim

k→∞s2k+1 = L. Likewise,

the partial sums s2, s4, s6, and so on, form a non-decreasing sequence that is boundedabove by s1, so this sequence also converges, say lim

k→∞s2k = M . Since lim

n→∞an = 0 and

s2k+1 = s2k + a2k+1,

L = limk→∞

s2k+1 = limk→∞

(s2k + a2k+1) = limk→∞

s2k + limk→∞

a2k+1 = M + 0 = M,

so L = M , the two sequences of partial sums converge to the same limit, and this meansthe entire sequence of partial sums also converges to L.

Another useful fact is implicit in this discussion. Suppose that

L =∞∑

n=0

(−1)nan

and that we approximate L by a finite part of this sum, say

L ≈N∑

n=0

(−1)nan.

Because the terms are decreasing in size, we know that the true value of L must be betweenthis approximation and the next one, that is, between

N∑n=0

(−1)nan andN+1∑n=0

(−1)nan.

Page 223: 3739202 Calculus Whitman College

10.5 Comparison Tests 209

Depending on whether N is odd or even, the second will be larger or smaller than the first.

EXAMPLE 10.30 Approximate the alternating harmonic series to one decimal place.We need to go roughly to the point at which the next term to be added or subtracted

is 1/10. Adding up the first nine and the first ten terms we get approximately 0.746 and0.646. These are 1/10 apart, but it is not clear how the correct value would be rounded. Itturns out that we are able to settle the question by computing the sums of the first elevenand twelve terms, which give 0.737 and 0.653, so correct to one place the value is 0.7.

Exercises

Determine whether the following series converge or diverge.

1.

∞Xn=1

(−1)n−1

2n + 5⇒

2.∞X

n=4

(−1)n−1

√n− 3

3.

∞Xn=1

(−1)n−1 n

3n− 2⇒

4.∞X

n=1

(−1)n−1 ln n

n⇒

10.5 Comparison Tests

As we begin to compile a list of convergent and divergent series, new ones can sometimesbe analyzed.

EXAMPLE 10.31 Does∞∑

n=2

1n2 lnn

converge?

The obvious first approach, based on what we know, is the integral test. Unfortunately,we can’t compute the required antiderivative. But looking at the series, it would appearthat it must converge, because the terms we are adding are smaller than the terms of ap-series, that is,

1n2 ln n

<1n2

,

when n ≥ 3. Since adding up the terms 1/n2 doesn’t get “too big”, the new series “should”also converge. Let’s make this more precise.

The series∞∑

n=2

1n2 ln n

converges if and only if∞∑

n=3

1n2 ln n

converges—all we’ve done is

dropped the initial term. We know that∞∑

n=3

1n2

converges. Looking at two typical partial

sums:

sn =1

32 ln 3+

142 ln 4

+1

52 ln 5+ · · ·+ 1

n2 ln n<

132

+142

+152

+ · · ·+ 1n2

= tn.

Page 224: 3739202 Calculus Whitman College

210 Chapter 10 Sequences and Series

Since the p-series converges, say to L, and since the terms are positive, tn < L. Since theterms of the new series are positive, the sn form an increasing sequence and sn < tn < L

for all n. Hence the sequence {sn} is bounded and so converges.

Sometimes, even when the integral test applies, comparison to a known series is easier,so it’s generally a good idea to think about doing a comparison before doing the integraltest.

EXAMPLE 10.32 Does∞∑

n=2

| sin n|n2

converge?

We can’t apply the integral test here, because the terms of this series are not decreasing.Just as in the previous example, however,

| sin n|n2

≤ 1n2

,

because | sin n| ≤ 1. Once again the partial sums are non-decreasing and bounded aboveby

∑1/n2 = L, so the new series converges.

Like the integral test, the comparison test can be used to show both convergence anddivergence. In the case of the integral test, a single calculation will confirm whichever isthe case. To use the comparison test we must first have a good idea as to convergence ordivergence and pick the sequence for comparison accordingly.

EXAMPLE 10.33 Does∞∑

n=2

1√n2 − 3

converge?

We observe that the −3 should have little effect compared to the n2 inside the squareroot, and therefore guess that the terms are enough like 1/

√n2 = 1/n that the series

should diverge. We attempt to show this by comparison to the harmonic series. We notethat

1√n2 − 3

>1√n2

=1n

,

so that

sn =1√

22 − 3+

1√32 − 3

+ · · ·+ 1√n2 − 3

>12

+13

+ · · ·+ 1n

= tn,

where tn is 1 less than the corresponding partial sum of the harmonic series (because westart at n = 2 instead of n = 1). Since lim

n→∞tn = ∞, lim

n→∞sn = ∞ as well.

Page 225: 3739202 Calculus Whitman College

10.5 Comparison Tests 211

So the general approach is this: If you believe that a new series is convergent, attemptto find a convergent series whose terms are larger than the terms of the new series; if youbelieve that a new series is divergent, attempt to find a divergent series whose terms aresmaller than the terms of the new series.

EXAMPLE 10.34 Does∞∑

n=1

1√n2 + 3

converge?

Just as in the last example, we guess that this is very much like the harmonic seriesand so diverges. Unfortunately,

1√n2 + 3

<1n

,

so we can’t compare the series directly to the harmonic series. A little thought leads us to

1√n2 + 3

>1√

n2 + 3n2=

12n

,

so if∑

1/(2n) diverges then the given series diverges. But since∑

1/(2n) = (1/2)∑

1/n,theorem 10.17 implies that it does indeed diverge.

For reference we summarize the comparison test in a theorem.

THEOREM 10.35 Suppose that an and bn are non-negative for all n and that an ≤ bn

when n ≥ N , for some N .

If∞∑

n=0

bn converges, so does∞∑

n=0

an.

If∞∑

n=0

an diverges, so does∞∑

n=0

bn.

Exercises

Determine whether the series converge or diverge.

1.

∞Xi=1

1

2n2 + 3n + 5⇒

2.∞X

i=1

1

2n2 + 3n− 5⇒

3.∞X

i=1

1

2n2 − 3n− 5⇒

4.

∞Xi=1

3n + 4

2n2 + 3n + 5⇒

5.

∞Xi=1

3n2 + 4

2n2 + 3n + 5⇒

6.∞X

i=1

ln n

n⇒

7.∞X

i=1

ln n

n3⇒

8.

∞Xi=2

1

ln n⇒

Page 226: 3739202 Calculus Whitman College

212 Chapter 10 Sequences and Series

9.

∞Xi=1

3n

2n + 5n⇒ 10.

∞Xi=1

3n

2n + 3n⇒

10.6 Absolute Convergence

Roughly speaking there are two ways for a series to converge: As in the case of∑

1/n2,the individual terms get small very quickly, so that the sum of all of them stays finite, or,as in the case of

∑(−1)n−1/n, the terms don’t get small fast enough (

∑1/n diverges),

but a mixture of positive and negative terms provides enough cancellation to keep thesum finite. You might guess from what we’ve seen that if the terms get small fast enoughto do the job, then whether or not some terms are negative and some positive the seriesconverges.

THEOREM 10.36 If∞∑

n=0

|an| converges, then∞∑

n=0

an converges.

Proof. Note that 0 ≤ an+|an| ≤ 2|an| so by the comparison test∞∑

n=0

(an+|an|) converges.

Now∞∑

n=0

(an + |an|)−∞∑

n=0

|an| =∞∑

n=0

an + |an| − |an| =∞∑

n=0

an

converges by theorem 10.17.

So given a series∑

an with both positive and negative terms, you should first askwhether

∑ |an| converges. This may be an easier question to answer, because we havetests that apply specifically to terms with non-negative terms. If

∑ |an| converges thenyou know that

∑an converges as well. If

∑ |an| diverges then it still may be true that∑an converges—you will have to do more work to decide the question. Another way to

think of this result is: it is (potentially) easier for∑

an to converge than for∑ |an| to

converge, because the latter series cannot take advantage of cancellation.If

∑ |an| converges we say that∑

an converges absolutely; to say that∑

an convergesabsolutely is to say that any cancellation that happens to come along is not really needed,as the terms already get small so fast that convergence is guaranteed by that alone. If∑

an converges but∑ |an| does not, we say that

∑an converges conditionally. For

example∞∑

n=1

(−1)n−1 1n2

converges absolutely, while∞∑

n=1

(−1)n−1 1n

converges conditionally.

Page 227: 3739202 Calculus Whitman College

10.7 The Ratio and Root Tests 213

EXAMPLE 10.37 Does∞∑

n=2

sin n

n2converge?

In example 10.32 we saw that∞∑

n=2

| sin n|n2

converges, so the given series converges abso-

lutely.

EXAMPLE 10.38 Does∞∑

n=0

(−1)n 3n + 42n2 + 3n + 5

converge?

Taking the absolute value,∞∑

n=0

3n + 42n2 + 3n + 5

diverges by comparison to∞∑

n=1

310n

, so if the

series converges it does so conditionally. It is true that limn→∞

(3n + 4)/(2n2 + 3n + 5) = 0,

so to apply the alternating series test we need to know whether the terms are decreasing.If we let f(x) = (3x + 4)/(2x2 + 3x + 5) then f ′(x) = −(6x2 + 16x− 3)/(2x2 + 3x + 5)2,and it is not hard to see that this is negative for x ≥ 1, so the series is decreasing and bythe alternating series test it converges.

Exercises

Determine whether each series converges absolutely, converges conditionally, or diverges.

1.

∞Xi=1

(−1)n−1 1

2n2 + 3n + 5⇒

2.∞X

i=1

(−1)n−1 3n2 + 4

2n2 + 3n + 5⇒

3.∞X

i=1

(−1)n−1 ln n

n⇒

4.

∞Xi=1

(−1)n−1 ln n

n3⇒

5.

∞Xi=2

(−1)n 1

ln n⇒

6.∞X

i=0

(−1)n 3n

2n + 5n⇒

7.∞X

i=0

(−1)n 3n

2n + 3n⇒

8.

∞Xi=1

(−1)n−1 arctan n

n⇒

10.7 The Ratio and Root Tests

Does the series∞∑

n=0

n5

5nconverge? It is possible, but a bit unpleasant, to approach this

with the integral test or the comparison test, but there is an easier way. Consider whathappens as we move from one term to the next in this series:

· · ·+ n5

5n+

(n + 1)5

5n+1+ · · ·

Page 228: 3739202 Calculus Whitman College

214 Chapter 10 Sequences and Series

The denominator goes up by a factor of 5, 5n+1 = 5 · 5n, but the numerator goes up bymuch less: (n + 1)5 = n5 + 5n4 + 10n3 + 10n2 + 5n + 1, which is much less than 5n5 whenn is large, because 5n4 is much less than n5. So we might guess that in the long run itbegins to look as if each term is 1/5 of the previous term. We have seen series that behavelike this:

∞∑n=0

15n

=54,

a geometric series. So we might try comparing the given series to some variation of thisgeometric series. This is possible, but a bit messy. We can in effect do the same thing,but bypass most of the unpleasant work.

The key is to notice that

limn→∞

an+1

an= lim

n→∞(n + 1)5

5n+1

5n

n5= lim

n→∞(n + 1)5

n5

15

= 1 · 15

=15.

This is really just what we noticed above, done a bit more officially: in the long run, eachterm is one fifth of the previous term. Now pick some number between 1/5 and 1, say 1/2.Because

limn→∞

an+1

an=

15,

then when n is big enough, say n ≥ N for some N ,

an+1

an<

12

and an+1 <an

2.

So aN+1 < aN/2, aN+2 < aN+1/2 < aN/4, aN+3 < aN+2/2 < aN+1/4 < aN/8, and soon. The general form is aN+k < aN/2k. So if we look at the series

aN + aN+1 + aN+2 + aN+3 + · · ·+ aN+k + · · · ,

its terms are less than or equal to the terms of the sequence

aN +aN

2+

aN

4+

aN

8+ · · ·+ aN

2k+ · · · =

∞∑

k=0

aN

2k= 2aN .

So by the comparison test,∞∑

k=0

aN+k converges, and this means that∞∑

n=0

an converges,

since we’ve just added the fixed number a0 + a1 + · · ·+ aN−1.

Page 229: 3739202 Calculus Whitman College

10.7 The Ratio and Root Tests 215

Under what circumstances could we do this? What was crucial was that the limit ofan+1/an, say L, was less than 1 so that we could pick a value r so that L < r < 1. Thefact that L < r (1/5 < 1/2 in our example) means that we can compare the series

∑an

to∑

rn, and the fact that r < 1 guarantees that∑

rn converges. That’s really all that isrequired to make the argument work. We also made use of the fact that the terms of theseries were positive; in general we simply consider the absolute values of the terms and weend up testing for absolute convergence.

THEOREM 10.39 The Ratio Test Suppose that limn→∞

|an+1/an| = L. If L < 1

the series∑

an converges absolutely, if L > 1 the series diverges, and if L = 1 this testgives no information.

Proof. The example above essentially proves the first part of this, if we simply replace1/5 by L and 1/2 by r. Suppose that L > 1, and pick r so that 1 < r < L. Then forn ≥ N , for some N ,

|an+1||an| > r and |an+1| > r|an|.

This implies that |aN+k| > rk|aN |, but since r > 1 this means that limn→∞

|aN+k| 6= 0, which

means also that limn→∞

an 6= 0. By the divergence test, the series diverges.

To see that we get no information when L = 1, we need to exhibit two series withL = 1, one that converges and one that diverges. It is easy to see that

∑1/n2 and

∑1/n

do the job.

EXAMPLE 10.40 The ratio test is particularly useful for series involving the factorial

function. Consider∞∑

n=0

5n/n!.

limn→∞

5n+1

(n + 1)!n!5n

= limn→∞

5n+1

5n

n!(n + 1)!

= limn→∞

51

(n + 1)= 0.

Since 0 < 1, the series converges.

A similar argument, which we will not do, justifies a similar test that is occasionallyeasier to apply.

THEOREM 10.41 The Root Test Suppose that limn→∞

|an|1/n = L. If L < 1 the

series∑

an converges absolutely, if L > 1 the series diverges, and if L = 1 this test givesno information.

Page 230: 3739202 Calculus Whitman College

216 Chapter 10 Sequences and Series

The proof of the root test is actually easier than that of the ratio test, and is a goodexercise.

EXAMPLE 10.42 Analyze∞∑

n=0

5n

nn.

The ratio test turns out to be a bit difficult on this series (try it). Using the root test:

limn→∞

(5n

nn

)1/n

= limn→∞

(5n)1/n

(nn)1/n= lim

n→∞5n

= 0.

Since 0 < 1, the series converges.

The root test is frequently useful when n appears as an exponent in the general termof the series.

Exercises

1. Compute limn→∞

|an+1/an| for the seriesP

1/n2.

2. Compute limn→∞

|an+1/an| for the seriesP

1/n.

3. Compute limn→∞

|an|1/n for the seriesP

1/n2.

4. Compute limn→∞

|an|1/n for the seriesP

1/n.

Determine whether the series converge.

5.∞X

n=0

(−1)n 3n

5n⇒

6.∞X

n=1

n!

nn⇒

7.∞X

n=1

n5

nn⇒

8.∞X

n=1

(n!)2

nn⇒

10.8 Power Series

Recall that we were able to analyze all geometric series “simultaneously” to discover that

∞∑n=0

kxn =k

1− x,

if |x| < 1, and that the series diverges when |x| ≥ 1. At the time, we thought of x as anunspecified constant, but we could just as well think of it as a variable, in which case theseries

∞∑n=0

kxn

Page 231: 3739202 Calculus Whitman College

10.8 Power Series 217

is a function, namely, the function k/(1− x), as long as |x| < 1. While k/(1− x) is a rea-sonably easy function to deal with, the more complicated

∑kxn does have its attractions:

it appears to be an infinite version of one of the simplest function types—a polynomial.This leads naturally to the questions: Do other functions have representations as series?Is there an advantage to viewing them in this way?

The geometric series has a special feature that makes it unlike a typical polynomial—the coefficients of the powers of x are the same, namely k. We will need to allow moregeneral coefficients if we are to get anything other than the geometric series.

DEFINITION 10.43 A power series has the form

∞∑n=0

anxn,

with the understanding that an may depend on n but not on x.

EXAMPLE 10.44∞∑

n=1

xn

nis a power series. We can investigate convergence using the

ratio test:

limn→∞

|x|n+1

n + 1n

|x|n = limn→∞

|x| n

n + 1= |x|.

Thus when |x| < 1 the series converges and when |x| > 1 it diverges, leaving only two valuesin doubt. When x = 1 the series is the harmonic series and diverges; when x = −1 it is thealternating harmonic series (actually the negative of the usual alternating harmonic series)

and converges. Thus, we may think of∞∑

n=1

xn

nas a function from the interval [−1, 1) to

the real numbers.

A bit of thought reveals that the ratio test applied to a power series will always havethe same nice form. In general, we will compute

limn→∞

|an+1||x|n+1

|an||x|n = limn→∞

|x| |an+1||an| = |x| lim

n→∞|an+1||an| = L|x|,

assuming that lim |an+1|/|an| exists. Then the series converges if L|x| < 1, that is, if|x| < 1/L, and diverges if |x| > 1/L. Only the two values x = ±1/L require furtherinvestigation. Thus the series will definitely define a function on the interval (−1/L, 1/L),and perhaps will extend to one or both endpoints as well. Two special cases deserve

Page 232: 3739202 Calculus Whitman College

218 Chapter 10 Sequences and Series

mention: if L = 0 the limit is 0 no matter what value x takes, so the series converges forall x and the function is defined for all real numbers. If L = ∞, then no matter whatvalue x takes the limit is infinite and the series converges only when x = 0. The value 1/L

is called the radius of convergence of the series, and the interval on which the seriesconverges is the interval of convergence.

Consider again the geometric series,

∞∑n=0

xn =1

1− x.

Whatever benefits there might be in using the series form of this function are only avail-able to us when x is between −1 and 1. Frequently we can address this shortcoming bymodifying the power series slightly. Consider this series:

∞∑n=0

(x + 2)n

3n=∞∑

n=0

(x + 2

3

)n

=1

1− x+23

=3

1− x,

because this is just a geometric series with x replaced by (x+2)/3. Multiplying both sidesby 1/3 gives

∞∑n=0

(x + 2)n

3n+1=

11− x

,

the same function as before. For what values of x does this series converge? Since it is ageometric series, we know that it converges when

|x + 2|/3 < 1

|x + 2| < 3

−3 < x + 2 < 3

−5 < x < 1.

So we have a series representation for 1/(1−x) that works on a larger interval than before,at the expense of a somewhat more complicated series. The endpoints of the interval ofconvergence now are −5 and 1, but note that they can be more compactly described as−2± 3. Again we say that 3 is the radius of convergence, and we now say that the seriesis centered at −2.

DEFINITION 10.45 A power series centered at a has the form

∞∑n=0

an(x− a)n,

Page 233: 3739202 Calculus Whitman College

10.9 Calculus with Power Series 219

with the understanding that an may depend on n but not on x.

Exercises

Find the radius and interval of convergence for each series.

1.∞X

n=0

nxn ⇒

2.

∞Xn=0

xn

n!⇒

3.∞X

n=1

n!

nnxn ⇒

4.∞X

n=1

n!

nn(x− 2)n ⇒

5.

∞Xn=1

(n!)2

nn(x− 2)n ⇒

6.∞X

n=1

(x + 5)n

n(n + 1)⇒

10.9 Calculus with Power Series

Now we know that some functions can be expressed as power series, which look like infinitepolynomials. Since calculus, that is, computation of derivatives and antiderivatives, is easyfor polynomials, the obvious question is whether the same is true for infinite series. Theanswer is yes:

THEOREM 10.46 Suppose the power series f(x) =∞∑

n=0

an(x − a)n has radius of

convergence R. Then

f ′(x) =∞∑

n=0

nan(x− a)n−1,

∫f(x) dx = C +

∞∑n=0

an

n + 1(x− a)n+1,

and these two series have radius of convergence R as well.

EXAMPLE 10.47 Starting with the geometric series:

11− x

=∞∑

n=0

xn

∫1

1− xdx = − ln |1− x| =

∞∑n=0

1n + 1

xn+1

ln |1− x| =∞∑

n=0

− 1n + 1

xn+1

Page 234: 3739202 Calculus Whitman College

220 Chapter 10 Sequences and Series

when |x| < 1. The series does not converge when x = 1 but does converge when x = −1or 1 − x = 2. The interval of convergence is [−1, 1), or 0 < 1 − x ≤ 2, so we can use theseries to represent ln(x) when 0 < x ≤ 2. For example

ln(3/2) = ln(1−−1/2) =∞∑

n=0

(−1)n 1n + 1

12n+1

and so

ln(3/2) ≈ 12− 1

8+

124− 1

64+

1160

− 1384

+1

896=

9092240

≈ 0.406.

Because this is an alternating series with decreasing terms, we know that the true valueis between 909/2240 and 909/2240 − 1/2048 = 29053/71680 ≈ .4053, so correct to twodecimal places the value is 0.41.

What about ln(9/4)? Since 9/4 is larger than 2 we cannot use the series directly, but

ln(9/4) = ln((3/2)2) = 2 ln(3/2) ≈ 0.82,

so in fact we get a lot more from this one calculation than first meets the eye. To estimatethe true value accurately we actually need to be a bit more careful. When we multiply bytwo we know that the true value is between 0.8106 and 0.812, so rounded to two decimalplaces the true value is 0.81.

Exercises

1. Find a series representation for ln 2. ⇒2. Find a power series representation for 1/(1− x)2. ⇒3. Find a power series representation for 2/(1− x)3. ⇒4. Find a power series representation for 1/(1− x)3. What is the radius of convergence? ⇒5. Find a power series representation for

Zln(1− x) dx. ⇒

10.10 Taylor Series

We have seen that some functions can be represented as series, which may give valuableinformation about the function. So far, we have seen only those examples that result frommanipulation of our one fundamental example, the geometric series. We would like to startwith a given function and produce a series to represent it, if possible.

Suppose that f(x) =∞∑

n=0

anxn on some interval of convergence. Then we know that

we can compute derivatives of f by taking derivatives of the terms of the series. Let’s look

Page 235: 3739202 Calculus Whitman College

10.10 Taylor Series 221

at the first few in general:

f ′(x) =∞∑

n=1

nanxn−1 = a1 + 2a2x + 3a3x2 + 4a4x

3 + · · ·

f ′′(x) =∞∑

n=2

n(n− 1)anxn−2 = 2a2 + 3 · 2a3x + 4 · 3a4x2 + · · ·

f ′′′(x) =∞∑

n=3

n(n− 1)(n− 2)anxn−3 = 3 · 2a3 + 4 · 3 · 2a4x + · · ·

By examining these it’s not hard to discern the general pattern. The kth derivative mustbe

f (k)(x) =∞∑

n=k

n(n− 1)(n− 2) · · · (n− k + 1)anxn−k

= k(k − 1)(k − 2) · · · (2)ak + (k + 1)(k) · · · (2)ak+1x +

+ (k + 2)(k + 1) · · · (3)ak+2x2 + · · ·

We can shrink this quite a bit by using factorial notation:

f (k)(x) =∞∑

n=k

n!(n− k)!

anxn−k = k!ak + (k + 1)!ak+1x +(k + 2)!

2!ak+2x

2 + · · ·

Now substitute x = 0:

f (k)(0) = k!ak +∞∑

n=k+1

n!(n− k)!

an0n−k = k!ak,

and solve for ak:

ak =f (k)(0)

k!.

Note the special case, obtained from the series for f itself, that gives f(0) = a0.So if a function f can be represented by a series, we know just what series it is. Given

a function f , the series∞∑

n=0

f (n)(0)n!

xn

is called the Maclaurin series for f .

Page 236: 3739202 Calculus Whitman College

222 Chapter 10 Sequences and Series

EXAMPLE 10.48 Find the Maclaurin series for f(x) = 1/(1−x). We need to computethe derivatives of f (and hope to spot a pattern).

f(x) = (1− x)−1

f ′(x) = (1− x)−2

f ′′(x) = 2(1− x)−3

f ′′′(x) = 6(1− x)−4

f (4) = 4!(1− x)−5

...

f (n) = n!(1− x)−n−1

Sof (n)(0)

n!=

n!(1− 0)−n−1

n!= 1

and the Maclaurin series is∞∑

n=0

1 · xn =∞∑

n=0

xn,

the geometric series.

A warning is in order here. Given a function f we may be able to compute theMaclaurin series, but that does not mean we have found a series representation for f . Westill need to know where the series converges, and if, where it converges, it converges tof(x). While for most commonly encountered functions the Maclaurin series does indeedconverge to f on some interval, this is not true of all functions, so care is required.

As a practical matter, if we are interested in using a series to approximate a function,we will need some finite number of terms of the series. Even for functions with messyderivatives we can compute these using computer software like Maple or Mathematica. Ifwe want to know the whole series, that is, a typical term in the series, we need a functionwhose derivatives fall into a pattern that we can discern. A few of the most importantfunctions are fortunately very easy.

EXAMPLE 10.49 Find the Maclaurin series for sinx.The derivatives are quite easy: f ′(x) = cos x, f ′′(x) = − sin x, f ′′′(x) = − cos x,

f (4)(x) = sin x, and then the pattern repeats. We want to know the derivatives at zero: 1,

Page 237: 3739202 Calculus Whitman College

10.10 Taylor Series 223

0, −1, 0, 1, 0, −1, 0,. . . , and so the Maclaurin series is

x− x3

3!+

x5

5!− · · · =

∞∑n=0

(−1)n x2n+1

(2n + 1)!.

We should always determine the radius of convergence:

limn→∞

|x|2n+3

(2n + 3)!(2n + 1)!|x|2n+1

= limn→∞

|x|2(2n + 3)(2n + 2)

= 0,

so the series converges for every x. Since it turns out that this series does indeed convergeto sin x everywhere, we have a series representation for sin x for every x.

Sometimes the formula for the nth derivative of a function f is difficult to discover,but a combination of a known Maclaurin series and some algebraic manipulation leadseasily to the Maclaurin series for f .

EXAMPLE 10.50 Find the Maclaurin series for x sin(−x).To get from sin x to x sin(−x) we substitute −x for x and then multiply by x. We can

do the same thing to the series for sin x:

x

∞∑n=0

(−1)n (−x)2n+1

(2n + 1)!= x

∞∑n=0

(−1)n(−1)2n+1 x2n+1

(2n + 1)!=∞∑

n=0

(−1)n+1 x2n+2

(2n + 1)!.

As we have seen, a general power series can be centered at a point other than zero,and the method that produces the Maclaurin series can also produce such series.

EXAMPLE 10.51 Find a series centered at −2 for 1/(1− x).

If the series is∞∑

n=0

an(x + 2)n then looking at the kth derivative:

k!(1− x)−k−1 =∞∑

n=k

n!(n− k)!

an(x + 2)n−k

and substituting x = −2 we get k!3−k−1 = k!ak and ak = 3−k−1 = 1/3k+1, so the series is

∞∑n=0

(x + 2)n

3n+1.

Page 238: 3739202 Calculus Whitman College

224 Chapter 10 Sequences and Series

We’ve already seen this, on page 218.

Such a series is called the Taylor series for the function, and the general term hasthe form

f (n)(a)n!

(x− a)n.

A Maclaurin series is simply a Taylor series with a = 0.

Exercises

For each function, find the Maclaurin series or Taylor series centered at a, and the radius ofconvergence.

1. cos x ⇒2. ex ⇒3. 1/x, a = 5 ⇒4. ln x, a = 1 ⇒5. ln x, a = 2 ⇒6. 1/x2, a = 1 ⇒7. 1/

√1− x ⇒

8. Find the first four terms of the Maclaurin series for tan x (up to and including the x3 term).⇒

9. Use a combination of Maclaurin series and algebraic manipulation to find a series centeredat zero for x cos(x2). ⇒

10. Use a combination of Maclaurin series and algebraic manipulation to find a series centeredat zero for xe−x. ⇒

10.11 Taylor's Theorem

One of the most important uses of infinite series is the potential for using an initial portionof the series for f to approximate f . We have seen, for example, that when we add up thefirst n terms of an alternating series with decreasing terms that the difference between thisand the true value is at most the size of the next term. A similar result is true of manyTaylor series.

THEOREM 10.52 Suppose that f is defined on some open interval I around a andsuppose f (N+1)(x) exists on this interval. Then for each x 6= a in I there is a value z

between x and a so that

f(x) =N∑

n=0

f (n)(a)n!

(x− a)n +f (N+1)(z)(N + 1)!

(x− a)N+1.

Page 239: 3739202 Calculus Whitman College

10.11 Taylor’s Theorem 225

Proof. The proof requires some cleverness to set up, but then the details are quiteelementary. We want to define a function F (t). Start with the equation

F (t) =N∑

n=0

f (n)(t)n!

(x− t)n + B(x− t)N+1.

Here we have replaced a by t in the first N + 1 terms of the Taylor series, and added acarefully chosen term on the end, with B to be determined. Note that we are temporarilykeeping x fixed, so the only variable in this equation is t, and we will be interested only int between a and x. Now substitute t = a:

F (a) =N∑

n=0

f (n)(a)n!

(x− a)n + B(x− a)N+1.

Set this equal to f(x):

f(x) =N∑

n=0

f (n)(a)n!

(x− a)n + B(x− a)N+1.

Since x 6= a, we can solve this for B, which is a “constant”—it depends on x and a butthose are temporarily fixed. Now we have defined a function F (t) with the property thatF (a) = f(x). Consider also F (x): all terms with a positive power of (x − t) become zerowhen we substitute x for t, so we are left with F (x) = f (0)(x)/0! = f(x). So F (t) is afunction with the same value on the endpoints of the interval [a, x]. By Rolle’s theorem,we know that there is a value z ∈ (a, x) such that F ′(z) = 0. Let’s look at F ′(t). Eachterm in F (t), except the first term and the extra term involving B, is a product, so to takethe derivative we use the product rule on each of these terms. It will help to write out thefirst few terms of the definition:

F (t) = f(t) +f (1)(t)

1!(x− t)1 +

f (2)(t)2!

(x− t)2 +f (3)(t)

3!(x− t)3 + · · ·

+f (N)(t)

N !(x− t)N + B(x− t)N+1.

Page 240: 3739202 Calculus Whitman College

226 Chapter 10 Sequences and Series

Now take the derivative:

F ′(t) = f ′(t) +(

f (1)(t)1!

(x− t)0(−1) +f (2)(t)

1!(x− t)1

)

+(

f (2)(t)1!

(x− t)1(−1) +f (3)(t)

2!(x− t)2

)

+(

f (3)(t)2!

(x− t)2(−1) +f (4)(t)

3!(x− t)3

)+ . . . +

+(

f (N)(t)(N − 1)!

(x− t)N−1(−1) +f (N+1)(t)

N !(x− t)N

)

+ B(N + 1)(x− t)N (−1).

Now most of the terms in this expression cancel out, leaving just

F ′(t) =f (N+1)(t)

N !(x− t)N + B(N + 1)(x− t)N (−1).

At some z, F ′(z) = 0 so

0 =f (N+1)(z)

N !(x− z)N + B(N + 1)(x− z)N (−1)

B(N + 1)(x− z)N =f (N+1)(z)

N !(x− z)N

B =f (N+1)(z)(N + 1)!

.

Now we can write

F (t) =N∑

n=0

f (n)(t)n!

(x− t)n +f (N+1)(z)(N + 1)!

(x− t)N+1.

Recalling that F (a) = f(x) we get

f(x) =N∑

n=0

f (n)(a)n!

(x− a)n +f (N+1)(z)(N + 1)!

(x− a)N+1,

which is what we wanted to show.

It may not be immediately obvious that this is particularly useful; let’s look at someexamples.

Page 241: 3739202 Calculus Whitman College

10.11 Taylor’s Theorem 227

EXAMPLE 10.53 Find a polynomial approximation for sinx accurate to ±0.005.From Taylor’s theorem:

sin x =N∑

n=0

f (n)(a)n!

(x− a)n +f (N+1)(z)(N + 1)!

(x− a)N+1.

What can we say about the size of the term

f (N+1)(z)(N + 1)!

(x− a)N+1?

Every derivative of sin x is ± sin x or ± cosx, so |f (N+1)(z)| ≤ 1. The factor (x− a)N+1 isa bit more difficult, since x− a could be quite large. Let’s pick a = 0 and |x| ≤ π/2; if wecan compute sin x for x ∈ [−π/2, π/2], we can of course compute sin x for all x.

We need to pick N so that

∣∣∣∣xN+1

(N + 1)!

∣∣∣∣ < 0.005.

Since we have limited x to [−π/2, π/2],

∣∣∣∣xN+1

(N + 1)!

∣∣∣∣ <2N+1

(N + 1)!.

The quantity on the right decreases with increasing N , so all we need to do is find an N

so that2N+1

(N + 1)!< 0.005.

A little trial and error shows that N = 8 works, and in fact 29/9! < 0.0015, so

sin x =8∑

n=0

f (n)(0)n!

xn ± 0.0015

= x− x3

6+

x5

120− x7

5040± 0.0015.

Figure 10.5 shows the graphs of sin x and and the approximation on [0, 3π/2]. As x getslarger, the approximation heads to negative infinity very quickly, since it is essentiallyacting like −x7.

Page 242: 3739202 Calculus Whitman College

228 Chapter 10 Sequences and Series

−5

−4

−3

−2

−1

0

1

1 2 3 4 5

................................................

........................................................

...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

................................................

........................................................

........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Figure 10.5 sin x and a polynomial approximation.

EXAMPLE 10.54 Find a polynomial approximation for ex near x = 2 accurate to±0.005.

From Taylor’s theorem:

ex =N∑

n=0

e2

n!(x− 2)n +

ez

(N + 1)!(x− 2)N+1,

since f (n)(x) = ex for all n. We are interested in x near 2, and we need to keep |(x−2)N+1|in check, so we may as well specify that |x− 2| ≤ 1, so x ∈ [1, 3]. Also

∣∣∣∣ez

(N + 1)!

∣∣∣∣ ≤e3

(N + 1)!,

so we need to find an N that makes e3/(N + 1)! ≤ 0.005. This time N = 5 makese3/(N + 1)! < 0.0015, so the approximating polynomial is

ex = e2 + e2(x− 2) +e2

2(x− 2)2 +

e2

6(x− 2)3 +

e2

24(x− 2)4 +

e2

120(x− 2)5 ± 0.0015.

This presents an additional problem for approximation, since we also need to approximatee2, and any approximation we use will increase the error, but we will not pursue thiscomplication.

Page 243: 3739202 Calculus Whitman College

10.12 Additional exercises 229

Exercises

1. Find a polynomial approximation for cos x on [0, π], accurate to ±10−3 ⇒2. How many terms of the series for ln x centered at 1 are required so that the guaranteed error

on [1/2, 3/2] is at most 10−3? What if the interval is instead [1, 3/2]? ⇒3. Find the first three nonzero terms in the Taylor series for tan x on [−π/4, π/4], and compute

the guaranteed error term as given by Taylor’s theorem. (You may want to use Maple or asimilar aid.) ⇒

10.12 Additional exercises

These problems require the techniques of this chapter, and are in no particular order. Someproblems may be done in more than one way.

Exercises

Determine whether the series converges.

1.∞X

n=0

n

n2 + 4

2.1

1 · 2 +1

3 · 4 +1

5 · 6 +1

7 · 8 + · · ·

3.

∞Xn=0

n

(n2 + 4)2

4.∞X

n=0

n!

8n

5. 1− 3

4+

5

8− 7

12+

9

16+ · · ·

6.

∞Xn=0

1√n2 + 4

7.

∞Xn=0

sin3(n)

n2

8.∞X

n=0

n

en

9.

∞Xn=0

n!

1 · 3 · 5 · · · (2n− 1)

10.∞X

n=1

1

n√

n

11.1

2 · 3 · 4 +2

3 · 4 · 5 +3

4 · 5 · 6 +4

5 · 6 · 7 + · · ·

Page 244: 3739202 Calculus Whitman College

230 Chapter 10 Sequences and Series

12.

∞Xn=0

1 · 3 · 5 · · · (2n− 1)

(2n)!

13.

∞Xn=0

6n

n!

14.∞X

n=1

(−1)n−1

√n

15.

∞Xn=1

2n3n−1

n!

16. 1 +52

22+

54

(2 · 4)2+

56

(2 · 4 · 6)2+

58

(2 · 4 · 6 · 8)2+ · · ·

Find the interval and radius of convergence; you need not check the endpoints of the intervals.

17.∞X

n=0

2n

n!xn

18.∞X

n=0

xn

1 + 3n

19.

∞Xn=1

xn

n3n

20. x +1

2

x3

3+

1 · 32 · 4

x5

5+

1 · 3 · 52 · 4 · 6

x7

7+ · · ·

21.∞X

n=1

n!

n2xn

22.∞X

n=1

(−1)n

n23nx2n

23.

∞Xn=0

(x− 1)n

n!

Find a series for each function, using the formula for Maclaurin series and algebraic manipulationas appropriate.

24. 2x

25. ln(1 + x)

26. ln

„1 + x

1− x

«

27.√

1 + x

28.1

1 + x2

29. arctan(x)

30. Use the answer to the previous problem to discover a series for a well-known mathematicalconstant.

Page 245: 3739202 Calculus Whitman College

11Three Dimensions

11.1 The Coordinate System

So far we have been investigating functions of the form y = f(x), with one independent andone dependent variable. Such functions can be represented in two dimensions, using twonumerical axes that allow us to identify every point in the plane with two numbers. We nowwant to talk about three-dimensional space; to identify every point in three dimensionswe require three numerical values. The obvious way to make this association is to addone new axis, perpendicular to the x and y axes we already understand. We could, forexample, add a third axis, the z axis, with the positive z axis coming straight out of thepage, and the negative z axis going out the back of the page. This is difficult to work withon a printed page, so more often we draw a view of the three axes from an angle:

.................................................................................................................................................................................

x

y

z

231

Page 246: 3739202 Calculus Whitman College

232 Chapter 11 Three Dimensions

You must then imagine that the z axis is perpendicular to the other two. Just as we haveinvestigated functions of the form y = f(x) in two dimensions, we will investigate threedimensions largely by considering functions; now the functions will (typically) have theform z = f(x, y). Because we are used to having the result of a function graphed in thevertical direction, it is somewhat easier to maintain that convention in three dimensions.To accomplish this, we normally rotate the axes so that z points up; the result is then:

.......................................................................................................................................................

..........................

............................................................................... ........

.....

........

.....

........

.....

........

.....

........

.....

........

.....

........

.....

...

. . . . . . . . . . . ...

..............

...

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

•(2, 4, 5)

y

z

x

4

2

5

Note that if you imagine looking down from above, along the z axis, the positive z axiswill come straight toward you, the positive y axis will point up, and the positive x axiswill point to your right, as usual. Any point in space is identified by providing the threecoordinates of the point, as shown; naturally, we list the coordinates in the order (x, y, z).One useful way to think of this is to use the x and y coordinates to identify a point in thex-y plane, then move straight up (or down) a distance given by the z coordinate.

It is now fairly simple to understand some “shapes” in three dimensions that corre-spond to simple conditions on the coordinates. In two dimensions the equation x = 1describes the vertical line through (1, 0). In three dimensions, it still describes all pointswith x-coordinate 1, but this is now a plane, as in figure 11.1.

Recall the very useful distance formula in two dimensions: the distance between points(x1, y1) and (x2, y2) is

√(x1 − x2)2 + (y1 − y2)2; this comes directly from the Pythagorean

theorem. What is the distance between two points (x1, y1, z1) and (x2, y2, z2) in threedimensions? Geometrically, we want the length of the long diagonal labeled c in the“box” in figure 11.2. Since a, b, c form a right triangle, a2 + b2 = c2. b is the verticaldistance between (x1, y1, z1) and (x2, y2, z2), so b = |z1 − z2|. The length a runs parallelto the x-y plane, so it is simply the distance between (x1, y1) and (x2, y2), that is, a2 =(x1 − x2)2 + (y1 − y2)2. Now we see that c2 = (x1 − x2)2 + (y1 − y2)2 + (z1 − z2)2 andc =

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

Page 247: 3739202 Calculus Whitman College

11.1 The Coordinate System 233

-1.0

-1.0

-0.5

-0.5

0.0

0.00.0

0.5

0.5

1.0

0.5

1.5

1.0

2.0

1.0

Figure 11.1 The plane x = 1. (JA)

.................................................................................................................................................................................

..........................

..................................................................................................................................................................... ............. ............. ............. ............. ............. ...........

............... ...........................................................................................

........

.....

........

.....

........

.....

........

.....

........

.....

........

.....

........

.....

...........................................................................................

.........

.

.

.

.

.

.

.

.

.

.

.

.

.

..

..

.

. . . . . . . . . .

..................................

..................................

...............................................................................................................................................................................

a

b

c

y

z

x

Figure 11.2 Distance in three dimensions.

In two dimensions, the distance formula immediately gives us the equation of a circle:the circle of radius r and center at (h, k) consists of all points (x, y) at distance r from(h, k), so the equation is r =

√(x− h)2 + (y − k)2 or r2 = (x − h)2 + (y − k)2. Now we

Page 248: 3739202 Calculus Whitman College

234 Chapter 11 Three Dimensions

can get the similar equation r2 = (x− h)2 + (y − k)2 + (z − l)2, which describes all points(x, y, z) at distance r from (h, k, l), namely, the sphere with radius r and center (h, k, l).

Exercises

1. Sketch the location of the points (1, 1, 0), (2, 3,−1), and (−1, 2, 3) on a single set of axes.

2. Describe geometrically the set of points (x, y, z) that satisfy z = 4.

3. Describe geometrically the set of points (x, y, z) that satisfy y = −3.

4. Describe geometrically the set of points (x, y, z) that satisfy x + y = 2.

5. The equation x + y + z = 1 describes some collection of points in R3. Describe and sketchthe points that satisfy x + y + z = 1 and are in the x-y plane, in the x-z plane, and in they-z plane.

6. Find an equation of the sphere with center at (1, 1, 1) and radius 2. ⇒7. Find an equation of the sphere with center at (2,−1, 3) and radius 5. ⇒8. Find an equation of the sphere with center at (2, 1,−1) and radius 4. Find an equation for

the intersection of this sphere with the y-z plane; describe this intersection geometrically. ⇒9. Show that for all values of θ and φ, the point (a sin φ cos θ, a sin φ sin θ, a cos φ) lies on the

sphere given by x2 + y2 + z2 = a2.

10. Prove that the midpoint of the line segment connecting (x1, y1, z1) to (x2, y2, z2) is at“x1 + x2

2,y1 + y2

2,z1 + z2

2

”.

11.2 Vectors

A vector is a quantity consisting of a non-negative magnitude and a direction. We couldrepresent a vector in two dimensions as (m, θ), where m is the magnitude and θ is thedirection, measured as an angle from some agreed upon direction. For example, we mightthink of the vector (5, 45◦) as representing “5 km toward the northeast”; that is, thisvector might be a displacement vector, indicating, say, that your grandfather walked5 kilometers toward the northeast to school in the snow. On the other hand, the samevector could represent a velocity, indicating that your grandfather walked at 5 km/hrtoward the northeast. What the vector does not indicate is where this walk occurred: avector represents a magnitude and a direction, but not a location. Pictorially it is usefulto represent a vector as an arrow; the direction of the vector, naturally, is the direction inwhich the arrow points; the magnitude of the vector is reflected in the length of the arrow.

It turns out that many, many quantities behave as vectors, e.g., displacement, velocity,acceleration, force. Already we can get some idea of their usefulness using displacementvectors. Suppose that your grandfather walked 5 km NE and then 2 km SSE; if the terrainallows, and perhaps armed with a compass, how could your grandfather have walked

Page 249: 3739202 Calculus Whitman College

11.2 Vectors 235

directly to his destination? We can use vectors (and a bit of geometry) to answer thisquestion. We begin by noting that since vectors do not include a specification of position,we can “place” them anywhere that is convenient. So we can picture your grandfather’sjourney as two displacement vectors drawn head to tail:

........................................................................................................................................................................................................................................ ............................................................................................... ........

....

..........................

..........................

..........................

......................................

............

The displacement vector for the shortcut route is the vector drawn with a dashed line,from the tail of the first to the head of the second. With a little trigonometry, we cancompute that the third vector has magnitude approximately 4.62 and direction 21.43◦,so walking 4.62 km in the direction 21.43◦ north of east (approximately ENE) would getyour grandfather to school. This sort of calculation is so common, we dignify it with aname: we say that the third vector is the sum of the other two vectors. There is anothercommon way to picture the sum of two vectors. Put the vectors tail to tail and thencomplete the parallelogram they indicate; the sum of the two vectors is the diagonal of theparallelogram:

........................................................................................................................................................................................................................................

................................................................................................ ............

..........................

..........................

..........................

......................................

............

........

..

..

..

..

..

..

..

..

This is a more natural representation in some circumstances. For example, if the twooriginal vectors represent forces acting on an object, the sum of the two vectors is thenet or effective force on the object, and it is nice to draw all three with their tails at thelocation of the object.

We also define scalar multiplication for vectors: if A is a vector (m, θ) and a ≥ 0is a real number, the vector aA is (am, θ), namely, it points in the same direction buthas a times the magnitude. If a < 0, aA is (|a|m, θ + π), with |a| times the magnitude

Page 250: 3739202 Calculus Whitman College

236 Chapter 11 Three Dimensions

and pointing in the opposite direction (unless we specify otherwise, angles are measuredin radians).

We then immediately can understand subtraction of vectors: A−B = A + (−1)B:

........................................................................................................................................................................................................................................

..........................................

..........................................

..........................................

..........................................

................................................ ...........................................................................................................

A

B

A−B

........................................................................................................................................................................................................................................

............................................................................................................................................................................................................

............

...........................................................................................................

A

−B

A−B

Note that as you would expect, B + (A−B) = A.We can represent a vector in ways other than (m, θ), and in fact (m, θ) is not generally

used at all. How else could we describe a particular vector? Consider again the vector(5, 45◦). Let’s draw it again, but impose a coordinate system. If we put the tail of thearrow at the origin, the head of the arrow ends up at the point (5/

√2, 5/

√2) ≈ (3.54, 3.54).

........................................................................................................................................................................................................................................ (3.54, 3.54)

........

.........................

5

45◦

In this picture the coordinates (3.54, 3.54) identify the head of the arrow, provided weknow that the tail of the arrow has been placed at (0, 0). Then in fact the vector canalways be identified as (3.54, 3.54), no matter where it is placed; we just have to rememberthat the numbers 3.54 must be interpreted as a change from the position of the tail, notas the actual coordinates of the arrow head; to emphasize this we will write 〈3.54, 3.54〉to mean the vector and (3.54, 3.54) to mean the point. Then if the vector 〈3.54, 3.54〉 isdrawn with its tail at (1, 2) it looks like this:

........................................................................................................................................................................................................................................

............. ............. ............. ............. ............. ............. ..............................................................................

3.54

3.54

(4.54, 5.54)

Page 251: 3739202 Calculus Whitman College

11.2 Vectors 237

Consider again the two part trip: 5 km NE and then 2 km SSE. The vector representingthe first part of the trip is 〈5/

√2, 5/

√2〉, and the second part of the trip is represented by

〈2 cos(−3π/8), 2 sin(−3π/8)〉 ≈ 〈0.77,−1.85〉. We can represent the sum of these with theusual head to tail picture:

.................................................................................................................................................................................................................................................................................................... ....................................................................................................................... ........

....

..........................

..........................

..........................

..........................

..........................

............

............

3.54 0.77

−1.85

(4.3, 1.69)

............. ............. ............. ............. ............. ............. ............. ............. ............. ........................................................

It is clear from the picture that the coordinates of the destination point are (5/√

2 +2 cos(−3π/8), 5/

√2 + 2 sin(−3π/8)) or approximately (4.3, 1.69), so the sum of the two

vectors is 〈5/√

2 + 2 cos(−3π/8), 5/√

2 + 2 sin(−3π/8)〉 ≈ 〈4.3, 1.69〉. Adding the twovectors is easier in this form than in the (m, θ) form, provided that we’re willing to havethe answer in this form as well.

It is easy to see that scalar multiplication and vector subtraction are also easy tocompute in this form: a〈v, w〉 = 〈av, aw〉 and 〈v1, w1〉 − 〈v2, w2〉 = 〈v1 − v2, w1 − w2〉.What about the magnitude? The magnitude of the vector 〈v, w〉 is still the length of thecorresponding arrow representation; this is the distance from the origin to the point (v, w),namely, the distance from the tail to the head of the arrow. We know how to computedistances, so the magnitude of the vector is simply

√v2 + w2, which we also denote with

absolute value bars: |〈v, w〉| = √v2 + w2.

In three dimensions, vectors are still quantities consisting of a magnitude and a direc-tion, but of course there are many more possible directions. It’s not clear how we mightrepresent the direction explicitly, but the coordinate version of vectors makes just as muchsense in three dimensions as in two. By 〈1, 2, 3〉 we mean the vector whose head is at(1, 2, 3) if its tail is at the origin. As before, we can place the vector anywhere we want;if it has its tail at (4, 5, 6) then its head is at (5, 7, 9). It remains true that arithmetic iseasy to do with vectors in this form:

a〈v1, v2, v3〉 = 〈av1, av2, av3〉〈v1, v2, v3〉+ 〈w1, w2, w3〉 = 〈v1 + w1, v2 + w2, v3 + w3〉〈v1, v2, v3〉 − 〈w1, w2, w3〉 = 〈v1 − w1, v2 − w2, v3 − w3〉

Page 252: 3739202 Calculus Whitman College

238 Chapter 11 Three Dimensions

.......................................................................................................................................................

..................................................................................................................................................................................

............

............

..........................

............................................................................... ........

.....

........

.....

........

.....

........

.....

........

.....

........

.....

........

.....

...

. . . . . . . . . . . ...

..............

...

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

y

z

x

4

2

5

Figure 11.3 The vector 〈2, 4, 5〉 with its tail at the origin.

The magnitude of the vector is again the distance from the origin to the head of the arrow,or |〈v1, v2, v3〉| =

√v21 + v2

2 + v23 .

Three particularly simple vectors turn out to be quite useful: i = 〈1, 0, 0〉, j = 〈0, 1, 0〉,and k = 〈0, 0, 1〉. These play much the same role for vectors that the axes play for points.In particular, notice that

〈v1, v2, v3〉 = 〈v1, 0, 0〉+ 〈0, v2, 0〉+ 〈0, 0, v3〉= v1〈1, 0, 0〉+ v2〈0, 1, 0〉+ v3〈0, 0, 1〉= v1i + v2j + v3k

Exercises

1. Draw the vector 〈3,−1〉 with its tail at the origin.

2. Draw the vector 〈3,−1, 2〉 with its tail at the origin.

3. Let A be the vector with tail at the origin and head at (1, 2); let B be the vector with tailat the origin and head at (3, 1). Draw A and B and a vector C with tail at (1, 2) and headat (3, 1). Draw C with its tail at the origin.

4. Let A be the vector with tail at the origin and head at (−1, 2); let B be the vector with tailat the origin and head at (3, 3). Draw A and B and a vector C with tail at (−1, 2) and headat (3, 3). Draw C with its tail at the origin.

5. Let A be the vector with tail at the origin and head at (5, 2); let B be the vector with tailat the origin and head at (1, 5). Draw A and B and a vector C with tail at (5, 2) and headat (1, 5). Draw C with its tail at the origin.

6. Find |v|, v + w, v −w, |v + w|, |v −w| and −2v for v = 〈1, 3〉 and w = 〈−1,−5〉. ⇒7. Find |v|, v + w, v−w, |v + w|, |v−w| and −2v for v = 〈1, 2, 3〉 and w = 〈−1, 2,−3〉. ⇒

Page 253: 3739202 Calculus Whitman College

11.3 The Dot Product 239

8. Find |v|, v + w, v−w, |v + w|, |v−w| and −2v for v = 〈1, 0, 1〉 and w = 〈−1,−2, 2〉. ⇒9. Find |v|, v + w, v −w, |v + w|, |v −w| and −2v for v = 〈1,−1, 1〉 and w = 〈0, 0, 3〉. ⇒

10. Find |v|, v+w, v−w, |v+w|, |v−w| and −2v for v = 〈3, 2, 1〉 and w = 〈−1,−1,−1〉. ⇒

11.3 The Dot Product

Here’s a question whose answer turns out to be very useful: Given two vectors, what isthe angle between them?

It may not be immediately clear that the question makes sense, but it’s not hard to turnit into a question that does. Since vectors have no position, we are as usual free to placevectors wherever we like. If the two vectors are placed tail-to-tail, there is now a reasonableinterpretation of the question: we seek the measure of the smallest angle between the twovectors, in the plane in which they lie. Figure 11.4 illustrates the situation.

Since the angle θ lies in a triangle, we can compute it using a bit of trigonometry,namely, the law of cosines. The lengths of the sides of the triangle in figure 11.4 are |A|,|B|, and |A−B|. Let A = 〈a1, a2, a3〉 and B = 〈b1, b2, b3〉; then

|A−B|2 = |A|2 + |B|2 − 2|A||B| cos θ

2|A||B| cos θ = |A|2 + |B|2 − |A−B|2

= a21 + a2

2 + a23 + b2

1 + b22 + b2

3 − (a1 − b1)2 − (a2 − b2)2 − (a3 − b3)2

= a21 + a2

2 + a23 + b2

1 + b22 + b2

3

− (a21 − 2a1b1 + b2

1)− (a22 − 2a2b2 + b2

2)− (a23 − 2a3b3 + b2

3)

= 2a1b1 + 2a2b2 + 2a3b3

|A||B| cos θ = a1b1 + a2b2 + a3b3

cos θ = (a1b1 + a2b2 + a3b3)/(|A||B|)

So a bit of simple arithmetic with the coordinates of A and B allows us to compute thecosine of the angle between them. If necessary we can use the arccosine to get θ, but inmany problems cos θ turns out to be all we really need.

The numerator of the fraction that gives us cos θ turns up a lot, so we give it a nameand more compact notation: we call it the dot product, and write it as

A ·B = a1b1 + a2b2 + a3b3.

This is the same symbol we use for ordinary multiplication, but there should never be anyconfusion; you can tell from context whether we are “multiplying” vectors or numbers.

Page 254: 3739202 Calculus Whitman College

240 Chapter 11 Three Dimensions

..........................................................................................................................................................................................................

........................................

........................................

........................................

........................................

........................................

........................................

.......................................................

............. ............. ............. ............. ............. .............

A

B

θ

Figure 11.4 The angle between vectors A and B.

(We might also use the dot for scalar multiplication: a ·V = aV; again, it is clear what ismeant from context.)

EXAMPLE 11.1 Find the angle between the vectors A = 〈1, 2, 1〉 and B = 〈3, 1,−5〉.We know that cos θ = A ·B/(|A||B|) = (1 · 3 + 2 · 1 + 1 · (−5))/(|A||B|) = 0, so θ = π/2,that is, the vectors are perpendicular.

EXAMPLE 11.2 Find the angle between the vectors A = 〈3, 3, 0〉 and B = 〈1, 0, 0〉.We compute

cos θ = (3 · 1 + 3 · 0 + 0 · 0)/(√

9 + 9 + 0√

1 + 0 + 0)

= 3/√

18 = 1/√

2

so θ = π/4.

EXAMPLE 11.3 Some special cases are worth looking at: Find the angles between Aand A; A and −A; A and 0 = 〈0, 0, 0〉.

cos θ = A ·A/(|A||A|) = (a21 + a2

2 + a23)/(

√a21 + a2

2 + a23

√a21 + a2

2 + a23) = 1, so the

angle between A and itself is zero, which of course is correct.cos θ = A · −A/(|A||−A|) = (−a2

1 − a22 − a2

3)/(√

a21 + a2

2 + a23

√a21 + a2

2 + a23) = −1,

so the angle is π, that is, the vectors point in opposite directions, as of course we alreadyknew.

cos θ = A ·0/(|A||0|) = (0+0+0)/(√

a21 + a2

2 + a23

√02 + 02 + 02), which is undefined.

On the other hand, note that since A · 0 = 0 it looks at first as if cos θ will be zero,which as we have seen means that vectors are perpendicular; only when we notice thatthe denominator is also zero do we run into trouble. One way to “fix” this is to adoptthe convention that the zero vector 0 is perpendicular to all vectors; then we can say ingeneral that if A ·B = 0, A and B are perpendicular.

Page 255: 3739202 Calculus Whitman College

11.3 The Dot Product 241

Generalizing the examples, note the following useful facts:

1. If A is parallel or anti-parallel to B then A · B/(|A||B|) = ±1, and conversely,if A · B/(|A||B|) = 1, A and B are parallel, while if A · B/(|A||B|) = −1, Aand B are anti-parallel. (Vectors are parallel if they point in the same direction,anti-parallel if they point in opposite directions.)

2. If A is perpendicular to B then A · B/(|A||B|) = 0, and conversely if A ·B/(|A||B|) = 0 then A and B are perpendicular.

Given two vectors, it is often useful to find the projection of one vector onto theother, because this turns out to have important meaning in many circumstances. Moreprecisely, given A and B, we seek a vector parallel to B but with length determined by Ain a natural way, as shown in figure 11.5. V is chosen so that the triangle formed by A,V, and A−V is a right triangle.

..........................................................................................................................................................................................................

........................................

........................................

........................................

...............................................

............

..........................

..........................

..........................

..........................

..........................

.....................................

....................................................

A

B

Figure 11.5 V is the projection of A onto B.

Using a little trigonometry, we see that

|V| = |A| cos θ = |A| A ·B|A||B| =

A ·B|B| ;

this is sometimes called the scalar projection of A onto B. To get V itself, we multiplythis length by a vector of length one parallel to B:

V =A ·B|B|

B|B| =

A ·B|B|2 B.

Be sure that you understand why B/|B| is a vector of length one (also called a unitvector) parallel to B.

The vectorA ·B|B|2 B

Page 256: 3739202 Calculus Whitman College

242 Chapter 11 Three Dimensions

is the projection of A onto B, but it is not always what you might expect. We have seenthat A · B can be negative; since cos θ = A · B/(|A||B|), this corresponds to a case inwhich θ is between π/2 and π. If A ·B is negative,

A ·B|B|2 B

is anti-parallel to B. The picture is something like figure 11.6.

..................................................................................................................................

........................................................................

.......................................................................................................................................................................

............

..........................

..........................

..........................

..........................

..........................

.....................................

....................................................

A

B

V

θ

Figure 11.6 V is the projection of A onto B.

Note that the phrase “projection onto B” is a bit misleading if taken literally; all thatB provides is a direction; the length of B has no impact on the final vector. In figure 11.7,for example, B is shorter than the projection vector, but this is perfectly acceptable.

..........................................................................................................................................................................................................

..........................

......................................

............

A

..........................................................................................................................................................................................................

........................................

........................................

........................................

...............................................

............

..........................

......................................

............

....................................................

A

B

Figure 11.7 V is the projection of A onto B.

EXAMPLE 11.4 Physical force is a vector quantity. It is often necessary to computethe “component” of a force acting in a different direction than the force is being applied.For example, suppose a ten pound weight is resting on an inclined plane—a pitched roof,for example. Gravity exerts a force of ten pounds on the object, directed straight down.It is useful to think of the component of this force directed down and parallel to the roof,and the component down and directly into the roof. These forces are the projections of the

Page 257: 3739202 Calculus Whitman College

11.3 The Dot Product 243

force vector onto vectors parallel and perpendicular to the roof. Suppose the roof is tiltedat a 30◦ angle, as in figure 11.8. A vector parallel to the roof is 〈−√3,−1〉, and a vectorperpendicular to the roof is 〈1,−√3〉. The force vector is F = 〈0,−10〉. The componentof the force directed down the roof is then

F1 =F · 〈−√3,−1〉|〈−√3,−1〉|2 〈−

√3,−1〉 =

102〈−√3,−1〉

2= 〈−5

√3/2,−5/2〉

with length 5. The component of the force directed into the roof is

F2 =F · 〈1,−√3〉|〈1,−√3〉|2 〈1,−

√3〉 =

10√

32

〈1,−√3〉2

= 〈5√

3/2,−15/2〉

with length 5√

3. Thus, a force of 5 pounds is pulling the object down the roof, while aforce of 5

√3 pounds is pulling the object into the roof.

................................

................................

................................

................................

................................

................................

................................

................................

................................

................................

................................

................................

................................

................................

...........................

....................................................................................

...............................................................................................................................................

................................................................................................................................

F

F2

F1

Figure 11.8 Components of a force.

The dot product has some familiar-looking properties that will be useful later, so welist them here.

THEOREM 11.5 If u, v, and w are vectors and a is a real number, then

1. u · u = |u|22. u · v = v · u3. u · (v + w) = u · v + u ·w4. (au) · v = a(u · v) = u · (av)

Page 258: 3739202 Calculus Whitman College

244 Chapter 11 Three Dimensions

Exercises

1. Find 〈1, 1, 1〉 · 〈2,−3, 4〉. ⇒2. Find 〈1, 2, 0〉 · 〈0, 0, 57〉. ⇒3. Find 〈3, 2, 1〉 · 〈0, 1, 0〉. ⇒4. Find 〈−1,−2, 5〉 · 〈1, 0,−1〉. ⇒5. Find 〈3, 4, 6〉 · 〈2, 3, 4〉. ⇒6. Find the cosine of the angle between 〈1, 2, 3〉 and 〈1, 1, 1〉; use a calculator if necessary to

find the angle. ⇒7. Find the cosine of the angle between 〈−1,−2,−3〉 and 〈5, 0, 2〉; use a calculator if necessary

to find the angle. ⇒8. Find the cosine of the angle between 〈47, 100, 0〉 and 〈0, 0, 5〉; use a calculator if necessary to

find the angle. ⇒9. Find the cosine of the angle between 〈1, 0, 1〉 and 〈0, 1, 1〉; use a calculator if necessary to

find the angle. ⇒10. Find the cosine of the angle between 〈2, 0, 0〉 and 〈−1, 1,−1〉; use a calculator if necessary to

find the angle. ⇒11. Find the angle between the diagonal of a cube and one of the edges adjacent to the diagonal.

⇒12. Find the scalar and vector projections of 〈1, 2, 3〉 onto 〈1, 2, 0〉. ⇒13. Find the scalar and vector projections of 〈1, 1, 1〉 onto 〈3, 2, 1〉. ⇒14. A force of 10 pounds is applied to a wagon, directed at an angle of 30◦. Find the component

of this force pulling the wagon straight up, and the component pulling it horizontally alongthe ground. ⇒

.............................................................................................. ........

..............................................................................

........

................................

................................

...................................

..............................................F

Figure 11.9 Pulling a wagon.

15. A force of 15 pounds is applied to a wagon, directed at an angle of 45◦. Find the componentof this force pulling the wagon straight up, and the component pulling it horizontally alongthe ground. ⇒

16. Use the dot product to find a non-zero vector w perpendicular to both u = 〈1, 2,−3〉 andv = 〈2, 0, 1〉.

17. Show that |A ·B| ≤ |A||B|18. Prove Theorem 11.5.

Page 259: 3739202 Calculus Whitman College

11.4 The Cross Product 245

11.4 The Cross Product

Another useful operation: Given two vectors, find a third vector perpendicular to thefirst two. There are of course an infinite number of such vectors of different lengths.Nevertheless, let us find one. Suppose A = 〈a1, a2, a3〉 and B = 〈b1, b2, b3〉. We want tofind a vector v = 〈v1, v2, v3〉 with v ·A = v ·B = 0, or

a1v1 + a2v2 + a3v3 = 0,

b1v1 + b2v2 + b3v3 = 0.

Multiply the first equation by b3 and the second by a3 and subtract to get

b3a1v1 + b3a2v2 + b3a3v3 = 0

a3b1v1 + a3b2v2 + a3b3v3 = 0

(a1b3 − b1a3)v1 + (a2b3 − b2a3)v2 = 0

Of course, this equation in two variables has many solutions; a particularly easy one tosee is v1 = a2b3 − b2a3, v2 = b1a3 − a1b3. Substituting back into either of the originalequations and solving for v3 gives v3 = a1b2 − b1a2.

This particular answer to the problem turns out to have some nice properties, and itis dignified with a name: the cross product:

A×B = 〈a2b3 − b2a3, b1a3 − a1b3, a1b2 − b1a2〉.

While there is a nice pattern to this vector, it can be a bit difficult to memorize; here is aconvenient mnemonic. The determinant of a two by two matrix is

∣∣∣∣a bc d

∣∣∣∣ = ad− cb.

This is extended to the determinant of a three by three matrix:∣∣∣∣∣∣

x y za1 a2 a3

b1 b2 b3

∣∣∣∣∣∣= x

∣∣∣∣a2 a3

b2 b3

∣∣∣∣− y

∣∣∣∣a1 a3

b1 b3

∣∣∣∣ + z

∣∣∣∣a1 a2

b1 b2

∣∣∣∣

= x(a2b3 − b2a3)− y(a1b3 − b1a3) + z(a1b2 − b1a2)

= x(a2b3 − b2a3) + y(b1a3 − a1b3) + z(a1b2 − b1a2).

Each of the two by two matrices is formed by deleting the top row and one column of thethree by three matrix; the subtraction of the middle term must also be memorized. This

Page 260: 3739202 Calculus Whitman College

246 Chapter 11 Three Dimensions

is not the place to extol the uses of the determinant; suffice it to say that determinantsare extraordinarily useful and important. Here we want to use it merely as a mnemonicdevice. You will have noticed that the three expressions in parentheses on the last line areprecisely the three coordinates of the cross product; replacing x, y, z by i, j, k gives us

∣∣∣∣∣∣

i j ka1 a2 a3

b1 b2 b3

∣∣∣∣∣∣= (a2b3 − b2a3)i− (a1b3 − b1a3)j + (a1b2 − b1a2)k

= (a2b3 − b2a3)i + (b1a3 − a1b3)j + (a1b2 − b1a2)k

= 〈a2b3 − b2a3, b1a3 − a1b3, a1b2 − b1a2〉.

Given A and B, there are typically two possible directions and an infinite number ofmagnitudes that will give a vector perpendicular to both A and B. As we have picked aparticular one, we should investigate the magnitude and direction.

We know how to compute the magnitude of A×B; it’s a bit messy but not difficult.It is somewhat easier to work initially with the square of the magnitude, so as to avoid thesquare root:

|A×B|2 = (a2b3 − b2a3)2 + (b1a3 − a1b3)2 + (a1b2 − b1a2)2

= a22b

23 − 2a2b3b2a3 + b2

2a23 + b2

1a23 − 2b1a3a1b3 + a2

1b23 + a2

1b22 − 2a1b2b1a2 + b2

1a22

While it is far from obvious, this nasty looking expression can be simplified:

|A×B|2 = (a21 + a2

2 + a23)(b

21 + b2

2 + b23)− (a1b1 + a2b2 + a3b3)2

= |A|2|B|2 − (A ·B)2

= |A|2|B|2 − |A|2|B|2 cos2 θ

= |A|2|B|2(1− cos2 θ)

= |A|2|B|2 sin2 θ

|A×B| = |A||B| sin θ

The magnitude of A×B is thus very similar to the dot product. In particular, notice thatif A is parallel to B, the angle between them is zero, so sin θ = 0, so |A × B| = 0, andlikewise if they are anti-parallel, sin θ = 0, and |A × B| = 0. Conversely, if |A × B| = 0and |A| and |B| are not zero, it must be that sin θ = 0, so A is parallel or anti-parallel toB.

Here is a curious fact about this quantity that turns out to be quite useful later on:Given two vectors, we can put them tail to tail and form the indicated parallelogram, as

Page 261: 3739202 Calculus Whitman College

11.4 The Cross Product 247

.............................................................................................................................................................................................. .....................................................................................................................................................................

.........................................................................................................................................................................

.............

.............

.............

.............

h

θ

Figure 11.10 A parallelogram.

in figure 11.10. The height of the parallelogram, h, is |A| sin θ, and the base is |B|, so thearea of the parallelogram is |A||B| sin θ, exactly the magnitude of |A×B|.

What about the direction of the cross product? Remarkably, there is a simple rule thatdescribes the direction. Let’s look at a simple example: Let A = 〈a, 0, 0〉, B = 〈b, c, 0〉. Ifthe vectors are placed with tails at the origin, A lies along the x-axis and B lies in the x-yplane, so we know the cross product will point either up or down. The cross product is

A×B =

∣∣∣∣∣∣

i j ka 0 0b c 0

∣∣∣∣∣∣= 〈0, 0, ac〉.

As predicted, this is a vector pointing up or down, depending on the sign of ac. Supposethat a > 0, so the sign depends only on c: if c > 0, ac > 0 and the vector points up; ifc < 0, the vector points down. On the other hand, if a < 0 and c > 0, the vector pointsdown, while if a < 0 and c < 0, the vector points up. Here is how to interpret these factswith a single rule: Imagine rotating vector A until it points in the same direction as B;there are two ways to do this—use the rotation that goes through the smallest angle. Ifa > 0 and c > 0, or a < 0 and c < 0, the rotation will be counter-clockwise when viewedfrom above; in the other two cases, A must be rotated clockwise to reach B. The rule is:counter-clockwise means up, clockwise means down. If A and B are any vectors in the x-yplane, the same rule applies—A need not be parallel to the x-axis.

Although it is somewhat difficult computationally to see how this plays out for anytwo starting vectors, the rule is essentially the same. Place A and B tail to tail. The planein which A and B lie may be viewed from two sides; view it from the side for which Amust rotate counter-clockwise to reach B; then the vector A×B points toward you.

This rule is usually called the right hand rule. Imagine placing the heel of your righthand at the point where the tails are joined, so that your slightly curled fingers indicatethe direction of rotation from A to B. Then your thumb points in the direction of thecross product A×B.

One immediate consequence of these facts is that A × B 6= B ×A, because the twocross products point in the opposite direction. On the other hand, since

|A×B| = |A||B| sin θ = |B||A| sin θ = |B×A|,

Page 262: 3739202 Calculus Whitman College

248 Chapter 11 Three Dimensions

the lengths of the two cross products are equal, so we know that A×B = −(B×A).The cross product has some familiar-looking properties that will be useful later, so we

list them here.

THEOREM 11.6 If u, v, and w are vectors and a is a real number, then

1. u× (v + w) = u× v + u×w

2. (v + w)× u = v × u + w × u

3. (au)× v = a(u× v) = u× (av)

4. u · (v ×w) = (u× v) ·w5. u× (v ×w) = (u ·w)v − (u · v)w

Exercises

1. Find the cross product of 〈1, 1, 1〉 and 〈1, 2, 3〉. ⇒2. Find the cross product of 〈1, 0, 2〉 and 〈−1,−2, 4〉. ⇒3. Find the cross product of 〈−2, 1, 3〉 and 〈5, 2,−1〉. ⇒4. Find the cross product of 〈1, 0, 0〉 and 〈0, 0, 1〉. ⇒5. Two vectors u and v are separated by an angle of π/6, and |u| = 2 and |v| = 3. Find |u×v|.⇒

6. Prove that for all vectors u and v, (u× v) · v = 0.

7. Prove Theorem 11.6.

11.5 Lines and Planes

Lines and planes are perhaps the simplest of curves and surfaces in three dimensionalspace. They also will prove important as we seek to understand more complicated curvesand surfaces.

The equation of a line in two dimensions is ax+ by = c; it is reasonable to expect thata line in three dimensions is given by ax + by + cz = d; reasonable, but wrong—it turnsout that this is the equation of a plane.

A plane does not have an obvious “direction” as does a line. It is possible to associatea plane with a direction in a very useful way, however: there are exactly two directionsperpendicular to a plane. Any vector with one of these two directions is called normal tothe plane. So while there are many normal vectors to a given plane, they are all parallelor anti-parallel to each other.

Page 263: 3739202 Calculus Whitman College

11.5 Lines and Planes 249

Suppose two points (v1, v2, v3) and (w1, w2, w3) are in a plane; then the vector 〈w1 −v1, w2 − v2, w3 − v3〉 is parallel to the plane; in particular, if this vector is placed with itstail at (v1, v2, v3) then its head is at (w1, w2, w3) and it lies in the plane. As a result, anyvector perpendicular to the plane is perpendicular to 〈w1 − v1, w2 − v2, w3 − v3〉. In fact,it is easy to see that the plane consists of precisely those points (w1, w2, w3) for which〈w1− v1, w2− v2, w3− v3〉 is perpendicular to a normal to the plane. Turning this around,suppose we know that 〈a, b, c〉 is normal to a plane containing the point (v1, v2, v3). Then(x, y, z) is in the plane if and only if 〈a, b, c〉 is perpendicular to 〈x− v1, y− v2, z − v3〉. Inturn, we know that this is true precisely when 〈a, b, c〉 · 〈x − v1, y − v2, z − v3〉 = 0. Thatis, (x, y, z) is in the plane if and only if

〈a, b, c〉 · 〈x− v1, y − v2, z − v3〉 = 0

a(x− v1) + b(y − v2) + c(z − v3) = 0

ax + by + cz − av1 − bv2 − cv3 = 0

ax + by + cz = av1 + bv2 + cv3.

Working backwards, note that if (x, y, z) is a point satisfying ax + by + cz = d then

ax + by + cz = d

ax + by + cz − d = 0

a(x− d/a) + b(y − 0) + c(z − 0) = 0

〈a, b, c〉 · 〈x− d/a, y, z〉 = 0.

Namely, 〈a, b, c〉 is perpendicular to the vector with tail at (d/a, 0, 0) and head at (x, y, z).This means that the points (x, y, z) that satisfy the equation ax + by + cz = d form aplane perpendicular to 〈a, b, c〉. (This doesn’t work if a = 0, but in that case we canuse b or c in the role of a. That is, either a(x − 0) + b(y − d/b) + c(z − 0) = 0 ora(x− 0) + b(y − 0) + c(z − d/c) = 0.)

Thus, given a vector 〈a, b, c〉 we know that all planes perpendicular to this vector havethe form ax+ by + cz = d, and any surface of this form is a plane perpendicular to 〈a, b, c〉.

EXAMPLE 11.7 Find an equation for the plane perpendicular to 〈1, 2, 3〉 and contain-ing the point (5, 0, 7).

Using the derivation above, the plane is 1x + 2y + 3z = 1 · 5 + 2 · 0 + 3 · 7 = 26.Alternately, we know that the plane is x + 2y + 3z = d, and to find d we may substitutethe known point on the plane to get 5 + 2 · 0 + 3 · 7 = d, so d = 26.

Page 264: 3739202 Calculus Whitman College

250 Chapter 11 Three Dimensions

EXAMPLE 11.8 Find a vector normal to the plane 2x− 3y + z = 15.One example is 〈2,−3, 1〉. Any vector parallel or anti-parallel to this works as well, so

for example −2〈2,−3, 1〉 = 〈−4, 6,−2〉 is also normal to the plane.

We will frequently need to find an equation for a plane given certain information aboutthe plane. While there may occasionally be slightly shorter ways to get to the desired result,it is always possible, and usually advisable, to use the given information to find a normalto the plane and a point on the plane, and then to find the equation as above.

EXAMPLE 11.9 The planes x− z = 1 and y + 2z = 3 intersect in a line. Find a thirdplane that contains this line and is perpendicular to the plane x + y − 2z = 1.

First, we note that two planes are perpendicular if and only if their normal vectorsare perpendicular. Thus, we seek a vector 〈a, b, c〉 that is perpendicular to 〈1, 1,−2〉. Inaddition, since the desired plane is to contain a certain line, 〈a, b, c〉 must be perpendicularto any vector parallel to this line. Since 〈a, b, c〉 must be perpendicular to two vectors, wemay find it by computing the cross product of the two. So we need a vector parallel to theline of intersection of the given planes. For this, it suffices to know two points on the line.To find two points on this line, we must find two points that are simultaneously on thetwo planes, x− z = 1 and y + 2z = 3. Any point on both planes will satisfy x− z = 1 andy + 2z = 3. It is easy to find values for x and z satisfying the first, such as x = 1, z = 0and x = 2, z = 1. Then we can find corresponding values for y using the second equation,namely y = 3 and y = 1, so (1, 3, 0) and (2, 1, 1) are both on the line of intersection becauseboth are on both planes. Now 〈2−1, 1−3, 1−0〉 = 〈1,−2, 1〉 is parallel to the line. Finally,we may choose 〈a, b, c〉 = 〈1, 1,−2〉 × 〈1,−2, 1〉 = 〈−3,−3,−3〉. While this vector will doperfectly well, any vector parallel or anti-parallel to it will work as well, so for example wemight choose 〈1, 1, 1〉 which is anti-parallel to it.

Now we know that 〈1, 1, 1〉 is normal to the desired plane and (2, 1, 1) is a point onthe plane. Therefore an equation of the plane is x + y + z = 4. As a quick check, since(1, 3, 0) is also on the line, it should be on the plane; since 1 + 3 + 0 = 4, we see that thisis indeed the case.

Note that had we used 〈−3,−3,−3〉 as the normal, we would have discovered theequation −3x−3y−3z = −12, then we might well have noticed that we could divide bothsides by −3 to get the equivalent x + y + z = 4.

So we now understand equations of planes; let us turn to lines. Unfortunately, it turnsout to be quite inconvenient to represent a typical line with a single equation; we need toapproach lines in a different way.

Page 265: 3739202 Calculus Whitman College

11.5 Lines and Planes 251

Unlike a plane, a line in three dimensions does have an obvious direction, namely, thedirection of any vector parallel to it. In fact a line can be defined and uniquely identifiedby providing one point on the line and a vector parallel to the line (in one of two possibledirections). That is, the line consists of exactly those points we can reach by starting atthe point and going for some distance in the direction of the vector. Let’s see how we cantranslate this into more mathematical language.

Suppose a line contains the point (v1, v2, v3) and is parallel to the vector 〈a, b, c〉. If weplace the vector 〈v1, v2, v3〉 with its tail at the origin and its head at (v1, v2, v3), and if weplace the vector 〈a, b, c〉 with its tail at (v1, v2, v3), then the head of 〈a, b, c〉 is at a pointon the line, as indicated in figure 11.11. We can get to any point on the line by doing thesame thing, except using t〈a, b, c〉 in place of 〈a, b, c〉, where t is some real number. Becauseof the way vector addition works, the point at the head of the vector t〈a, b, c〉 is the pointat the head of the vector 〈v1, v2, v3〉+ t〈a, b, c〉, namely (v1 + ta, v2 + tb, v3 + tc).

......................................................................................................................................................... .......................................

..............................................................................

............................................................................. .......

.....

................................

................................

................................

................................

................................

................................

................................

................................

...........................................

............

(v1, v2, v3)

〈v1, v2, v3〉

t〈a, b, c〉

〈v1, v2, v3〉+ t〈a, b, c〉............. ............. ............. ............. ............. ............. ............. ............. ............. ............. ............. ............. ............. ............. ............. ............. ............. ............. ....

Figure 11.11 Vector form of a line.

In other words, as t runs through all possible real values, the vector 〈v1, v2, v3〉+t〈a, b, c〉points to every point on the line when its tail is placed at the origin. Another commonway to write this is as a set of parametric equations:

x = v1 + ta y = v2 + tb z = v3 + tc.

It is occasionally useful to use this form of a line even in two dimensions; a vector form fora line in the x-y plane is 〈v1, v2〉+ t〈a, b〉, which is the same as 〈v1, v2, 0〉+ t〈a, b, 0〉.

EXAMPLE 11.10 Find a vector expression for the line through (6, 1,−3) and (2, 4, 5).To get a vector parallel to the line we subtract 〈6, 1,−3〉− 〈2, 4, 5〉 = 〈4,−3,−8〉. The lineis then given by 〈2, 4, 5〉 + t〈4,−3,−8〉; there are of course many other possibilities, suchas 〈6, 1,−3〉+ t〈4,−3,−8〉.

EXAMPLE 11.11 Determine whether the lines 〈1, 1, 1〉 + t〈1, 2,−1〉 and 〈3, 2, 1〉 +t〈−1,−5, 3〉 are parallel, intersect, or neither.

Page 266: 3739202 Calculus Whitman College

252 Chapter 11 Three Dimensions

In two dimensions, two lines either intersect or are parallel; in three dimensions, linesthat do not intersect might not be parallel. In this case, since the direction vectors for thelines are not parallel or anti-parallel we know the lines are not parallel. If they intersect,there must be two values a and b so that 〈1, 1, 1〉 + a〈1, 2,−1〉 = 〈3, 2, 1〉 + b〈−1,−5, 3〉,that is,

1 + a = 3− b

1 + 2a = 2− 5b

1− a = 1 + 3b

This gives three equations in two unknowns, so there may or may not be a solution ingeneral. In this case, it is easy to discover that a = 3 and b = −1 satisfies all threeequations, so the lines do intersect at the point (4, 7,−2).

Exercises

1. Find an equation of the plane containing (6, 2, 1) and perpendicular to 〈1, 1, 1〉. ⇒2. Find an equation of the plane containing (−1, 2,−3) and perpendicular to 〈4, 5,−1〉. ⇒3. Find an equation of the plane containing (1, 2,−3), (0, 1,−2) and (1, 2,−2). ⇒4. Find an equation of the plane containing (1, 0, 0), (4, 2, 0) and (3, 2, 1). ⇒5. Find an equation of the plane containing (1, 0, 0) and the line 〈1, 0, 2〉+ t〈3, 2, 1〉. ⇒6. Find an equation of the plane containing the line of intersection of x + y + z = 1 and

x− y + 2z = 2, and perpendicular to the x-y plane. ⇒7. Find an equation of the line through (1, 0, 3) and (1, 2, 4). ⇒8. Find an equation of the line through (1, 0, 3) and perpendicular to the plane x + 2y− z = 1.⇒

9. Find an equation of the line through the origin and perpendicular to the plane x+y− z = 2.⇒

10. Find a and c so that (a, 1, c) is on the line through (0, 2, 3) and (2, 7, 5). ⇒11. Explain how to discover the solution in example 11.11.

12. Determine whether the lines 〈1, 3,−1〉+t〈1, 1, 0〉 and 〈0, 0, 0〉+t〈1, 4, 5〉 are parallel, intersect,or neither. ⇒

13. Determine whether the lines 〈1, 0, 2〉 + t〈−1,−1, 2〉 and 〈4, 4, 2〉 + t〈2, 2,−4〉 are parallel,intersect, or neither. ⇒

14. Determine whether the lines 〈1, 2,−1〉 + t〈1, 2, 3〉 and 〈1, 0, 1〉 + t〈2/3, 2, 4/3〉 are parallel,intersect, or neither. ⇒

15. Determine whether the lines 〈1, 1, 2〉 + t〈1, 2,−3〉 and 〈2, 3,−1〉 + t〈2, 4,−6〉 are parallel,intersect, or neither. ⇒

Page 267: 3739202 Calculus Whitman College

11.6 Other Coordinate Systems 253

11.6 Other Coordinate Systems

Coordinate systems are tools that let us use algebraic methods to understand geometry.While the rectangular (also called Cartesian) coordinates that we have been discussingare the most common, some problems are easier to analyze in alternate coordinate systems.

A coordinate system is a scheme that allows us to identify any point in the plane orin three-dimensional space by a set of numbers. In rectangular coordinates these numbersare interpreted, roughly speaking, as the lengths of the sides of a rectangular “box.”

In two dimensions you may already be familiar with an alternative, called polar co-ordinates. In this system, each point in the plane is identified by a pair of numbers (r, θ).The number θ measures the angle between the positive x-axis and a ray (or vector) withtail at the origin and head at the point, as shown in figure 11.12; the number r measuresthe distance from the origin to the point. Figure 11.12 shows the point with rectangularcoordinates (1,

√3) and polar coordinates (2, π/3), 2 units from the origin and π/3 radians

from the positive x-axis.

.......................................................................................................................................................................................................... (2, π/3)

...................

Figure 11.12 Polar coordinates of the point (1,√

3).

We can extend polar coordinates to three dimensions simply by adding a z coordi-nate; this is called cylindrical coordinates. Each point in three-dimensional space isrepresented by three coordinates (r, θ, z) in the obvious way: this point is z units above orbelow the point (r, θ) in the x-y plane. The point with rectangular coordinates (1,

√3, 3)

and cylindrical coordinates (2, π/3, 3) is shown in figure 11.13.Some figures with relatively complicated equations in rectangular coordinates will be

represented by simpler equations in cylindrical coordinates. For example, the cylinder infigure 11.14 has equation x2 + y2 = 4 in rectangular coordinates, but equation r = 2 incylindrical coordinates.

Given a point (r, θ) in polar coordinates, it is easy to see that the rectangular co-ordinates of the same point are (r cos θ, r sin θ), and so the point (r, θ, z) in cylindricalcoordinates is (r cos θ, r sin θ, z) in rectangular coordinates. This means it is usually easy

Page 268: 3739202 Calculus Whitman College

254 Chapter 11 Three Dimensions

....................................................................................

............................................................................................................... ............

(2, π/3, 3)

z

x

y

π/3

.................................

........

.....

........

.....

........

.....

........

.....

........

.....

........

.....

........

.....

...

Figure 11.13 Cylindrical coordinates of the point with rectangular coordinates (1,√

3, 3).

–2

–1

0

1

2

–2

–1

0

1

2

–2

–1

0

1

2

Figure 11.14 The cylinder r = 2.

to convert any equation from rectangular to cylindrical coordinates; for example, starting

Page 269: 3739202 Calculus Whitman College

11.6 Other Coordinate Systems 255

with x2 + y2 = 4 and substituting x = r cos θ, y = r sin θ gives

r2 cos2 θ + r2 sin2 θ = 4

r2(cos2 θ + sin2 θ) = 4

r2 = 4

r = 2.

Of course, it’s easy to see directly that this defines a cylinder.Cylindrical coordinates are an obvious extension of polar coordinates to three dimen-

sions, but the use of the z coordinate means they are not as closely analogous to polarcoordinates as another standard coordinate system. In polar coordinates, we identify apoint by a direction and distance from the origin; in three dimensions we can do the samething, in a variety of ways. The question is: how do we represent a direction? One way isto give the angle of rotation, θ, from the positive x axis, just as in cylindrical coordinates,and also an angle of rotation, φ, from the positive z axis. Roughly speaking, θ is likelongitude and φ is like latitude. (Earth longitude is measured as a positive or negativeangle from the prime meridian, and is always between 0 and 180 degrees, east or west;θ can be any positive or negative angle, and we use radians except in informal circum-stances. Earth latitude is measured north or south from the equator; φ is measured fromthe north pole down.) This system is called spherical coordinates; the coordinates arelisted in the order (ρ, θ, φ), where ρ is the distance from the origin.An example is picturedin figure 11.15.

....................................................................................

............................................................................................................... ............

........................................................................................................................................................................................... (√

13, π/3, arctan(2/3))

z

x

y

π/3

.................................

..............

Figure 11.15 Spherical coordinates of the point with rectangular coordinates (1,√

3, 3).

EXAMPLE 11.12 As the cylinder had a simple equation in cylindrical coordinates,so does the sphere in spherical coordinates: ρ = 2 is the sphere of radius 2. It is again

Page 270: 3739202 Calculus Whitman College

256 Chapter 11 Three Dimensions

simple to write rectangular coordinates in terms of spherical coordinates: x = ρ sin φ cos θ,y = ρ sin φ sin θ, and z = ρ cos φ. If we start with the Cartesian equation of the sphere andsubstitute, we get the spherical equation:

x2 + y2 + z2 = 22

ρ2 sin2 φ cos2 θ + ρ2 sin2 φ sin2 θ + ρ2 cos2 φ = 22

ρ2 sin2 φ(cos2 θ + sin2 θ) + ρ2 cos2 φ = 22

ρ2 sin2 φ + ρ2 cos2 φ = 22

ρ2(sin2 φ + cos2 φ) = 22

ρ2 = 22

ρ = 2

EXAMPLE 11.13 Find an equation for the cylinder x2 + y2 = 4 in spherical coordi-nates.

Proceeding as in the previous example:

x2 + y2 = 4

ρ2 sin2 φ cos2 θ + ρ2 sin2 φ sin2 θ = 4

ρ2 sin2 φ(cos2 θ + sin2 θ) = 4

ρ2 sin2 φ = 4

ρ sin φ = 2

ρ =2

sinφ

Exercises

1. Convert the following points in rectangular coordinates to cylindrical and spherical coordi-nates:

a. (1, 1, 1)

b. (7,−7, 5)

c. (cos(1), sin(1), 1)

d. (0, 0,−π)

⇒2. Find an equation for the sphere x2 + y2 + z2 = 4 in cylindrical coordinates. ⇒

Page 271: 3739202 Calculus Whitman College

11.6 Other Coordinate Systems 257

3. Find an equation for the y-z plane in cylindrical coordinates. ⇒4. Find an equation equivalent to x2 + y2 + 2z2 + 2z − 5 = 0 in cylindrical coordinates. ⇒5. Suppose the curve z = e−x2

in the x-z plane is rotated around the z axis. Find an equationfor the resulting surface in cylindrical coordinates. ⇒

6. Suppose the curve z = x in the x-z plane is rotated around the z axis. Find an equation forthe resulting surface in cylindrical coordinates. ⇒

7. Find an equation for the plane y = 0 in spherical coordinates. ⇒8. Find an equation for the plane z = 1 in spherical coordinates. ⇒9. Find an equation for the sphere with radius 1 and center at (0, 1, 0) in spherical coordinates.⇒

10. Find an equation for the cylinder x2 + y2 = 4 in spherical coordinates. ⇒11. Suppose the curve z = x in the x-z plane is rotated around the z axis. Find an equation for

the resulting surface in spherical coordinates. ⇒

Page 272: 3739202 Calculus Whitman College
Page 273: 3739202 Calculus Whitman College

12Vector Functions

12.1 Space Curves

We have already seen that a convenient way to describe a line in three dimensions is toprovide a vector that “points to” every point on the line as a parameter t varies, like

〈1, 2, 3〉+ t〈1,−2, 2〉 = 〈1 + t, 2− 2t, 3 + 2t〉.

Except that this gives a particularly simple geometric object, there is nothing special aboutthe individual functions of t that make up the coordinates of this vector—any vector witha parameter, like 〈f(t), g(t), h(t)〉, will describe some curve in three dimensions as t variesthrough all possible values.

EXAMPLE 12.1 Describe the curves 〈cos t, sin t, 0〉, 〈cos t, sin t, t〉, and 〈cos t, sin t, 2t〉.As t varies, the first two coordinates in all three functions provide the coordinates

of all points on the unit circle, starting with (1, 0) when t = 0 and proceeding counter-clockwise around the circle as t increases. In the first case, the z coordinate is always 0,so this describes precisely the unit circle in the x-y plane. In the second case, the x and y

coordinates still describe a circle, but now the z coordinate varies, so that the height of thecurve matches the value of t. When t = π, for example, the resulting vector is 〈−1, 0, π〉.A bit of thought should convince you that the result is a helix. In the third vector, the z

coordinate varies twice as fast as the parameter t, so we get a stretched out helix. Bothare shown in figure 12.1. On the left is the first helix, shown for t between 0 and 4π; onthe right is the second helix, shown for t between 0 and 2π. Both start and end at the

259

Page 274: 3739202 Calculus Whitman College

260 Chapter 12 Vector Functions

same point, but the first helix takes two full “turns” to get there, because its z coordinategrows more slowly.

−1.0

−1.0

−0.5

−0.5

0.00.0

0.0

0.5

2.5

0.5

1.0

5.0

1.0

7.5

10.0

12.5

−1.0−1.0

−0.5−0.5

0.00.00

1

2

0.50.5

3

4

1.01.0

5

6

7

8

9

10

11

12

Figure 12.1 Two helixes. (JA)

A vector expression of the form 〈f(t), g(t), h(t)〉 is called a vector function; it isa function from the real numbers R to the set of all three-dimensional vectors. We canalternately think of it as three separate functions, x = f(t), y = g(t), and z = h(t), thatdescribe points in space. In this case we usually refer to the set of equations as parametricequations for the curve, just as for a line. While the parameter t in a vector functionmight represent any one of a number of physical quantities, or be simply a “pure number”,it is often convenient and useful to think of t as representing time. The vector functionthen tells you where in space a particular object is at any time.

Exercises

1. Investigate the curve r = 〈sin t, cos t, cos 8t〉.2. Investigate the curve r = 〈t cos t, t sin t, t〉.3. Investigate the curve r = 〈t, t2, cos t〉.4. Investigate the curve r = 〈cos(20t)

√1− t2, sin(20t)

√1− t2, t〉

5. Find a vector function for the curve of intersection of x2 + y2 = 9 and y + z = 2. ⇒6. A bug is crawling outward along the spoke of a wheel that lies along a radius of the wheel.

The bug is crawling at 1 unit per second and the wheel is rotating at 1 radian per second.Suppose the wheel lies in the y-z plane with center at the origin, and at time t = 0 the spokelies along the positive y axis. Find a vector function r(t) for the position of the bug at timet. ⇒

Page 275: 3739202 Calculus Whitman College

12.2 Calculus with vector functions 261

12.2 Calculus with vector functions

A vector function r(t) = 〈f(t), g(t), h(t)〉 is a function of one variable—that is, there isonly one “input” value. What makes vector functions more complicated than the functionsy = f(x) that we studied in the first part of this book is of course that the “output” valuesare now three-dimensional vectors instead of simply numbers. It is natural to wonder ifthere is a corresponding notion of derivative for vector functions. In the simpler case ofa function y = s(t), in which t represents time and s(t) is position on a line, we haveseen that the derivative s′(t) represents velocity; we might hope that in a similar way thederivative of a vector function would tell us something about the velocity of an objectmoving in three dimensions.

One way to approach the question of the derivative for vector functions is to writedown an expression that is analogous to the derivative we already understand, and see ifwe can make sense of it. This gives us

r′(t) = lim∆t→0

r(t + ∆t)− r(t)∆t

= lim∆t→0

〈f(t + ∆t)− f(t), g(t + ∆t)− g(t), h(t + ∆t)− h(t)〉∆t

= lim∆t→0

〈f(t + ∆t)− f(t)∆t

,g(t + ∆t)− g(t)

∆t,h(t + ∆t)− h(t)

∆t〉

= 〈f ′(t), g′(t), h′(t)〉,

if we say that what we mean by the limit of a vector is the vector of the individual limits.So starting with a familiar expression for what appears to be a derivative, we find that wecan make good computational sense out of it—but what does it actually mean?

We know how to interpret r(t+∆t) and r(t)—they are vectors that point to locationsin space; if t is time, we can think of these points as positions of a moving object at timesthat are ∆t apart. We also know what ∆r = r(t + ∆t) − r(t) means—it is a vector thatpoints from the head of r(t) to the head of r(t + ∆t), assuming both have their tails atthe origin. So when ∆t is small, ∆r is a tiny vector pointing from one point on the pathof the object to a nearby point. As ∆t gets close to 0, this vector points in a directionthat is closer and closer to the direction in which the object is moving; geometrically, itapproaches a vector tangent to the path of the object at a particular point.

Unfortunately, the vector ∆r approaches 0 in length; the vector 〈0, 0, 0〉 is not veryinformative. By dividing by ∆t, when it is small, we effectively keep magnifying the lengthof ∆r so that in the limit it doesn’t disappear. Thus the limiting vector 〈f ′(t), g′(t), h′(t)〉will (usually) be a good, non-zero vector that is tangent to the curve.

Page 276: 3739202 Calculus Whitman College

262 Chapter 12 Vector Functions

..................................................................................................................................................................................................

..............................................................................

.............................................................................. .............

................................

................................

................................

................................

................................

................................

................................

................................

.........................................................

r(t)

∆r

r(t + ∆t)...............................................................................................................................

.........................................

.....................................................................................................................................................................................................

.............................................

...............................

Figure 12.2 Approximating the derivative.

What about the length of this vector? It’s nice that we’ve kept it away from zero,but what does it measure, if anything? Consider the length of one of the vectors thatapproaches the tangent vector:

∣∣∣∣r(t + ∆t)− r(t)

∆t

∣∣∣∣ =|r(t + ∆t)− r(t)|

|∆t|

The numerator is the length of the vector that points from one position of the object to a“nearby” position; this length is approximately the distance traveled by the object betweentimes t and t + ∆t. Dividing this distance by the length of time it takes to travel thatdistance gives the average speed. As ∆t approaches zero, this average speed approachesthe actual, instantaneous speed of the object at time t.

So by performing an “obvious” calculation to get something that looks like the deriva-tive of r(t), we get precisely what we would want from such a derivative: the vector r′(t)points in the direction of travel of the object and its length tells us the speed of travel. Inthe case that t is time, then, we call v(t) = r′(t) the velocity vector. Even if t is not time,r′(t) is useful—it is a vector tangent to the curve.

EXAMPLE 12.2 We have seen that r = 〈cos t, sin t, t〉 is a helix. We compute r′ =

〈− sin t, cos t, 1〉, and |r′| =√

sin2 t + cos2 t + 1 =√

2. So thinking of this as a descriptionof a moving object, its speed is always

√2; see figure 12.3. For an animated view of the

tangent vectors, see the Java applet.

EXAMPLE 12.3 The velocity vector for 〈cos t, sin t, cos t〉 is 〈− sin t, cos t,− sin t〉. Asbefore, the first two coordinates mean that from above this curve looks like a circle. Thez coordinate is now also periodic, so that as the object moves around the curve its heightoscillates up and down. In fact it turns out that the curve is a tilted ellipse, as shown infigure 12.4.

Page 277: 3739202 Calculus Whitman College

12.2 Calculus with vector functions 263

−1.0−1.0

−0.5−0.5

0.0

0.00.0

0.5

0.5

2.5

1.0

1.0

5.0

7.5

10.0

12.5

Figure 12.3 A tangent vector on the helix. (JA)

−1

−1

−1

1

1

1

Figure 12.4 The ellipse r = 〈cos t, sin t, cos t〉. (JA)

EXAMPLE 12.4 The velocity vector for 〈cos t, sin t, cos 2t〉 is 〈− sin t, cos t,−2 sin 2t〉.The z coordinate is now oscillating twice as fast as in the previous example, so the graphis not surprising; see figure 12.5.

EXAMPLE 12.5 Find the angle between the curves 〈t, 1− t, 3+ t2〉 and 〈3− t, t−2, t2〉where they meet.

The angle between two curves at a point is the angle between their tangent vectors—any tangent vectors will do, so we can use the derivatives. We need to find the point ofintersection, evaluate the two derivatives there, and finally find the angle between them.

Page 278: 3739202 Calculus Whitman College

264 Chapter 12 Vector Functions

−1

−1−1

1

1

1

Figure 12.5 〈cos t, sin t, cos 2t〉. (JA)

To find the point of intersection, we need to solve the equations

t = 3− u

1− t = u− 2

3 + t2 = u2

Solving either of the first two equations for u and substituting in the third gives 3 + t2 =(3 − t)2, which means t = 1. This together with u = 2 satisfies all three equations. Thusthe two curves meet at 〈1, 0, 4〉, the first when t = 1 and the second when t = 2.

The derivatives are 〈1,−1, 2t〉 and 〈−1, 1, 2t〉; at the intersection point these are〈1,−1, 2〉 and 〈−1, 1, 4〉. The cosine of the angle between them is then

cos θ =−1− 1 + 8√

6√

18=

1√3,

so θ = arccos(1/√

3) ≈ 0.96.

The derivatives of vector functions obey some familiar looking rules, which we willoccasionally need.

THEOREM 12.6 Suppose r(t) and s(t) are differentiable functions, f(t) is a differen-tiable function, and a is a real number.

a.d

dtar(t) = ar′(t)

Page 279: 3739202 Calculus Whitman College

12.2 Calculus with vector functions 265

b.d

dt(r(t) + s(t)) = r′(t) + s′(t)

c.d

dtf(t)r(t) = f(t)r′(t) + f ′(t)r(t)

d.d

dt(r(t) · s(t)) = r′(t) · s(t) + r(t) · s′(t)

e.d

dt(r(t)× s(t)) = r′(t)× s(t) + r(t)× s′(t)

f.d

dtr(f(t)) = r′(f(t))f ′(t)

Note that because the cross product is not commutative you must remember to do thethree cross products in formula (e) in the correct order.

When the derivative of a function f(t) is zero, we know that the function has a hori-zontal tangent line, and may have a local maximum or minimum point. If r′(t) = 0, thegeometric interpretation is quite different, though the interpretation in terms of motionis similar. Certainly we know that the object has speed zero at such a point, and it maythus be abruptly changing direction. In three dimensions there are many ways to changedirection; geometrically this often means the curve has a “cusp”.

EXAMPLE 12.7 Suppose that r(t) = 〈1 + t3, t2, 1〉, so r(t) = 〈3t2, 2t, 0〉. This is 0 att = 0, and there is indeed a cusp at the point 〈1, 0, 1〉, as shown in figure 12.7.

0.0

0.00.0 0.5

0.251.0

0.5

0.51.5

0.75

1.0

2.01.0

1.5

2.0

Figure 12.6 1 + t3, t2, 1 has a cusp at 〈1, 0, 1〉. (JA)

Page 280: 3739202 Calculus Whitman College

266 Chapter 12 Vector Functions

Sometimes we will be interested in the direction of r′ but not its length. In somecases, we can still work with r′, as when we find the angle between two curves. On otheroccasions it will be useful to work with a unit vector in the same direction as r′; of course,we can compute such a vector by dividing r′ by its own length. This standard unit tangentvector is usually denoted by T:

T =r′

|r′| .

In a sense, when we computed the angle between two tangent vectors we have alreadymade use of the unit tangent, since

cos θ =r′ · s′|r′||s′| =

r′

|r′| ·s′

|s′|

Now that we know how to make sense of r′, we immediately know what an antideriva-tive must be, namely

∫r(t) dt = 〈

∫f(t) dt,

∫g(t) dt,

∫h(t) dt, 〉,

if r = 〈f(t), g(t), h(t)〉. What about definite integrals? Suppose that v(t) gives the velocityof an object at time t. Then v(t)∆t is a vector that approximates the displacement of theobject over the time ∆t: v(t)∆t points in the direction of travel, and |v(t)∆t| = |v(t)||∆t|is the speed of the object times ∆t, which is approximately the distance traveled. Thus, ifwe sum many such tiny vectors:

n−1∑

i=0

v(ti)∆t

we get an approximation to the displacement vector over the time interval [t0, tn]. If wetake the limit we get the exact value of the displacement vector:

limn−1∑

i=0

v(ti)∆t =∫ tn

t0

v(t) dt = r(tn)− r(t0).

Thus, given the velocity vector we can compute the vector function r giving the locationof the object:

r(t) = r0 +∫ t

0

v(u) du.

Page 281: 3739202 Calculus Whitman College

12.2 Calculus with vector functions 267

EXAMPLE 12.8 An object moves with velocity vector 〈cos t, sin t, cos t〉, starting at〈1, 1, 1〉. Find the function r giving its location.

r(t) = 〈1, 1, 1〉+∫ t

0

〈cos u, sin u, cos u〉 du

= 〈1, 1, 1〉+ 〈sin u,− cosu, sin u〉|t0= 〈1, 1, 1〉+ 〈sin t,− cos t, sin t〉 − 〈0,−1, 0〉= 〈1 + sin t, 2− cos t, 1 + sin t〉

3.02.5

2.01.5

1.00.5

0.0

0.00.0

0.5

0.5

1.0

1.0

1.5

1.5

2.0

2.0

2.5

3.0

Figure 12.7 Path of the object with its initial velocity vector. (JA)

Exercises

1. Find r′ and T for r = 〈t2, 1, t〉. ⇒2. Find r′ and T for r = 〈cos t, sin 2t, t2〉. ⇒3. Find r′ and T for r = 〈cos(et), sin(et), sin t〉. ⇒4. Find a vector function for the line tangent to the helix 〈cos t, sin t, t〉 when t = π/4. ⇒5. Find a vector function for the line tangent to 〈cos t, sin t, cos 4t〉 when t = π/3. ⇒6. Find the cosine of the angle between the curves 〈0, t2, t〉 and 〈cos(πt/2), sin(πt/2), t〉 where

they intersect. ⇒7. Find the cosine of the angle between the curves 〈cos t,− sin(t)/4, sin t〉 and 〈cos t, sin t, sin(2t)〉

where they intersect. ⇒8. Suppose that |r(t)| = k, for some constant k. This means that r describes some path on

the sphere of radius k with center at the origin. Show that r is perpendicular to r′ at everypoint. Hint: Use Theorem 12.6, part (d).

Page 282: 3739202 Calculus Whitman College

268 Chapter 12 Vector Functions

9. A bug is crawling along the spoke of a wheel that lies along a radius of the wheel. The bug iscrawling at 1 unit per second and the wheel is rotating at 1 radian per second. Suppose thewheel lies in the y-z plane with center at the origin, and at time t = 0 the spoke lies alongthe positive y axis and the bug is at the origin. Find a vector function r(t) for the positionof the bug at time t, the velocity vector r′(t), the unit tangent T(t), and the speed of thebug |r′(t)|. ⇒

10. An object moves with velocity vector 〈cos t, sin t, t〉, starting at 〈0, 0, 0〉 when t = 0. Find thefunction r giving its location. ⇒

11. An object moves with velocity vector 〈t, t2, cos t〉, starting at 〈0, 0, 0〉 when t = 0. Find thefunction r giving its location. ⇒

12.3 Arc length

Sometimes it is useful to compute the length of a curve in space; for example, if the curverepresents the path of a moving object, the length of the curve between two points maybe the distance traveled by the object between two times.

Recall that if the curve is given by the vector function r then the vector ∆r = r(t +∆t)− r(t) points from one position on the curve to another, as depicted in figure 12.2. Ifthe points are close together, the length of ∆r is close to the length of the curve betweenthe two points. If we add up the lengths of many such tiny vectors, placed head to tailalong a segment of the curve, we get an approximation to the length of the curve over thatsegment. In the limit, as usual, this sum turns into an integral that computes preciselythe length of the curve. First, note that

|∆r| = |∆r|∆t

∆t ≈ |r′(t)|∆t,

when ∆t is small. Then the length of the curve between r(a) and r(b) is

limn→∞

n−1∑

i=0

|∆r| = limn→∞

n−1∑

i=0

|∆r|∆t

∆t = limn→∞

n−1∑

i=0

|r′(t)|∆t =∫ b

a

|r′(t)| dt.

(Well, usually. This works if between a and b the segment of curve is traced out exactlyonce.)

EXAMPLE 12.9 Let’s find the length of one turn of the helix r = 〈cos t, sin t, t〉 (see

figure 12.1). We compute r′ = 〈− sin t, cos t, 1〉 and |r′| =√

sin2 t + cos2 t + 1 =√

2, sothe length is ∫ 2π

0

√2 dt = 2

√2π.

Page 283: 3739202 Calculus Whitman College

12.3 Arc length 269

EXAMPLE 12.10 Suppose y = ln x; what is the length of this curve between x = 1and x =

√3?

Although this problem does not appear to involve vectors or three dimensions, we caninterpret it in those terms: let r(t) = 〈t, ln t, 0〉. This vector function traces out preciselyy = ln x in the x-y plane. Then r′(t) = 〈1, 1/t, 0〉 and |r′(t)| =

√1 + 1/t2 and the desired

length is∫ √3

1

√1 +

1t2

dt = 2−√

2 + ln(√

2 + 1)− 12

ln 3.

(This integral is a bit tricky, but requires only methods we have learned.)

Notice that there is nothing special about y = ln x, except that the resulting integralcan be computed. In general, given any y = f(x), we can think of this as the vectorfunction r(t) = 〈t, f(t), 0〉. Then r′(t) = 〈1, f ′(t), 0〉 and |r′(t)| =

√1 + (f ′)2. The length

of the curve y = f(x) between a and b is thus

∫ b

a

√1 + (f ′(x))2 dx.

Unfortunately, such integrals are often impossible to do exactly and must be approximated.One useful application of arc length is the arc length parameterization. A vector

function r(t) gives the position of a point in terms of the parameter t, which is often time,but need not be. Suppose s is the distance along the curve from some fixed starting point;if we use s for the variable, we get r(s), the position in space in terms of distance along thecurve. We might still imagine that the curve represents the position of a moving object;now we get the position of the object as a function of how far the object has traveled.

EXAMPLE 12.11 Suppose r(t) = 〈cos t, sin t, 0〉. We know that this curve is a circleof radius 1. While t might represent time, it can also in this case represent the usualangle between the positive x-axis and r(t). The distance along the circle from (1, 0, 0) to(cos t, sin t, 0) is also t—this is the definition of radian measure. Thus, in this case s = t

and r(s) = 〈cos s, sin s, 0〉.

EXAMPLE 12.12 Suppose r(t) = 〈cos t, sin t, t〉. We know that this curve is a helix.The distance along the helix from (1, 0, 0) to (cos t, sin t, t) is

s =∫ t

0

|r′(u)| du =∫ t

0

√cos2 u + sin2 u + 1 du =

∫ t

0

√2 du =

√2t.

Page 284: 3739202 Calculus Whitman College

270 Chapter 12 Vector Functions

Thus, the value of t that gets us distance s along the helix is t = s/√

2, and so the samecurve is given by r(s) = 〈cos(s/

√2), sin(s/

√2), s/

√2〉.

In general, if we have a vector function r(t), to convert it to a vector function in termsof arc length we compute

s =∫ t

a

|r′(u)| du = f(t),

solve s = f(t) for t, getting t = g(s), and substitute this back into r(t) to get r(s) = r(g(s)).Suppose that t is time. By the Fundamental Theorem of Calculus, if we start with arc

length

s(t) =∫ t

a

|r′(u)| du

and take the derivative, we gets′(t) = |r′(t)|.

Here s′(t) is the rate at which the arc length is changing, and we have seen that |r′(t)| isthe speed of a moving object; these are of course the same.

Suppose that r(s) is given in terms of arc length; what is |r′(s)|? It is the rate at whicharc length is changing relative to arc length; it must be 1! In the case of the helix, forexample, the arc length parameterization is 〈cos(s/

√2), sin(s/

√2), s/

√2〉, the derivative

is 〈− sin(s/√

2)/√

2, cos(s/√

2)/√

2, 1/√

2〉, and the length of this is

√sin2(s/

√2)

2+

cos2(s/√

2)2

+12

=

√12

+12

= 1.

Given a curve r(t), we would like to be able to measure, at various points, how sharplycurved it is. Clearly this is related to how “fast” a tangent vector is changing direction, soa first guess might be that we can measure curvature with |r′′(t)|. A little thought showsthat this is flawed; if we think of t as time, for example, we could be tracing out the curvemore or less quickly as time passes. The second derivative |r′′(t)| incorporates this notionof time, so it depends not simply on the geometric properties of the curve but on howquickly we move along the curve.

EXAMPLE 12.13 Consider r(t) = 〈cos t, sin t, 0〉 and s(t) = 〈cos 2t, sin 2t, 0〉. Bothof these vector functions represent the unit circle in the x-y plane, but if t is interpretedas time, the second describes an object moving twice as fast as the first. Computing thesecond derivatives, we find |r′′(t)| = 1, |s′′(t)| = 2.

Page 285: 3739202 Calculus Whitman College

12.3 Arc length 271

To remove the dependence on time, we use the arc length parameterization. If a curveis given by r(s), then the first derivative r′(s) is a unit vector, that is, r′(s) = T(s). Wenow compute the second derivative r′′(s) = T′(s) and use |T′(s)| as the “official” measureof curvature, usually denoted κ.

EXAMPLE 12.14 We have seen that the arc length parameterization of a particu-lar helix is r(s) = 〈cos(s/

√2), sin(s/

√2), s/

√2〉. Computing the second derivative gives

r′′(s) = 〈− cos(s/√

2)/2,− sin(s/√

2)/2, 0〉 with length 1/2.

What if we are given a curve as a vector function r(t), where t is not arc length? Wehave seen that arc length can be difficult to compute; fortunately, we do not need to convertto the arc length parameterization to compute curvature. Imagine instead that we havedone so, so we have found t = g(s) and then formed r(s) = r(g(s)). The first derivativer′(s) is a unit tangent vector, so it is the same as the unit tangent vector T(t) = T(g(s)).Taking the derivative of this we get

d

dsT(g(s)) = T′(g(s))g′(s) = T′(t)

dt

ds.

The curvature is the length of this vector:

κ = |T′(t)|| dt

ds| = |T′(t)|

|ds/dt| =|T′(t)||r′(t)| .

(Recall that we have seen that ds/dt = |r′(t)|.) Thus we can compute the curvature bycomputing only derivatives with respect to t; we do not need to do the conversion to arclength.

EXAMPLE 12.15 Returning to the helix, suppose we start with the parameteriza-tion r(t) = 〈cos t, sin t, t〉. Then r′(t) = 〈− sin t, cos t, 1〉, |r′(t)| =

√2, and T(t) =

〈− sin t, cos t, 1〉/√2. Then T′(t) = 〈− cos t,− sin t, 0〉/√2 and |T′(t)| = 1/√

2. Finally,κ = 1/

√2/√

2 = 1/2, as before.

EXAMPLE 12.16 Consider the circle of radius a: r(t) = 〈a cos t, a sin t, 1〉. Thenr′(t) = 〈−a sin t, a cos t, 0〉, |r′(t)| = a, and T(t) = 〈−a sin t, a cos t, 0〉/a. Now T′(t) =〈−a cos t,−a sin t, 0〉/a and |T′(t)| = 1. Finally, κ = 1/a: the curvature of a circle iseverywhere the inverse of the radius. It is sometimes useful to think of curvature asdescribing what circle a curve most resembles at a point. The curvature of the helix in theprevious example is 1/2; this means that a small piece of the helix looks very much like acircle of radius 2, as shown in figure 12.8.

Page 286: 3739202 Calculus Whitman College

272 Chapter 12 Vector Functions

−0.9−0.9

−0.8−0.8

−0.7 −0.7

−0.6 −0.6

−0.5 −0.5

−0.4 −0.4

−0.3 −0.3

−0.2 −0.2

−0.1−0.1

0.00.00.0

0.10.1

0.1

0.20.2

0.2

0.30.3

0.40.4

0.3

0.50.5

0.4

0.60.6

0.70.7

0.5

0.80.8

0.6

0.90.9

1.01.0

0.7

0.8

0.9

1.0

1.1

1.2

1.3

1.4

1.5

1.6

Figure 12.8 A circle with the same curvature as the helix. (JA)

EXAMPLE 12.17 Consider r(t) = 〈cos t, sin t, cos 2t〉, as shown in figure 12.5. r′(t) =

〈− sin t, cos t,−2 sin(2t)〉 and |r′(t)| =√

1 + 4 sin2(2t), so

T(t) =

⟨− sin t√

1 + 4 sin2(2t),

cos t√1 + 4 sin2(2t)

,−2 sin 2t√

1 + 4 sin2(2t)

⟩.

Computing the derivative of this and then the length of the resulting vector is possible butunpleasant.

Fortunately, there is an alternate formula for the curvature that is often simpler thanthe one we have:

κ =|r′(t)× r′′(t)|

|r′(t)|3 .

EXAMPLE 12.18 Returning to the previous example, we compute the second deriva-tive r′′(t) = 〈− cos t,− sin t,−4 cos(2t)〉. Then the cross product r′(t)× r′′(t) is

〈−4 cos t cos 2t− 2 sin t sin 2t, 2 cos t sin 2t− 4 sin t cos 2t, 1〉.

Computing the length of this vector and dividing by |r′(t)|3 is still a bit tedious. UsingMaple on it we get

κ =√

48 cos4 t− 48 cos2 t + 17(−16 cos4 t + 16 cos2 t + 1)3/2

.

Page 287: 3739202 Calculus Whitman College

12.3 Arc length 273

Graphing this we get

2

4

π2

π 3π2

.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

.............................................................................................................................................................................................................................................

Compare this to figure 12.5—you may want to load the Java applet there so that youcan see it from different angles. The highest curvature occurs where the curve has itshighest and lowest points, and indeed in the picture these appear to be the most sharplycurved portions of the curve, while the curve is almost a straight line midway betweenthose points.

Let’s see why this alternate formula is correct. Starting with the definition of T,r′ = |r′|T so by the product rule r′′ = |r′|′T + |r′|T′. Then by Theorem 11.6 the crossproduct is

r′ × r′′ = |r′|T× |r′|′T + |r′|T× |r′|T′

= |r′||r′|′(T×T) + |r′|2(T×T′)

= |r′|2(T×T′)

because T×T = 0, since T is parallel to itself. Then

|r′ × r′′| = |r′|2|T×T′|= |r′|2|T||T′| sin θ

= |r′|2|T′|using exercise 8 in section 12.2 to see that θ = π/2. Dividing both sides by |r′|3 then givesthe desired formula.

We used the fact here that T′ is perpendicular to T; the vector N = T′/|T′| is thus aunit vector perpendicular to T, called the unit normal to the curve. Occasionally of useis the unit binormal B = T×N, a unit vector perpendicular to both T and N.

Page 288: 3739202 Calculus Whitman College

274 Chapter 12 Vector Functions

Exercises

1. Find the length of 〈3 cos t, 2t, 3 sin t〉, t ∈ [0, 2π]. ⇒2. Find the length of 〈t2, 2, t3〉, t ∈ [0, 1]. ⇒3. Find the length of 〈t2, sin t, cos t〉, t ∈ [0, 1]. ⇒4. Find the length of the curve y = x3/2, x ∈ [1, 9]. ⇒5. Set up an integral to compute the length of 〈cos t, sin t, et〉, t ∈ [0, 5]. (It is tedious but not

too difficult to compute this integral.) ⇒6. Find the curvature of 〈t, t2, t〉. ⇒7. Find the curvature of 〈t, t2, t2〉. ⇒8. Find the curvature of 〈t, t2, t3〉. ⇒

12.4 Motion along a curve

We have already seen that if t is time and an object’s location is given by r(t), then thederivative r′(t) is the velocity vector v(t). Just as v(t) is a vector describing how r(t)changes, so is v′(t) a vector describing how v(t) changes, namely, a(t) = v′(t) = r′′(t) isthe acceleration vector.

EXAMPLE 12.19 Suppose r(t) = 〈cos t, sin t, 1〉. Then v(t) = 〈− sin t, cos t, 0〉 anda(t) = 〈− cos t,− sin t, 0〉. This describes the motion of an object traveling on a circle ofradius 1, with constant z coordinate 1. The velocity vector is of course tangent to thecurve; note that a · v = 0, so v and a are perpendicular. In fact, it is not hard to see thata points from the location of the object to the center of the circular path at (0, 0, 1).

Recall that the unit tangent vector is given by T(t) = v(t)/|v(t)|, so v = |v|T. If wetake the derivative of both sides of this equation we get

a = |v|′T + |v|T′. (12.1)

Also recall the definition of the curvature, κ = |T′|/|v|, or |T′| = κ|v|. Finally, recall thatwe defined the unit normal vector as N = T′/|T′|, so T′ = |T′|N = κ|v|N. Substitutinginto equation 12.1 we get

a = |v|′T + κ|v|2N. (12.2)

The quantity |v(t)| is the speed of the object, often written as v(t); |v(t)|′ is the rateat which the speed is changing, or the scalar acceleration of the object, a(t). Rewritingequation 12.2 with these gives us

a = aT + κv2N = aT T + aNN;

Page 289: 3739202 Calculus Whitman College

12.4 Motion along a curve 275

aT is the tangential component of acceleration and aN is the normal componentof acceleration. We have already seen that aT measures how the speed is changing; ifyou are riding in a vehicle with large aT you will feel a force pulling you into your seat.The other component, aN , measures how sharply your direction is changing with respectto time. So it naturally is related to how sharply the path is curved, measured by κ, andalso to how fast you are going. Because aN includes v2, note that the effect of speed ismagnified; doubling your speed around a curve quadruples the value of aN . You feel theeffect of this as a force pushing you toward the outside of the curve, the “centrifugal force.”

In practice, if want aN we would use the formula for κ:

aN = κ|v|2 =|r′ × r′′||r′|3 |r′|2 =

|r′ × r′′||r′| .

To compute aT we can project a onto v:

aT =v · a|v| =

r′ · r′′|r′| .

EXAMPLE 12.20 Suppose r = 〈t, t2, t3〉. Compute v, a, aT , and aN .Taking derivatives we get v = 〈1, 2t, 3t2〉 and a = 〈0, 2, 6t〉. Then

aT =4t + 18t3√

1 + 4t2 + 9t4and aN =

√4 + 36t2 + 36t4√1 + 4t2 + 9t4

.

Exercises

1. Let r = 〈cos t, sin t, t〉. Compute v, a, aT , and aN . ⇒2. Let r = 〈cos t, sin t, t2〉. Compute v, a, aT , and aN . ⇒3. Let r = 〈cos t, sin t, et〉. Compute v, a, aT , and aN . ⇒4. Let r = 〈et, sin t, et〉. Compute v, a, aT , and aN . ⇒5. Suppose an object moves so that its acceleration is given by a = 〈−3 cos t,−2 sin t, 0〉. At

time t = 0 the object is at (3, 0, 0) and its velocity vector is 〈0, 2, 0〉. Find v(t) and r(t) forthe object. ⇒

6. Suppose an object moves so that its acceleration is given by a = 〈−3 cos t,−2 sin t, 0〉. Attime t = 0 the object is at (3, 0, 0) and its velocity vector is 〈0, 2.1, 0〉. Find v(t) and r(t) forthe object. ⇒

7. Suppose an object moves so that its acceleration is given by a = 〈−3 cos t,−2 sin t, 0〉. Attime t = 0 the object is at (3, 0, 0) and its velocity vector is 〈0, 2, 1〉. Find v(t) and r(t) forthe object. ⇒

Page 290: 3739202 Calculus Whitman College

276 Chapter 12 Vector Functions

8. Suppose an object moves so that its acceleration is given by a = 〈−3 cos t,−2 sin t, 0〉. Attime t = 0 the object is at (3, 0, 0) and its velocity vector is 〈0, 2.1, 1〉. Find v(t) and r(t) forthe object. ⇒

Page 291: 3739202 Calculus Whitman College

13Partial Differentiation

13.1 Functions of Several Variables

In first-year calculus we were concerned with functions that map the real numbers R toR, sometimes called “real functions of one variable”, meaning the “input” is a single realnumber and the “output” is likewise a single real number. In the last chapter we consideredfunctions taking a real number to a vector, which may also be viewed as functions f :R→R3: for each input value we get a position in space. Now we turn to functions of severalvariables, meaning several input variables, functions f :Rn → R. We will deal primarilywith n = 2 and to a lesser extent n = 3; in fact many of the techniques we discuss can beapplied to larger values of n as well.

A function f :R2 → R maps a pair of values (x, y) to a single real number. The three-dimensional coordinate system we have already used is a convenient way to visualize suchfunctions: above each point (x, y) in the x-y plane we graph the point (x, y, z), where ofcourse z = f(x, y).

EXAMPLE 13.1 Consider f(x, y) = 3x + 4y − 5. Writing this as z = 3x + 4y − 5 andthen 3x+4y−z = 5 we recognize the equation of a plane. In the form f(x, y) = 3x+4y−5the emphasis has shifted: we now think of x and y as independent variables and z as avariable dependent on them, but the geometry is unchanged.

EXAMPLE 13.2 We have seen that x2 + y2 + z2 = 4 represents a sphere of radius 2.We cannot write this in the form f(x, y), since for each x and y in the disk x2+y2 < 4 there

277

Page 292: 3739202 Calculus Whitman College

278 Chapter 13 Partial Differentiation

are two corresponding points on the sphere. As with the equation of a circle, we can resolvethis equation into two functions, f(x, y) =

√4− x2 − y2 and f(x, y) = −

√4− x2 − y2,

representing the upper and lower hemispheres. Each of these is an example of a functionwith a restricted domain: only certain values of x and y make sense (namely, those forwhich x2 + y2 ≤ 4) and the graphs of these functions are limited to a small region of theplane.

EXAMPLE 13.3 Consider f =√

x+√

y. This function is defined only when both x andy are non-negative. When y = 0 we get f(x, y) =

√x, the familiar square root function

in the x-z plane, and when x = 0 we get the same curve in the y-z plane. Generallyspeaking, we see that starting from f(0, 0) = 0 this function gets larger in every directionin roughly the same “way” that the square root function gets larger. For example, if werestrict attention to the line x = y, we get f(x, y) = 2

√x and along the line y = 2x we

have f(x, y) =√

x +√

2x = (1 +√

2)√

x.

10.0

7.5

5.000.0 y

2.5

1

2.55.0

x

2

7.50.0

10.0

3

4

5

6

Figure 13.1 f(x, y) =√

x +√

y (JA)

A computer program that plots such surfaces can be very useful, as it is often difficultto get a good idea of what they look like. Still, it is valuable to be able to visualizerelatively simple surfaces without such aids. As in the previous example, it is often a goodidea to examine the function on restricted subsets of the plane, especially lines. It can alsobe useful to identify those points (x, y) that share a common z-value.

Page 293: 3739202 Calculus Whitman College

13.1 Functions of Several Variables 279

EXAMPLE 13.4 Consider f(x, y) = x2 + y2. When x = 0 this becomes f = y2, aparabola in the y-z plane; when y = 0 we get the “same” parabola f = x2 in the x-z plane.Now consider the line y = kx. If we simply replace y by kx we get f(x, y) = (1 + k2)x2

which is a parabola, but it does not really “represent” the cross-section along y = kx,because the cross-section has the line y = kx where the horizontal axis should be. Inorder to pretend that this line is the horizontal axis, we need to write the function interms of the distance from the origin, which is

√x2 + y2 =

√x2 + k2x2. Now f(x, y) =

x2 + k2x2 = (√

x2 + k2x2)2. So the cross-section is the “same” parabola as in the x-z andy-z planes, namely, the height is always the distance from the origin squared. This meansthat f(x, y) = x2 + y2 can be formed by starting with z = x2 and rotating this curvearound the z axis.

Finally, picking a value z = k, at what points does f(x, y) = k? This means x2+y2 = k,which we recognize as the equation of a circle of radius

√k. So the graph of f(x, y) has

parabolic cross-sections, and the same height everywhere on concentric circles with centerat the origin. This fits with what we have already discovered.

−30−3 −2

−2

2

−1−1

4

00

6

11

8

2233

2

1

−1 2

−1

−2

0

0

−2

1

Figure 13.2 f(x, y) = x2 + y2 (JA)

As in this example, the points (x, y) such that f(x, y) = k usually form a curve, calleda level curve of the function. A graph of some level curves can give a good idea of theshape of the surface; it looks much like a topographic map of the surface. In figure 13.2both the surface and its associated level curves are shown. Note that, as with a topographicmap, the heights corresponding to the level curves are evenly spaced, so that where curvesare closer together the surface is steeper.

Page 294: 3739202 Calculus Whitman College

280 Chapter 13 Partial Differentiation

Functions f :Rn → R behave much like functions of two variables; we will on occasiondiscuss functions of three variables. The principal difficulty with such functions is visual-izing them, as they do not “fit” in the three dimensions we are familiar with. For threevariables there are various ways to interpret functions that make them easier to under-stand. For example, f(x, y, z) could represent the temperature at the point (x, y, z), or thepressure, or the strength of a magnetic field. It remains useful to consider those points atwhich f(x, y, z) = k, where k is some constant value. If f(x, y, z) is temperature, the set ofpoints (x, y, z) such that f(x, y, z) = k is the collection of points in space with temperaturek; in general this is called a level set; for three variables, a level set is typically a surface,called a level surface.

EXAMPLE 13.5 Suppose the temperature at (x, y, z) is T (x, y, z) = e−(x2+y2+z2).This function has a maximum value of 1 at the origin, and tends to 0 in all directions.If k is positive and at most 1, the set of points for which T (x, y, z) = k is those pointssatisfying x2 + y2 + z2 = − ln k, a sphere centered at the origin. The level surfaces are theconcentric spheres centered at the origin.

Exercises

1. Let f(x, y) = (x−y)2. Determine the equations and shapes of the cross-sections when x = 0,y = 0, x = y, and describe the level curves. Use a three-dimensional graphing tool to graphthe surface. ⇒

2. Let f(x, y) = |x|+ |y|. Determine the equations and shapes of the cross-sections when x = 0,y = 0, x = y, and describe the level curves. Use a three-dimensional graphing tool to graphthe surface. ⇒

3. Let f(x, y) = e−(x2+y2) sin(x2+y2). Determine the equations and shapes of the cross-sectionswhen x = 0, y = 0, x = y, and describe the level curves. Use a three-dimensional graphingtool to graph the surface. ⇒

4. Let f(x, y) = sin(x − y). Determine the equations and shapes of the cross-sections whenx = 0, y = 0, x = y, and describe the level curves. Use a three-dimensional graphing tool tograph the surface. ⇒

5. Let f(x, y) = (x2 − y2)2. Determine the equations and shapes of the cross-sections whenx = 0, y = 0, x = y, and describe the level curves. Use a three-dimensional graphing tool tograph the surface. ⇒

13.2 Limits and Continuity

To develop calculus for functions of one variable, we needed to make sense of the concept ofa limit, which we needed to understand continuous functions and to define the derivative.

Page 295: 3739202 Calculus Whitman College

13.2 Limits and Continuity 281

Limits involving functions of two variables can be considerably more difficult to deal with;fortunately, most of the functions we encounter are fairly easy to understand.

The potential difficulty is largely due to the fact that there are many ways to “ap-proach” a point in the x-y plane. If we want to say that lim

(x,y)→(a,b)f(x, y) = L, we need to

capture the idea that as (x, y) gets close to (a, b) then f(x, y) gets close to L. For functionsof one variable, f(x), there are only two ways that x can approach a: from the left or right.But there are an infinite number of ways to approach (a, b): along any one of an infinitenumber of lines, or an infinite number of parabolas, or an infinite number of sine curves,and so on. We might hope that it’s really not so bad—suppose, for example, that alongevery possible line through (a, b) the value of f(x, y) gets close to L; surely this means that“f(x, y) approaches L as (x, y) approaches (a, b)”. Sadly, no.

Figure 13.3 f(x, y) =xy2

x2 + y4(JA)

Page 296: 3739202 Calculus Whitman College

282 Chapter 13 Partial Differentiation

EXAMPLE 13.6 Consider f(x, y) = xy2/(x2 + y4). When x = 0 or y = 0, f(x, y) is 0,so the limit of f(x, y) approaching the origin along either the x or y axis is 0. Moreover,along the line y = mx, f(x, y) = m2x3/(x2 + m4x4). As x approaches 0 this expressionapproaches 0 as well. So along every line through the origin f(x, y) approaches 0. Nowsuppose we approach the origin along x = y2. Then

f(x, y) =y2y2

y4 + y4=

y4

2y4=

12,

so the limit is 1/2. Looking at figure 13.3, it is apparent that there is a ridge above x = y2.Approaching the origin along a straight line, we go over the ridge and then drop downtoward 0, but approaching along the ridge the height is a constant 1/2.

Fortunately, we can define the concept of limit without needing to specify how aparticular point is approached—indeed, in definition 2.3, we didn’t need the concept of“approach.” Roughly, that definition says that when x is close to a then f(x) is close toL; there is no mention of “how” we get close to a. We can adapt that definition to twovariables quite easily:

DEFINITION 13.7 Limit Suppose f(x, y) is a function. We say that

lim(x,y)→(a,b)

f(x, y) = L

if for every ε > 0 there is a δ > 0 so that whenever 0 <√

(x− a)2 + (y − b)2 < δ,|f(x, y)− L| < ε.

This says that we can make |f(x, y)−L| < ε, no matter how small ε is, by making thedistance from (x, y) to (a, b) “small enough”.

EXAMPLE 13.8 We show that lim(x,y)→(0,0)

3x2y

x2 + y2= 0. Suppose ε > 0. Then

∣∣∣∣3x2y

x2 + y2

∣∣∣∣ =x2

x2 + y23|y|.

Note that x2/(x2 + y2) ≤ 1 and |y| =√

y2 ≤√

x2 + y2 < δ. So

x2

x2 + y23|y| < 1 · 3 · δ.

Page 297: 3739202 Calculus Whitman College

13.2 Limits and Continuity 283

We want to force this to be less than ε by picking δ “small enough.” If we choose δ = ε/3then ∣∣∣∣

3x2y

x2 + y2

∣∣∣∣ < 1 · 3 · ε

3= ε.

Recall that a function f(x) is continuous at x = a if limx→a

f(x) = f(a); roughly this

says that there is no “hole” or “jump” at x = a. We can say exactly the same thing abouta function of two variables: f(x, y) is continuous at (a, b) if lim

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

EXAMPLE 13.9 The function f(x, y) = 3x2y/(x2 + y2) is not continuous at (0, 0),because f(0, 0) is not defined. However, we know that lim

(x,y)→(0,0)f(x, y) = 0, so we can

easily “fix” the problem, by extending the definition of f so that f(0, 0) = 0. This surfaceis shown in figure 13.4.

-3

-1

1

33

1

-1

-3-2.2

-1.2

-0.2

0.8

1.8

Figure 13.4 f(x, y) =3x2y

x2 + y2(JA)

Page 298: 3739202 Calculus Whitman College

284 Chapter 13 Partial Differentiation

Note that in contrast to this example we cannot fix example 13.6 at (0, 0) because thelimit does not exist. No matter what value we try to assign to f at (0, 0) the surface willhave a “jump” there.

Fortunately, the functions we will examine will typically be continuous almost ev-erywhere. Usually this follows easily from the fact that closely related functions of onevariable are continuous. As with single variable functions, two classes of common functionsare particularly useful and easy to describe. A polynomial in two variables is a sum ofterms of the form axmyn, where a is a real number and m and n are non-negative integers.A rational function is a quotient of polynomials.

THEOREM 13.10 Polynomials are continuous everywhere. Rational functions arecontinuous everywhere they are defined.

Exercises

Determine whether each limit exists. If it does, find the limit and prove that it is the limit; if itdoes not, explain how you know.

1. lim(x,y)→(0,0)

x2

x2 + y2⇒

2. lim(x,y)→(0,0)

xy

x2 + y2⇒

3. lim(x,y)→(0,0)

xy

2x2 + y2⇒

4. lim(x,y)→(0,0)

x4 − y4

x2 + y2⇒

5. lim(x,y)→(0,0)

sin(x2 + y2)

x2 + y2⇒

6. lim(x,y)→(0,0)

xyp2x2 + y2

13.3 Partial Differentiation

When we first considered what the derivative of a vector function might mean, there wasreally not much difficulty in understanding either how such a thing might be computed orwhat it might measure. In the case of functions of two variables, things are a bit harderto understand. If we think of a function of two variables in terms of its graph, a surface,there is a more-or-less obvious derivative-like question we might ask, namely, how “steep”is the surface. But it’s not clear that this has a simple answer, nor how we might proceed.We will start with what seem to be very small steps toward the goal; surprisingly, it turnsout that these simple ideas hold the keys to a more general understanding.

Page 299: 3739202 Calculus Whitman College

13.3 Partial Differentiation 285

−3

−3−2

−20

−1

−1

2

0

0

1

x1

4

2

2

6

3

8

Figure 13.5 f(x, y) = x2 + y2, cut by the plane x + y = 1 (JA)

Imagine a particular point on a surface; what might we be able to say about how steepit is? We can limit the question to make it more familiar: how steep is the surface in aparticular direction? What does this even mean? Here’s one way to think of it: Supposewe’re interested in the point (a, b, c). Pick a straight line in the x-y plane through thepoint (a, b, 0), then extend the line vertically into a plane. Look at the intersection of theplane with the surface. If we pay attention to just the plane, we see the chosen straightline where the x-axis would normally be, and the intersection with the surface shows upas a curve in the plane. Figure 13.5 shows the parabolic surface from figure 13.2, exposingits cross-section above the line x + y = 1.

In principle, this is a problem we know how to solve: find the slope of a curve in aplane. Let’s start by looking at some particularly easy lines: those parallel to the x or y

axis. Suppose we are interested in the cross-section of f(x, y) above the line y = b. If wesubstitute b for y in f(x, y), we get a function in one variable, describing the height of thecross-section as a function of x. Because y = b is parallel to the x-axis, if we view it froma vantage point on the negative y-axis, we will see what appears to be simply an ordinarycurve in the x-z plane.

Page 300: 3739202 Calculus Whitman College

286 Chapter 13 Partial Differentiation

−3

−2

−1y

0

1

−3

x

−2

2

−10123

0

2

4z

6

8

8.8

8.0

7.2

6.4

5.6

4.8

4.0

3.2

2.4

1.6

0.8

0.0

3210−1−2−3

Figure 13.6 f(x, y) = x2 + y2, cut by the plane y = 2 (JA)

Consider again the parabolic surface f(x, y) = x2 + y2. The cross-section above theline y = 2 consists of all points (x, 2, x2 +4). Looking at this cross-section from somewhereon the negative y axis, we see what appears to be just the curve f(x) = x2 + 4. At anypoint on the cross-section, (a, 2, a2 + 4), the steepness of the surface in the direction of theline y = 2 is simply the slope of the curve f(x) = x2 +4, namely 2x. Figure 13.6 shows thesame parabolic surface as before, but now cut by the plane y = 2. The left graph showsthe cut-off surface, the right shows just the cross-section, looking up from the negativey-axis toward the origin.

If, say, we’re interested in the point (−1, 2, 5) on the surface, then the slope in thedirection of the line y = 2 is 2x = 2(−1) = −2. This means that starting at (−1, 2, 5) andmoving on the surface, above the line y = 2, in the direction of increasing x values, thesurface goes down; of course moving in the opposite direction , toward decreasing x values,the surface will rise.

If we’re interested in some other line y = k, there is really no change in the computa-tion. The equation of the cross-section above y = k is x2 + k2 with derivative 2x. We cansave ourselves the effort, small as it is, of substituting k for y: all we are in effect doingis temporarily assuming that y is some constant. With this assumption, the derivative

Page 301: 3739202 Calculus Whitman College

13.3 Partial Differentiation 287

ddx (x2 + y2) = 2x. To emphasize that we are only temporarily assuming y is constant, we

use a slightly different notation: ∂∂x (x2 +y2) = 2x; the “∂” reminds us that there are more

variables than x, but that only x is being treated as a variable. We read the equationas “the partial derivative of (x2 + y2) with respect to x is 2x.” A convenient alternatenotation for the partial derivative of f(x, y) with respect to x is is fx(x, y).

EXAMPLE 13.11 The partial derivative with respect to x of x3 + 3xy is 3x2 + 3y.Note that the partial derivative includes the variable y, unlike the example x2 + y2. It issomewhat unusual for the partial derivative to depend on a single variable; this exampleis more typical.

Of course, we can do the same sort of calculation for lines parallel to the y-axis. Wetemporarily hold x constant, which gives us the equation of the cross-section above a linex = k. We can then compute the derivative with respect to y; this will measure thesteepness of the curve in the y direction.

EXAMPLE 13.12 The partial derivative with respect to y of f(x, y) = sin(xy) + 3xy

is

fy(x, y) =∂

∂ysin(xy) + 3xy = cos(xy)

∂y(xy) + 3x = x cos(xy) + 3x.

So far, using no new techniques, we have succeeded in measuring the slope of a surfacein two quite special directions. For functions of one variable, the derivative is closely linkedto the notion of tangent line. For surfaces, the analogous idea is the tangent plane—aplane that just touches a surface at a point, and has the same “steepness” as the surfacein all directions. Even though we haven’t yet figured out how to compute the slope in alldirections, we have enough information to find tangent planes. Suppose we want the planetangent to a surface at a particular point (a, b, c). If we compute the two partial derivativesof the function for that point, we get enough information to determine two lines tangentto the surface, both through (a, b, c) and both tangent to the surface in their respectivedirections. These two lines determine a plane, that is, there is exactly one plane containingthe two lines: the tangent plane. Figure 13.7 shows (part of) two tangent lines at a point,and the tangent plane containing them.

How can we discover an equation for this tangent plane? We know a point on theplane, (a, b, c); we need a vector normal to the plane. If we can find two vectors, oneparallel to each of the tangent lines we know how to find, then the cross product of thesevectors will give the desired normal vector.

Page 302: 3739202 Calculus Whitman College

288 Chapter 13 Partial Differentiation

Figure 13.7 Tangent vectors and tangent plane. (JA)

0

1

2

3

0 1 2 3 4

z

x

fx(2, b).........................

..................................................

................................ .............

.......................................................................................................................................................................................

.........................................

.................................

............................................................................................................................................

Figure 13.8 A tangent vector.

How can we find vectors parallel to the tangent lines? Consider first the line tangentto the surface above the line y = b. A vector 〈u, v, w〉 parallel to this tangent line musthave y component v = 0, and we may as well take the x component to be u = 1. The ratioof the z component to the x component is the slope of the tangent line, precisely what weknow how to compute. The slope of the tangent line is fx(a, b), so

fx(a, b) =w

u=

w

1= w.

Page 303: 3739202 Calculus Whitman College

13.3 Partial Differentiation 289

In other words, a vector parallel to this tangent line is 〈1, 0, fx(a, b)〉, as shown in figure 13.8.If we repeat the reasoning for the tangent line above x = a, we get the vector 〈0, 1, fy(a, b)〉.

Now to find the desired normal vector we compute the cross product, 〈0, 1, fy〉 ×〈1, 0, fx〉 = 〈fx, fy,−1〉. From our earlier discussion of planes, we can write down theequation we seek: fx(a, b)x + fy(a, b)y − z = k, and k as usual can be computed bysubstituting a known point: fx(a, b)(a) + fy(a, b)(b) − c = k. There are various more-or-less nice ways to write the result:

fx(a, b)x + fy(a, b)y − z = fx(a, b)a + fy(a, b)b− c

fx(a, b)x + fy(a, b)y − fx(a, b)a− fy(a, b)b + c = z

fx(a, b)(x− a) + fy(a, b)(y − b) + c = z

fx(a, b)(x− a) + fy(a, b)(y − b) + f(a, b) = z

EXAMPLE 13.13 Find the plane tangent to x2 + y2 + z2 = 4 at (1, 1,√

2). This

point is on the upper hemisphere, so we use f(x, y) =√

4− x2 − y2. Then fx(x, y) =−x(4 − x2 − y2)−1/2 and fy(x, y) = −y(4 − x2 − y2)−1/2, so fx(1, 1) = fy(1, 1) = −1/

√2

and the equation of the plane is

z = − 1√2(x− 1)− 1√

2(y − 1) +

√2.

The hemisphere and this tangent plane are pictured in figure 13.7.

So it appears that to find a tangent plane, we need only find two quite simple ordinaryderivatives, namely fx and fy. This is true if the tangent plane exists. It is, unfortunately,not always the case that if fx and fy exist there is a tangent plane. Consider the functionxy2/(x2+y4) pictured in figure 13.3. This function has value 0 when x = 0 or y = 0, and wecan “plug the hole” by agreeing that f(0, 0) = 0. Now it’s clear that fx(0, 0) = fy(0, 0) = 0,because in the x and y directions the surface is simply a horizontal line. But it’s also clearfrom the picture that this surface does not have anything that deserves to be called a“tangent plane” at the origin, certainly not the x-y plane containing these two tangentlines.

When does a surface have a tangent plane at a particular point? What we really wantfrom a tangent plane, as from a tangent line, is that the plane be a “good” approximationof the surface near the point. Here is how we can make this precise:

DEFINITION 13.14 Let ∆x = x − x0, ∆y = y − y0, and ∆z = z − z0 where z0 =f(x0, y0). The function z = f(x, y) is differentiable at (x0, y0) if

∆z = fx(x0, y0)∆x + fy(x0, y0)∆y + ε1∆x + ε2∆y,

Page 304: 3739202 Calculus Whitman College

290 Chapter 13 Partial Differentiation

and both ε1 and ε2 approach 0 as (x, y) approaches (x0, y0).

This definition takes a bit of absorbing. Let’s rewrite the central equation a bit:

z = fx(x0, y0)(x− x0) + fy(x0, y0)(y − y0) + f(x0, y0) + ε1∆x + ε2∆y. (13.1)

The first three terms on the right are the equation of the tangent plane, that is,

fx(x0, y0)(x− x0) + fy(x0, y0)(y − y0) + f(x0, y0)

is the z-value of the point on the plane above (x0, y0). Equation 13.1 says that the z-valueof a point on the surface is equal to the z-value of a point on the plane plus a “little bit,”namely ε1∆x + ε2∆y. As (x, y) approaches (x0, y0), both ∆x and ∆y approach 0, so thislittle bit ε1∆x + ε2∆y also approaches 0, and the z-values on the surface and the planeget close to each other. But that by itself is not very interesting: since the surface andthe plane both contain the point (x0, y0, z0), the z values will approach z0 and hence getclose to each other whether the tangent plane is “tangent” to the surface or not. The extracondition in the definition says that as (x, y) approaches (x0, y0), the ε values approach0—this means that ε1∆x + ε2∆y approaches 0 much, much faster, because ε1∆x is muchsmaller than either ε1 or ∆x. It is this extra condition that makes the plane a tangentplane.

We can see that the extra condition on ε1 and ε2 is just what is needed if we look atpartial derivatives. Suppose we temporarily fix y = y0, so ∆y = 0. Then the equationfrom the definition becomes

∆z = fx(x0, y0)∆x + ε1∆x

or∆z

∆x= fx(x0, y0) + ε1.

Now taking the limit of the two sides as ∆x approaches 0, the left side turns into thepartial derivative of z with respect to x at (x0, y0), or in other words fx(x0, y0), and theright side does the same, because as (x, y) approaches (x0, y0), ε1 approaches 0. Essentiallythe same calculation works for fy.

Page 305: 3739202 Calculus Whitman College

13.4 The Chain Rule 291

Exercises

1. Find fx and fy where f(x, y) = cos(x2y) + y3. ⇒2. Find fx and fy where f(x, y) =

xy

x2 + y. ⇒

3. Find fx and fy where f(x, y) = ex2+y2. ⇒

4. Find fx and fy where f(x, y) = xy ln(xy). ⇒5. Find fx and fy where f(x, y) =

p1− x2 − y2. ⇒

6. Find fx and fy where f(x, y) = x tan(y). ⇒7. Find fx and fy where f(x, y) =

1

xy. ⇒

8. Find an equation for the plane tangent to 2x2 + 3y2 − z2 = 4 at (1, 1,−1). ⇒9. Find an equation for the plane tangent to f(x, y) = sin(xy) at (π, 1/2, 1). ⇒

10. Find an equation for the plane tangent to f(x, y) = x2 + y3 at (3, 1, 10). ⇒11. Find an equation for the plane tangent to f(x, y) = x ln(xy) at (2, 1/2, 0). ⇒12. Find an equation for the line normal to x2 + 4y2 = 2z at (2, 1, 4). ⇒

13.4 The Chain Rule

Consider the surface z = x2y + xy2, and suppose that x = 2 + t4 and y = 1− t3. We canthink of the latter two equations as describing how x and y change relative to, say, time.Then

z = x2y + xy2 = (2 + t4)2(1− t3) + (2 + t4)(1− t3)2

tells us explicitly how the z coordinate of the corresponding point on the surface dependson t. If we want to know dz/dt we can compute it more or less directly—it’s actually a bitsimpler to use the chain rule:

dz

dt= x2y′ + 2xx′y + x2yy′ + x′y2

= (2xy + y2)x′ + (x2 + 2xy)y′

= (2(2 + t4)(1− t3) + (1− t3)2)(4t3) + ((2 + t4)2 + 2(2 + t4)(1− t3))(−3t2)

If we look carefully at the middle step, dz/dt = (2xy +y2)x′+(x2 +2xy)y′, we notice that2xy + y2 is ∂z/∂x, and x2 + 2xy is ∂z/∂y. This turns out to be true in general, and givesus a new chain rule:

THEOREM 13.15 Suppose that z = f(x, y), f is differentiable, x = g(t), and y = h(t).Assuming that the relevant derivatives exist,

dz

dt=

∂z

∂x

dx

dt+

∂z

∂y

dy

dt.

Page 306: 3739202 Calculus Whitman College

292 Chapter 13 Partial Differentiation

Proof. If f is differentiable, then

∆z = fx(x0, y0)∆x + fy(x0, y0)∆y + ε1∆x + ε2∆y,

where ε1 and ε2 approach 0 as (x, y) approaches (x0, y0). Then

∆z

∆t= fx

∆x

∆t+ fy

∆y

∆t+ ε1

∆x

∆t+ ε2

∆y

∆t. (13.2)

As ∆t approaches 0, (x, y) approaches (x0, y0) and so

lim∆t→0

∆z

∆t=

dz

dt

lim∆t→0

ε1∆x

∆t= 0 · dx

dt

lim∆t→0

ε2∆y

∆t= 0 · dy

dt

and so taking the limit of (13.2) as ∆t goes to 0 gives

dz

dt= fx

dx

dt+ fy

dy

dt,

as desired.

We can write the chain rule in way that is somewhat closer to the single variable chainrule:

df

dt= 〈fx, fy〉 · 〈x′, y′〉,

or (roughly) the derivatives of the outside function “times” the derivatives of the insidefunctions. Not surprisingly, essentially the same chain rule works for functions of morethan two variables, for example, given a function of three variables f(x, y, z), where eachof x, y and z is a function of t,

df

dt= 〈fx, fy, fz〉 · 〈x′, y′, z′〉.

We can even extend the idea further. Suppose that f(x, y) is a function and x = g(s, t)and y = h(s, t) are functions of two variables s and t. Then f is “really” a function of s

and t as well, and∂f

∂s= fxgs + fyhs

∂f

∂t= fxgt + fyht.

Page 307: 3739202 Calculus Whitman College

13.5 Directional Derivatives 293

The natural extension of this to f(x, y, z) works as well.Recall that we used the ordinary chain rule to do implicit differentiation. We can do

the same with the new chain rule.

EXAMPLE 13.16 x2 + y2 + z2 = 4 defines a sphere, which is not a function of x andy, though it can be thought of as two functions, the top and bottom hemispheres. Wecan think of z as one of these two functions, so really z = z(x, y), and we can think of x

and y as particularly simple functions of x and y, and let f(x, y, z) = x2 + y2 + z2. Sincef(x, y, z) = 4, ∂f/∂x = 0, but using the chain rule:

0 =∂f

∂x= fx

∂x

∂x+ fy

∂y

∂x+ fz

∂z

∂x

= (2x)(1) + (2y)(0) + (2z)∂z

∂x,

noting that since y is temporarily held constant its derivative ∂y/∂x = 0. Now we cansolve for ∂z/∂x:

∂z

∂x= −2x

2z= −x

z.

In a similar manner we can compute ∂z/∂y.

Exercises

1. Use the chain rule to compute dz/dt for z = sin(x2 + y2), x = t2 + 3, y = t3. ⇒2. Use the chain rule to compute dz/dt for z = x2y, x = sin(t), y = t2 + 1. ⇒3. Use the chain rule to compute ∂z/∂s and ∂z/∂t for z = x2y, x = sin(st), y = t2 + s2. ⇒4. Use the chain rule to compute ∂z/∂s and ∂z/∂t for z = x2y2, x = st, y = t2 − s2. ⇒5. Use the chain rule to compute ∂z/∂x and ∂z/∂y for 2x2 + 3y2 − 2z2 = 9. ⇒6. Use the chain rule to compute ∂z/∂x and ∂z/∂y for 2x2 + y2 + z2 = 9. ⇒

13.5 Directional Derivatives

We still have not answered one of our first questions about the steepness of a surface:starting at a point on a surface given by f(x, y), and walking in a particular direction, howsteep is the surface? We are now ready to answer the question.

We already know roughly what has to be done: as shown in figure 13.5, we extend aline in the x-y plane to a vertical plane, and we then compute the slope of the curve thatis the cross-section of the surface in that plane. The major stumbling block is that whatappears in this plane to be the horizontal axis, namely the line in the x-y plane, is not an

Page 308: 3739202 Calculus Whitman College

294 Chapter 13 Partial Differentiation

actual axis—we know nothing about the “units” along the axis. Our goal is to make thisline into a t axis; then we need formulas to write x and y in terms of this new variable t;then we can write z in terms of t since we know z in terms of x and y; and finally we cansimply take the derivative.

So we need to somehow “mark off” units on the line, and we need a convenient wayto refer to the line in calculations. It turns out that we can accomplish both by using thevector form of a line. Suppose that u is a unit vector 〈u1, u2〉 in the direction of interest. Avector equation for the line through (x0, y0) in this direction is v(t) = 〈u1t + x0, u2t + y0〉.The height of the surface above the point (u1t+x0, u2t+y0) is g(t) = f(u1t+x0, u2t+y0).Because u is a unit vector, the value of t is precisely the distance along the line from(x0, y0) to (u1t + x0, u2t + y0); this means that the line is effectively a t axis, with originat the point (x0, y0), so the slope we seek is

g′(0) = 〈fx(x0, y0), fy(x0, y0)〉 · 〈u1, u2〉= 〈fx, fy〉 · u= ∇f · u

Here we have used the chain rule and the derivatives ddt (u1t+x0) = u1 and d

dt (u2t+y0) = u2.The vector 〈fx, fy〉 is very useful, so it has its own symbol, ∇f , pronounced “del f”; it isalso called the gradient of f .

EXAMPLE 13.17 Find the slope of z = x2 + y2 at (1, 2) in the direction of the vector〈3, 4〉.

We first compute the gradient at (1, 2): ∇f = 〈2x, 2y〉, which is 〈2, 4〉 at (1, 2). A unitvector in the desired direction is 〈3/5, 4/5〉, and the desired slope is then 〈2, 4〉·〈3/5, 4/5〉 =6/5 + 16/5 = 22/5.

EXAMPLE 13.18 Find a tangent vector to z = x2 +y2 at (1, 2) in the direction of thevector 〈3, 4〉 and show that it is parallel to the tangent plane at that point.

Since 〈3/5, 4/5〉 is a unit vector in the desired direction, we can easily expand it to atangent vector simply by adding the third coordinate: 〈3/5, 4/5, 22/5〉. To see that thisvector is parallel to the tangent plane, we can compute its dot product with a normal tothe plane. We know that a normal to the tangent plane is

〈fx(1, 2), fy(1, 2),−1〉 = 〈2, 4,−1〉,and the dot product is 〈2, 4,−1〉 · 〈3/5, 4/5, 22/5〉 = 6/5 + 16/5 − 22/5 = 0, so the twovectors are perpendicular. (Note that the vector normal to the surface, namely 〈fx, fy,−1〉,is simply the gradient with a −1 tacked on as the third component.)

Page 309: 3739202 Calculus Whitman College

13.5 Directional Derivatives 295

The slope of a surface given by z = f(x, y) in the direction of a (two-dimensional)vector u is called the directional derivative of f , written Duf . The directional derivativeimmediately provides us with some additional information. We know that

Duf = ∇f · u = |∇f ||u| cos θ = |∇f | cos θ

if u is a unit vector; θ is the angle between ∇f and u. This tells us immediately that thelargest value of Duf occurs when cos θ = 1, namely, when θ = 0, so ∇f is parallel to u.In other words, the gradient ∇f points in the direction of steepest ascent of the surface,and |∇f | is the slope in that direction. Likewise, the smallest value of Duf occurs whencos θ = −1, namely, when θ = π, so ∇f is anti-parallel to u. In other words, −∇f pointsin the direction of steepest descent of the surface, and −|∇f | is the slope in that direction.

EXAMPLE 13.19 Investigate the direction of steepest ascent and descent for z =x2 + y2.

The gradient is 〈2x, 2y〉 = 2〈x, y〉; this is a vector parallel to the vector 〈x, y〉, so thedirection of steepest ascent is directly away from the origin, starting at the point (x, y).The direction of steepest descent is thus directly toward the origin from (x, y). Note thatat (0, 0) the gradient vector is 〈0, 0〉, which has no direction, and it is clear from the plotof this surface that there is a minimum point at the origin, and tangent vectors in alldirections are parallel to the x-y plane.

If ∇f is perpendicular to u, Duf = |∇f | cos(π/2) = 0, since cos(π/2) = 0. This meansthat in either of the two directions perpendicular to ∇f , the slope of the surface is 0; thisimplies that a vector in either of these directions is tangent to the level curve at that point.Starting with ∇f = 〈fx, fy〉, it is easy to find a vector perpendicular to it: either 〈fy,−fx〉or 〈−fy, fx〉 will work.

If f(x, y, z) is a function of three variables, all the calculations proceed in essentiallythe same way. The rate at which f changes in a particular direction is ∇f · u, where now∇f = 〈fx, fy, fz〉 and u = 〈u1, u2, u3〉 is a unit vector. Again ∇f points in the direction ofmaximum rate of increase, −∇f points in the direction of maximum rate of decrease, andany vector perpendicular to ∇f is tangent to the level surface f(x, y, z) = k at the pointin question. Of course there are no longer just two such vectors; the vectors perpendicularto ∇f describe the tangent plane to the level surface, or in other words ∇f is a normal tothe tangent plane.

EXAMPLE 13.20 Suppose the temperature at a point in space is given by T (x, y, z) =T0/(1+x2+y2+z2); at the origin the temperature is T0, and it decreases in every direction

Page 310: 3739202 Calculus Whitman College

296 Chapter 13 Partial Differentiation

from there. It might be, for example, that there is a source of heat at the origin, and aswe get farther from the source, the temperature decreases. The gradient is

∇T = 〈 −2T0x

(1 + x2 + y2 + z2)2+

−2T0x

(1 + x2 + y2 + z2)2+

−2T0x

(1 + x2 + y2 + z2)2〉

=−2T0

(1 + x2 + y2 + z2)2〈x, y, z〉.

The gradient points directly at the origin from the point (x, y, z)—by moving directlytoward the heat source, we increase the temperature as quickly as possible.

EXAMPLE 13.21 Find the points on the surface defined by x2 + 2y2 + 3z2 = 1 wherethe tangent plane is parallel to the plane defined by 3x− y + 3z = 1.

Two planes are parallel if their normals are parallel or anti-parallel, so we want tofind the points on the surface with normal parallel or anti-parallel to 〈3,−1, 3〉. Let f =x2 + 2y2 + 3z2; the gradient of f is normal to the level surface at every point, so we arelooking for a gradient parallel to 〈3,−1, 3〉. The gradient is 〈2x, 4y, 6z〉; if it is parallel oranti-parallel to 〈3,−1, 3〉, then

〈2x, 4y, 6z〉 = k〈3,−1, 3〉

for some k. This means we need a solution to the equations

2x = 3k 4y = −k 6z = 3k

but this is three equations in four unknowns—we need another equation. What we haven’tused so far is that the points we seek are on the surface x2 + 2y2 + 3z2 = 1; this is thefourth equation. If we solve the first three equations for x, y, and z and substitute intothe fourth equation we get

1 =(

3k

2

)2

+ 2(−k

4

)2

+ 3(

3k

6

)2

=(

94

+216

+34

)k2

=258

k2

so k = ±2√

25

. The desired points are

(3√

25

,−√

210

,

√2

5

)and

(−3√

25

,

√2

10,−√

25

). You

can see the surface and all three planes in the Java applet.

Page 311: 3739202 Calculus Whitman College

13.6 Higher order derivatives 297

Exercises

1. Find Duf for f = x2 + xy + y2 in the direction of u = 〈2, 1〉 at the point (1, 1). ⇒2. Find Duf for f = sin(xy) in the direction of u = 〈−1, 1〉 at the point (3, 1). ⇒3. Find Duf for f = ex cos(y) in the direction 30 degrees from the positive x axis at the point

(1, π/4). ⇒4. The temperature of a thin plate in the x-y plane is T = x2 + y2. How fast does temperature

change at the point (1, 5) moving in a direction 30 degrees from the positive x axis? ⇒5. Suppose the density of a thin plate at (x, y) is 1/

px2 + y2 + 1. Find the rate of change of

the density at (2, 1) in a direction π/3 radians from the positive x axis. ⇒6. Suppose the electric potential at (x, y) is ln

px2 + y2. Find the rate of change of the potential

at (3, 4) toward the origin and also in a direction at a right angle to the direction toward theorigin. ⇒

7. A plane perpendicular to the x-y plane contains the point (2, 1, 8) on the paraboloid z =x2 + 4y2. The cross-section of the paraboloid created by this plane has slope 0 at this point.Find an equation of the plane. ⇒

8. A plane perpendicular to the x-y plane contains the point (3, 2, 2) on the paraboloid 36z =4x2 +9y2. The cross-section of the paraboloid created by this plane has slope 0 at this point.Find an equation of the plane. ⇒

9. Suppose the temperature at (x, y, z) is given by T = xy + sin(yz). In what direction shouldyou go from the point (1, 1, 1) to decrease the temperature as quickly as possible? What isthe rate of change of temperature in this direction? ⇒

10. Suppose the temperature at (x, y, z) is given by T = xyz. In what direction can you go fromthe point (1, 1, 1) to maintain the same temperature? ⇒

11. Find an equation for the plane tangent to x2 − 3y2 + z2 = 7 at (1, 1, 3). ⇒12. Find an equation for the plane tangent to xyz = 6 at (1, 2, 3). ⇒13. Find an equation for the line normal to x2 + 2y2 + 4z2 = 26 at (2,−3,−1). ⇒14. Find an equation for the line normal to x2 + y2 + 9z2 = 56 at (4, 2,−2). ⇒15. Find an equation for the line normal to x2 + 5y2 − z2 = 0 at (4, 2, 6). ⇒

13.6 Higher order derivatives

In single variable calculus we saw that the second derivative is often useful: in appropriatecircumstances it measures acceleration; it can be used to identify maximum and minimumpoints; it tells us something about how sharply curved a graph is. Not surprisingly, secondderivatives are also useful in the multi-variable case, but again not surprisingly, things area bit more complicated.

It’s easy to see where some complication is going to come from: with two variablesthere are four possible second derivatives. To take a “derivative,” we must take a partial

Page 312: 3739202 Calculus Whitman College

298 Chapter 13 Partial Differentiation

derivative with respect to x or y, and there are four ways to do it: x then x, x then y, y

then x, y then y.

EXAMPLE 13.22 Compute all four second derivatives of f(x, y) = x2y2.Using an obvious notation, we get:

fxx = 2y2 fxy = 4xy fyx = 4xy fyy = 2x2.

You will have noticed that two of these are the same, the “mixed partials” computedby taking partial derivatives with respect to both variables in the two possible orders. Thisis not an accident—as long as the function is reasonably nice, this will always be true.

THEOREM 13.23 Clairaut’s Theorem If the mixed partial derivatives are con-tinuous, they are equal.

EXAMPLE 13.24 Compute the mixed partials of f = xy/(x2 + y2).

fx =y3 − x2y

(x2 + y2)2fxy = −x4 − 6x2y2 + y4

(x2 + y2)3

We leave fyx as an exercise.

Exercises

1. Let f = xy/(x2 + y2); compute fxx, fyx, and fyy. ⇒2. Find all first and second partial derivatives of x3y2 + y5. ⇒3. Find all first and second partial derivatives of 4x3 + xy2 + 10. ⇒4. Find all first and second partial derivatives of x sin y. ⇒5. Find all first and second partial derivatives of sin(3x) cos(2y).

6. Find all first and second partial derivatives of ex+y2.

7. Find all first and second partial derivatives of lnp

x3 + y4.

8. Find all first and second partial derivatives of z with respect to x and y if x2+4y2+16z2−64 =0.

9. Find all first and second partial derivatives of z with respect to x and y if xy + yz + xz = 1.

13.7 Maxima and minima

Suppose a surface given by f(x, y) has a local maximum at (x0, y0, z0); geometrically, thispoint on the surface looks like the top of a hill. If we look at the cross-section in the

Page 313: 3739202 Calculus Whitman College

13.7 Maxima and minima 299

plane y = y0, we will see a local maximum on the curve at (x0, z0), and we know fromsingle-variable calculus that ∂z

∂x = 0 at this point. Likewise, in the plane x = x0, ∂z∂y = 0.

So if there is a local maximum at (x0, y0, z0), both partial derivatives at the point mustbe zero, and likewise for a local minimum. Thus, to find local maximum and minimumpoints, we need only consider those points at which both partial derivatives are 0. As inthe single-variable case, it is possible for the derivatives to be 0 at a point that is neithera maximum or a minimum, so we need to test these points further.

You will recall that in the single variable case, we examined three methods to identifymaximum and minimum points; the most useful is the second derivative test, though itdoes not always work. For functions of two variables there is also a second derivative test;again it is by far the most useful test, though it doesn’t always work.

THEOREM 13.25 Suppose that the second partial derivatives of f(x, y) are contin-uous near (x0, y0), and fx(x0, y0) = fy(x0, y0) = 0. We denote by D the discriminantD(x0, y0) = fxx(x0, y0)fyy(x0, y0) − fxy(x0, y0)2. If D > 0 and fxx(x0, y0) < 0 there isa local maximum at (x0, y0); if D > 0 and fxx(x0, y0) > 0 there is a local minimum at(x0, y0); if D < 0 there is neither a maximum nor a minimum at (x0, y0); if D = 0, thetest fails.

EXAMPLE 13.26 Verify that f(x, y) = x2 + y2 has a minimum at (0, 0).First, we compute all the needed derivatives:

fx = 2x fy = 2y fxx = 2 fyy = 2 fxy = 0.

The derivatives fx and fy are zero only at (0, 0). Applying the second derivative test there:

D(0, 0) = fxx(0, 0)fyy(0, 0)− fxy(0, 0)2 = 2 · 2− 0 = 4 > 0,

so there is a local minimum at (0, 0), and there are no other possibilities.

EXAMPLE 13.27 Find all local maxima and minima for f(x, y) = x2 − y2.The derivatives:

fx = 2x fy = −2y fxx = 2 fyy = −2 fxy = 0.

Again there is a single critical point, at (0, 0), and

D(0, 0) = fxx(0, 0)fyy(0, 0)− fxy(0, 0)2 = 2 · −2− 0 = −4 < 0,

Page 314: 3739202 Calculus Whitman College

300 Chapter 13 Partial Differentiation

−5.0

−2.5

0.0

5.0

y−5.0

x

2.50.0

2.5

−2.5

−2.5

−5.0

5.0

0.0

2.5

5.0

7.5

Figure 13.9 A saddle point, neither a maximum nor a minimum. (JA)

so there is neither a maximum nor minimum there, and so there are no local maxima orminima. The surface is shown in figure 13.9.

EXAMPLE 13.28 Find all local maxima and minima for f(x, y) = x4 + y4.The derivatives:

fx = 4x3 fy = 4y3 fxx = 12x2 fyy = 12y2 fxy = 0.

Again there is a single critical point, at (0, 0), and

D(0, 0) = fxx(0, 0)fyy(0, 0)− fxy(0, 0)2 = 0 · 0− 0 = 0,

so we get no information. However, in this case it is easy to see that there is a minimumat (0, 0), because f(0, 0) = 0 and at all other points f(x, y) > 0.

EXAMPLE 13.29 Find all local maxima and minima for f(x, y) = x3 + y3.The derivatives:

fx = 3x2 fy = 3y2 fxx = 6x2 fyy = 6y2 fxy = 0.

Page 315: 3739202 Calculus Whitman College

13.7 Maxima and minima 301

Again there is a single critical point, at (0, 0), and

D(0, 0) = fxx(0, 0)fyy(0, 0)− fxy(0, 0)2 = 0 · 0− 0 = 0,

so we get no information. In this case, a little thought shows there is neither a maximumnor a minimum at (0, 0): when x and y are both positive, f(x, y) > 0, and when x andy are both negative, f(x, y) < 0, and there are points of both kinds arbitrarily close to(0, 0). Alternately, if we look at the cross-section when y = 0, we get f(x, 0) = x3, whichdoes not have either a maximum or minimum at x = 0.

EXAMPLE 13.30 Suppose a box with no top is to hold a certain volume V . Find thedimensions for the box that result in the minimum surface area.

The area of the box is A = 2hw + 2hl + lw, and the volume is V = lwh, so we canwrite the area as a function of two variables,

A(l, w) =2V

l+

2V

w+ lw.

Then

Al = −2V

l2+ w and Aw = −2V

w2+ l.

If we set these equal to zero and solve, we find w = (2V )1/3 and l = (2V )1/3, and thecorresponding height is h = V/(2V )2/3.

The second derivatives are

All =4V

l3Aww =

4V

w3Alw = 1,

so the discriminant is

D =4V

l34V

w3− 1 = 4− 1 = 3 > 0.

Since All is 2, there is a local minimum at the critical point. Is this a global minimum?It is, but it is difficult to see this analytically; physically and graphically it is clear thatthere is a minimum, in which case it must be at the single critical point.

Recall that when we did single variable global maximum and minimum problems, theeasiest cases were those for which the variable could be limited to a finite closed interval,for then we simply had to check all critical values and the endpoints. The previous exampleis difficult because there is no finite boundary to the domain of the problem—both w andl can be in (0,∞). As in the single variable case, the problem is often simpler when thereis a finite boundary.

Page 316: 3739202 Calculus Whitman College

302 Chapter 13 Partial Differentiation

THEOREM 13.31 If f(x, y) is continuous on a closed and bounded subset of R2, thenit has both a maximum and minimum value.

As in the case of single variable functions, this means that the maximum and minimumvalues must occur at a critical point or on the boundary; in the two variable case, however,the boundary is a curve, not merely two endpoints.

EXAMPLE 13.32 The length of the diagonal of a box is to be 1 meter; find themaximum possible volume.

If the box is placed with one corner at the origin, and sides along the axes, the lengthof the diagonal is

√x2 + y2 + z2, and the volume is

V = xyz = xy√

1− x2 − y2.

Clearly, x2 + y2 ≤ 1, so the domain we are interested in is the quarter of the unit disk inthe first quadrant. Computing derivatives:

Vx =y − 2yx2 − y3

√1− x2 − y2

Vy =x− 2xy2 − x3

√1− x2 − y2

If these are both 0, then x = 0 or y = 0, or x = y = 1/√

3. The boundary of the domain iscomposed of three curves: x = 0 for y ∈ [0, 1]; y = 0 for x ∈ [0, 1]; and x2 + y2 = 1, wherex ≥ 0 and y ≥ 0. In all three cases, the volume xy

√1− x2 − y2 is 0, so the maximum

occurs at the only critical point (1/√

3, 1/√

3,√

3/9). See figure 13.10.

Exercises

1. Find all local maximum and minimum points of f = x2 + 4y2 − 2x + 8y − 1. ⇒2. Find all local maximum and minimum points of f = x2 − y2 + 6x− 10y + 2. ⇒3. Find all local maximum and minimum points of f = xy. ⇒4. Find all local maximum and minimum points of f = 9 + 4x− y − 2x2 − 3y2. ⇒5. Find all local maximum and minimum points of f = x2 + 4xy + y2 − 6y + 1. ⇒6. Find all local maximum and minimum points of f = x2 − xy + 2y2 − 5x + 6y − 9. ⇒7. A six-sided rectangular box is to hold 1/2 cubic meter; what shape should the box be to

minimize surface area? ⇒8. The post office will accept packages whose combined length and girth is at most 130 inches

(girth is the maximum distance around the package perpendicular to the length). What isthe largest volume that can be sent in a rectangular box? ⇒

Page 317: 3739202 Calculus Whitman College

13.8 Lagrange Multipliers 303

0.0

0.25

0.5

0.75

1.0

1.0

0.75

0.5

0.250.0

0.0

0.05

0.1

0.15

Figure 13.10 The volume of a box with fixed length diagonal.

9. The bottom of a rectangular box costs twice as much per unit area as the sides and top.Find the shape for a given volume that will minimize cost. ⇒

10. Using the methods of this section, find the shortest distance from the origin to the planex + y + z = 10. ⇒

11. Using the methods of this section, find the shortest distance from the point (x0, y0, z0) tothe plane ax + by + cz = d. You may assume that c 6= 0; use of Maple or similar software isrecommended. ⇒

12. A trough is to be formed by bending up two sides of a long metal rectangle so that thecross-section of the trough is an isosceles trapezoid, as in figure 6.12. If the width of themetal sheet is 2 meters, how should it be bent to maximize the volume of the trough? ⇒

13. Given the three points (1, 4), (5, 2), and (3,−2), (x− 1)2 + (y − 4)2 + (x− 5)2 + (y − 2)2 +(x − 3)2 + (y + 2)2 is the sum of the squares of the distances from point (x, y) to the threepoints. Find x and y so that this quantity is minimized. ⇒

13.8 Lagrange Multipliers

Many applied max/min problems take the form of the last two examples: we want tofind an extreme value of a function, like V = xyz, subject to a constraint, like 1 =√

x2 + y2 + z2. Often this can be done, as we have, by explicitly combining the equations

Page 318: 3739202 Calculus Whitman College

304 Chapter 13 Partial Differentiation

and then finding critical points. There is another approach that is often convenient, themethod of Lagrange multipliers.

It is somewhat easier to understand two variable problems, so we begin with one asan example. Suppose the perimeter of a rectangle is to be 100 units. Find the rectanglewith largest area. This is a fairly straightforward problem from single variable calculus.We write down the two equations: A = xy, P = 100 = 2x + 2y, solve the second ofthese for y (or x), substitute into the first, and end up with a one-variable maximizationproblem. Let’s now think of it differently: the equation A = xy defines a surface, and theequation 100 = 2x + 2y defines a curve (a line, in this case) in the x-y plane. If we graphboth of these in the three-dimensional coordinate system, we can phrase the problem likethis: what is the highest point on the surface above the line? The solution we alreadyunderstand effectively produces the equation of the cross-section of the surface above theline and then treats it as a single variable problem. Instead, imagine that we draw thelevel curves (the contour lines) for the surface in the x-y plane, along with the line.

30

40

y

0

3020 40 50

50

10

10

20

x

0

Figure 13.11 Constraint line with contour plot of the surface xy.

Imagine that the line represents a hiking trail and the contour lines are, as on atopographic map, the lines of constant altitude. How could you estimate, based on thegraph, the high (or low) points on the path? As the path crosses contour lines, you knowthe path must be increasing or decreasing in elevation. At some point you will see the pathjust touch a contour line (tangent to it), and then begin to cross contours in the oppositeorder—that point of tangency must be a maximum or minimum point. If we can identify

Page 319: 3739202 Calculus Whitman College

13.8 Lagrange Multipliers 305

all such points, we can then check them to see which gives the maximum and which theminimum value. As usual, we also need to check boundary points; in this problem, weknow that x and y are positive, so we are interested in just the portion of the line in thefirst quadrant, as shown. The endpoints of the path, the two points on the axes, are notpoints of tangency, but they are the two places that the function xy is a minimum in thefirst quadrant.

How can we actually make use of this? At the points of tangency that we seek, theconstraint curve (in this case the line) and the level curve have the same slope—theirtangent lines are parallel. This also means that the constraint curve is perpendicular tothe gradient vector of the function; going a bit further, if we can express the constraintcurve itself as a level curve, then we seek the points at which the two level curves haveparallel gradients. The curve 100 = 2x + 2y can be thought of as a level curve of thefunction 2x + 2y; figure 13.12 shows both sets of level curves on a single graph. We areinterested in those points where two level curves are tangent—but there are many suchpoints, in fact an infinite number, as we’ve only shown a few of the level curves. All alongthe line y = x are points at which two level curves are tangent. While this might seem tobe a show-stopper, it is not.

50

50

30

0

10

20

0

20

y

30 40

40

10

x

Figure 13.12 Contour plots for 2x + 2y and xy.

The gradient of 2x + 2y is 〈2, 2〉, and the gradient of xy is 〈y, x〉. They are parallelwhen 〈2, 2〉 = λ〈y, x〉, that is, when 2 = λy and 2 = λx. We have two equations in threeunknowns, which typically results in many solutions (as we expected). A third equation will

Page 320: 3739202 Calculus Whitman College

306 Chapter 13 Partial Differentiation

reduce the number of solutions; the third equation is the original constraint, 100 = 2x+2y.So we have the following system to solve:

2 = λy 2 = λx 100 = 2x + 2y.

In the first two equations, λ can’t be 0, so we may divide by it to get x = y = 2/λ.Substituting into the third equation we get

22λ

+ 22λ

= 100

8100

= λ

so x = y = 25. Note that we are not really interested in the value of λ—it is a clevertool, the Lagrange multiplier, introduced to solve the problem. In many cases, as here, itis easier to find λ than to find everything else without using λ.

The same method works for functions of three variables, except of course everythingis one dimension higher: the function to be optimized is a function of three variables andthe constraint represents a surface—for example, the function may represent temperature,and we may be interested in the maximum temperature on some surface, like a sphere.The points we seek are those at which the constraint surface is tangent to a level surface ofthe function. Once again, we consider the constraint surface to be a level surface of somefunction, and we look for points at which the two gradients are parallel, giving us threeequations in four unknowns. The constraint provides a fourth equation.

EXAMPLE 13.33 Recall example 13.32: the diagonal of a box is 1, we seek to max-imize the volume. The constraint is 1 =

√x2 + y2 + z2, which is the same as 1 =

x2 + y2 + z2. The function to maximize is xyz. The two gradient vectors are 〈2x, 2y, 2z〉and 〈yz, xz, xy〉, so the equations to be solved are

yz = 2xλ

xz = 2yλ

xy = 2zλ

1 = x2 + y2 + z2

If λ = 0 then at least two of x, y, z must be 0, giving a volume of 0, which will not be themaximum. If we multiply the first two equations by x and y respectively, we get

xyz = 2x2λ

xyz = 2y2λ

Page 321: 3739202 Calculus Whitman College

13.8 Lagrange Multipliers 307

so 2x2λ = 2y2λ or x2 = y2; in the same way we can show x2 = z2. Hence the fourthequation becomes 1 = x2 + x2 + x2 or x = 1/

√3, and so x = y = z = 1/

√3 gives the

maximum volume. This is of course the same answer we obtained previously.

Another possibility is that we have a function of three variables, and we want tofind a maximum or minimum value not on a surface but on a curve; often the curveis the intersection of two surfaces, so that we really have two constraint equations, sayg(x, y, z) = c1 and h(x, y, z) = c2. It turns out that at points on the intersection of thesurfaces where f has a maximum or minimum value,

∇f = λ∇g + µ∇h.

As before, this gives us three equations, one for each component of the vectors, but nowin five unknowns, x, y, z, λ, and µ. Since there are two constraint functions, we have atotal of five equations in five unknowns, and so can usually find the solutions we need.

EXAMPLE 13.34 The plane x + y − z = 1 intersects the cylinder x2 + y2 = 1 in anellipse. Find the points on the ellipse closest to and farthest from the origin.

We want the extreme values of f =√

x2 + y2 + z2 subject to the constraints g =x2 + y2 = 1 and h = x + y − z = 1. To simplify the algebra, we may use insteadf = x2 + y2 + z2, since this has a maximum or minimum value at exactly the points atwhich

√x2 + y2 + z2 does. The gradients are

∇f = 〈2x, 2y, 2z〉 ∇g = 〈2x, 2y, 0〉 ∇h = 〈1, 1,−1〉,

so the equations we need to solve are

2x = λ2x + µ

2y = λ2y + µ

2z = 0− µ

1 = x2 + y2

1 = x + y − z.

Subtracting the first two we get 2y − 2x = λ(2y − 2x), so either λ = 1 or x = y. If λ = 1then µ = 0, so z = 0 and the last two equations are

1 = x2 + y2 and 1 = x + y.

Page 322: 3739202 Calculus Whitman College

308 Chapter 13 Partial Differentiation

Solving these gives x = 1, y = 0, or x = 0, y = 1, so the points of interest are (1, 0, 0)and (0, 1, 0), which are both distance 1 from the origin. If x = y, the fourth equation is2x2 = 1, giving x = y = ±1/

√2, and from the fifth equation we get z = −1 ± √2. The

distance from the origin to (1/√

2, 1/√

2,−1 +√

2) is√

4− 2√

2 ≈ 1.08 and the distance

from the origin to (−1/√

2,−1/√

2,−1−√2) is√

4 + 2√

2 ≈ 2.6. Thus, the points (1, 0, 0)and (0, 1, 0) are closest to the origin and (−1/

√2,−1/

√2,−1 − √2) is farthest from the

origin. The Java applet shows the cylinder, the plane, the four points of interest, and theorigin.

Exercises

1. A six-sided rectangular box is to hold 1/2 cubic meter; what shape should the box be tominimize surface area? ⇒

2. The post office will accept packages whose combined length and girth are at most 130 inches(girth is the maximum distance around the package perpendicular to the length). What isthe largest volume that can be sent in a rectangular box? ⇒

3. The bottom of a rectangular box costs twice as much per unit area as the sides and top.Find the shape for a given volume that will minimize cost. ⇒

4. Using Lagrange multipliers, find the shortest distance from the point (x0, y0, z0) to the planeax + by + cz = d. ⇒

5. Find all points on the surface xy − z2 + 1 = 0 that are closest to the origin. ⇒6. The material for the bottom of an aquarium costs half as much as the high strength glass

for the four sides. Find the shape of the cheapest aquarium that hold a given volume V . ⇒7. The plane x− y + z = 2 intersects the cylinder x2 + y2 = 4 in an ellipse. Find the points on

the ellipse closest to and farthest from the origin. ⇒

Page 323: 3739202 Calculus Whitman College

14Multiple Integration

14.1 Volume and Average Height

Consider a surface f(x, y); you might temporarily think of this as representing physicaltopography—a hilly landscape, perhaps. What is the average height of the surface (oraverage altitude of the landscape) over some region?

As with most such problems, we start by thinking about how we might approximatethe answer. Suppose the region is a rectangle, [a, b] × [c, d]. We can divide the rectangleinto a grid, m subdivisions in one direction and n in the other, as indicated in figure 14.1.We pick x values x0, x1,. . . , xm−1 in each subdivision in the x direction, and similarly inthe y direction. At each of the points (xi, yj) in one of the smaller rectangles in the grid,we compute the height of the surface: f(xi, yj). Now the average of these heights shouldbe (depending on the fineness of the grid) close to the average height of the surface:

f(x0, y0) + f(x1, y0) + · · ·+ f(x0, y1) + f(x1, y1) + · · ·+ f(xm−1, yn−1)mn

.

As both m and n go to infinity, we expect this approximation to converge to a fixedvalue, the actual average height of the surface. For reasonably nice functions this doesindeed happen.

309

Page 324: 3739202 Calculus Whitman College

310 Chapter 14 Multiple Integration

c

y1

y2

y3

d

a x1 x2 x3 x4 x5 b

∆x

∆y

Figure 14.1 A rectangular subdivision of [a, b]× [c, d].

Using sigma notation, we can rewrite the approximation:

1mn

n−1∑

i=0

m−1∑

j=0

f(xj , yi) =1

(b− a)(d− c)

n−1∑

i=0

m−1∑

j=0

f(xj , yi)b− a

m

d− c

n

=1

(b− a)(d− c)

n−1∑

i=0

m−1∑

j=0

f(xj , yi)∆x∆y.

The two parts of this product have useful meaning: (b− a)(d− c) is of course the area ofthe rectangle, and the double sum adds up mn terms of the form f(xj , yi)∆x∆y, which isthe height of the surface at a point times the area of one of the small rectangles into whichwe have divided the large rectangle. In short, each term f(xj , yi)∆x∆y is the volumeof a tall, thin, rectangular box, and is approximately the volume under the surface andabove one of the small rectangles; see figure 14.2. When we add all of these up, we get anapproximation to the volume under the surface and above the rectangle R = [a, b]× [c, d].When we take the limit as m and n go to infinity, the double sum becomes the actualvolume under the surface, which we divide by (b− a)(d− c) to get the average height.

Double sums like this come up in many applications, so in a way it is the most impor-tant part of this example; dividing by (b− a)(d− c) is a simple extra step that allows thecomputation of an average. As we did in the single variable case, we introduce a specialnotation for the limit of such a double sum:

limm,n→∞

n−1∑

i=0

m−1∑

j=0

f(xj , yi)∆x∆y =∫∫

R

f(x, y) dx dy =∫∫

R

f(x, y) dA,

the double integral of f over the region R. The notation dA indicates a small bit ofarea, without specifying any particular order for the variables x and y; it is shorter and

Page 325: 3739202 Calculus Whitman College

14.1 Volume and Average Height 311

Figure 14.2 Approximating the volume under a surface. (JA)

more “generic” than writing dx dy. The average height of the surface in this notation is

1(b− a)(d− c)

∫∫

R

f(x, y) dA.

The next question, of course, is: How do we compute these double integrals? Youmight think that we will need some two-dimensional version of the Fundamental Theoremof Calculus, but as it turns out we can get away with just the single variable version,applied twice.

Going back to the double sum, we can rewrite it to emphasize a particular order inwhich we want to add the terms:

n−1∑

i=0

m−1∑

j=0

f(xj , yi)∆x

∆y.

In the sum in parentheses, only the value of xj is changing; yi is temporarily constant. Asm goes to infinity, this sum has the right form to turn into an integral:

limm→∞

m−1∑

j=0

f(xj , yi)∆x =∫ b

a

f(x, yi) dx.

Page 326: 3739202 Calculus Whitman College

312 Chapter 14 Multiple Integration

So after we take the limit as m goes to infinity, the sum is

n−1∑

i=0

(∫ b

a

f(x, yi) dx

)∆y.

Of course, for different values of yi this integral has different values; in other words, it isreally a function applied to yi:

G(y) =∫ b

a

f(x, y) dx.

If we substitute back into the sum we get

n−1∑

i=0

G(yi)∆y.

This sum has a nice interpretation. The value G(yi) is the area of a cross section of theregion under the surface f(x, y), namely, when y = yi. The quantity G(yi)∆y can beinterpreted as the volume of a solid with face area G(yi) and thickness ∆y. Think of thesurface f(x, y) as the top of a loaf of sliced bread. Each slice has a cross-sectional area anda thickness; G(yi)∆y corresponds to the volume of a single slice of bread. Adding theseup approximates the total volume of the loaf. (This is very similar to the technique weused to compute volumes in section 9.3, except that there we need the cross-sections tobe in some way “the same”.) Figure 14.3 shows this “sliced loaf” approximation using thesame surface as shown in figure 14.2. Nicely enough, this sum looks just like the sort ofsum that turns into an integral, namely,

limn→∞

n−1∑

i=0

G(yi)∆y =∫ d

c

G(y) dy

=∫ d

c

∫ b

a

f(x, y) dx dy.

Let’s be clear about what this means: we first will compute the inner integral, temporarilytreating y as a constant. We will do this by finding an anti-derivative with respect tox, then substituting x = a and x = b and subtracting, as usual. The result will be anexpression with no x variable but some occurrences of y. Then the outer integral will bean ordinary one-variable problem, with y as the variable.

Page 327: 3739202 Calculus Whitman College

14.1 Volume and Average Height 313

Figure 14.3 Approximating the volume under a surface with slices. (JA)

EXAMPLE 14.1 Figure 14.2 shows the function sin(xy) + 6/5 on [0.5, 3.5]× [0.5, 2.5].The volume under this surface is

∫ 2.5

0.5

∫ 3.5

0.5

sin(xy) +65

dx dy.

The inner integral is

∫ 3.5

0.5

sin(xy) +65

dx =− cos(xy)

y+

6x

5

∣∣∣∣3.5

0.5

=− cos(3.5y)

y+

cos(0.5y)y

+185

.

Unfortunately, this gives a function for which we can’t find a simple anti-derivative. Tocomplete the problem we could use Maple or similar software to approximate the integral.Doing this gives a volume of approximately 8.84, so the average height is approximately8.84/6 ≈ 1.47.

Because addition and multiplication are commutative and associative, we can rewritethe original double sum:

n−1∑

i=0

m−1∑

j=0

f(xj , yi)∆x∆y =m−1∑

j=0

n−1∑

i=0

f(xj , yi)∆y∆x.

Page 328: 3739202 Calculus Whitman College

314 Chapter 14 Multiple Integration

Now if we repeat the development above, the inner sum turns into an integral:

limn→∞

n−1∑

i=0

f(xj , yi)∆y =∫ d

c

f(xj , y) dy,

and then the outer sum turns into an integral:

limm→∞

m−1∑

j=0

(∫ d

c

f(xj , y) dy

)∆x =

∫ b

a

∫ d

c

f(x, y) dy dx.

In other words, we can compute the integrals in either order, first with respect to x theny, or vice versa. Thinking of the loaf of bread, this corresponds to slicing the loaf in adirection perpendicular to the first.

EXAMPLE 14.2 We compute∫∫

R

1 + (x − 1)2 + 4y2 dA, where R = [0, 3] × [0, 2], in

two ways.First,

∫ 3

0

∫ 2

0

1 + (x− 1)2 + 4y2 dy dx =∫ 3

0

y + (x− 1)2y +43y3

∣∣∣∣2

0

dx

=∫ 3

0

2 + 2(x− 1)2 +323

dx

= 2x +23(x− 1)3 +

323

x

∣∣∣∣3

0

= 6 +23· 8 +

323· 3− (0− 1 · 2

3+ 0)

= 44.

In the other order:∫ 2

0

∫ 3

0

1 + (x− 1)2 + 4y2 dx dy =∫ 2

0

x +(x− 1)3

3+ 4y2x

∣∣∣∣3

0

dy

=∫ 2

0

3 +83

+ 12y2 +13

dy

= 3y +83y + 4y3 +

13y

∣∣∣∣2

0

= 6 +163

+ 32 +23

= 44.

Page 329: 3739202 Calculus Whitman College

14.1 Volume and Average Height 315

In this example there is no particular reason to favor one direction over the other;in some cases, one direction might be much easier than the other, so it’s usually worthconsidering the two different possibilities.

Frequently we will be interested in a region that is not simply a rectangle. Let’scompute the volume under the surface x + 2y2 above the region described by 0 ≤ x ≤ 1and 0 ≤ y ≤ x2, shown in figure 14.4.

0

1

0 1

................................................

................................................................................................................................

...........................................

..

..

.

..

..

.

..

..

.

..

..

.

..

..

..

..

..

..

..

..

..

.

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

Figure 14.4 A parabolic region of integration.

In principle there is nothing more difficult about this problem. If we imagine the three-dimensional region under the surface and above the parabolic region as an oddly shapedloaf of bread, we can still slice it up, approximate the volume of each slice, and add thesevolumes up. For example, if we slice perpendicular to the x axis at xi, the thickness of aslice will be ∆x and the area of the slice will be

∫ x2i

0

xi + 2y2 dy.

When we add these up and take the limit as ∆x goes to 0, we get the double integral

∫ 1

0

∫ x2

0

x + 2y2 dy dx =∫ 1

0

xy +23y3

∣∣∣∣x2

0

dx

=∫ 1

0

x3 +23x6 dx

=x4

4+

221

x7

∣∣∣∣1

0

=14

+221

=2984

.

Page 330: 3739202 Calculus Whitman College

316 Chapter 14 Multiple Integration

We could just as well slice the solid perpendicular to the y axis, in which case we get

∫ 1

0

∫ 1

√y

x + 2y2 dx dy =∫ 1

0

x2

2+ 2y2x

∣∣∣∣1

√y

dy

=∫ 1

0

12

+ 2y2 − y

2− 2y2√y dy

=y

2+

23y3 − y2

4− 4

7y7/2

∣∣∣∣1

0

=12

+23− 1

4− 4

7=

2984

.

What is the average height of the surface over this region? As before, it is the volumedivided by the area of the base, but now we need to use integration to compute the areaof the base, since it is not a simple rectangle. The area is

∫ 1

0

x2 dx =13,

so the average height is 29/28.

EXAMPLE 14.3 Find the volume under the surface z =√

1− x2 and above thetriangle formed by y = x, x = 1, and the x-axis.

Let’s consider the two possible ways to set this up:

∫ 1

0

∫ x

0

√1− x2 dy dx or

∫ 1

0

∫ 1

y

√1− x2 dx dy.

Which appears easier? In the first, the first (inner) integral is easy, because we need an

anti-derivative with respect to y, and the entire integrand√

1− x2 is constant with respectto y. Of course, the second integral may be more difficult. In the second, the first integralis mildly unpleasant—a trig substitution. So let’s try the first one, since the first step iseasy, and see where that leaves us.

∫ 1

0

∫ x

0

√1− x2 dy dx =

∫ 1

0

y√

1− x2∣∣∣x

0dx =

∫ 1

0

x√

1− x2 dx.

This is quite easy, since the substitution u = 1− x2 works:∫

x√

1− x2 dx = −12

∫ √u du =

13u3/2 = −1

3(1− x2)3/2.

Page 331: 3739202 Calculus Whitman College

14.1 Volume and Average Height 317

Then ∫ 1

0

x√

1− x2 dx = −13(1− x2)3/2

∣∣∣∣1

0

=13.

This is a good example of how the order of integration can affect the complexity of theproblem. In this case it is possible to do the other order, but it is a bit messier. Insome cases one order may lead to a very difficult or impossible integral; it’s usually worthconsidering both possibilities before going very far.

Exercises

1. Compute

Z 2

0

Z 4

0

1 + x dy dx. ⇒

2. Compute

Z 1

−1

Z 2

0

x + y dy dx. ⇒

3. Compute

Z 2

1

Z y

0

xy dx dy. ⇒

4. Compute

Z 1

0

Z √y

y2/2

dx dy. ⇒

5. Compute

Z 2

1

Z x

1

x2

y2dy dx. ⇒

6. Compute

Z 1

0

Z x2

0

y

exdy dx. ⇒

7. Compute

Z √π/2

0

Z x2

0

x cos y dy dx. ⇒

8. Compute

Z π/2

0

Z cos θ

0

r2(cos θ − r) dr dθ. ⇒

9. Compute:

Z 1

0

Z 1

√y

px3 + 1 dx dy. ⇒

10. Compute:

Z 1

0

Z 1

y2y sin(x2) dx dy. ⇒

11. Compute:

Z 1

0

Z 1

x2xp

1 + y2 dy dx ⇒

12. Compute:

Z 1

0

Z y

0

2√1− x2

dx dy ⇒

13. Find the volume bounded by z = x2 + y2 and z = 4. ⇒14. Find the volume in the first octant bounded by y2 = 4− x and y = 2z. ⇒15. Find the volume in the first octant bounded by y2 = 4x, 2x + y = 4, z = y, and y = 0. ⇒16. Find the volume in the first octant bounded by x + y + z = 9, 2x + 3y = 18, and x + 3y = 9.

Page 332: 3739202 Calculus Whitman College

318 Chapter 14 Multiple Integration

17. Find the volume in the first octant bounded by x2 + y2 = a2 and z = x + y. ⇒18. Find the volume bounded by 4x2 + y2 = 4z and z = 2. ⇒19. Find the volume bounded by z = x2 + y2 and z = y. ⇒20. Three cylinders of radius 1 intersect at right angles at the origin, as shown in figure 14.5.

Find the volume contained inside all three cylinders. ⇒

Figure 14.5 Intersection of three cylinders. (JA)

14.2 Double Integrals in Cylindrical Coordinates

Suppose we have a surface given in cylindrical coordinates as z = f(r, θ) and we wish to findthe integral over some region. We could attempt to translate into rectangular coordinatesand do the integration there, but it is often easier to stay in cylindrical coordinates.

How might we approximate the volume under such a surface in a way that uses cylin-drical coordinates directly? The basic idea is the same as before: we divide the region intomany small regions, multiply the area of each small region by the height of the surfacesomewhere in that little region, and add them up. What changes is the shape of the smallregions; in order to have a nice representation in terms of r and θ, we use small pieces ofring-shaped areas, as shown in figure 14.6. Each small region is roughly rectangular, exceptthat two sides are segments of a circle and the other two sides are not quite parallel. Neara point (r, θ), the length of either circular arc is about r∆θ and the length of each straight

Page 333: 3739202 Calculus Whitman College

14.2 Double Integrals in Cylindrical Coordinates 319

side is simply ∆r. When ∆r and ∆θ are very small, the region is nearly a rectangle witharea r∆r∆θ, and the volume under the surface is approximately

∑ ∑f(ri, θj)ri∆r∆θ.

In the limit, this turns into a double integral

∫ θ1

θ0

∫ r1

r0

f(r, θ)r dr dθ.

........

...............................................................................................................................................................

.....................

......................

........................

..........................

.............................

....................................

..................................................

..........

...........................................................................................................

.....................

.......................

...........................

................................

..............................................

.....................

........................................................

.......................

............................

.........................................

................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

........................................................................................................................................................................................................................................................................................................................

∆r

r∆θ

Figure 14.6 A cylindrical coordinates “grid”.

EXAMPLE 14.4 Find the volume under z =√

4− r2 above the quarter circle boundedby the two axes and the circle x2 + y2 = 4 in the first quadrant.

In terms of r and θ, this region is described by the restrictions 0 ≤ r ≤ 2 and 0 ≤ θ ≤π/2, so we have

∫ π/2

0

∫ 2

0

√4− r2 r dr dθ =

∫ π/2

0

−13(4− r2)3/2

∣∣∣∣2

0

=∫ π/2

0

83

=4π

3.

Page 334: 3739202 Calculus Whitman College

320 Chapter 14 Multiple Integration

The surface is a portion of the sphere of radius 2 centered at the origin, in fact exactlyone-eighth of the sphere. We know the formula for volume of a sphere is (4/3)πr3, so thevolume we have computed is (1/8)(4/3)π23 = (4/3)π, in agreement with our answer.

This example is much like a simple one in rectangular coordinates: the region ofinterest may be described exactly by a constant range for each of the variables. As withrectangular coordinates, we can adapt the method to deal with more complicated regions.

EXAMPLE 14.5 Find the volume under z =√

4− r2 above the region enclosed bythe curve r = 2 cos θ, −π/2 ≤ θ ≤ π/2; see figure 14.7. The region is described in polarcoordinates by the inequalities −π/2 ≤ θ ≤ π/2 and 0 ≤ r ≤ 2 cos θ, so the double integralis ∫ π/2

−π/2

∫ 2 cos θ

0

√4− r2 r dr dθ = 2

∫ π/2

0

∫ 2 cos θ

0

√4− r2 r dr dθ.

We can rewrite the integral as shown because of the symmetry of the volume; this avoidsa complication during the evaluation. Proceeding:

2∫ π/2

0

∫ 2 cos θ

0

√4− r2 r dr dθ = 2

∫ π/2

0

−13

(4− r2)3/2∣∣∣2 cos θ

0dθ

= 2∫ π/2

0

−83

sin3 θ +83

= 2(−8

3cos3 θ

3− cos θ +

83θ

∣∣∣∣π/2

0

=83π − 32

9.

You might have learned a formula for computing areas in polar coordinates. It ispossible to compute areas as volumes, so that you need only remember one technique.Consider the surface z = 1, a horizontal plane. The volume under this surface and abovea region in the x-y plane is simply 1 · (area of the region), so computing the volume reallyjust computes the area of the region.

EXAMPLE 14.6 Find the area outside the circle r = 2 and inside r = 4 sin θ; seefigure 14.8. The region is described by π/6 ≤ θ ≤ 5π/6 and 2 ≤ r ≤ 4 sin θ, so the integral

Page 335: 3739202 Calculus Whitman College

14.2 Double Integrals in Cylindrical Coordinates 321

........

........

.......................................................

...........................

.......................................................................................................................................................................................................................................................................................................................................................................

......................................................................................................

Figure 14.7 Volume over a region with non-constant limits.

is ∫ 5π/6

π/6

∫ 4 sin θ

2

1 r dr dθ =∫ 5π/6

π/6

12r2

∣∣∣∣4 sin θ

2

=∫ 5π/6

π/6

8 sin2 θ − 2 dθ

=43π + 2

√3.

........

........

.......................................................................

.......................

................................

............................................................................................................................................................................................................................................................................................................................................................................................................................................................................

...............................................................................................................................................

........

........

.......................................................................

.......................

................................

............................................................................................................................................................................................................................................................................................................................................................................................................................................................................

...............................................................................................................................................

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

Figure 14.8 Finding area by computing volume.

Page 336: 3739202 Calculus Whitman College

322 Chapter 14 Multiple Integration

Exercises

1. Find the volume above the x-y plane, under the surface r2 = 2z, and inside r = 2. ⇒2. Find the volume inside both r = 1 and r2 + z2 = 4. ⇒3. Find the volume below z =

√1− r2 and above the top half of the cone z = r. ⇒

4. Find the volume below z = r, above the x-y plane, and inside r = cos θ. ⇒5. Find the volume below z = r, above the x-y plane, and inside r = 1 + cos θ. ⇒6. Find the volume between x2 + y2 = z2 and x2 + y2 = z. ⇒7. Find the area inside r = 1 + sin θ and outside r = 2 sin θ. ⇒8. Find the area inside both r = 2 sin θ and r = 2 cos θ. ⇒9. Find the area inside the four-leaf rose r = cos(2θ) and outside r = 1/2. ⇒

14.3 Moment and Center of Mass

Using a single integral we were able to compute the center of mass for a one-dimensionalobject with variable density, and a two dimensional object with constant density. With adouble integral we can handle two dimensions and variable density.

Just as before, the coordinates of the center of mass are

x =My

My =

Mx

M,

where M is the total mass, My is the moment around the y-axis, and Mx is the momentaround the x-axis. (You may want to review the concepts in section 9.6.)

The key to the computation, just as before, is the approximation of mass. In the two-dimensional case, we treat density σ as mass per square area, so when density is constant,mass is (density)(area). If we have a two-dimensional region with varying density givenby σ(x, y), and we divide the region into small subregions with area ∆A, then the mass ofone subregion is approximately σ(xi, yj)∆A, the total mass is approximately the sum ofmany of these, and as usual the sum turns into an integral in the limit:

M =∫ x1

x0

∫ y1

y0

σ(x, y) dy dx,

and similarly for computations in cylindrical coordinates. Then as before

Mx =∫ x1

x0

∫ y1

y0

yσ(x, y) dy dx

My =∫ x1

x0

∫ y1

y0

xσ(x, y) dy dx.

Page 337: 3739202 Calculus Whitman College

14.3 Moment and Center of Mass 323

EXAMPLE 14.7 Find the center of mass of a thin, uniform plate whose shape is theregion between y = cos x and the x-axis between x = −π/2 and x = π/2. Since the densityis constant, we may take σ(x, y) = 1.

It is clear that x = 0, but for practice let’s compute it anyway. First we compute themass:

M =∫ π/2

−π/2

∫ cos x

0

1 dy dx =∫ π/2

−π/2

cos x dx = sin x|π/2−π/2 = 2.

Next,

Mx =∫ π/2

−π/2

∫ cos x

0

y dy dx =∫ π/2

−π/2

12

cos2 x dx =π

4.

Finally,

My =∫ π/2

−π/2

∫ cos x

0

x dy dx =∫ π/2

−π/2

x cosx dx = 0.

So x = 0 as expected, and y = π/4/2 = π/8. This is the same problem as in example 9.21;it may be helpful to compare the two solutions.

EXAMPLE 14.8 Find the center of mass of a two-dimensional plate that occupies thequarter circle x2 + y2 ≤ 1 in the first quadrant and has density k(x2 + y2). It seemsclear that because of the symmetry of both the region and the density function (both areimportant!), x = y. We’ll do both to check our work.

Jumping right in:

M =∫ 1

0

∫ √1−x2

0

k(x2 + y2) dy dx = k

∫ 1

0

x2√

1− x2 +(1− x2)3/2

3dx.

This integral is something we can do, but it’s a bit unpleasant. Since everything in sightis related to a circle, let’s back up and try polar coordinates. Then x2 + y2 = r2 and

M =∫ π/2

0

∫ 1

0

k(r2) r dr dθ = k

∫ π/2

0

r4

4

∣∣∣∣1

0

dθ = k

∫ π/2

0

14

dθ = kπ

8.

Much better. Next, since y = r sin θ,

Mx = k

∫ π/2

0

∫ 1

0

r4 sin θ dr dθ = k

∫ π/2

0

15

sin θ dθ = k −15

cos θ

∣∣∣∣π/2

0

=k

5.

Similarly,

My = k

∫ π/2

0

∫ 1

0

r4 cos θ dr dθ = k

∫ π/2

0

15

cos θ dθ = k15

sin θ

∣∣∣∣π/2

0

=k

5.

Page 338: 3739202 Calculus Whitman College

324 Chapter 14 Multiple Integration

Finally, x = y =85π

.

Exercises

1. Find the center of mass of a two-dimensional plate that occupies the square [0, 1]× [0, 1] andhas density function xy. ⇒

2. Find the center of mass of a two-dimensional plate that occupies the triangle 0 ≤ x ≤ 1,0 ≤ y ≤ x, and has density function xy. ⇒

3. Find the center of mass of a two-dimensional plate that occupies the upper unit semicirclecentered at (0, 0) and has density function y. ⇒

4. Find the center of mass of a two-dimensional plate that occupies the upper unit semicirclecentered at (0, 0) and has density function x2. ⇒

14.4 Surface Area

We next seek to compute the area of a surface above (or below) a region in the x-y plane.How might we approximate this? We start, as usual, by dividing the region into a gridof small rectangles. We want to approximate the area of the surface above one of thesesmall rectangles. The area is very close to the area of the tangent plane above the smallrectangle. If the tangent plane just happened to be horizontal, of course the area wouldsimply be the area of the rectangle. For a typical plane, however, the area is the area ofa parallelogram, as indicated in figure 14.9. Note that the area of the parallelogram isobviously larger the more “tilted” the tangent plane. In the Java applet you can see thatviewed from above the four parallelograms exactly cover a rectangular region in the x-yplane.

Now recall a curious fact: the area of a parallelogram can be computed as the crossproduct of two vectors (page 246). We simply need to acquire two vectors, parallel tothe sides of the parallelogram and with lengths to match. But this is easy: in the x

direction we use the tangent vector we already know, namely 〈1, 0, fx〉 and multiply by ∆x

to shrink it to the right size: 〈∆x, 0, fx∆x〉. In the y direction we do the same thing andget 〈0, ∆y, fy∆y〉. The cross product of these vectors is 〈fx, fy,−1〉∆x∆y with length√

f2x + f2

y + 1 ∆x ∆y, the area of the parallelogram. Now we add these up and take the

limit, to produce the integral

∫ x1

x0

∫ y1

y0

√f2

x + f2y + 1 dy dx.

As before, the limits need not be constant.

Page 339: 3739202 Calculus Whitman College

14.4 Surface Area 325

Figure 14.9 Small parallelograms at points of tangency. (JA)

EXAMPLE 14.9 We find the area of the hemisphere z =√

1− x2 − y2. We computethe derivatives

fx =−x√

1− x2 − y2fx =

−y√1− x2 − y2

,

and then the area is

∫ 1

−1

∫ √1−x2

−√1−x2

√x2

1− x2 − y2+

y2

1− x2 − y2+ 1 dy dx.

This is a bit on the messy side, but we can use polar coordinates:

∫ 2π

0

∫ 1

0

√1

1− r2r dr dθ = 2π,

using the substitution u = 1− r2 for the inner integral. You may recall that the area of asphere of radius r is 4πr2, so half the area of a unit sphere is (1/2)4π = 2π, in agreementwith our answer.

Page 340: 3739202 Calculus Whitman College

326 Chapter 14 Multiple Integration

Exercises

1. Find the area of the surface of a right circular cone of height h and base radius a. ⇒2. Find the area of the portion of the plane z = mx inside the cylinder x2 + y2 = a2. ⇒3. Find the area of the portion of the plane x + y + z = 1 in the first octant. ⇒4. Find the area of the upper half of the cone x2 + y2 = z2 inside the cylinder x2 + y2− 2x = 0.⇒

5. Find the area of the upper half of the cone x2 + y2 = z2 above the interior of one loop ofr = cos(2θ). ⇒

6. Find the area of the upper hemisphere of x2 + y2 + z2 = 1 above the interior of one loop ofr = cos(2θ). ⇒

14.5 Triple Integrals

It will come as no surprise that we can also do triple integrals—integrals over a three-dimensional region. The simplest application allows us to compute volumes in an alternateway.

To approximate a volume in three dimensions, we can divide the three-dimensionalregion into small rectangular boxes, each ∆x×∆y×∆z with volume ∆x∆y∆z. Then weadd them all up and take the limit, to get an integral:

∫ x1

x0

∫ y1

y0

∫ z1

z0

dz dy dx.

Of course, if the limits are constant, we are simply computing the volume of a rectangularbox.

EXAMPLE 14.10 We use an integral to compute the volume of the box with oppositecorners at (0, 0, 0) and (1, 2, 3).

∫ 1

0

∫ 2

0

∫ 3

0

dz dy dx =∫ 1

0

∫ 2

0

z|30 dy dx =∫ 1

0

∫ 2

0

3 dy dx =∫ 1

0

3y|20 dx =∫ 1

0

6 dx = 6.

Of course, this is more interesting and useful when the limits are not constant.

EXAMPLE 14.11 Find the volume of the tetrahedron with corners at (0, 0, 0), (0, 3, 0),(2, 3, 0), and (2, 3, 5).

The whole problem comes down to correctly describing the region by inequalities:0 ≤ x ≤ 2, 3x/2 ≤ y ≤ 3, 0 ≤ z ≤ 5x/2. The lower y limit comes from the equation of

Page 341: 3739202 Calculus Whitman College

14.5 Triple Integrals 327

the line y = 3x/2 that forms one edge of the tetrahedron in the x-y plane; the upper z

limit comes from the equation of the plane z = 5x/2 that forms the “upper” side of thetetrahedron. Now the volume is

∫ 2

0

∫ 3

3x/2

∫ 5x/2

0

dz dy dx =∫ 2

0

∫ 3

3x/2

z|5x/20 dy dx

=∫ 2

0

∫ 3

3x/2

5x

2dy dx

=∫ 2

0

5x

2y

∣∣∣∣3

3x/2

dx

=∫ 2

0

15x

2− 15x2

4dx

=15x2

4− 15x3

12

∣∣∣∣2

0

= 15− 10 = 5.

Pretty much just the way we did for two dimensions we can use triple integration tocompute mass, center of mass, and various average quantities.

EXAMPLE 14.12 Suppose the temperature at a point is given by T = xyz. Find theaverage temperature in the cube with opposite corners at (0, 0, 0) and (2, 2, 2).

In two dimensions we add up the temperature at “each” point and divide by the area;here we add up the temperatures and divide by the volume, 8:

18

∫ 2

0

∫ 2

0

∫ 2

0

xyz dz dy dx =18

∫ 2

0

∫ 2

0

xyz2

2

∣∣∣∣2

0

dy dx =116

∫ 2

0

∫ 2

0

xy dy dx

=14

∫ 2

0

xy2

2

∣∣∣∣2

0

dx =18

∫ 2

0

4x dx =12

x2

2

∣∣∣∣2

0

= 1.

EXAMPLE 14.13 Suppose the density of an object is given by xz, and the objectoccupies the tetrahedron with corners (0, 0, 0), (0, 1, 0), (1, 1, 0), and (0, 1, 1). Find themass and center of mass of the object.

Page 342: 3739202 Calculus Whitman College

328 Chapter 14 Multiple Integration

Figure 14.10 A tetrahedron. (JA)

As usual, the mass is the integral of density over the region:

M =∫ 1

0

∫ 1

x

∫ y−x

0

xz dz dy dx =∫ 1

0

∫ 1

x

x(y − x)2

2dy dx =

12

∫ 1

0

x(1− x)3

3dx

=16

∫ 1

0

x− 3x2 + 3x3 − x4 dx =1

120.

We compute moments as before, except now there is a third moment:

Mxy =∫ 1

0

∫ 1

x

∫ y−x

0

xz2 dz dy dx =1

360,

Mxz =∫ 1

0

∫ 1

x

∫ y−x

0

xyz dz dy dx =1

144,

Myz =∫ 1

0

∫ 1

x

∫ y−x

0

x2z dz dy dx =1

360.

Finally, the coordinates of the center of mass are x = Myz/M = 1/3, y = Mxz/M = 5/6,and z = Mxy/M = 1/3.

Page 343: 3739202 Calculus Whitman College

14.6 Cylindrical and Spherical Coordinates 329

Exercises

1. Evaluate

Z 1

0

Z x

0

Z x+y

0

2x + y − 1 dz dy dx. ⇒

2. Evaluate

Z 2

0

Z x2

−1

Z y

1

xyz dz dy dx. ⇒

3. Evaluate

Z 1

0

Z x

0

Z ln y

0

ex+y+z dz dy dx. ⇒

4. Evaluate

Z π/2

0

Z sin θ

0

Z r cos θ

0

r2 dz dr dθ. ⇒

5. Evaluate

Z π

0

Z sin θ

0

Z r sin θ

0

r cos2 θ dz dr dθ. ⇒

6. Evaluate

Z 1

0

Z y2

0

Z x+y

0

x dz dx dy. ⇒

7. Evaluate

Z 2

1

Z y2

y

Z ln(y+z)

0

ex dx dz dy. ⇒

8. Find the mass of a cube with edge length 2 and density equal to the square of the distancefrom one corner. ⇒

9. Find the mass of a cube with edge length 2 and density equal to the square of the distancefrom one edge. ⇒

10. An object occupies the volume of the upper hemisphere of x2 + y2 + z2 = 4 and has densityz at (x, y, z). Find the center of mass. ⇒

11. An object occupies the volume of the pyramid with corners at (1, 1, 0), (1,−1, 0), (−1,−1, 0),(−1, 1, 0), and (0, 0, 2) and has density x2 + y2 at (x, y, z). Find the center of mass. ⇒

12. Verify the moments Mxy, Mxz, and Myz of example 14.13 by evaluating the integrals.

14.6 Cylindrical and Spherical Coordinates

We have seen that sometimes double integrals are simplified by doing them in polar coordi-nates; not surprisingly, triple integrals are sometimes simpler in cylindrical coordinates orspherical coordinates. To set up integrals in polar coordinates, we had to understand theshape and area of a typical small region into which the region of integration was divided.We need to do the same thing here, for three dimensional regions.

The cylindrical coordinate system is the simplest, since it is just the polar coordinatesystem plus a z coordinate. A typical small unit of volume is the shape shown in figure 14.6“fattened up” in the z direction, so its volume is r∆r∆θ∆z, or in the limit, r dr dθ dz.

EXAMPLE 14.14 Find the volume under z =√

4− r2 above the quarter circle insidex2 + y2 = 4 in the first quadrant.

Page 344: 3739202 Calculus Whitman College

330 Chapter 14 Multiple Integration

We could of course do this with a double integral, but we’ll use a triple integral:

∫ π/2

0

∫ 2

0

∫ √4−r2

0

r dz dr dθ =∫ π/2

0

∫ 2

0

√4− r2 r dr dθ =

3.

Compare this to example 14.4.

EXAMPLE 14.15 An object occupies the space inside both the cylinder x2 + y2 = 1and the sphere x2 + y2 + z2 = 4, and has density x2 at (x, y, z). Find the total mass.

We set this up in cylindrical coordinates, recalling that x = r cos θ:

∫ 2π

0

∫ 1

0

∫ √4−r2

−√4−r2r3 cos2(θ) dz dr dθ =

∫ 2π

0

∫ 1

0

2√

4− r2 r3 cos2(θ) dr dθ

=∫ 2π

0

(12815

− 225

√3)

cos2(θ) dθ

=(

12815

− 225

√3)

π

Spherical coordinates are somewhat more difficult to understand. The small volumewe want will be defined by ∆ρ, ∆φ, and ∆θ, as pictured in figure 14.11. To gain a betterunderstanding, see the Java applet. The small volume is nearly box shaped, with 4 flatsides and two sides formed from bits of concentric spheres. When ∆ρ, ∆φ, and ∆θ are allvery small, the volume of this little region will be nearly the volume we get by treating itas a box. One dimension of the box is simply ∆ρ, the change in distance from the origin.The other two dimensions are the lengths of small circular arcs, so they are r∆α for somesuitable r and α, just as in the polar coordinates case.

The easiest of these to understand is the arc corresponding to a change in φ, whichis nearly identical to the derivation for polar coordinates, as shown in the left graph infigure 14.12. In that graph we are looking “face on” at the side of the box we are interestedin, so the small angle pictured is precisely ∆φ, the vertical axis really is the z axis, butthe horizontal axis is not a real axis—it is just some line in the x-y plane. Because theother arc is governed by θ, we need to imagine looking straight down the z axis, so thatthe apparent angle we see is ∆θ. In this view, the axes really are the x and y axes. In thisgraph, the apparent distance from the origin is not ρ but ρ sin φ, as indicated in the leftgraph.

The upshot is that the volume of the little box is approximately ∆ρ(ρ∆φ)(ρ sin φ∆θ) =ρ2 sin φ∆ρ∆φ∆θ, or in the limit ρ2 sin φdρ dφ dθ.

Page 345: 3739202 Calculus Whitman College

14.6 Cylindrical and Spherical Coordinates 331

Figure 14.11 A small unit of volume for spherical coordinates. (JA)

............................................................................

......

.........................................................

......................................................................................................................................................................................................................................................................................................................................

............................................................................................................................................................................................................................................................................................................

←−−−−−− ρ sin φ −−−−−−→

.............

.............

.............

.............

.............

.......

z

∆ρ

ρ∆φ

∆φ

..................................................................

........

...............................................

...... .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

x

y

ρ sin φ∆θ

∆θ

Figure 14.12 Setting up integration in spherical coordinates.

EXAMPLE 14.16 Suppose the temperature at (x, y, z) is T = 1/(1 + x2 + y2 + z2).Find the average temperature in the unit sphere centered at the origin.

In two dimensions we add up the temperature at “each” point and divide by the area;here we add up the temperatures and divide by the volume, (4/3)π:

34π

∫ 1

−1

∫ √1−x2

−√1−x2

∫ √1−x2−y2

−√

1−x2−y2

11 + x2 + y2 + z2

dz dy dx

Page 346: 3739202 Calculus Whitman College

332 Chapter 14 Multiple Integration

This looks quite messy; since everything in the problem is closely related to a sphere, we’llconvert to spherical coordinates.

34π

∫ 2π

0

∫ π

0

∫ 1

0

11 + ρ2

ρ2 sin φdρ dφ dθ =34π

(4π − π2) = 3− 3π

4.

Exercises

1. Evaluate

Z 1

0

Z x

0

Z √x2+y2

0

(x2 + y2)3/2

x2 + y2 + z2dz dy dx. ⇒

2. Evaluate

Z Z Zx2 dV over the interior of the cylinder x2 +y2 = 1 between z = 0 and z = 5.

⇒3. Evaluate

Z Z Zxy dV over the interior of the cylinder x2 +y2 = 1 between z = 0 and z = 5.

⇒4. Evaluate

Z Z Zz dV over the region above the x-y plane, inside x2 +y2−2x = 0 and under

x2 + y2 + z2 = 4. ⇒5. Evaluate

Z Z Zyz dV over the region in the first octant, inside x2 + y2− 2x = 0 and under

x2 + y2 + z2 = 4. ⇒6. Evaluate

Z Z Zx2 + y2 dV over the interior of x2 + y2 + z2 = 4. ⇒

7. Evaluate

Z Z Z px2 + y2 dV over the interior of x2 + y2 + z2 = 4. ⇒

8. Find the mass of a right circular cone of height h and base radius a if the density is propor-tional to the distance from the base. ⇒

9. Find the mass of a right circular cone of height h and base radius a if the density is propor-tional to the distance from its axis of symmetry. ⇒

10. An object occupies the region inside the unit sphere at the origin, and has density equal tothe distance from the x-axis. Find the mass. ⇒

11. An object occupies the region inside the unit sphere at the origin, and has density equal tothe square of the distance from the origin. Find the mass. ⇒

12. An object occupies the region between the unit sphere at the origin and a sphere of radius2 with center at the origin, and has density equal to the distance from the origin. Find themass. ⇒

14.7 Change of Variables

One of the most useful techniques for evaluating integrals is substitution, both “u-substitu-tion” and trigonometric substitution, in which we change the variable to something more

Page 347: 3739202 Calculus Whitman College

14.7 Change of Variables 333

convenient. As we have seen, sometimes changing from rectangular coordinates to anothercoordinate system is helpful, and this too changes the variables. This is certainly a morecomplicated change, since instead of changing one variable for another we change an entiresuite of variables, but as it turns out it is really very similar to the kinds of change ofvariables we already know as substitution.

0.0

0.1

0.2

0.3

0.4

0.5

0.0 0.5 1.0

...........................................................................

....................................

..............................

.......................................................................................

...................................

..................................................................................................................................................................... x

y

...............................................................

..

......

..

..

.

..

..

.

..

..

.

..

..

.

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

.

..

..

..

.

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

.

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

.

..

..

..

..

..

..

.

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

. 0.0

0.1

0.2

0.3

0.4

0.5

0.0 0.5 1.0 1.5

.........................................................................

....................................

...............................

...............................

...............................

..................................

..............................................

.......................................................................................................................................................................................................................................................................................................................................

..

......

..

..

.

..

..

.

..

..

.

..

..

.

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

.

..

..

..

.

..

..

..

.

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

.

..

..

..

..

.

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

.

..

..

..

..

..

..

.

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

..

.

..

..

..

..

..

..

..

..

..

..

..

.

..

..

..

.

..

..

..

..

..

..

..

..

.

..

..

.

..

..

..

.............. u

y

Figure 14.13 Single change of variable.

Let’s examine the single variable case again, from a slightly different perspective thanwe have previously used. Suppose we start with the problem

∫ 1

0

x2√

1− x2 dx;

this computes the area in the left graph of figure 14.13. We use the substitution x = sin u

to transform the function from x2√

1− x2 to sin2 u√

1− sin2 u, and we also convert dx tocosu du. Finally, we convert the limits 0 and 1 to 0 and π/2. This transforms the integral:

∫ 2

0

x2√

1− x2 dx =∫ π/2

1

sin2 u√

1− sin2 u cosu du.

We want to notice that there are three different conversions: the main function, the differ-

ential dx, and the interval of integration. The function is converted to sin2 u√

1− sin2 u,shown in the right-hand graph of figure 14.13. It is evident that the two curves picturedthere have the same y-values in the same order, but the horizontal scale has been changed.Even though the heights are the same, the two integrals

∫ 2

0

x2√

1− x2 dx and∫ π/2

1

sin2 u√

1− sin2 u du

are not the same; clearly the right hand area is larger. One way to understand the prob-lem is to note that if both areas are approximated using, say, ten subintervals, that the

Page 348: 3739202 Calculus Whitman College

334 Chapter 14 Multiple Integration

approximating rectangles on the right are wider than their counterparts on the left, as in-dicated. In the picture, the width of the rectangle on the left is ∆x = 0.1, between 0.7 and0.8. The rectangle on the right is situated between the corresponding values arcsin(0.7)and arcsin(0.8) so that ∆u = arcsin(0.8) − arcsin(0.7). To make the widths match, andthe areas therefore the same, we can multiply ∆u by a correction factor; in this case thecorrection factor is approximately cos u = cos(arcsin(0.7)), which we compute when weconvert dx to cos u du.

Now let’s move to functions of two variables. Suppose we want to convert an integral

∫ x1

x0

∫ y1

y0

f(x, y) dy dx

to use new variables u and v. In the single variable case, there’s typically just one reasonto want to change the variable: to make the function “nicer” so that we can find anantiderivative. In the two variable case, there is a second potential reason: the two-dimensional region over which we need to integrate is somehow unpleasant, and we wantthe region in terms of u and v to be nicer—to be a rectangle, for example. Ideally, ofcourse, the new function and the new region will be no worse than the originals, and atleast one of them will be better; this doesn’t always pan out.

As before, there are three parts to the conversion: the function itself must be rewrittenin terms of u and v, dy dx must be converted to du dv, and the old region must be convertedto the new region. We will develop the necessary techniques by considering a particularexample, and we will use an example we already know how to do by other means.

Consider ∫ 1

−1

∫ √1−x2

0

√x2 + y2 dy dx.

The limits correspond to integrating over the top half of a circular disk, and we recognizethat the function will simplify in polar coordinates, so we would normally convert to polarcoordinates: ∫ π

0

∫ 1

0

√r2 r dr dθ =

π

3.

But let’s instead approach this as a substitution problem, starting with x = r cos θ, y =r sin θ. This pair of equations describes a function from “r-θ space” to “x-y space”, andbecause it involves familiar concepts, it is not too hard to understand what it does. Infigure 14.14 we have indicated geometrically a bit about how this function behaves. Thefour dots labeled 1–4 in the r-θ plane correspond to the three dots in the x-y plane; dots 1and 2 both go to the origin because r = 0. The horizontal arrow in the r-θ plane has r = 1

Page 349: 3739202 Calculus Whitman College

14.7 Change of Variables 335

everywhere and θ ranges from 0 to π, so the corresponding points x = r cos θ, y = r sin θ

start at (1, 0) and follow the unit circle counter-clockwise. Finally, the vertical arrow hasθ = π/4 and r ranges from 0 to 1, so it maps to the straight arrow in the x-y plane.Extrapolating from these few examples, it’s not hard to see that every vertical line in ther-θ plane is transformed to a line through the origin in the x-y plane, and every horizontalline in the r-θ plane is transformed to a circle with center at the origin in the x-y plane.Since we are interested in integrating over the half-disk in the x-y plane, we will integrateover the rectangle [0, π]× [0, 1] in the r-θ plane, because we now see that the points in thisrectangle are sent precisely to the upper half disk by x = r cos θ and y = r sin θ.

0

1

πθ

r.................................................................................................................................................................................................................................................................................................................................................................................................. .............

........

........

........

........

........

........

........

........

........

........

........

........

........

........

....................

.............

• •

1 2

3

4

−1 0 1

x

y

• •

•1, 2 3

4

.................................................................................................................................................

........

........

.......................................................................

.......................

................................

.....................................................................................................................................................................................................................................................

Figure 14.14 Double change of variable.

At this point we are two-thirds done with the task: we know the r-θ limits of integra-tion, and we can easily convert the function to the new variables:

√x2 + y2 =

√r2 cos2 θ + r2 sin2 θ = r

√cos2 θ + sin2 θ = r. (14.1)

The final, and most difficult, task is to figure out what replaces dx dy. (Of course, weactually know the answer, because we are in effect converting to polar coordinates. Whatwe really want is a series of steps that gets to that right answer but that will also work forother substitutions that are not so familiar.)

Let’s take a step back and remember how integration arises from approximation. Whenwe approximate the integral in the x-y plane, we are computing the volumes of tall thinboxes, in this case boxes that are ∆x×∆y ×

√x2 + y2. We are aiming to come up with

an integral in the r-θ plane that looks like this:

∫ π

0

∫ 1

0

r(?) dr dθ.

What we’re missing is exactly the right quantity to replace the “?” so that we get thecorrect answer. Of course, this integral is also the result of an approximation, in which we

Page 350: 3739202 Calculus Whitman College

336 Chapter 14 Multiple Integration

add up volumes of boxes that are ∆r ×∆θ × height; the problem is that the height thatwill give us the correct answer is not simply r. Or put another way, we can think of thecorrect height as r, but the area of the base ∆r∆θ as being wrong. The height r comesfrom equation 14.1, which is to say, it is precisely the same as the corresponding height inthe x-y version of the integral. The problem is that the area of the base ∆x ×∆y is notthe same as the area of the base ∆r ×∆θ. We can think of the “?” in the integral as acorrection factor that is needed so that ? dr dθ = dx dy.

So let’s think about what that little base ∆r×∆θ corresponds to. We know that eachbit of horizontal line in the r-θ plane corresponds to a bit of circular arc in the x-y plane,and each bit of vertical line in the r-θ plane corresponds to a bit of “radial line” in the x-yplane. In figure 14.15 we show a typical rectangle in the r-θ plane and its correspondingarea in the x-y plane.

0

1

πθ

r

∆r

∆θ..........................................................................................................................................................................................

−1 0 1

x

y

................................

............................................... ..............................

..............................

Figure 14.15 Corresponding areas.

In this case, the region in the x-y plane is approximately a rectangle with dimensions∆r × r∆θ, but in general the corner angles will not be right angles, so the region willtypically be (almost) a parallelogram. We need to compute the area of this parallelogram.We know a neat way to do this: compute the length of a certain cross product (page 246).If we can determine an appropriate two vectors we’ll be nearly done.

Fortunately, we’ve really done this before. The sides of the region in the x-y planeare formed by temporarily fixing either r or θ and letting the other variable range over asmall interval. In figure 14.15, for example, the upper right edge of the region is formedby fixing θ = 2π/3 and letting r run from 0.5 to 0.75. In other words, we have a vectorfunction v(r) = 〈r cos θ0, r sin θ0, 0〉, and we are interested in a restricted set of valuesfor r. A vector tangent to this path is given by the derivative v′(r) = 〈cos θ0, sin θ0, 0〉,and a small tangent vector, with length approximately equal to the side of the region,is 〈cos θ0, sin θ0, 0〉 dr. Likewise, if we fix r = 0.5, we get the vector function w(θ) =〈r0 cos θ, r0 sin θ, 0〉 with derivative w(θ) = 〈−r0 sin θ, r0 cos θ, 0〉 and a small tangent vector〈−r0 sin θ0, r0 cos θ0, 0〉 dθ when θ = θ0 (at the corner we’re focusing on). These vectors

Page 351: 3739202 Calculus Whitman College

14.7 Change of Variables 337

are shown in figure 14.16, with the actual region outlined by a dotted boundary. Ofcourse, since both ∆r and ∆θ are quite large, the parallelogram is not a particularly goodapproximation to the true area.

−1 0 1

x

y

.......................................................................

............................................................

..........................

..........................

.............

..........

...............

........

.

Figure 14.16 The approximating parallelogram.

The area of this parallelogram is the length of the cross product:

〈−r0 sin θ0, r0 cos θ0, 0〉 dθ × 〈cos θ0, sin θ0, 0〉 dr =

∣∣∣∣∣∣

i j k−r0 sin θ0 r0 cos θ0 0

cos θ0 sin θ0 0

∣∣∣∣∣∣dθ dr

= 〈0, 0,−r0 sin2 θ0 − r0cos2θ0〉 dθ dr.

The length of this vector is r0 dr dθ. So in general, for any values of r and θ, the areain the x-y plane corresponding to a small rectangle anchored at (θ, r) in the r-θ plane isapproximately r dr dθ. In other words, “r” replaces the “?” in equation 14.1.

In general, a substitution will start with equations x = f(u, v) and y = g(u, v). Again,it will be straightforward to convert the function being integrated. Converting the limitswill require, as above, an understanding of just how the functions f and g transform theu-v plane into the x-y plane. Finally, the small vectors we need to approximate an area willbe 〈fu, gu, 0〉 du and 〈fv, gv, 0〉 dv. The cross product of these is 〈0, 0, fugv − gufv〉 du dv

with length |fugv − gufv| du dv. The quantity |fugv − gufv| is usually denoted

∂(x, y)∂(u, v)

= |fugv − gufv|

and called the Jacobian. Note that this is the absolute value of the two by two determinant

∣∣∣∣fu gu

fv gv

∣∣∣∣ ,

Page 352: 3739202 Calculus Whitman College

338 Chapter 14 Multiple Integration

x

y

..................................................................................................................................................................................................

........................................

.....................................................................................................................................

............................................................................................................................................................

.................................

................................................................................................................................................................................................

..............

Figure 14.17 x2 − xy + y2 = 2

which may be easier to remember.Because there are two things to worry about, namely, the form of the function and

the region of integration, transformations in two (or more) variables are quite tricky todiscover.

EXAMPLE 14.17 Integrate x2 − xy + y2 over the region x2 − xy + y2 ≤ 2.The equation x2 − xy + y2 = 2 describes an ellipse as in figure 14.17; the region of

integration is the interior of the ellipse. We will use the transformation x =√

2u−√

2/3v,

y =√

2u +√

2/3v. Substituting into the function itself we get

x2 − xy + y2 = 2u2 + 2v2.

The boundary of the ellipse is x2 − xy + y2 ≤ 2, so the boundary of the correspondingregion in the u-v plane is 2u2 + 2v2 = 2 or u2 + v2 = 1, the unit circle, so this substitutionmakes the region of integration simpler.

Next, we compute the Jacobian, using f =√

2u−√

2/3v and g =√

2u +√

2/3v:

fugv − gufv =√

2√

2/3 +√

2√

2/3 =4√3.

Hence the new integral is ∫∫

R

(2u2 + 2v2)4√3

du dv,

where R is the interior of the unit circle. This is still not an easy integral, but it is easilytransformed to polar coordinates, and then easily integrated.

Page 353: 3739202 Calculus Whitman College

14.7 Change of Variables 339

Exercises

1. Complete example 14.17 by converting to polar coordinates and evaluating the integral.

2. Evaluate

Z Zxy dx dy over the square with corners (0, 0), (1, 1), (2, 0), and (1,−1) in two

ways: directly, and using x = (u + v)/2, y = (u− v)/2. ⇒3. Evaluate

Z Zx2 + y2 dx dy over the square with corners (−1, 0), (0, 1), (1, 0), and (0,−1) in

two ways: directly, and using x = (u + v)/2, y = (u− v)/2. ⇒4. Evaluate

Z Z(x + y)ex−y dx dy over the triangle with corners (0, 0), (−1, 1), and (1, 1) in

two ways: directly, and using x = (u + v)/2, y = (u− v)/2.

5. Evaluate

Z Zy(x − y) dx dy over the parallelogram with corners (0, 0), (3, 3), (7, 3), and

(4, 0) in two ways: directly, and using x = u + v, y = u.

6. Evaluate

Z Z px2 + y2 dx dy over the triangle with corners (0, 0), (4, 4), and (4, 0) using

x = u, y = uv. ⇒7. Evaluate

Z Zy sin(xy) dx dy over the region bounded by xy = 1, xy = 4, y = 1, and y = 4

using x = u/v, y = v. ⇒

Page 354: 3739202 Calculus Whitman College
Page 355: 3739202 Calculus Whitman College

15Vector Calculus

15.1 Vector Fields

This chapter is concerned with applying calculus in the context of vector fields. Atwo-dimensional vector field is a function f that maps each point (x, y) in R2 to a two-dimensional vector 〈u, v〉, and similarly a three-dimensional vector field maps (x, y, z) to〈u, v, w〉. Since a vector has no position, we typically indicate a vector field in graphicalform by placing the vector f(x, y) with its tail at (x, y). Figure 15.1 shows a representationof the vector field f(x, y) = 〈x/

√x2 + y2 + 4,−y/

√x2 + y2 + 4〉. For such a graph to be

readable, the vectors must be fairly short, which is accomplished by using a different scalefor the vectors than for the axes. Such graphs are thus useful for understanding the sizesof the vectors relative to each other but not their absolute size.

Vector fields have many important applications, as they can be used to represent manyphysical quantities: the vector at a point may represent the strength of some force (gravity,electricity, magnetism) or a velocity (wind speed or the velocity of some other fluid).

We have already seen a particularly important kind of vector field—the gradient. Givena function f(x, y), recall that the gradient is 〈fx(x, y), fy(x, y)〉, a vector that depends on(is a function of) x and y. We usually picture the gradient vector with its tail at (x, y),pointing in the direction of maximum increase. Vector fields that are gradients have someparticularly nice properties, as we will see. An important example is

F =⟨ −x

(x2 + y2 + z2)3/2,

−y

(x2 + y2 + z2)3/2,

−z

(x2 + y2 + z2)3/2

⟩,

341

Page 356: 3739202 Calculus Whitman College

342 Chapter 15 Vector Calculus

−1.6

−1.8

−2.0

1.60.0−1.2 2.0

y

2.0

1.2

1.0

1.2

−1.2

−1.0

−0.8 0.4

0.6

−0.4−0.2

x

−0.8

0.8

1.8

0.2

−1.6

1.6

0.0

1.4

−2.0

−0.6

−1.4

−0.4

0.8

0.4

Figure 15.1 A vector field.

which points from the point (x, y, z) toward the origin and has length

√x2 + y2 + z2

(x2 + y2 + z2)3/2=

1

(√

x2 + y2 + z2)2,

which is the reciprocal of the square of the distance from (x, y, z) to the origin—in otherwords, F is an “inverse square law”. The vector F is a gradient:

F = ∇ 1√x2 + y2 + z2

, (15.1)

which turns out to be extremely useful.

Exercises

Sketch the vector fields; check your work with Maple’s fieldplot command.

1. 〈x, y〉2. 〈−x,−y〉3. 〈x,−y〉4. 〈sin x, cos y〉5. 〈y, 1/x〉6. 〈x + 1, x + 3〉

Page 357: 3739202 Calculus Whitman College

15.2 Line Integrals 343

7. Verify equation 15.1.

15.2 Line Integrals

We have so far integrated “over” intervals, areas, and volumes with single, double, andtriple integrals. We now investigate integration over or “along” a curve—“line integrals”are really “curve integrals”.

As with other integrals, a geometric example may be easiest to understand. Considerthe function f = x + y and the parabola y = x2 in the x-y plane, for 0 ≤ x ≤ 2. Imaginethat we extend the parabola up to the surface f , to form a curved wall or curtain, as infigure 15.2. What is the area of the surface thus formed? We already know one way tocompute surface area, but here we take a different approach that is more useful for theproblems to come.

2.0

1.5

x

1.0

0.5

0.0 0

1

2y

3

40

1

2

3z

4

5

6

Figure 15.2 Approximating the area under a curve. (JA)

As usual, we start by thinking about how to approximate the area. We pick somepoints along the part of the parabola we’re interested in, and connect adjacent points bystraight lines; when the points are close together, the length of each line segment will beclose to the length along the parabola. Using each line segment as the base of a rectangle,we choose the height to be the height of the surface f above the line segment. If we add

Page 358: 3739202 Calculus Whitman College

344 Chapter 15 Vector Calculus

up the areas of these rectangles, we get an approximation to the desired area, and in thelimit this sum turns into an integral.

Typically the curve is in vector form, or can easily be put in vector form; in thisexample we have v(t) = 〈t, t2〉. Then as we have seen in section 12.3 on arc length,the length of one of the straight line segments in the approximation is approximatelyds = |v′| dt =

√1 + 4t2 dt, so the integral is

∫ 2

0

f(t, t2)√

1 + 4t2 dt =∫ 2

0

(t + t2)√

1 + 4t2 dt =16748

√17− 1

12− 1

64ln(4 +

√17).

This integral of a function along a curve C is often written in abbreviated form as

C

f(x, y) ds.

EXAMPLE 15.1 Compute∫

C

yex ds where C is the line segment from (1, 2) to (4, 7).

We write the line segment as a vector function: v = 〈1, 2〉 + t〈3, 5〉, 0 ≤ t ≤ 1, or inparametric form x = 1 + 3t, y = 2 + 5t. Then

C

yex ds =∫ 1

0

(2 + 5t)e1+3t√

32 + 52 dt =169

√34e4 − 1

9

√34 e.

All of these ideas extend to three dimensions in the obvious way.

EXAMPLE 15.2 Compute∫

C

x2z ds where C is the line segment from (0, 6,−1) to

(4, 1, 5).We write the line segment as a vector function: v = 〈0, 6,−1〉+ t〈4,−5, 6〉, 0 ≤ t ≤ 1,

or in parametric form x = 4t, y = 6− 5t, z = −1 + 6t. Then

C

x2z ds =∫ 1

0

(4t)2(−1 + 6t)√

16 + 25 + 36 dt = 16√

77∫ 1

0

−t2 + 6t3 dt =563

√77.

Now we turn to a perhaps more interesting example. Recall that in the simplest case,the work done by a force on an object is equal to the magnitude of the force times thedistance the object moves; this assumes that the force is constant and in the direction of

Page 359: 3739202 Calculus Whitman College

15.2 Line Integrals 345

motion. We have already dealt with examples in which the force is not constant; now weare prepared to examine what happens when the force is not parallel to the direction ofmotion.

We have already examined the idea of components of force, in example 11.4: thecomponent of a force F in the direction of a vector v is

F · v|v|2 v,

the projection of F onto v. The length of this vector, that is, the magnitude of the forcein the direction of v, is

F · v|v| ,

the scalar projection of F onto v. If an object moves subject to this (constant) force, inthe direction of v, over a distance equal to the length of v, the work done is

F · v|v| |v| = F · v.

Thus, work in the vector setting is still “force times distance”, except that “times” means“dot product”.

If the force varies from point to point, it is represented by a vector field F; the dis-placement vector v may also change, as an object may follow a curving path in two orthree dimensions. Suppose that the path of an object is given by a vector function r(t); atany point along the path, the (small) tangent vector r′∆t gives an approximation to itsmotion over a short time ∆t, so the work done during that time is approximately F · r′∆t;the total work over some time period is then

∫ t1

t0

F · r′ dt.

It is useful to rewrite this in various ways at different times. We start with

∫ t1

t0

F · r′ dt =∫

C

F · dr,

abbreviating r′ dt by dr. Or we can write

∫ t1

t0

F · r′ dt =∫ t1

t0

F · r′

|r′| |r′| dt =

∫ t1

t0

F ·T |r′| dt =∫

C

F ·T ds,

Page 360: 3739202 Calculus Whitman College

346 Chapter 15 Vector Calculus

using the unit tangent vector T, abbreviating |r′| dt as ds, and indicating the path of theobject by C. In other words, work is computed using a particular line integral of the formwe have considered. Alternately, we sometimes write

C

F · r′ dt =∫

C

〈f, g, h〉 · 〈x′, y′, z′〉 dt =∫

C

fdx

dt+ g

dy

dt+ h

dz

dtdt

=∫

C

f dx + g dy + h dz =∫

C

f dx +∫

C

g dy +∫

C

h dz,

and similarly for two dimensions, leaving out references to z.

EXAMPLE 15.3 Suppose an object moves from (−1, 1) to (2, 4) along the path r(t) =〈t, t2〉, subject to the force F = 〈x sin y, y〉. Find the work done.

We can write the force in terms of t as 〈t sin(t2), t2〉, and compute r′(t) = 〈1, 2t〉, andthen the work is

∫ 2

−1

〈t sin(t2), t2〉 · 〈1, 2t〉 dt =∫ 2

−1

t sin(t2) + 2t3 dt =152

+cos(1)− cos(4)

2.

Alternately, we might write

C

x sin y dx +∫

C

y dy =∫ 2

−1

x sin(x2) dx +∫ 4

1

y dy = −cos(4)2

+cos(1)

2+

162− 1

2

getting the same answer.

Exercises

1. Compute

Z

C

xy2 ds along the line segment from (1, 2, 0) to (2, 1, 3). ⇒

2. Compute

Z

C

sin x ds along the line segment from (−1, 2, 1) to (1, 2, 5). ⇒

3. Compute

Z

C

z cos(xy) ds along the line segment from (1, 0, 1) to (2, 2, 3). ⇒

4. Compute

Z

C

sin x dx+cos y dy along the top half of the unit circle, from (1, 0) to (−1, 0). ⇒

5. Compute

Z

C

xey dx + x2y dy along the line segment y = 3, 0 ≤ x ≤ 2. ⇒

6. Compute

Z

C

xey dx + x2y dy along the line segment x = 4, 0 ≤ y ≤ 4. ⇒

7. Compute

Z

C

xey dx + x2y dy along the curve x = 3t, y = t2, 0 ≤ t ≤ 1. ⇒

Page 361: 3739202 Calculus Whitman College

15.3 The Fundamental Theorem of Line Integrals 347

8. Compute

Z

C

xey dx + x2y dy along the curve 〈et, et〉, −1 ≤ t ≤ 1. ⇒

9. Compute

Z

C

〈cos x, sin y〉 · dr along the curve 〈t, t〉, 0 ≤ t ≤ 1. ⇒

10. Compute

Z

C

〈1/xy, 1/(x + y)〉 · dr along the path from (1, 1) to (3, 1) to (3, 6) using straight

line segments. ⇒11. Compute

Z

C

〈1/xy, 1/(x + y)〉 · dr along the curve 〈2t, 5t〉, 1 ≤ t ≤ 4. ⇒

12. Compute

Z

C

〈1/xy, 1/(x + y)〉 · dr along the curve 〈t, t2〉, 1 ≤ t ≤ 4. ⇒

13. Compute

Z

C

yz dx + xz dy + xy dz along the curve 〈t, t2, t3〉, 0 ≤ t ≤ 1. ⇒

14. Compute

Z

C

yz dx + xz dy + xy dz along the curve 〈cos t, sin t, tan t〉, 0 ≤ t ≤ π. ⇒

15. An object moves from (1, 1) to (4, 8) along the path r(t) = 〈t2, t3〉, subject to the forceF = 〈x2, sin y〉. Find the work done. ⇒

16. An object moves along the line segment from (1, 1) to (2, 5), subject to the force F =〈x/(x2 + y2), y/(x2 + y2)〉. Find the work done. ⇒

17. An object moves along the parabola r(t) = 〈t, t2〉, 0 ≤ t ≤ 1, subject to the force F =〈1/(y + 1),−1/(x + 1)〉. Find the work done. ⇒

18. An object moves along the line segment from (0, 0, 0) to (3, 6, 10), subject to the force F =〈x2, y2, z2〉. Find the work done. ⇒

19. An object moves along the curve r(t) = 〈√t, 1/√

t, t〉 1 ≤ t ≤ 4, subject to the force F =〈y, z, x〉. Find the work done. ⇒

20. An object moves from (1, 1, 1) to (2, 4, 8) along the path r(t) = 〈t, t2, t3〉, subject to the forceF = 〈sin x, sin y, sin z〉. Find the work done. ⇒

21. An object moves from (1, 0, 0) to (−1, 0, π) along the path r(t) = 〈cos t, sin t, t〉, subject tothe force F = 〈y2, y2, xz〉. Find the work done. ⇒

15.3 The Fundamental Theorem of Line Integrals

One way to write the Fundamental Theorem of Calculus (7.3) is:

∫ b

a

f ′(x) dx = f(b)− f(a).

That is, to compute the integral of a derivative f ′ we need only compute the values of f

at the endpoints. Something similar is true for line integrals of a certain form.

Page 362: 3739202 Calculus Whitman College

348 Chapter 15 Vector Calculus

THEOREM 15.4 Fundamental Theorem of Line Integrals Suppose a curve C

is given by the vector function r(t), with a = r(a) and b = r(b). Then

C

∇f · dr = f(b)− f(a),

provided that r is sufficiently nice.

Proof.

We write r = 〈x(t), y(t), z(t)〉, so that r′ = 〈x′(t), y′(t), z′(t)〉. Also, we know that∇f = 〈fx, fy, fz〉. Then

C

∇f · dr =∫ b

a

〈fx, fy, fz〉 · 〈x′(t), y′(t), z′(t)〉 dt =∫ b

a

fxx′ + fyy′ + fzz′ dt.

By the chain rule (see section 13.4) fxx′ + fyy′ + fzz′ = df/dt, where f in this context

means f(x(t), y(t), z(t)), a function of t. In other words, all we have is

∫ b

a

f ′(t) dt = f(b)− f(a).

In this context, f(a) = f(x(a), y(a), z(a)). Since a = r(a) = 〈x(a), y(a), z(a)〉, we can writef(a) = f(a)—this is a bit of a cheat, since we are simultaneously using f to mean f(t) andf(x, y, z), and since f(x(a), y(a), z(a)) is not technically the same as f(〈x(a), y(a), z(a)〉),but the concepts are clear and the different uses are compatible. Doing the same for b, weget ∫

C

∇f · dr =∫ b

a

f ′(t) dt = f(b)− f(a) = f(b)− f(a).

This theorem, like the Fundamental Theorem of Calculus, says roughly that if weintegrate a “derivative-like function” (f ′ or ∇f) the result depends only on the values ofthe original function (f) at the endpoints.

If a vector field F is the gradient of a function, F = ∇f , we say that F is a conserva-tive vector field. If F is a conservative force field, then the integral for work,

∫C

F · dr,is in the form required by the Fundamental Theorem of Line Integrals. This means thatin a conservative force field, the amount of work required to move an object from point ato point b depends only on those points, not on the path taken between them.

Page 363: 3739202 Calculus Whitman College

15.3 The Fundamental Theorem of Line Integrals 349

EXAMPLE 15.5 An object moves in the force field

F =⟨ −x

(x2 + y2 + z2)3/2,

−y

(x2 + y2 + z2)3/2,

−z

(x2 + y2 + z2)3/2

⟩,

along the curve r = 〈1+ t, t3, t cos(πt)〉 as t ranges from 0 to 1. Find the work done by theforce on the object.

The straightforward way to do this involves substituting the components of r into F,forming the dot product F ·r′, and then trying to compute the integral, but this integral isextraordinarily messy, perhaps impossible to compute. But since F = ∇(1/

√x2 + y2 + z2)

we need only substitute:

C

F · dr =1√

x2 + y2 + z2

∣∣∣∣∣

(2,1,−1)

(1,0,0)

=1√6− 1.

Another immediate consequence of the Fundamental Theorem involves closed paths.A path C is closed if it forms a loop, so that traveling over the C curve brings you back tothe starting point. If C is a closed path, we can integrate around it starting at any pointa; since the starting and ending points are the same,

C

∇f · dr = f(a)− f(a) = 0.

For example, in a gravitational field (an inverse square law field) the amount of workrequired to move an object around a closed path is zero. Of course, it’s only the netamount of work that is zero. It may well take a great deal of work to get from point a topoint b, but then the return trip will “produce” work. For example, it takes work to pumpwater from a lower to a higher elevation, but if you then let gravity pull the water backdown, you can recover work by running a water wheel or generator. (In the real world youwon’t recover all the work because of various losses along the way.)

To make use of the Fundamental Theorem of Line Integrals, we need to be able tospot conservative vector fields F and to compute f so that F = ∇f . Suppose that F =〈P, Q〉 = ∇f . Then P = fx and Q = fy, and provided that f is sufficiently nice, we knowfrom Clairaut’s Theorem (13.23) that Py = fxy = fyx = Qx. If we compute Py and Qx

and find that they are not equal, then F is not conservative. If Py = Qx, then, againprovided that F is sufficiently nice, we can be assured that F is conservative. Ultimately,

Page 364: 3739202 Calculus Whitman College

350 Chapter 15 Vector Calculus

what’s important is that we be able to find f ; as this amounts to finding anti-derivatives,we may not always succeed.

EXAMPLE 15.6 Find f so that 〈3 + 2xy, x2 − 3y2〉 = ∇f .First, note that

∂y(3 + 2xy) = 2x and

∂x(x2 − 3y2) = 2x,

so the desired f does exist. This means that fx = 3 + 2xy, so that f = 3x + x2y + g(y);the first two terms are needed to get 3+2xy, and the g(y) could be any function of y, as itwould disappear upon taking a derivative with respect to x. Likewise, since fy = x2−3y2,f = x2y − y3 + h(x). The question now becomes, is it possible to find g(y) and h(x) sothat

3x + x2y + g(y) = x2y − y3 + h(x),

and of course the answer is yes: g(y) = −y3, h(x) = 3x. Thus, f = 3x + x2y − y3.

Exercises

1. Find f so that ∇f = 〈2x + y2, 2y + x2〉, or explain why there is no such f . ⇒2. Find f so that ∇f = 〈x3,−y4〉, or explain why there is no such f . ⇒3. Find f so that ∇f = 〈xey, yex〉, or explain why there is no such f . ⇒4. Find f so that ∇f = 〈y cos x, y sin x〉, or explain why there is no such f . ⇒5. Find f so that ∇f = 〈y cos x, sin x〉, or explain why there is no such f . ⇒6. Find f so that ∇f = 〈x2y3, xy4〉, or explain why there is no such f . ⇒7. Find f so that ∇f = 〈yz, xz, xy〉, or explain why there is no such f . ⇒8. Let F = 〈yz, xz, xy〉. Find the work done by this force field on an object that moves from

(1, 0, 2) to (1, 2, 3). ⇒9. Let F = 〈ey, xey + sin z, y cos z〉. Find the work done by this force field on an object that

moves from (0, 0, 0) to (1,−1, 3). ⇒10. Let

F =

fi −x

(x2 + y2 + z2)3/2,

−y

(x2 + y2 + z2)3/2,

−z

(x2 + y2 + z2)3/2

fl.

Find the work done by this force field on an object that moves from (1, 1, 1) to (4, 5, 6). ⇒

15.4 Green's Theorem

We now come to the first of three important theorems that extend the Fundamental The-orem of Calculus to higher dimensions. (The Fundamental Theorem of Line Integrals has

Page 365: 3739202 Calculus Whitman College

15.4 Green’s Theorem 351

already done this in one way, but in that case we were still dealing with an essentiallyone-dimensional integral.) They all share with the Fundamental Theorem the followingrather vague description: To compute a certain sort of integral over a region, we may doa computation on the boundary of the region that involves one fewer integrations.

Note that this does indeed describe the Fundamental Theorem of Calculus and theFundamental Theorem of Line Integrals: to compute a single integral over an interval, wedo a computation on the boundary (the endpoints) that involves one fewer integrations,namely, no integrations at all.

THEOREM 15.7 Green’s Theorem If the vector field F = 〈P,Q〉 and the regionD are sufficiently nice, and if C is the boundary of D (C is a closed curve), then

∫∫

D

∂Q

∂x− ∂P

∂ydA =

C

P dx + Qdy,

provided the integration on the left is done counter-clockwise around C.

To indicate that an integral∫

C

is being done over a closed curve in the counter-

clockwise direction, we usually write∮

C

. We also use the notation ∂D to mean the

boundary of D oriented in the counterclockwise direction. With this notation,∮

C

=∫

∂D

.

We already know one case, not particularly interesting, in which this theorem is true:

If F is conservative, we know that the integral∮

C

F · dr = 0, because any integral of a

conservative vector field around a closed curve is zero. We also know in this case that∂P/∂y = ∂Q/∂x, so the double integral in the theorem is simply the integral of the zerofunction, namely, 0. So in the case that F is conservative, the theorem says simply that0 = 0.

EXAMPLE 15.8 We illustrate the theorem by computing both sides of∫

∂D

x4 dx + xy dy =∫∫

D

y − 0 dA,

where D is the triangular region with corners (0, 0), (1, 0), (0, 1).Starting with the double integral:

∫∫

D

y − 0 dA =∫ 1

0

∫ 1−x

0

y dy dx =∫ 1

0

(1− x)2

2dx = − (1− x)3

6

∣∣∣∣1

0

=16.

Page 366: 3739202 Calculus Whitman College

352 Chapter 15 Vector Calculus

There is no single formula to describe the boundary of D, so to compute the left sidedirectly we need to compute three separate integrals corresponding to the three sides ofthe triangle, and each of these integrals we break into two integrals, the “dx” part and the“dy” part. The three sides are described by y = 0, y = 1 − x, and x = 0. The integralsare then

∂D

x4 dx + xy dy =∫ 1

0

x4 dx +∫ 0

0

0 dy +∫ 0

1

x4 dx +∫ 1

0

(1− y)y dy +∫ 0

0

0 dx +∫ 0

1

0 dy

=15

+ 0− 15

+16

+ 0 + 0 =16.

Alternately, we could descibe the three sides in vector form as 〈t, 0〉, 〈1 − t, t〉, and〈0, 1− t〉. Note that in each case, as t ranges from 0 to 1, we follow the corresponding sidein the correct direction. Now

∂D

x4 dx + xy dy =∫ 1

0

t4 + t · 0 dt +∫ 1

0

−(1− t)4 + (1− t)t dt +∫ 1

0

0 + 0 dt

=∫ 1

0

t4 dt +∫ 1

0

−(1− t)4 + (1− t)t dt =16.

In this case, none of the integrations are difficult, but the second approach is some-what tedious because of the necessity to set up three different integrals. In differentcircumstances, either of the integrals, the single or the double, might be easier to compute.Sometimes it is worthwhile to turn a single integral into the corresponding double integral,sometimes exactly the opposite approach is best.

Here is a clever use of Green’s Theorem: We know that areas can be computed usingdouble integrals, namely, ∫∫

D

1 dA

computes the area of region D. If we can find P and Q so that ∂Q/∂x− ∂P/∂y = 1, thenthe area is also ∫

∂D

P dx + Qdy.

It is quite easy to do this: P = 0, Q = x works, as do P = −y, Q = 0 and P = −y/2, Q =x/2.

Page 367: 3739202 Calculus Whitman College

15.4 Green’s Theorem 353

(0, b)

(a, 0)

•....................................................................

.......................

.............................

.........................................

................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

..............................................

..............................................................................................................................

Figure 15.3 A “standard” ellipse, x2

a2 + y2

b2= 1.

EXAMPLE 15.9 An ellipse centered at the origin, with its two principal axes alignedwith the x and y axes, is given by

x2

a2+

y2

b2= 1.

We find the area of the interior of the ellipse via Green’s theorem. To do this we need avector equation for the boundary; one such equation is 〈a cos t, b sin t〉, as t ranges from 0to 2π. We can easily verify this by substitution:

x2

a2+

y2

b2=

a2 cos2 t

a2+

b2 sin2 t

b2= cos2 t + sin2 t = 1.

Let’s consider the three possibilities for P and Q above: Using 0 and x gives∮

C

0 dx + x dy =∫ 2π

0

a cos(t)b cos(t) dt =∫ 2π

0

ab cos2(t) dt.

Using −y and 0 gives∮

C

−y dx + 0 dy =∫ 2π

0

−b sin(t)(−a sin(t)) dt =∫ 2π

0

ab sin2(t) dt.

Finally, using −y/2 and x/2 gives∮

C

−y

2dx +

x

2dy =

∫ 2π

0

−b sin(t)2

(−a sin(t)) dt +a cos(t)

2(b cos(t)) dt

=∫ 2π

0

ab sin2 t

2+

ab cos2 t

2dt =

∫ 2π

0

ab

2dt = πab.

The first two integrals are not particularly difficult, but the third is very easy, though thechoice of P and Q seems more complicated.

Page 368: 3739202 Calculus Whitman College

354 Chapter 15 Vector Calculus

Proof of Green’s Theorem.

We cannot here prove Green’s Theorem in general, but we can do a special case. Weseek to prove that ∮

C

P dx + Qdy =∫∫

D

∂Q

∂x− ∂P

∂ydA.

It is sufficient to show that∮

C

P dx =∫∫

D

−∂P

∂ydA and

C

Q dy =∫∫

D

∂Q

∂xdA,

which we can do if we can compute the double integral in both possible ways, that is, usingdA = dy dx and dA = dx dy.

For the first equation, we start with

∫∫

D

∂P

∂ydA =

∫ b

a

∫ g2(x)

g1(x)

∂P

∂ydy dx =

∫ b

a

P (x, g2(x))− P (x, g1(x)) dx.

Here we have simply used the ordinary Fundamental Theorem of Calculus, since for theinner integral we are integrating a derivative with respect to y: an antiderivative of ∂P/∂y

with respect to y is simply P (x, y), and then we substitute g1 and g2 for y and subtract.Now we need to manipulate

∮C

P dx. The boundary of region D consists of 4 parts,given by the equations y = g1(x), x = b, y = g2(x), and x = a. On the portions x = b

and x = a, dx = 0 dt, so the corresponding integrals are zero. For the other two portions,we use the parametric forms x = t, y = g1(t), a ≤ t ≤ b, and x = t, y = g2(t), letting t

range from b to a, since we are integrating counter-clockwise around the boundary. Theresulting integrals give us

C

P dx =∫ b

a

P (t, g1(t)) dt +∫ a

b

P (t, g2(t)) dt =∫ b

a

P (t, g1(t)) dt−∫ b

a

P (t, g2(t)) dt

=∫ b

a

P (t, g1(t))− P (t, g2(t)) dt

which is the result of the double integral times −1, as desired.The equation involving Q is essentially the same, and left as an exercise.

Page 369: 3739202 Calculus Whitman College

15.5 Divergence and Curl 355

Exercises

1. Compute

Z

∂D

2y dx + 3x dy, where D is described by 0 ≤ x, y ≤ 1. ⇒

2. Compute

Z

∂D

xy dx + xy dy, where D is described by 0 ≤ x, y ≤ 1. ⇒

3. Compute

Z

∂D

e2x+3y dx + exy dy, where D is described by −2 ≤ x ≤ 2, −1 ≤ y ≤ 1. ⇒

4. Compute

Z

∂D

y cos x dx + y sin x dy, where D is described by 0 ≤ x ≤ π/2, 1 ≤ y ≤ 2. ⇒

5. Compute

Z

∂D

x2y dx + xy2 dy, where D is described by 0 ≤ x ≤ 1, 0 ≤ y ≤ x. ⇒

6. Compute

Z

∂D

x√

y dx +√

x + y dy, where D is described by 1 ≤ x ≤ 2, 2x ≤ y ≤ 4. ⇒

7. Compute

Z

∂D

(x/y) dx + (2 + 3x) dy, where D is described by 1 ≤ x ≤ 2, 1 ≤ y ≤ x2. ⇒

8. Compute

Z

∂D

sin y dx + sin x dy, where D is described by 0 ≤ x ≤ π/2, x ≤ y ≤ π/2. ⇒

9. Compute

Z

∂D

x ln y dx, where D is described by 1 ≤ x ≤ 2, ex ≤ y ≤ ex2. ⇒

10. Compute

Z

∂D

p1 + x2 dy, where D is described by −1 ≤ x ≤ 1, x2 ≤ y ≤ 1. ⇒

11. Compute

Z

∂D

x2y dx− xy2 dy, where D is described by x2 + y2 ≤ 1. ⇒

12. Compute

Z

∂D

y3 dx + 2x3 dy, where D is described by x2 + y2 ≤ 4. ⇒

13. Finish our proof of Green’s Theorem by showing that

I

C

Q dy =

ZZ

D

∂Q

∂xdA.

15.5 Divergence and Curl

Divergence and curl are two measurements of vector fields that are very useful in a variety ofapplications. Both are most easily understood by thinking of the vector field as representinga flow of a liquid or gas; that is, each vector in the vector field should be interpreted as avelocity vector. Roughly speaking, divergence measures the tendency of the fluid to collector disperse at a point, and curl measures the tendency of the fluid to swirl around the point.Divergence is a scalar, that is, a single number, while curl is itself a vector. The magnitudeof the curl measures how much the fluid is swirling, the direction indicates the axis aroundwhich it tends to swirl. These ideas are somewhat subtle in practice, and are beyondthe scope of this course. You can find additional information on the web, for exampleat http://www.math.umn.edu/~nykamp/m2374/readings/divcurl/ and in many books

Page 370: 3739202 Calculus Whitman College

356 Chapter 15 Vector Calculus

including Div, Grad, Curl, and All That: An Informal Text on Vector Calculus, by H. M.Schey.

Recall that if f is a function, the gradient of f is given by

∇f =⟨

∂f

∂x,∂f

∂y,∂f

∂z

⟩.

A useful mnemonic for this (and for the divergence and curl, as it turns out) is to let

∇ =⟨

∂x,

∂y,

∂z

⟩,

that is, we pretend that ∇ is a vector with rather odd looking entries. Recalling that〈u, v, w〉a = 〈ua, va, wa〉, we can then think of the gradient as

∇f =⟨

∂x,

∂y,

∂z

⟩f =

⟨∂f

∂x,∂f

∂y,∂f

∂z

⟩,

that is, we simply multiply the f into the vector.The divergence and curl can now be defined in terms of this same odd vector ∇ by

using the cross product and dot product. The divergence of a vector field F = 〈f, g, h〉 is

∇ · F =⟨

∂x,

∂y,

∂z

⟩· 〈f, g, h〉 =

∂f

∂x+

∂g

∂y+

∂h

∂z.

The curl of F is

∇× F =

∣∣∣∣∣∣

i j k∂∂x

∂∂y

∂∂z

f g h

∣∣∣∣∣∣=

⟨∂h

∂y− ∂g

∂z,∂f

∂z− ∂h

∂x,∂g

∂x− ∂f

∂y

⟩.

Here are two simple but useful facts about divergence and curl.

THEOREM 15.10 ∇ · (∇× F) = 0.

In words, this says that the divergence of the curl is zero.

THEOREM 15.11 ∇× (∇f) = 0.

That is, the curl of a gradient is the zero vector. Recalling that gradients are conser-vative vector fields, this says that the curl of a conservative vector field is the zero vector.Under suitable conditions, it is also true that if the curl of F is 0 then F is conservative.

Page 371: 3739202 Calculus Whitman College

15.5 Divergence and Curl 357

EXAMPLE 15.12 Let F = 〈ez, 1, xez〉. Then ∇× F = 〈0, ez − ez, 0〉 = 0. Thus, F isconservative, and we can exhibit this directly by finding the corresponding f .

Since fx = ez, f = xez + g(y, z). Since fy = 1, it must be that gy = 1, so g(y, z) =y + h(z). Thus f = xez + y + h(z) and

xez = fzxez + 0 + h′(z),

so h′(z) = 0, i.e., h(z) = C, and f = xez + y + C.

We can rewrite Green’s Theorem using these new ideas; these rewritten versions inturn are closer to some later theorems we will see.

Suppose we write a two dimensional vector field in the form F = 〈P,Q, 0〉, where P

and Q are functions of x and y. Then

∇× F =

∣∣∣∣∣∣

i j k∂∂x

∂∂y

∂∂z

P Q 0

∣∣∣∣∣∣= 〈0, 0, Qx − Py〉,

and so (∇× F) · k = 〈0, 0, Qx − Py〉 · 〈0, 0, 1〉 = Qx − Py. So Green’s Theorem says∫

∂D

F · dr =∫

∂D

P dx + Qdy =∫∫

D

Qx − Py dA =∫∫

D

(∇× F) · k dA. (15.2)

Roughly speaking, the right-most integral adds up the curl (tendency to swirl) at eachpoint in the region; the left-most integral adds up the tangential components of the vectorfield around the entire boundary. Green’s Theorem says these are equal, or roughly, thatthe sum of the “microscopic” swirls over the region is the same as the “macroscopic” swirlaround the boundary.

Next, suppose that the boundary ∂D has a vector form r(t), so that r′(t) is tangent tothe boundary, and T = r′(t)/|r′(t)| is the usual unit tangent vector. Writing r = 〈x(t), y(t)〉we get

T =〈x′, y′〉|r′(t)|

and then

N =〈y′,−x′〉|r′(t)|

is a unit vector perpendicular to T, that is, a unit normal to the boundary. Now∫

∂D

F ·N ds =∫

∂D

〈P,Q〉 · 〈y′,−x′〉|r′(t)| |r

′(t)|dt =∫

∂D

Py′ dt−Qx′ dt

=∫

∂D

P dy −Qdx =∫

∂D

−Qdx + P dy.

Page 372: 3739202 Calculus Whitman College

358 Chapter 15 Vector Calculus

So far, we’ve just rewritten the original integral using alternate notation. The last integrallooks just like the left side of Green’s Theorem (15.7) except that P and Q have tradedplaces and Q has acquired a negative sign. Then applying Green’s Theorem we get

∂D

−Qdx + P dy =∫∫

D

Px + Qy dA =∫∫

D

∇ · F dA.

Summarizing the long string of equalities,∫

∂D

F ·N ds =∫∫

D

∇ · F dA. (15.3)

Roughly speaking, the first integral adds up the flow across the boundary of the region,from inside to out, and the second sums the divergence (tendency to spread) at each pointin the interior. The theorem roughly says that the sum of the “microscopic” spreads is thesame as the total spread across the boundary and out of the region.

Exercises

1. Let F = 〈xy,−xy〉 and let D be given by 0 ≤ x ≤ 1, 0 ≤ y ≤ 1. Compute

Z

∂D

F · dr andZ

∂D

F ·N ds. ⇒

2. Let F = 〈ax2, by2〉 and let D be given by 0 ≤ x ≤ 1, 0 ≤ y ≤ 1. Compute

Z

∂D

F · dr andZ

∂D

F ·N ds. ⇒

3. Let F = 〈ay2, bx2〉 and let D be given by 0 ≤ x ≤ 1, 0 ≤ y ≤ x. Compute

Z

∂D

F · dr andZ

∂D

F ·N ds. ⇒4. Let F = 〈sin x cos y, cos x sin y〉 and let D be given by 0 ≤ x ≤ π/2, 0 ≤ y ≤ x. ComputeZ

∂D

F · dr and

Z

∂D

F ·N ds. ⇒

5. Let F = 〈y,−x〉 and let D be given by x2 + y2 ≤ 1. Compute

Z

∂D

F · dr and

Z

∂D

F ·N ds.

⇒6. Let F = 〈x, y〉 and let D be given by x2 + y2 ≤ 1. Compute

Z

∂D

F · dr and

Z

∂D

F ·N ds. ⇒

15.6 Vector Equations of Surfaces

We have dealt extensively with vector equations for curves, r(t) = 〈x(t), y(t), z(t)〉. Asimilar technique can be used to represent surfaces in a way that is more general than the

Page 373: 3739202 Calculus Whitman College

15.6 Vector Equations of Surfaces 359

equations for surfaces we have used so far. Recall that when we use r(t) to represent acurve, we imagine the vector r(t) with its tail at the origin, and then we follow the headof the arrow as t changes. The vector “draws” the curve through space as t varies.

Suppose we instead have a vector function of two variables,

r(u, v) = 〈x(u, v), y(u, v), z(u, v)〉.

As both u and v vary, we again imagine the vector r(u, v) with its tail at the origin, andits head sweeps out a surface in space. A useful analogy is the technology of CRT videoscreens, in which an electron gun fires electrons in the direction of the screen. The gun’sdirection sweeps horizontally and vertically to “paint” the screen with the desired image.In practice, the gun moves horizontally through an entire line, then moves vertically to thenext line and repeats the operation. In the same way, it can be useful to imagine fixing avalue of v and letting r(u, v) sweep out a curve as u changes. Then v can change a bit, andr(u, v) sweeps out a new curve very close to the first. Put enough of these curves togetherand they form a surface.

EXAMPLE 15.13 Consider the function r(u, v) = 〈v cos u, v sin u, v〉. For a fixed valueof v, as u varies from 0 to 2π, this traces a circle in space at height v above the x-yplane and with radius v. Put lots and lots of these together,and they form a cone, as infigure 15.4.

−20

1

−2

2

z

0

3

x02y 2

−20

1

−2

2

z

0

3

x02y 2

Figure 15.4 Tracing a surface.

Page 374: 3739202 Calculus Whitman College

360 Chapter 15 Vector Calculus

EXAMPLE 15.14 Let r = 〈v cos u, v sin u, u〉. If v is constant, the resulting curve is ahelix (as in figure 12.1). If u is constant, the resulting curve is a straight line at height u

in the direction u radians from the positive x axis. Note in figure 15.5 how the helixes andthe lines both paint the same surface in a different way.

Figure 15.5 Tracing a surface. (JA)

This technique allows us to represent many more surfaces than previously.

EXAMPLE 15.15 The curve given by

r = 〈(2 + cos(3u/2)) cos u, (2 + cos(3u/2)) sin u, sin(3u/2)〉

is called a trefoil knot. Recall that from the vector equation of the curve we can computethe unit tangent T, the unit normal N, and the binormal vector B = T ×N; you maywant to review section 12.3. The binormal is perpendicular to both T and N; one way tointerpret this is that N and B define a plane perpendicular to T, that is, perpendicular tothe curve; since N and B are perpendicular to each other, they can function just as i andj do for the x-y plane. So, for example, c(v) = N cos v + B sin v is a vector equation fora unit circle in a plane perpendicular to the curve described by r, except that the usualinterpretation of c would put its center at the origin. We can fix that simply by adding cto the original r: let f = r(u) + c(v). For a fixed u this draws a circle around the pointr(u); as u varies we get a sequence of such circles around the curve r, that is, a tube ofradius 1 with r at its center. We can easily change the radius; for example r(u) + ac(v)gives the tube radius a; we can make the radius vary as we move along the curve withr(u) + g(u)c(v), where g(u) is a function of u. As shown in figure 15.6, it is hard to seethat the plain knot is knotted; the tube makes the structure apparent. Of course, there is

Page 375: 3739202 Calculus Whitman College

15.6 Vector Equations of Surfaces 361

nothing special about the trefoil knot in this example; we can put a tube around (almost)any curve in the same way.

Figure 15.6 Tubes around a trefoil knot, with radius 1/2 and 3 cos(u)/4. (JA)

We have previously examined surfaces given in the form f(x, y). It is sometimesuseful to represent such surfaces in the more general vector form, which is quite easy:r(u, v) = 〈u, v, f(u, v)〉. The names of the variables are not important of course; insteadof disguising x and y, we could simply write r(x, y) = 〈x, y, f(x, y)〉.

We have also previously dealt with surfaces that are not functions of x and y; manyof these are easy to represent in vector form. One common type of surface that cannot berepresented as z = f(x, y) is a surface given by an equation involving only x and y. Forexample, x + y = 1 and y = x2 are “vertical” surfaces. For every point (x, y) in the planethat satisfies the equation, the point (x, y, z) is on the surface, for every value of z. Thus,a corresponding vector form for the surface is something like 〈f(u), g(u), v〉; for example,x + y = 1 becomes 〈u, 1− u, v〉 and y = x2 becomes 〈u, u2, v〉.

Yet another sort of example is the sphere, say x2 +y2 +z2 = 1. This cannot be writtenin the form z = f(x, y), but it is easy to write in vector form; indeed this particularsurface is much like the cone, since it has circular cross-sections, or we can think of it asa tube around a portion of the z-axis, with a radius that varies depending on where alongthe axis we are. One vector expression for the sphere is 〈√1− v2 cos u,

√1− v2 sin u, v〉—

this emphasizes the tube structure, as it is naturally viewed as drawing a circle of radius√1− v2 around the z-axis at height v. We could also take a cue from spherical coordinates,

and write 〈sinu cos v, sin u sin v, cos u〉, where in effect u and v are φ and θ in disguise.

Page 376: 3739202 Calculus Whitman College

362 Chapter 15 Vector Calculus

It is quite simple in Maple to plot any surface for which you have a vector represen-tation. Using different vector functions sometimes gives different looking plots, becauseMaple in effect draws the surface by holding one variable constant and then the other. Forexample, you might have noticed in figure 15.5 that the curves in the two right-hand graphsare superimposed on the left-hand graph; the graph of the surface is just the combinationof the two sets of curves, with the spaces filled in with color.

Here’s a simple but striking example: the plane x + y + z = 1 can be representedquite naturally as 〈u, v, 1− u− v〉. But we could also think of painting the same plane bychoosing a particular point on the plane, say (1, 0, 0), and then drawing circles or ellipses(or any of a number of other curves) as if that point were the origin in the plane. Forexample, 〈1− v cosu− v sin u, v sin u, v cos u〉 is one such vector function. Note that whileit may not be obvious where this came from, it is quite easy to see that the sum of the x,y, and z components of the vector is always 1. Maple’s renderings of the plane using thesetwo functions are shown in figure 15.7.

−1

0

1−1

0

1−1

0

1

2

3

−1.0

−0.5

0.0

0.5

1.0

0

1

2−1.0

−0.5

0.0

0.5

1.0

Figure 15.7 Two representations of the same plane. (JA)

Suppose we know that a plane contains a particular point (x0, y0, z0) and that twovectors u = 〈u0, u1, u2〉 and v = 〈v0, v1, v2〉 are parallel to the plane but not to each other.We know how to get an equation for the plane in the form ax + by + cz = d, by first

Page 377: 3739202 Calculus Whitman College

15.6 Vector Equations of Surfaces 363

computing u× v. It’s even easier to get a vector equation:

r(u, v) = 〈x0, y0, z0〉+ uu + vv.

The first vector gets to the point (x0, y0, z0) and then by varying u and v, uu+ vv gets toevery point in the plane.

Returning to x + y + z = 1, the points (1, 0, 0), (0, 1, 0), and (0, 0, 1) are all on theplane. By subtracting coordinates we see that 〈−1, 0, 1〉 and 〈−1, 1, 0〉 are parallel to theplane, so a third vector form for this plane is

〈1, 0, 0〉+ u〈−1, 0, 1〉+ v〈−1, 1, 0〉 = 〈1− u− v, v, u〉.This is clearly quite similar to the first form we found.

We have already seen (section 14.4) how to find the area of a surface when it is definedin the form f(x, y). Finding the area when the surface is given as a vector function is verysimilar. Looking at the plots of surfaces we have just seen, it is evident that the two setsof curves that fill out the surface divide it into a grid, and that the spaces in the grid areapproximately parallelograms. As before this is the key: we can write down the area of atypical little parallelogram and add them all up with an integral.

Suppose we want to approximate the area of the surface r(u, v) near r(u0, v0). Thefunctions r(u, v0) and r(u0, v) define two curves that intersect at r(u0, v0). The deriva-tives of r give us vectors tangent to these two curves: ru(u0, v0) and rv(u0, v0), and thenru(u0, v0) du and rv(u0, v0) dv are two small tangent vectors, whose lengths can be usedas the lengths of the sides of an approximating parallelogram. Finally, the area of thisparallelogram is |ru × rv| du dv and so the total surface area is

∫ b

a

∫ d

c

|ru × rv| du dv.

EXAMPLE 15.16 We find the area of the surface 〈v cosu, v sin u, u〉 for 0 ≤ u ≤ π

and 0 ≤ v ≤ 1; this is a portion of the helical surface in figure 15.5. We computeru = 〈−v sin u, v cos u, 1〉 and rv = 〈cos u, sin u, 0〉. The cross product of these two vectorsis 〈sin u,− cosu, v〉 with length

√1 + v2, and the surface area is

∫ π

0

∫ 1

0

√1 + v2 dv du =

π√

22

+π ln(

√2 + 1)

2.

Page 378: 3739202 Calculus Whitman College

364 Chapter 15 Vector Calculus

Exercises

1. Find the area of the portion of x + 2y + 4z = 10 in the first octant. ⇒2. Find the area of the portion of 2x + 4y + z = 0 inside x2 + y2 = 1. ⇒3. Find the area of z = x2 + y2 that lies below z = 1. ⇒4. Find the area of z =

px2 + y2 that lies below z = 2. ⇒

5. Find the area of the portion of x2 + y2 + z2 = a2 that lies in the first octant. ⇒6. Find the area of the portion of x2 + y2 + z2 = a2 that lies above x2 + y2 ≤ b2. ⇒7. Find the area of z = x2 − y2 that lies inside x2 + y2 = a2. ⇒8. Find the area of z = xy that lies inside x2 + y2 = a2. ⇒9. Find the area of x2 + y2 + z2 = a2 that lies above the interior of the circle given in polar

coordinates by r = a cos θ. ⇒10. Find the area of the cone z = k

px2 + y2 that lies above the interior of the circle given in

polar coordinates by r = a cos θ. ⇒11. Find the area of the plane z = ax + by + c that lies over a region D with area A. ⇒12. Find the area of the cone z = k

px2 + y2 that lies over a region D with area A. ⇒

13. Find the area of the cylinder x2 + z2 = a2 that lies inside the cylinder x2 + y2 = a2. ⇒14. The surface f(x, y) can be represented with the vector function 〈x, y, f(x, y)〉. Set up the

surface area integral using this vector function and compare to the integral of section 14.4.

15.7 Surface Integrals

In the integral for surface area,

∫ b

a

∫ d

c

|ru × rv| du dv,

the integrand |ru×rv| du dv is the area of a tiny parallelogram, that is, a very small surfacearea, so it is reasonable to abbreviate it dS; then a shortened version of the integral is

∫∫

D

1 · dS.

We have already seen that if D is a region in the plane, the area of D may be computedwith ∫∫

D

1 · dA,

so this is really quite familiar, but the dS hides a little more detail than does dA.

Page 379: 3739202 Calculus Whitman College

15.7 Surface Integrals 365

Just as we can integrate functions f(x, y) over regions in the plane, using

∫∫

D

f(x, y) dA,

so we can compute integrals over surfaces in space, using

∫∫

D

f(x, y, z) dS.

In practice this means that we have a vector function r(u, v) = 〈x(u, v), y(u, v), z(u, v)〉 forthe surface, and the integral we compute is

∫ b

a

∫ d

c

f(x(u, v), y(u, v), z(u, v))|ru × rv| du dv.

That is, we express everything in terms of u and v, and then we can do an ordinary doubleintegral.

EXAMPLE 15.17 Suppose a thin object occupies the upper hemisphere of x2 + y2 +z2 = 1 and has density σ(x, y, z) = z. Find the mass and center of mass of the object.(Note that the object is just a thin shell; it does not occupy the interior of the hemisphere.)

We write the hemisphere as r(φ, θ) = 〈cos θ sin φ, sin θ sin φ, cos φ〉, 0 ≤ φ ≤ π/2 and0 ≤ θ ≤ 2π. So rθ = 〈− sin θ sin φ, cos θ sin φ, 0〉 and rφ = 〈cos θ cos φ, sin θ cos φ,− sin φ〉.Then

rθ × rφ = 〈− cos θ sin2 φ,− sin θ sin2 φ,− cosφ sinφ〉and

|rθ × rφ| = | sin φ| = sin φ,

since we are interested only in 0 ≤ φ ≤ π/2. Finally, the density is z = cos φ and theintegral for mass is ∫ 2π

0

∫ π/2

0

cos φ sin φdφ dθ = π.

By symmetry, the center of mass is clearly on the z-axis, so we only need to find thez-coordinate of the center of mass. The moment around the x-y plane is

∫ 2π

0

∫ π/2

0

z cosφ sin φdφ dθ =∫ 2π

0

∫ π/2

0

cos2 φ sinφ dφ dθ =2π

3,

Page 380: 3739202 Calculus Whitman College

366 Chapter 15 Vector Calculus

so the center of mass is at (0, 0, 2/3).

Now suppose that F is a vector field; imagine that it represents the velocity of somefluid at each point in space. We would like to measure how much fluid is passing througha surface D, the flux across D. As usual, we imagine computing the flux across a verysmall section of the surface, with area dS, and then adding up all such small fluxes over D

with an integral. Suppose that vector N is a unit normal to the surface at a point; F ·Nis the scalar projection of F onto the direction of N, so it measures how fast the fluid ismoving across the surface. In one unit of time the fluid moving across the surface will fill avolume of F ·N dS, which is therefore the rate at which the fluid is moving across a smallpatch of the surface. Thus, the total flux across D is

∫∫

D

F ·N dS =∫∫

D

F · dS,

defining dS = N dS. As usual, certain conditions must be met for this to work out; chiefamong them is the nature of the surface. As we integrate over the surface, we must choosethe normal vectors N in such a way that they point “the same way” through the surface.For example, if the surface is roughly horizontal in orientation, we might want to measurethe flux in the “upwards” direction, or if the surface is closed, like a sphere, we might wantto measure the flux “outwards” across the surface. In the first case we would choose N tohave positive z component, in the second we would make sure that N points away from theorigin. Unfortunately, there are surfaces that are not orientable: they have only one side,so that it is not possible to choose the normal vectors to point in the “same way” throughthe surface. The most famous such surface is the Mobius strip shown in figure 15.8. It isquite easy to make such a strip with a piece of paper and some tape. If you have neverdone this, it is quite instructive; in particular, you should draw a line down the center ofthe strip until you return to your starting point. No matter how unit normal vectors areassigned to the points of the Mobius strip, there will be normal vectors very close to eachother pointing in opposite directions.

Assuming that the quantities involved are well behaved, however, the flux of the vectorfield across the surface r(u, v) is

∫∫

D

F ·N dS =∫∫

D

F · ru × rv

|ru × rv| |ru × rv| dA =∫∫

D

F · (ru × rv) dA.

In practice, we may have to use rv× ru or even something a bit more complicated to makesure that the normal vector points in the desired direction.

Page 381: 3739202 Calculus Whitman College

15.7 Surface Integrals 367

Figure 15.8 A Mobius strip. (JA)

EXAMPLE 15.18 Compute the flux of F = 〈x, y, z4〉 across the cone z =√

x2 + y2,0 ≤ z ≤ 1, in the downward direction.

We write the cone as a vector function: r = 〈v cos u, v sin u, v〉, 0 ≤ u ≤ 2π and0 ≤ v ≤ 1. Then ru = 〈−v sin u, v cos u, 0〉 and rv = 〈cosu, sin u, 1〉 and ru × rv =〈v cos u, v sin u,−v〉. The third coordinate −v is negative, which is exactly what we desire,that is, the normal vector points down through the surface. Then

∫ 2π

0

∫ 1

0

〈x, y, z4〉 · 〈v cosu, v sin u,−v〉 dv du =∫ 2π

0

∫ 1

0

xv cos u + yv sin u− z4v dv du

=∫ 2π

0

∫ 1

0

v2 cos2 u + v2 sin2 u− v5 dv du

=∫ 2π

0

∫ 1

0

v2 − v5 dv du =π

3.

Page 382: 3739202 Calculus Whitman College

368 Chapter 15 Vector Calculus

Exercises

1. Find the center of mass of an object that occupies the upper hemisphere of x2 + y2 + z2 = 1and has density x2 + y2. ⇒

2. Find the center of mass of an object that occupies the surface z = xy, 0 ≤ x, y ≤ 1, and hasdensity

p1 + x2 + y2. ⇒

3. Find the centroid of the surface of a right circular cone of height h and base radius r, notincluding the base. ⇒

4. Evaluate

ZZ

D

〈2,−3, 4〉 ·N dS, where D is given by z = x2 + y2, −1 ≤ x ≤ 1, −1 ≤ y ≤ 1,

oriented up. ⇒5. Evaluate

ZZ

D

〈x, y, 3〉 ·N dS, where D is given by z = 3x− 5y, 1 ≤ x ≤ 2, 0 ≤ y ≤ 2, oriented

up. ⇒6. Evaluate

ZZ

D

〈x, y,−2〉 ·N dS, where D is given by z = 1− x2− y2, x2 + y2 ≤ 1, oriented up.

⇒7. Evaluate

ZZ

D

〈xy, yz, zx〉 ·N dS, where D is given by z = x + y2 + 2, 0 ≤ x ≤ 1, x ≤ y ≤ 1,

oriented up. ⇒8. Evaluate

ZZ

D

〈ex, ey, z〉 ·N dS, where D is given by z = xy, 0 ≤ x ≤ 1, −x ≤ y ≤ x, oriented

up. ⇒9. Evaluate

ZZ

D

〈xz, yz, z〉 ·N dS, where D is given by z = a2 − x2 − y2, x2 + y2 ≤ b2, oriented

up. ⇒

15.8 Stokes's Theorem

Recall that one version of Green’s Theorem (see equation 15.2) is

∂D

F · dr =∫∫

D

(∇× F) · k dA.

Here D is a region in the x-y plane and k is a unit normal to D at every point. If D isinstead an orientable surface in space, there is an obvious way to alter this equation, andit turns out still to be true:

Page 383: 3739202 Calculus Whitman College

15.8 Stokes’s Theorem 369

THEOREM 15.19 Stokes’s Theorem Provided that the quantities involved aresufficiently nice, and in particular if D is orientable,

∂D

F · dr =∫∫

D

(∇× F) ·N dS,

if ∂D is oriented counter-clockwise relative to N.

Note how little has changed: k becomes N, a unit normal to the surface, and dA

becomes dS, since this is now a general surface integral. The phrase “counter-clockwiserelative to N” means that if we take the direction of N to be “up”, then we go around theboundary counter-clockwise when viewed from “above”.

EXAMPLE 15.20 Let F = 〈exy cos z, x2z, xy〉 and the surface D be x =√

1− y2 − z2,oriented in the positive x direction. It quickly becomes apparent that the surface integralin Stokes’s Theorem is intractable, so we try the line integral. The boundary of D is theunit circle in the y-z plane, r = 〈0, cos u, sinu〉, 0 ≤ u ≤ 2π. The integral is

∫ 2π

0

〈exy cos z, x2z, xy〉 · 〈0,− sin u, cos u〉 du =∫ 2π

0

0 du = 0,

because x = 0.

An interesting consequence of Stokes’s Theorem is that if D and E are two orientablesurfaces with the same boundary, then

∫∫

D

(∇× F) ·N dS =∫

∂D

F · dr =∫

∂E

F · dr =∫∫

E

(∇× F) ·N dS.

Sometimes both of the integrals

∫∫

D

(∇× F) ·N dS and∫

∂D

F · dr

are difficult, but you may be able to find a second surface E so that

∫∫

E

(∇× F) ·N dS

has the same value but is easier to compute.

Page 384: 3739202 Calculus Whitman College

370 Chapter 15 Vector Calculus

EXAMPLE 15.21 In the previous example, the line integral was easy to compute.But we might also notice that another surface E with the same boundary is the flat disky2 + z2 ≤ 1. The unit normal N for this surface is simply i = 〈1, 0, 0〉. We compute thecurl:

∇× F = 〈x− x2,−exy sin z − y, 2xz − xexy cos z〉.Since x = 0 everywhere on the surface,

(∇× F) ·N = 〈0,−exy sin z − y, 2xz − xexy cos z〉 · 〈1, 0, 0〉 = 0,

so the surface integral is ∫∫

E

0 dS = 0,

as before. In this case, of course, it is still somewhat easier to compute the line integral,avoiding ∇× F entirely.

EXAMPLE 15.22 Let F = 〈−y2, x, z2〉, and let the curve C be the intersection of thecylinder x2 + y2 = 1 with the plane y + z = 2, oriented counter-clockwise when viewed

from above. We compute∫

C

F · dr in two ways.

First we do it directly: a vector function for C is r = 〈cosu, sin u, 2 − sinu〉, sor′ = 〈− sinu, cos u,− cos u〉, and the integral is then

∫ 2π

0

y2 sinu + x cos u− z2 cosu du =∫ 2π

0

sin3 u + cos2 u− (2− sin u)2 cos u du = π.

To use Stokes’s Theorem, we pick a surface with C as the boundary; the simplestsuch surface is that portion of the plane y + z = 2 inside the cylinder. This has vectorequation r = 〈v cos u, v sin u, 2 − v sin u〉. We compute ru = 〈−v sin u, v cos u,−v cosu〉,rv = 〈cos u, sin u,− sinu〉, and ru × rv = 〈0,−v,−v〉. To match the orientation of C weneed to use the normal 〈0, v, v〉. The curl of F is 〈0, 0, 1+2y〉 = 〈0, 0, 1+2v sin u〉, and thesurface integral from Stokes’s Theorem is

∫ 2π

0

∫ 1

0

(1 + 2v sinu)v dv du = π.

In this case the surface integral was more work to set up, but the resulting integral issomewhat easier.

Page 385: 3739202 Calculus Whitman College

15.8 Stokes’s Theorem 371

Proof of Stokes’s Theorem.

We can prove here a special case of Stokes’s Theorem, which perhaps not too surpris-ingly uses Green’s Theorem.

Suppose the surface D of interest can be expressed in the form z = g(x, y), and letF = 〈P, Q,R〉. Using the vector function r = 〈x, y, g(x, y)〉 for the surface we get thesurface integral∫∫

D

∇× F · dS =∫∫

E

〈Ry −Qz, Pz −Rx, Qx − Py〉 · 〈−gx,−gy, 1〉 dA

=∫∫

E

−Rygx + Qzgx − Pzgy + Rxgy + Qx − Py dA.

Here E is the region in the x-y plane directly below the surface D.For the line integral, we need a vector function for ∂D. If 〈x(t), y(t)〉 is a vector

function for ∂E then we may use r(t) = 〈x(t), y(t), g(x(t), y(t))〉 to represent ∂D. Then∫

∂D

F · dr =∫ b

a

Pdx

dt+ Q

dy

dt+ R

dz

dtdt =

∫ b

a

Pdx

dt+ Q

dy

dt+ R

(∂z

∂x

dx

dt+

∂z

∂y

dy

dt

)dt.

using the chain rule for dz/dt. Now we continue to manipulate this:∫ b

a

Pdx

dt+ Q

dy

dt+R

(∂z

∂x

dx

dt+

∂z

∂y

dy

dt

)dt

=∫ b

a

[(P + R

∂z

∂x

)dx

dt+

(Q + R

∂z

∂y

)dy

dt

]dt

=∫

∂E

(P + R

∂z

∂x

)dx +

(Q + R

∂z

∂y

)dy,

which now looks just like the line integral of Green’s Theorem, except that the functionsP and Q of Green’s Theorem have been replaced by the more complicated P + R(∂z/∂x)and Q + R(∂z/∂y). We can apply Green’s Theorem to get

∂E

(P + R

∂z

∂x

)dx +

(Q + R

∂z

∂y

)dy =

∫∫

E

∂x

(Q + R

∂z

∂y

)− ∂

∂y

(P + R

∂z

∂x

)dA.

Now we can use the chain rule again to evaluate the derivatives inside this integral, and itbecomes∫∫

E

Qx + Qzgx + Rxgy + Rzgxgy + Rgyx − (Py + Pzgy + Rygx + Rzgygx + Rgxy) dA

=∫∫

E

Qx + Qzgx + Rxgy − Py − Pzgy −Rygx dA,

Page 386: 3739202 Calculus Whitman College

372 Chapter 15 Vector Calculus

which is the same as the expression we obtained for the surface integral.

Exercises

1. Let F = 〈z, x, y〉. The plane z = 2x + 2y − 1 and the paraboloid z = x2 + y2 intersect in aclosed curve. Stokes’s Theorem implies thatZZ

D1

(∇× F) ·N dS =

I

C

F · dr =

ZZ

D2

(∇× F) ·N dS,

where the line integral is computed over the intersection C of the plane and the paraboloid,and the two surface integrals are computed over the portions of the two surfaces that haveboundary C (provided, of course, that the orientations all match). Compute all three inte-grals. ⇒

2. Let D be the portion of z = 1 − x2 − y2 above the x-y plane, oriented up, and let F =

〈xy2,−x2y, xyz〉. Compute

ZZ

D

(∇× F) ·N dS. ⇒

3. Let D be the portion of z = 2x + 5y inside x2 + y2 = 1, oriented up, and let F = 〈y, z,−x〉.Compute

Z

∂D

F · dr. ⇒4. Let D be the portion of z = px + qy + r over a region in the x-y plane that has area A,

oriented up, and let F = 〈ax + by + cz, ax + by + cz, ax + by + cz〉. Compute

Z

∂D

F · dr. ⇒5. Let D be any surface and let F = 〈P (x), Q(y), R(z)〉 (P depends only on x, Q only on y,

and R only on z). Show that

Z

∂D

F · dr = 0.

6. Show that

Z

C

f∇g + g∇f · dr = 0, where r describes a closed curve C to which Stokes’s

Theorem applies.

15.9 The Divergence Theorem

The third version of Green’s Theorem (equation 15.3) we saw was:∫

∂D

F ·N ds =∫∫

D

∇ · F dA.

With minor changes this turns into another equation, the Divergence Theorem:

THEOREM 15.23 Divergence Theorem Under suitable conditions, if E is aregion of three dimensional space and D is its boundary surface, oriented outward, then

∫∫

D

F ·N dS =∫∫∫

E

∇ · F dV.

Page 387: 3739202 Calculus Whitman College

15.9 The Divergence Theorem 373

Proof of the Divergence Theorem.

Again this theorem is too difficult to prove here, but a special case is easier. In theproof of a special case of Green’s Theorem, we needed to know that we could describe theregion of integration in both possible orders, so that we could set up one double integralusing dx dy and another using dy dx. Similarly here, we need to be able to describe thethree-dimensional region E in different ways.

We start by rewriting the triple integral:∫∫∫

E

∇ · F dV =∫∫∫

E

(Px + Qy + Rz) dV =∫∫∫

E

Px dV +∫∫∫

E

Qy dV +∫∫∫

E

Rz dV.

The double integral may be rewritten:∫∫

D

F ·N dS =∫∫

D

(P i+Qj+Rk) ·N dS =∫∫

D

P i ·N dS +∫∫

D

Qj ·N dS +∫∫

D

Rk ·N dS.

To prove that these give the same value it is sufficient to prove that∫∫

D

P i ·N dS =∫∫∫

E

Px dV,

∫∫

D

Qj ·N dS =∫∫∫

E

Qy dV, and

∫∫

D

Rk ·N dS =∫∫∫

E

Rz dV.

(15.4)

Not surprisingly, these are all pretty much the same; we’ll do the first one.We set the triple integral up with dx innermost:

∫∫∫

E

Px dV =∫∫

B

∫ g2(y,z)

g1(y,z)

Px dx dA =∫∫

B

P (g2(y, z), y, z)− P (g1(y, z), y, z) dA,

where B is the region in the y-z plane over which we integrate. The boundary surface ofE consists of a “top” x = g2(y, z), a “bottom” x = g1(y, z), and a “wrap-around side”that is vertical to the y-z plane. To integrate over the entire boundary surface, we canintegrate over each of these (top, bottom, side) and add the results. Over the side surface,the vector N is perpendicular to the vector i, so

∫∫

side

P i ·N dS =∫∫

side

0 dS = 0.

Page 388: 3739202 Calculus Whitman College

374 Chapter 15 Vector Calculus

Thus, we are left with just the surface integral over the top plus the surface integralover the bottom. For the top, we use the vector function r = 〈g2(y, z), y, z〉 which givesry × rz = 〈1,−g2y,−g2z〉; the dot product of this with i = 〈1, 0, 0〉 is 1. Then

∫∫

top

P i ·N dS =∫∫

B

P (g2(y, z), y, z) dA.

In almost identical fashion we get∫∫

bottom

P i ·N dS = −∫∫

B

P (g1(y, z), y, z) dA,

where the negative sign is needed to make N point in the negative x direction. Now∫∫

D

P i ·N dS =∫∫

B

P (g2(y, z), y, z) dA−∫∫

B

P (g1(y, z), y, z) dA,

which is the same as the value of the triple integral above.

EXAMPLE 15.24 Let F = 〈2x, 3y, z2〉, and consider the three-dimensional volumeinside the cube with faces parallel to the principal planes and opposite corners at (0, 0, 0)and (1, 1, 1). We compute the two integrals of the divergence theorem.

The triple integral is the easier of the two:

∫ 1

0

∫ 1

0

∫ 1

0

2 + 3 + 2z dx dy dz = 6.

The surface integral must be separated into six parts, one for each face of the cube. Oneface is z = 0 or r = 〈u, v, 0〉, 0 ≤ u, v ≤ 1. Then ru = 〈1, 0, 0〉, rv = 〈0, 1, 0〉, andru × rv = 〈0, 0, 1〉. We need this to be oriented downward (out of the cube), so we use〈0, 0,−1〉 and the corresponding integral is

∫ 1

0

∫ 1

0

−z2 du dv =∫ 1

0

∫ 1

0

0 du dv = 0.

Another face is y = 1 or r = 〈u, 1, v〉. Then ru = 〈1, 0, 0〉, rv = 〈0, 0, 1〉, and ru× rv =〈0,−1, 0〉. We need a normal in the positive y direction, so we convert this to 〈0, 1, 0〉, andthe corresponding integral is

∫ 1

0

∫ 1

0

3y du dv =∫ 1

0

∫ 1

0

3 du dv = 3.

Page 389: 3739202 Calculus Whitman College

15.9 The Divergence Theorem 375

The remaining four integrals have values 0, 0, 2, and 1, and the sum of these is 6, inagreement with the triple integral.

EXAMPLE 15.25 Let F = 〈x3, y3, z2〉, and consider the cylindrical volume x2+y2 ≤ 9,0 ≤ z ≤ 2. The triple integral (using cylindrical coordinates) is

∫ 2π

0

∫ 3

0

∫ 2

0

(3r2 + 2z)r dz dr dθ = 279π.

For the surface we need three integrals. The top of the cylinder can be representedby r = 〈v cos u, v sin u, 2〉; ru × rv = 〈0, 0,−v〉, which points down into the cylinder, so weconvert it to 〈0, 0, v〉. Then

∫ 2π

0

∫ 3

0

〈v3 cos3 u, v3 sin3 u, 4〉 · 〈0, 0, v〉 dv du =∫ 2π

0

∫ 3

0

4v dv du = 36π.

The bottom is r = 〈v cosu, v sin u, 0〉; ru × rv = 〈0, 0,−v〉 and

∫ 2π

0

∫ 3

0

〈v3 cos3 u, v3 sin3 u, 0〉 · 〈0, 0,−v〉 dv du =∫ 2π

0

∫ 3

0

0 dv du = 0.

The side of the cylinder is r = 〈3 cos u, 3 sinu, v〉; ru × rv = 〈3 cos u, 3 sinu, 0〉 which doespoint outward, so

∫ 2π

0

∫ 2

0

〈27 cos3 u, 27 sin3 u, v2〉 · 〈3 cos u, 3 sinu, 0〉 dv du

=∫ 2π

0

∫ 2

0

81 cos4 u + 81 sin4 u dv du = 243π.

The total surface integral is thus 36π + 0 + 243π = 279π.

Exercises

1. Let E be the volume described by 0 ≤ x ≤ a, 0 ≤ y ≤ b, 0 ≤ z ≤ c, and F = 〈x2, y2, z2〉.Compute

ZZ

∂E

F ·N dS. ⇒

2. Let E be the volume described by 0 ≤ x ≤ 1, 0 ≤ y ≤ 1, 0 ≤ z ≤ 1, and F =

〈2xy, 3xy, zex+y〉. Compute

ZZ

∂E

F ·N dS. ⇒

3. Let E be the volume described by 0 ≤ x ≤ 1, 0 ≤ y ≤ x, 0 ≤ z ≤ x + y, and F = 〈x, 2y, 3z〉.Compute

ZZ

∂E

F ·N dS. ⇒

Page 390: 3739202 Calculus Whitman College

376 Chapter 15 Vector Calculus

4. Let E be the volume described by x2 + y2 + z2 ≤ 4, and F = 〈x3, y3, z3〉. Compute

ZZ

∂E

F ·

N dS. ⇒5. Let E be the hemisphere described by 0 ≤ z ≤

p1− x2 − y2, and

F = 〈p

x2 + y2 + z2,p

x2 + y2 + z2,p

x2 + y2 + z2〉. Compute

ZZ

∂E

F ·N dS. ⇒

6. Let E be the volume described by x2 + y2 ≤ 1, 0 ≤ z ≤ 4, and F = 〈xy2, yz, x2z〉. ComputeZZ

∂E

F ·N dS. ⇒

7. Let E be the solid cone above the x-y plane and inside z = 1 −p

x2 + y2, and F =

〈x cos2 z, y sin2 z,p

x2 + y2z〉. Compute

ZZ

∂E

F ·N dS. ⇒

8. Prove the other two equations in the display 15.4.

Page 391: 3739202 Calculus Whitman College

AIntroduction to Maple

A.1 Getting Started

Maple is a powerful mathematical calculator, often called a computer algebra system(CAS) or symbolic mathematics program, because unlike most calculators it can do alge-bra and calculus symbolically. For example, it can expand the product (x + 1)30 into thenormal representation of this polynomial, and it can factor the result back into the originalform. It can compute the derivative or antiderivative of 3x/

√x2 + 2x + 47. It can also

serve as a numerical calculator, but again unlike most calculators it can do integer andrational number arithmetic exactly, no matter how many digits are involved. If it is unde-sirable or impossible to express a result exactly, Maple can do numerical approximation.Finally, Maple can do some quite sophisticated graphing in both 2 and 3 dimensions.

To learn how to use some of Maple’s features, you should work through this tutorialstep by step. What you should type will be shown in the left hand column in typewriter

style; comments and explanations will appear at the right. You should do everythinglisted here, but you should feel free to experiment too. If you leave something out or dosomething extra it may change the results of some later computations. (If you want toexperiment along the way, try using different names for functions and variables than theones in the examples.)

To start Maple, log in on one of the workstations in the math lab. Click on the Maplebutton on the bar at the bottom of the screen. When the Maple window comes up, youare ready to give commands to Maple.

377

Page 392: 3739202 Calculus Whitman College

378 Appendix A Introduction to Maple

For the most part, the commands you give will be typed in the main Maple window.Some commands can be given by making selections from menus, or by clicking on buttonson the top bar. For example, to leave Maple, you may move the mouse pointer to thebutton titled ‘File’ and click on the left mouse button. When you do, a list of furthercommands appears. If you click on the last command, ‘Exit’, Maple will quit and thewindow will disappear.

The instructions given here are for Maple version 9. To make Maple 10 act like Maple9, choose Options from the Tools menu; choose the Display tab; change Input displayto Maple Notation; click on Apply Globally. You should only have to do this the firsttime you use Maple.

A.2 Algebra

A.2.1 Numbers

2+3;

123456789* 987654321;

You must type the semicolon at the end ofthe line to signal the end of your expression.

2+3

34*98

-45;

Type this as is, without the semicolon onthe first line. Maple will warn you aboutthe missing semicolon, but will usually dothe calculation anyway. Sometimes you maywant to start a new line as part of the sameexpression; you can do this by holding theshift key while you press return. Do thisafter the “98”.

2/5 + 1/3;

23/45-167/345*2/3;

All rational arithmetic is done exactly.

2^5;

2**5;

3^27;

ifactor(%);

Maple knows standard mathematical no-tation, including these two symbols for ex-ponentiation. The percent sign (%) denotesthe previous result (it’s called the ‘ditto’ op-erator). The command ifactor does inte-ger factoring; the command factor factorspolynomials.

Page 393: 3739202 Calculus Whitman College

A.2 Algebra 379

12345/98765;

evalf(%);

You can force Maple to approximate valuesas ‘floating point numbers’ (i.e., using deci-mal notation). Some of Maple’s commandsdo this automatically, as we will see later.

I^2;

evalf(Pi);

evalf(exp(1));

The number i =√−1 is denoted by I; the

case is significant—a lower case ‘i’ is differ-ent. Pi denotes π; again case is significant.It is very easy to mistakenly type ‘pi’ in-stead of ‘Pi’. When you do, things will al-most certainly not work properly, but youwill probably get no error messages—youjust have to watch out for this. There is nobuilt-in symbol for e ≈ 2.71828; use thefunction exp(x) whenever you need ex.

A.2.2 Variables and Expressions

Maple can manipulate expressions involving variables as well as numbers. Variables canbe assigned values, either actual numeric values or entire expressions.

(x+5)^2;

f:=%;

x:=5;

f;

x^2;

Maple simply repeats the first line since x

has no value. The second line saves the ex-pression (x + 5)2 with name f ; the “:=”symbol acts like an equal sign in normalmathematics or in the programming lan-guage C. The third line assigns x the value5.

x:=’x’;

x;

f;

This clears the value of x—this is not thesame as setting it to zero! Note that Mapleremembers the ‘real’ definition of f—it isstill an expression involving x, not the fixedvalue 100.

Page 394: 3739202 Calculus Whitman College

380 Appendix A Introduction to Maple

2x;

2*x;

You must always type the multiplicationsymbol—Maple will not accept the first lineeven though it is standard notation. If youmake a simple typing mistake like this, youcan fix it without retyping the command.In this case, Maple should correctly guesswhere the problem is and place the cursorbetween the 2 and the x; simply type the* and press return. In any case, you canalways move the mouse pointer to the po-sition of the mistake and click the left but-ton, then make your corrections. You canadjust your position in the line using the ar-row keys to the right of the main keyboard.When you press the return key, the com-mand will be re-evaluated.

expand(f);

factor(%);

factor(x^2+4*x+5);

If a polynomial doesn’t factor, Maple leavesit alone. (As a general rule, if Maple cannotperform a calculation it will simply restatethe command.)

WARNING: You can go back anywhere in your Maple session and change a command.When you do this you change only the result of that command—you do not change anysubsequent commands that depend on the result. If you want to re-execute subsequentcommands, you must move the cursor to each command in turn and press the return key.Do not overuse this editing ability—it can make the chain of events very difficult to follow.It often is better to copy the command, paste it in at the end of the session, modify itthere, and execute it as a new command. To copy and paste a command, do this: Positionthe mouse pointer at the beginning of the command you want to copy, press the left mousebutton and hold it down, move the mouse cursor to the end of the command, and releasethe mouse button. (If the command is on a single line, you may also select the wholecommand by positioning the cursor in the line, and clicking the left mouse button threetimes quickly—this is a “triple click”.) The command should now be highlighted. Positionthe mouse pointer where you want to paste and click the middle button.

Page 395: 3739202 Calculus Whitman College

A.2 Algebra 381

A.2.3 Evaluation and Substitution

It usually is not a good idea to assign values to variables—they are more useful as variables.If you want Maple to evaluate an expression you can give the variables temporary values.

f:=A*(x+3)^3;

subs(A=3,f);

subs({x=5,A=2},f);

x; A; f;

Note here that you use a plain ‘=’ insidethe substitution command. Two or moresubstitutions are done by enclosing them incurly braces. The values of f , A and x don’tchange.

subs(x=z^2,f);

f:=subs(x=z^3,f);

f;

You can substitute whole expressions forvariables, not just values. To force the valueof f to change, just reassign it—but becareful. It usually is better to give the ex-pression a new name in case you need theoriginal definition of f later.

f:=x^2+3*x+4;

f(1);

g:=x -> x^2+3*x+4;

g(1);

h:=unapply(f,x);

h(1);

h(x);

h(x^3);

Maple makes a crucial distinction betweenan expression like x2 + 3x + 4 and thefunction which assigns to each value of x

the value x2 + 3x + 4. In this example,f is an expression, g and h are functions.The same distinction exists in mathemat-ics, but usually it is possible to ignore it,and indeed in many instances Maple willaccept either a function or an expression.To employ the normal mathematical nota-tion f(1), however, f must be a function.This example shows two ways to define afunction—directly, or using an existing ex-pression. The last two examples show thatyou can evaluate a function on expressions,not just numbers.

Page 396: 3739202 Calculus Whitman College

382 Appendix A Introduction to Maple

map(g,[-3,-2,-1,0,1,2,3]);

map(g,{-3,-2,-1,0,1,2,3});

Using the ‘map’ operation and a function(not an expression) you can evaluate a func-tion on a list of values. The list can be en-closed in square brackets or in set braces—but notice the difference! The set bracesproduce a set as a result, meaning that re-peated values are shown only once, and theorder does not necessarily correspond to theorder of the input values. In general, thesquare bracket form is more useful.

A.2.4 Solving Equations

Maple will solve a limited class of equations exactly and a broader class approximately.solve(x^2-x-10=10,x);

solve(x^2-x-20,x);

solutions:=solve(g(x),x);

solve(x^5+4*x^3-3*x^2+10,x);

solve(tan(x)=x+1,x);

allvalues(%);

solve(tan(x)=x,x);

allvalues(%);

solve(sin(x)=cos(x)-1,x);

The solve command will give exact answersif possible, including complex answers. IfMaple can’t solve an equation it may printnothing, or it may display the equation in astandard form, preceded by ‘RootOf’. Youcan ask Maple to attempt to evaluate rootsdisplayed as a RootOf using allvalues.Maple will attempt to find all solutions foran equation or a RootOf, but often will notsucceed.

Do not rely on the solve command alonewhen looking for solutions to equations—atthe very least, you should graph your func-tions so that you know where roots appearto be. Note that if you give an expressioninstead of an equation Maple assumes thatyou mean ‘= 0’.

Page 397: 3739202 Calculus Whitman College

A.2 Algebra 383

map(g,[solutions]);

simplify(%);

In some cases, Maple will not automaticallysimplify as much as it can, so you need tonudge it a bit. In this case, of course, weknew that the values should be zero. If theresult had not simplified to zero, carefulscrutiny of the problem would be called for.

f:=x^3+3*x^2+x+5:

solve(f,x);

fsolve(f,x);

fsolve(f,x,complex);

You can end a line with a colon instead ofa semicolon—it tells Maple not to displaythe result. This can be particularly handywhen the result is very long, or simply whenyou either know what it is or do not needto know (as when you will be using the re-sult to compute a further result). The fsolveoperation tells Maple to approximate theroots. In this example, Maple can computethe roots exactly, but it may be more in-formative to see approximations. Note thatMaple only computes real roots unless the‘complex’ option is present. If the functionis not a polynomial, fsolve will find at mostone solution, but for polynomials it will findall solutions.

g:=x -> exp(x)+x^2-10*x;

fsolve(g(x),x);

fsolve(g(x),x,-2..2);

g(%);

fsolve(g(x),x,2..4);

g(%);

You can specify a range in fsolve—youwould normally do this when you knowthere are multiple roots and you want toapproximate a particular one. In this case,a graph of the function clearly indicates aroot near 0 and a root near 3. Because g

is a function, and fsolve expects an expres-sion, it is necessary to use g(x) in fsolve. (Imade g a function so that it would be easyto check the answers.)

Page 398: 3739202 Calculus Whitman College

384 Appendix A Introduction to Maple

solve({3*x+5*y=6,4*x-6*y=-8},

{x,y});

h1:=3*x-6*y-5;

h2:=-4*x*y+7;

solve({h1,h2},{x,y});

evalf(%);

fsolve({h1,h2},{x,y});

fsolve({h1,h2},{x,y},{x=-2..0,y=-2..0});

Maple can solve equations simultaneously,with either solve or fsolve. As with singleequations, fsolve may not find all solutions,but you can specify ranges for x and y toforce fsolve to find particular solutions.

A.3 Plotting

Maple can do two and three dimensional graphing. There are many ways to adjust theplots that Maple produces; we’ll cover just the basics here.

plot(f,x=-10..10);

plot(g(x),x=-5..5);

plot(g,-10..10);

plot(g,-10..10,y=-10..10);

Maple will accept either an expression or afunction to plot, but notice that the form ofthe range is a bit different in the two cases.For an expression, use ‘x=’ before the range,but for a function leave it out. You can alsospecify the range for y explicitly. This isoften useful if the function gets very largeon the interval.

You can change the appearance of the plotin a variety of ways. Click in the plot andyou should see a border appear around it;then you can explore the items on the plotmenu. If you prefer, you can have plotscome up in separate windows; use the Op-tions item on the Tools menu in the mainMaple window, then open the Display taband change the plot display.

Page 399: 3739202 Calculus Whitman College

A.3 Plotting 385

plot([1+2*sin(t),t,t=-Pi..Pi],

coords=polar);

You can do plots in polar coordinates. In-side the square brackets, the first expressionis the radius, the second is the angle, andthe third is the range of the variable. Inthis case, the angle and the variable are thesame, but in general the angle could be amore complicated function of the variable.

plot({x^2,x^3},x=-5..5);

plot({

[1+2*sin(t),t,t=-Pi..Pi],

[cos(4*t),t,t=-Pi..Pi]},

coords=polar);

You can put more than one curve in thesame plot by enclosing a list of expressionsin curly braces.

r:=sqrt(x^2+y^2);

f:=sin(r)/r;

plot3d(f,x=-10..10,

y=-10..10);

Try changing the appearance of a 3D plotby using the Style, Color, Axes and Pro-jection menus. If you position the cursor inthe drawing area and press and hold the leftmouse button, you can move the mouse tochange the orientation of the plot—try it.

with(plots):

polarplot(1+sin(t));

polarplot(sin(t/3));

polarplot(sin(t/3),

t=0..3*Pi);

When you start Maple, only the most ba-sic plotting commands are available. Bytyping “with(plots)” you tell Maple toload a number of special purpose plot-ting functions. One of the most useful isthe polarplot routine shown here. By de-fault, Maple uses the range [−π, π]; the lastcommand shows how to specify a differentrange.

Page 400: 3739202 Calculus Whitman College

386 Appendix A Introduction to Maple

A.4 Calculus

A.4.1 Limits

f:=x^2+4*x+30:

limit(f,x=3);

subs(x=3,f);

g:=sin(x)/x;

limit(g,x=0);

limit(g,x=infinity);

g:=x/abs(x);

limit(g,x=0);

limit(g,x=0,left);

limit(g,x=0,right);

The limit command limit(f,x=a) com-putes the limit limx→a f(x). Maple canhandle many non-trivial limit problems andlimits at infinity.

A.4.2 Differentiation

f:=x->x^3+4*x^2+3*x+4:

fp:=diff(f(x),x);

critpts:=solve(fp,x);

map(f,[critpts]);

evalf(%);

evalf(critpts);

plot({f(x),fp},x=-5..5,

y=-5..10);

The diff command does differentiation.Here I have found the derivative with re-spect to x, then the x coordinates of thecritical points of f , then the value of f atthese points, then floating point represen-tations for the x and y coordinates. Be-cause Maple can do calculations exactly,you should do approximations at the end;it would not be a good idea to approximatecritpts before substitution into f (though inthis simple case the results are almost iden-tical). Note that if you click in the plot, thecoordinates of the point under the cursorappear at the upper left of the Maple win-dow. Youe can use this to approximate crit-ical points and double check the computedvalues.

Page 401: 3739202 Calculus Whitman College

A.4 Calculus 387

A.4.3 Implicit Differentiation

eqn:=x^2+y^2=1;

xp:=implicitdiff(eqn,x,y);

yp:=implicitdiff(eqn,y,x);

subs({x=1/2,y=sqrt(3/4)},yp);

Notice that the order of the second two ar-guments to the implicitdiff function isimportant—xp is dx/dy and yp is dy/dx.The last line computes y′ at a specific point,(1/2,

√3/2).

A.4.4 Integration

f:=(2*z-3)*sqrt(z-3);

g:=int(f,z);

diff(g,z);

factor(%);

The int command shown here will computean antiderivative. The computer is not in-fallible, and you may not notice a typingmistake, so it’s not a bad idea to use Mapleto check your work. Here, I’ve taken thederivative to check the antiderivative.

int(f,z=5..10);

simplify(%);

evalf(%);

subs(z=10,g)-subs(z=5,g);

To do definite integration give the limits af-ter the variable. Of course, you can also doit yourself using the antiderivative. Noticethat the answer can look quite different be-fore simplification.

f:=1/sqrt(x):

int(f,x=0..1);

f:=1/x^2:

int(f,x=0..1);

int(f,x=1..infinity);

f:=exp(-x^2):

int(f,x=-infinity..infinity);

int(sin(x),x=0..infinity);

Maple can do many improper integrals ex-actly. If the integral does not converge,Maple may answer with ‘∞’ if appropriate,or it may give an error message.

f:=tan(x^2):

int(f,x);

int(f,x=0..1);

evalf(%);

Int(f,x=0..1);

evalf(%);

Maple can’t find antiderivatives of somefunctions. In such cases you can use evalfto approximate the value of a definite inte-gral. If you don’t want Maple to even try tofind an antiderivative, use the capital I formof the integration operator.

Page 402: 3739202 Calculus Whitman College

388 Appendix A Introduction to Maple

A.5 Adding text to a Maple session

You can add plain text to a Maple session. This is especially useful if you are going to givea printed or electronic version of a session to someone else, since it lets you explain whatis going on. It is also a good idea to add text to remind yourself at a later date what youwere doing and why.

To add text above a command, position the cursor anywhere in the command. Thenopen the Insert menu, and then the Paragraph submenu, and choose Before Cursor. Whenyou type you will get ordinary text that will not be interpreted as part of the command.

A.6 Printing

BEFORE YOU PRINT: You should clean up your session before you print, so that you donot waste paper and so that the printed copy is attractive and easy to read. If you wantto print only part of the session, first save the session (see the section Saving your work)and then cut out the portions of the session that you do not want to print. You mightwant to save the trimmed version using a different name.

To print your worksheet, choose Print from the File menu, or click on the print button(the fourth little button from the left in the menu bar).

If you would like to print just a plot, you need to display it in a window of its own.You can do this by changing the plot display option, as described in the Plotting section.Then position the cursor in the plot command and press return. The plot should open ina new window, and you can use the Print menu in that window to print the plot.

A.7 Saving your work

You can save your Maple worksheet so that you can come back to it at a later time. Choosethe Save or Save As. . . item from the File menu in Maple; a new window will pop up.(Use Save As if you want to save your worksheet under a new name.) You may also savea worksheet using the third button from the left in the menu bar.

When you reload a worksheet (with the Open item on the File menu or with thesecond button from the left) Maple will not automatically recreate all the values createdin the worksheet. You may selectively re-execute commands in the worksheet, or you mayuse the Execute item on the Edit menu to execute the entire worksheet.

Page 403: 3739202 Calculus Whitman College

A.8 Getting Help 389

A.8 Getting Help

There are (somewhat out of date) manuals for Maple in the lab. You can also get help ‘online’ from the Maple program. The help system is very good and always available as youwork in Maple.

?int If you know the command you need help on,just type its name after a question mark.

You can browse through the entire help system or search it using the Help menu.

Page 404: 3739202 Calculus Whitman College
Page 405: 3739202 Calculus Whitman College

BSelected Answers

1.1.1. (2/3)x + (1/3)

1.1.2. y = −2x

1.1.3. (−2/3)x + (1/3)

1.1.4. y = 2x + 2, 2, −1

1.1.5. y = −x + 6, 6, 6

1.1.6. y = x/2 + 1/2, 1/2, −1

1.1.7. y = 3/2, y-intercept: 3/2, nox-intercept

1.1.8. y = (−2/3)x− 2, −2, −3

1.1.9. y = 75t, 164 minutes

1.1.10. y = (9/5)x + 32, (−40,−40)

1.1.11. y = 0.15x + 10

1.1.12. 0.03x + 1.2

1.1.13. (a) y ={ 0 0 ≤ x < 100(x/10)− 10 100 ≤ x ≤ 1000x− 910 1000 < x

1.1.14. y ={ 0.15x 0 ≤ x ≤ 194500.28x− 2528.50 19450 < x ≤ 470500.33x− 4881 47050 < x ≤ 97620

1.1.15. (a) P = −0.0001x + 2(b) x = −10000P + 20000

1.1.16. (2/25)x− (16/5)

1.2.1. (a) x2 + y2 = 9(b) (x− 5)2 + (y − 6)2 = 9(c) (x + 5)2 + (y + 6)2 = 9

1.2.2. (a) ∆x = 2, ∆y = 3, m = 3/2,y = (3/2)x− 3,

√13

(b) ∆x = −1, ∆y = 3, m = −3,y = −3x + 2,

√10

(c) ∆x = −2, ∆y = −2, m = 1,y = x,

√8

1.3.1. {x | x ≥ 3/2}1.3.2. {x | x 6= −1}1.3.3. {x | x 6= 1 and x 6= −1}1.3.4. {x | x < 0}

391

Page 406: 3739202 Calculus Whitman College

392 Appendix B Selected Answers

1.3.5. {x | x ∈ R}, i.e., all x

1.3.6. {x | x ≥ 0}1.3.7. {x | h− r ≤ x ≤ h + r}1.3.8. {x | x ≥ 1}1.3.9. {x | −1/3 < x < 1/3}

1.3.10. {x | x ≥ 0 and x 6= 1}1.3.11. {x | x ≥ 0 and x 6= 1}2.1.1. −5, −2.47106145, −2.4067927,

−2.400676, −2.4

2.1.2. −4/3, −24/7, 7/24, 3/4

2.1.3. −0.107526881, −0.11074197,

−0.1110741,−1

3(3 + ∆x)→ −1

9

2.1.4.3 + 3∆x + ∆x2

1 + ∆x→ 3

2.1.5. 3.31, 3.003001, 3.0000,3 + 3∆x + ∆x2 → 3

2.1.6. m

2.2.1. 10, 25/2, 20, 15, 25, 35.

2.2.2. 5, 4.1, 4.01, 4.001, 4 + ∆t → 4

2.2.3. −10.29, −9.849, −9.8049,−9.8− 4.9∆t → −9.8

2.3.1. 7

2.3.2. 5

2.3.3. 0

2.3.4. undefined

2.3.5. 1/6

2.3.6. 0

2.4.1. −x/√

169− x2

2.4.2. −9.8t

2.4.3. 2x + 1/x2

2.4.4. 2ax + b

2.4.5. 3x2

3.1.1. 100x99

3.1.2. −100x−101

3.1.3. −5x−6

3.1.4. πxπ−1

3.1.5. (3/4)x−1/4

3.1.6. −(9/7)x−16/7

3.2.1. 15x2 + 24x

3.2.2. −20x4 + 6x + 10/x3

3.2.3. −30x + 25

3.2.4. 6x2 + 2x− 8

3.2.5. 3x2 + 6x− 1

3.2.6. 9x2 − x/√

625− x2

3.3.1. 3x2(x3 − 5x + 10) + x3(3x2 − 5)

3.3.2. (x2 +5x−3)(5x4−18x2 +6x−7)+(2x + 5)(x5 − 6x3 + 3x2 − 7x + 1)

3.3.3.

√625− x2

2√

x− x

√x√

625− x2

3.3.4.−1

x19√

625− x2− 20

√625− x2

x21

3.4.1.3x2

x3 − 5x + 10− x3(3x2 − 5)

(x3 − 5x + 10)2

3.4.2.2x + 5

x5 − 6x3 + 3x2 − 7x + 1−

(x2 + 5x− 3)(5x4 − 18x2 + 6x− 7)(x5 − 6x3 + 3x2 − 7x + 1)2

3.4.3.1

2√

x√

625− x2+

x3/2

(625− x2)3/2

3.4.4.−1

x19√

625− x2− 20

√625− x2

x21

3.5.1. 4x3 − 9x2 + x + 7

3.5.2. 3x2 − 4x + 2/√

x

3.5.3. 6(x2 + 1)2x

3.5.4.√

169− x2 − x2/√

169− x2

Page 407: 3739202 Calculus Whitman College

Appendix B Selected Answers 393

3.5.5. (2x− 4)√

25− x2−(x2 − 4x + 5)x/

√25− x2

3.5.6. −x/√

r2 − x2

3.5.7. 2x3/√

1 + x4

3.5.8.1

4√

x(5−√x)3/2

3.5.9. 6 + 18x

3.5.10.2x + 11− x

+x2 + x + 1(1− x)2

3.5.11. −1/√

25− x2 −√25− x2/x2

3.5.12.12

(−169x2

− 1) /√

169x− x

3.5.13.3x2 − 2x + 1/x2

2√

x3 − x2 − (1/x)

3.5.14.300x

(100− x2)5/2

3.5.15.1 + 3x2

3(x + x3)2/3

3.5.16.

(4x(x2 + 1) +

4x3 + 4x

2√

1 + (x2 + 1)2

)/

2√

(x2 + 1)2 +√

1 + (x2 + 1)2

4.4.1. sin(√

x) cos(√

x)/√

x

4.4.2.sin x

2√

x+√

x cos x

4.4.3. − cosx

sin2 x

4.4.4.(2x + 1) sin x− (x2 + x) cos x

sin2 x

4.4.5.− sin x cosx√

1− sin2 x

4.5.1. cos2 x− sin2 x

4.5.2. − sin x cos(cosx)

4.5.3.tan x + x sec2 x

2√

x tan x

4.5.4.sec2 x(1 + sin x)− tan x cos x

(1 + sin x)2

4.5.5. − csc2 x

4.5.6. − csc x cot x

4.7.1. 2 ln(3)x3x2

4.7.2.cosx− sin x

ex

4.7.3. 2e2x

4.7.4. ex cos(ex)

4.7.5. cos(x)esin x

4.7.6. xsinx

(cos x ln x +

sin x

x

)

4.8.1. 0

4.8.2. ∞4.8.3. 1

4.8.4. 0

4.8.5. 0

4.9.1. x/y

4.9.2. −(2x + y)/(x + 2y)

4.9.3. −(3x2 + y2− 2xy)/(2xy− 3y2− x2)

4.9.4. 1

4.9.5.

x1 − xp(x− x1)2 + (y − y1)2

+x2 − xp

(x− x2)2 + (y − y2)2

!,

y − y1p

(x− x1)2 + (y − y1)2+

y − y2p(x− x2)2 + (y − y2)2

!

4.10.3.2x√

1− x4

4.10.4.ex

1 + e2x

5.1.1. min at x = 1/2

5.1.2. min at x = −1, max at x = 1

5.1.3. max at x = 2, min at x = 4

5.1.4. min at x = ±1, max at x = 0.

Page 408: 3739202 Calculus Whitman College

394 Appendix B Selected Answers

5.1.5. min at x = 1

5.1.6. none

5.1.7. none

5.1.8. min at x = 7π/12 + kπ, max atx = −π/12 + kπ, for integer k.

5.2.1. min at x = 1/2

5.2.2. min at x = −1, max at x = 1

5.2.3. max at x = 2, min at x = 4

5.2.4. min at x = ±1, max at x = 0.

5.2.5. min at x = 1

5.2.6. none

5.2.7. none

5.2.8. min at x = 7π/12 + kπ, max atx = −π/12 + kπ, for integer k.

5.3.1. min at x = 1/2

5.3.2. min at x = −1, max at x = 1

5.3.3. max at x = 2, min at x = 4

5.3.4. min at x = ±1, max at x = 0.

5.3.5. min at x = 1

5.3.6. none

5.3.7. none

5.3.8. min at x = 7π/12 + kπ, max atx = −π/12 + kπ, for integer k.

5.4.1. concave up everywhere

5.4.2. concave up when x < 0, concavedown when x > 0

5.4.3. concave down when x < 3, concaveup when x > 3

5.4.4. concave up when x < −1/√

3 orx > 1/

√3, concave down when

−1/√

3 < x < 1/√

3

5.4.5. concave up when x < 0 or x > 2/3,concave down when 0 < x < 2/3

5.4.6. concave up when x < 0, concavedown when x > 0

5.4.7. concave up when x < −1 or x > 1,concave down when −1 < x < 0 or0 < x < 1

5.4.8. concave down on ((8k−1)π/4, (8k+3)π/4), concave up on ((8k +3)π/4, (8k + 7)π/4), for integer k

6.1.1. max at (2, 5), min at (0, 1)

6.1.2. 25× 25

6.1.3. P/4× P/4

6.1.4. w = l = 2 · 52/3, h = 52/3, h/w =1/2

6.1.5. w = l = 21/3V 1/3, h = V 1/3/22/3,h/w = 1/2

6.1.6. 1250 square feet

6.1.7. l2/8 square feet

6.1.8. $5000

6.1.9. r2

6.1.10. h/r = 2

6.1.11. 8/π

6.1.12. 4/27

6.1.13. Go direct from A to D.

6.1.14. (a) 2, (b) 7/2

6.1.15. (a) a/6, (b) (a+b−√a2 − ab + b2)/6

6.1.16. If k ≤ 2/π the ratio is (2 − kπ)/4;if k ≥ 2/π, the ratio is zero: thewindow should be semicircular withno rectangular part.

6.1.17. a/b

6.1.18. w = 2r/√

3, h = 2√

2r/√

3

6.1.19. 1/√

3 ≈ 58%

Page 409: 3739202 Calculus Whitman College

Appendix B Selected Answers 395

6.1.20. 18× 18× 36

6.1.21. r = 5/(2π)1/3 ≈ 2.7 cm,h = 5 · 25/3/π1/3 = 4r ≈ 10.8 cm

6.1.22. h/r =√

2

6.1.23. The ratio of the volume of thesphere to the volume of the cone is1033/4096 + 33/4096

√17 ≈ 0.2854,

so the cone occupies approximately28.54% of the sphere.

6.1.24. P should be at distance c 3√

a/( 3√

a+3√

b) from charge A.

6.1.25. 1/2

6.1.26. $7000

6.1.27. There is a critical point whensin θ1/v1 = sin θ2/v2, and thesecond derivative is positive, sothere is a minimum at the criticalpoint.

6.2.1. 1/(16π) cm/s

6.2.2. 1/4 m/s

6.2.3. 80π mi/min

6.2.4. 3√

5 ft/s

6.2.5. 20/(3π) cm/s

6.2.6. 13/20 ft/s

6.2.7. 5√

10/2 m/s

6.2.8. 75/64 m/min

6.2.9. 25π/144 m/min

6.2.10. π√

2/36 ft3/s

6.2.11. tip: 6 ft/s, length: 5/2 ft/s

6.2.12. 380/√

3− 150 ≈ 69.4 mph

6.2.13. 136√

475/19 ≈ 156 km/hr

6.2.14. −50 m/s

6.2.15. 68 m/s

6.2.16. 3800/√

329 ≈ 210 km/hr

6.2.17. 820/√

329 + 150√

57/√

47 ≈ 210 km/hr

6.2.18. 4000/49 m/s

6.2.19. (a) x = a cos θ− a sin θ cot(θ + β) =a sinβ/ sin(θ + β), (c) x ≈ 3.79 cm/s

6.3.1. x3 = 1.475773162

6.3.2. 2.19 or 1.26

6.4.1. c = 1/2

6.4.2. x3/3 + 47x2/2− 5x + k

6.4.3. arctan x + k

6.4.4. x4/4− ln x + k

6.4.5. − cos(2x)/2 + k

7.1.1. 10

7.1.2. 35/3

7.1.3. x2

7.1.4. 2x2

7.1.5. 2x2 − 8

7.1.6. 2b2 − 2a2

7.1.7. 4 rectangles: 41/4 = 10.25,8 rectangles: 183/16 = 11.4375

7.1.8. 23/4

7.2.1. (16/3)x3/2 + C

7.2.2. t3 + t + C

7.2.3. 8√

x + C

7.2.4. −2/z + C

7.2.5. 6 ln s + C

7.2.6. (5x + 1)3/15 + C

7.2.7. (x− 6)3/3 + C

7.2.8. 2x5/2/5 + C

7.2.9. −4/√

x + C

Page 410: 3739202 Calculus Whitman College

396 Appendix B Selected Answers

7.2.10. 4t− t2 + C, t < 2; t2 − 4t + 8 + C,t ≥ 2

7.2.11. 87/2

7.2.12. 2

7.2.13. ln(10)

7.2.14. e5 − 1

7.2.15. 34/4

7.2.16. 26/6− 1/6

7.2.17. x2 − 3x

7.2.18. 2x(x4 − 3x2)

7.2.19. ex2

7.2.20. 2xex4

7.3.1. It rises until t = 100/49, then falls.The position of the object at timet is s(t) = −4.9t2 + 20t + k. Thenet distance traveled is −45/2, thatis, it ends up 45/2 meters belowwhere it started. The total distancetraveled is 6205/98 meters.

7.3.2.∫ 2π

0

sin t dt = 0

7.3.3. net: 2π, total: 2π/3 + 4√

3

7.3.4. 8

7.3.5. 17/3

7.3.6. A = 18, B = 44/3, C = 10/3

8.1.1. −(1− t)10/10 + C

8.1.2. x5/5 + 2x3/3 + x + C

8.1.3. (x2 + 1)101/202 + C

8.1.4. −3(1− 5t)2/3/10 + C

8.1.5. (sin4 x)/4 + C

8.1.6. −(100− x2)3/2/3 + C

8.1.7. −2√

1− x3/3 + C

8.1.8. sin(sin πt)/π + C

8.1.9. 1/(2 cos2 x) = (1/2) sec2 x + C

8.1.10. − ln | cos x|+ C

8.2.1. x/2− sin(2x)/4 + C

8.2.2. − cosx + (cos3 x)/3 + C

8.2.3. 3x/8− (sin 2x)/4 + (sin 4x)/32 + C

8.2.4. (cos5 x)/5− (cos3 x)/3 + C

8.2.5. sin x− (sin3 x)/3 + C

8.2.6. x/8− (sin 4x)/32

8.2.7. (sin3 x)/3− (sin5 x)/5 + C

8.2.8. −2(cosx)5/2/5 + C

8.2.9. tan x− cot x + C

8.2.10. (sec3 x)/3− sec x + C

8.3.1. x√

x2 − 1/2− ln |x+√

x2 − 1|/2+C

8.3.2. x√

9 + 4x2/2 +(9/4) ln |2x +

√9 + 4x2|+ C

8.3.3. −(1− x2)3/2/3 + C

8.3.4. arcsin(x)/8− sin(4 arcsin x)/32 + C

8.3.5. ln |x +√

1 + x2|+ C

8.3.6. (x + 1)√

x2 + 2x/2 −ln |x + 1 +

√x2 + 2x|/2 + C

8.3.7. − arctanx− 1/x + C

8.3.8. 2 arcsin(x/2)− x√

4− x2/2 + C

8.3.9. arcsin(√

x)−√x√

1− x + C

8.3.10. (2x2 + 1)√

4x2 − 1/24 + C

8.4.1. cosx + x sin x + C

8.4.2. x2 sin x− 2 sinx + 2x cosx + C

8.4.3. (x− 1)ex + C

8.4.4. (1/2)ex2+ C

8.4.5. (x/2)− sin(2x)/4 + C =(x/2)− (sinx cosx)/2 + C

Page 411: 3739202 Calculus Whitman College

Appendix B Selected Answers 397

8.4.6. x ln x− x + C

8.4.7. (x2 arctanx + arctan x− x)/2 + C

8.4.8. −x2 cos x + 2 cos x + 2x sin x + C

8.4.9. x2/4−(cos2 x)/4−(x sin x cos x)/2+C

8.4.10. x/4− (x cos2 x)/2+(cos x sinx)/4+C

8.4.11. x arctan(√

x)+arctan(√

x)−√x+C

8.4.12. 2 sin(√

x)− 2√

x cos(√

x) + C

8.5.1. − ln |x− 2|/4 + ln |x + 2|/4 + C

8.5.2. −x3/3− 4x− 4 ln |x− 2|+4 ln |x + 2|+ C

8.5.3. −1/(x + 5) + C

8.5.4. −x− ln |x− 2|+ ln |x + 2|+ C

8.5.5. −4x + x3/3 + 8 arctan(x/2) + C

8.5.6. (1/2) arctan(x/2 + 5/2) + C

8.5.7. x2/2− 2 ln(4 + x2) + C

8.5.8. (1/4) ln |x + 3| − (1/4) ln |x + 7|+ C

8.5.9. (1/5) ln |2x−3|− (1/5) ln |1+x|+C

8.5.10. (1/3) ln |x| − (1/3) ln |x + 3|+ C

8.6.1.(t + 4)4

4+ C

8.6.2.(t2 − 9)5/2

5+ C

8.6.3.(et2 + 16)2

4+ C

8.6.4. cos t− 23

cos3 t + C

8.6.5.tan2 t

2+ C

8.6.6. ln |t2 + t + 3|+ C

8.6.7.14

ln |√

1− 4t2|+ C

8.6.8.t2

4− t sin(2t)

4− cos(2t)

8+ C

8.6.9.125

tan(arcsin(t/5)) + C

8.6.10.23

√sin 3t + C

8.6.11. t tan t + ln | cos t|+ C

8.6.12. 2√

et + 1 + C

8.6.13.3t

8+

sin 2t

4+

sin 4t

32+ C

8.6.14.ln |t|

3− ln |t + 3|

3+ C

8.6.15.−1

sin arctan t+ C

8.6.16.−1

2(1 + tan t)2+ C

8.6.17.(t2 + 1)5/2

5− (t2 + 1)3/2

3+ C

8.6.18.et sin t− et cos t

2+ C

8.6.19.(t3/2 + 47)4

6+ C

8.6.20.2

3(2− t2)3/2− 1

(2− t2)1/2+ C

8.6.21.ln | sin(arctan(2t/3))|

9+ C

8.6.22.(arctan(2t))2

4+ C

8.6.23.3 ln |t + 3|

4+

ln |t− 1|4

+ C

8.6.24.cos7 t

7− cos5 t

5+ C

8.6.25.−1

t− 3+ C

8.6.26.−1ln t

+ C

8.6.27.t2(ln t)2

2− t2 ln t

2+

t2

4+ C

8.6.28. (t3 − 3t2 + 6t− 6)et + C

Page 412: 3739202 Calculus Whitman College

398 Appendix B Selected Answers

8.6.29.ln |t2 + t− 1|

2+√

510

ln(2t+1−√

5)−√

510

ln(2t + 1 +√

5) + C

9.1.1. 8√

2/15

9.1.2. 1/12

9.1.3. 9/2

9.1.4. 4/3

9.1.5. 2/3− 2/π

9.1.6. 3/π − 3√

3/(2π)− 1/8

9.1.7. 1/3

9.1.8. 10√

5/3− 6

9.1.9. 500/3

9.1.10. 2

9.1.11. 1/5

9.1.12. 1/6

9.2.1. 1/π, 5/π

9.2.2. 0, 245

9.2.3. 20, 28

9.2.4. (3− π)/(2π), (18− 12√

3 + π)/(4π)

9.2.5. 10/49 meters, 20/49 seconds

9.2.6. 45/98 meters, 30/49 seconds

9.2.7. 25000/49 meters, 1000/49 seconds

9.2.8. s(t) = cos t, v(t) = − sin t,maximum distance is 1,maximum speed is 1

9.2.9. s(t) = − sin(πt)/π2 + t/π,v(t) = − cos(πt)/π + 1/π,maximum speed is 2/π

9.2.10. s(t) = t2/2− 2 sin(πt)/π2 + 2t/π,v(t) = t− 2 cos(πt)/π + 2/π

9.2.11. s(t) = t2/2 + 2 sin(πt)/π2 − 2t/π,v(t) = t + 2 cos(πt)/π − 2/π

9.3.5. 8π/3

9.3.6. π/30

9.3.7. π(π/2− 1)

9.3.8. (a) 114π/5 (b) 74π/5 (c) 20π

(d) 4π

9.3.9. 16π, 24π

9.3.11. πh2(3r − h)/3

9.3.12. s3/8

9.3.13. 2π

9.4.1. 2/π; 2/π; 0

9.4.2. 4/3

9.4.3. 1/A

9.4.4. π/4

9.4.5. −1/3, 1

9.4.6. −4√

1224 ft/s; −8√

1224 ft/s

9.5.1. ≈ 5, 305, 028, 517 N-m

9.5.2. ≈ 4, 457, 854, 041 N-m

9.5.3. 367, 500π N-m

9.5.4. 49000π + 196000/3

9.5.5. 2450π N-m

9.5.6. 0.05 N-m

9.5.7. 6/5 N-m

9.5.8. 3920 N-m

9.5.9. 23520 N-m

9.6.1. 15/2

9.6.2. 5

9.6.3. 16/5

9.6.5. x = 45/28, y = 93/70

9.6.6. x = 0, y = 4/(3π)

9.6.7. x = 1/2, y = 2/5

9.6.8. x = 0, y = 8/5

9.6.9. x = 4/7, y = 2/5

Page 413: 3739202 Calculus Whitman College

Appendix B Selected Answers 399

9.6.10. x = y = 1/5

9.6.11. x = 0, y = 28/(9π)

9.6.12. x = y = 28/(9π)

9.7.1. ∞9.7.2. 1/2

9.7.3.

9.7.4. diverges

9.7.5. diverges

9.7.6. 2

9.7.7. π

9.7.8. 80 mph: 90.8 to 95.3 N90 mph: 114.9 to 120.6 N110.9 mph: 144.5 to 151.6 N

10.1.1. 1

10.1.3. 0

10.1.4. 1

10.1.5. 1

10.1.6. 0

10.2.1. limn→∞

n2/(2n2 + 1) = 1/2

10.2.2. limn→∞

5/(21/n + 14) = 1/3

10.2.3. sn = 3(1 + 1/2 + · · · + 1/n) = 3tn,where tn is the partial sum of theharmonic series. Since lim tn = ∞,lim sn = ∞.

10.2.4. −3/2

10.2.5. 11

10.3.1. diverges

10.3.2. diverges

10.3.3. converges

10.3.4. converges

10.3.5. converges

10.3.6. converges

10.3.7. diverges

10.3.8. converges

10.3.9. N = 5

10.3.10. N = 10

10.4.1. converges

10.4.2. converges

10.4.3. diverges

10.4.4. converges

10.5.1. converges

10.5.2. converges

10.5.3. converges

10.5.4. diverges

10.5.5. diverges

10.5.6. diverges

10.5.7. converges

10.5.8. diverges

10.5.9. converges

10.5.10. diverges

10.6.1. converges absolutely

10.6.2. diverges

10.6.3. converges conditionally

10.6.4. converges absolutely

10.6.5. converges conditionally

10.6.6. converges absolutely

10.6.7. diverges

10.6.8. converges conditionally

10.7.5. converges

10.7.6. converges

10.7.7. converges

10.7.8. diverges

10.8.1. R = 1, I = (−1, 1)

Page 414: 3739202 Calculus Whitman College

400 Appendix B Selected Answers

10.8.2. R = ∞, I = (−∞,∞)

10.8.3. R = e, I = (−e, e)

10.8.4. R = e, I = (2− e, 2 + e)

10.8.5. R = 0, converges only when x = 2

10.8.6. R = 1, I = (−6,−4)

10.9.1. the alternating harmonic series

10.9.2.∞∑

n=0

(n + 1)xn

10.9.3.∞∑

n=0

(n + 1)(n + 2)xn

10.9.4.∞∑

n=0

(n + 1)(n + 2)2

xn, R = 1

10.9.5. C +∞∑

n=0

−1(n + 1)(n + 2)

xn+2

10.10.1.∞∑

n=0

(−1)nx2n/(2n)!, R = ∞

10.10.2.∞∑

n=0

xn/n!, R = ∞

10.10.3.∞∑

n=0

(−1)n (x− 5)n

5n+1, R = 5

10.10.4.∞∑

n=1

(−1)n−1 (x− 1)n

n, R = 1

10.10.5. ln(2) +∞∑

n=1

(−1)n−1 (x− 2)n

n2n, R = 2

10.10.6.∞∑

n=0

(−1)n(n + 1)(x− 1)n, R = 1

10.10.7. 1 +∞∑

n=1

1 · 3 · 5 · · · (2n− 1)n!2n

xn =

1 +∞∑

n=1

n∏

k=1

(2k − 1)xn

n!2n, R = 1

10.10.8. x + x3/3

10.10.9.∞∑

n=0

(−1)nx4n+1/(2n)!

10.10.10.∞∑

n=0

(−1)nxn+1/n!

10.11.1. 1− x2

2+

x4

24− x6

720+ · · ·+ x12

12!10.11.2. 1000; 8

10.11.3. x +x3

3+

2x5

15, error ±4.26.

11.1.6. (x− 1)2 + (y − 1)2 + (z − 1)2 = 4.

11.1.7. (x− 2)2 + (y + 1)2 + (z − 3)2 = 25.

11.1.8. (x− 2)2 + (y − 1)2 + (z + 1)2 = 16,(y − 1)2 + (z + 1)2 = 12

11.2.6.√

10, 〈0,−2〉, 〈2, 8〉 2, 2√

17,〈−2,−6〉

11.2.7.√

14, 〈0, 4, 0〉, 〈2, 0, 6〉 4, 2√

10,〈−2,−4,−6〉

11.2.8.√

2, 〈0,−2, 3〉, 〈2, 2,−1〉 √13, 3,〈−2, 0,−2〉

11.2.9.√

3, 〈1,−1, 4〉, 〈1,−1,−2〉 3√

2,√

6,〈−2, 2,−2〉

11.2.10.√

14, 〈2, 1, 0〉, 〈4, 3, 2〉 √5,√

29,〈−6,−4,−2〉

11.3.1. 3

11.3.2. 0

11.3.3. 2

11.3.4. −6

11.3.5. 42

11.3.6.√

6/√

7, ≈ 0.39

11.3.7. 11√

14√

29/406, ≈ 2.15

11.3.8. 0, π/2

11.3.9. 1/2, π/3

Page 415: 3739202 Calculus Whitman College

Appendix B Selected Answers 401

11.3.10. −1/√

3, ≈ 2.19

11.3.11. arccos(1/√

3 ≈ 0.96

11.3.12.√

5, 〈1, 2, 0〉.11.3.13. 3

√14/7, 〈9/7, 6/7, 3/7〉.

11.3.14. 〈0, 5〉, 〈5√3, 0〉11.3.15. 〈0, 15

√2/2〉,〈15

√2/2, 0〉

11.4.1. 〈1,−2, 1〉11.4.2. 〈4,−6,−2〉11.4.3. 〈−7, 13,−9〉11.4.4. 〈0,−1, 0〉11.4.5. 3

11.5.1. (x− 6) + (y − 2) + (z − 1) = 0

11.5.2. 4(x + 1) + 5(y − 2)− (z + 3) = 0

11.5.3. (x− 1)− (y − 2) = 0

11.5.4. −2(x− 1) + 3y − 2z = 0

11.5.5. 4(x− 1)− 6y = 0

11.5.6. y = −1/2

11.5.7. 〈1, 0, 3〉+ t〈0, 2, 1〉11.5.8. 〈1, 0, 3〉+ t〈1, 2,−1〉11.5.9. t〈1, 1,−1〉

11.5.10. −2/5, 13/5

11.5.12. neither

11.5.13. parallel

11.5.14. intersect

11.5.15. same line

11.6.1. (√

2, π/4, 1),(√

3, π/4, arccos(1/√

3));(7√

2, 7π/4, 5),(√

123, 7π/4, arccos(5/√

123);(1, 1, 1), (

√2, 1, π/4); (0, 0,−π),

(π, 0, π)

11.6.2. r2 + z2 = 4

11.6.3. r cos θ = 0

11.6.4. r2 + 2z2 + 2z − 5 = 0

11.6.5. z = e−r2

11.6.6. z = r

11.6.7. sin θ = 0

11.6.8. 1 = ρ cos φ

11.6.9. ρ = 2 sin θ sin φ.

11.6.10. ρ sin φ = 2

11.6.11. cos φ = 1/√

2

12.1.5. 〈3 cos t, 3 sin t, 2− 3 sin t〉12.1.6. 〈0, t cos t, t sin t〉12.2.1. 〈2t, 0, 1〉, r′/

√1 + 4t2

12.2.2. 〈− sin t, 2 cos 2t, 2t〉,r′/

√sin2 t + 4 cos2(2t) + 4t2

12.2.3. 〈−et sin(et), et cos(et), cos t〉,r′/√

e2t + cos2 t

12.2.4. 〈√2/2,√

2/2, π/4〉 +t〈−√2/2,

√2/2, 1〉

12.2.5. 〈1/2,√

3/2,−1/2〉 +t〈−√3/2, 1/2, 2

√3〉

12.2.6. 2/√

5/√

4 + π2

12.2.7. 7√

5√

17/85, −9√

5√

17/85

12.2.9. 〈0, t cos t, t sin t〉, 〈0, cos t −t sin t, sin t + t cos t〉, r′/

√1 + t2,√

1 + t2

12.2.10. 〈sin t, 1− cos t, t2/2〉12.2.11. 〈t2/2, t3/3, sin t〉12.3.1. 2π

√13

12.3.2. (−8 + 13√

13)/27

12.3.3.√

5/2 + ln(√

5 + 2)/4

12.3.4. (85√

85− 13√

13)/27

Page 416: 3739202 Calculus Whitman College

402 Appendix B Selected Answers

12.3.5.∫ 5

0

√1 + e2t dt

12.3.6. 2√

2/(2 + 4t2)3/2

12.3.7. 2√

2/(1 + 8t2)3/2

12.3.8. 2√

1 + 9t2 + 9t4/(1 + 4t2 + 9t4)3/2

12.4.1. 〈− sin t, cos t, 1〉, 〈− cos t,− sin t, 0〉,0, 1

12.4.2. 〈− sin t, cos t, 2t〉, 〈− cos t,− sin t, 2〉,4t/√

4t2 + 1,√

4t2 + 5/√

4t2 + 1

12.4.3. 〈− sin t, cos t, et〉,〈− cos t,− sin t, et〉, e2t/

√e2t + 1,√

2e2t + 1/√

e2t + 1

12.4.4. 〈et, cos t, et〉, 〈et,− sin t, et〉,(2e2t − cos t sin t)/

√2e2t + cos2 t,√

2et| cos t + sin t|/√2e2t + cos2 t

12.4.5. 〈−3 sin t, 2 cos t, 0〉, 〈3 cos t, 2 sin t, 0〉12.4.6. 〈−3 sin t, 2 cos t + 0.1, 0〉,

〈3 cos t, 2 sin t + t/10, 0〉12.4.7. 〈−3 sin t, 2 cos t, 1〉, 〈3 cos t, 2 sin t, t〉12.4.8. 〈−3 sin t, 2 cos t + 1/10, 1〉,

〈3 cos t, 2 sin t + t/10, t〉13.1.1. z = y2, z = x2, z = 0, lines of slope

1

13.1.2. z = |y|, z = |x|, z = 2|x|, diamonds

13.1.3. z = e−y2sin(y2), z = e−x2

sin(x2),

z = e−2x2sin(2x2), circles

13.1.4. z = − sin(y), z = sin(x), z = 0,lines of slope 1

13.1.5. z = y4, z = x4, z = 0, hyperbolas

13.2.1. No limit; use x = 0 and y = 0.

13.2.2. No limit; use x = 0 and x = y.

13.2.3. No limit; use x = 0 and x = y.

13.2.4. Limit is zero.

13.2.5. Limit is 1.

13.2.6. Limit is zero.

13.3.1. −2xy sin(x2y), −x2 sin(x2y) + 3y2

13.3.2. (y2 − x2y)/(x2 + y)2, x3/(x2 + y)2

13.3.3. 2xex2+y2, 2yex2+y2

13.3.4. y ln(xy) + y, x ln(xy) + x

13.3.5. −x/√

1− x2 − y2,

−y/√

1− x2 − y2

13.3.6. tan y, x sec2 y

13.3.7. −1/(x2y), −1/(xy2)

13.3.8. z = −2(x− 1)− 3(y − 1)− 1

13.3.9. z = 1

13.3.10. z = 6(x− 3) + 3(y − 1) + 10

13.3.11. z = (x− 2) + 4(y − 1/2)

13.3.12. r(t) = 〈2, 1, 4〉+ t〈2, 4,−1〉13.4.1. 4xt cos(x2 + y2) + 6yt2 cos(x2 + y2)

13.4.2. 2xy cos t + 2x2t

13.4.3. 2xyt cos(st) + 2x2s, 2xys cos(st) +2x2t

13.4.4. 2xy2t− 4yx2s, 2xy2s + 4yx2t

13.4.5. x/z, 3y/(2z)

13.4.6. −2x/z, −y/z

13.5.1. 9√

5/5

13.5.2.√

2 cos 3

13.5.3. e√

2(√

3− 1)/4

13.5.4.√

3 + 5

13.5.5. −√6(2 +√

3)/72

13.5.6. −1/5, 0

13.5.7. 4(x− 2) + 8(y − 1) = 0

13.5.8. 2(x− 3) + 3(y − 2) = 0

13.5.9. 〈−1,−1 − cos 1,− cos 1〉,−√2 + 2 cos 1 + 2 cos2 1

Page 417: 3739202 Calculus Whitman College

Appendix B Selected Answers 403

13.5.10. Any direction perpendicular to∇T = 〈1, 1, 1〉, for example,〈−1, 1, 0〉

13.5.11. 2(x− 1)− 6(y − 1) + 6(z − 3) = 0

13.5.12. 6(x− 1) + 3(y − 2) + 2(z − 3) = 0

13.5.13. 〈2 + 4t,−3− 12t,−1− 8t〉13.5.14. 〈4 + 8t, 2 + 4t,−2− 36t〉13.5.15. 〈4 + 8t, 2 + 20t, 6− 12t〉13.6.1. fxx = (2x3y − 6xy3)/(x2 + y2)3,

fyy = (2xy3 − 6x3y)/(x2 + y2)3

13.6.2. fx = 3x2y2, fy = 2x3y + 5y4,fxx = 6xy2, fyy = 2x3 + 20y3,fxy = 6x2y

13.6.3. fx = 12x2 + y2, fy = 2xy, fxx =24x, fyy = 2x, fxy = 2y

13.6.4. fx = sin y, fy = x cos y, fxx = 0,fyy = −x sin y, fxy = cos y

13.7.1. minimum at (1,−1)

13.7.2. none

13.7.3. none

13.7.4. maximum at (1,−1/6)

13.7.5. none

13.7.6. minimum at (2,−1)

13.7.7. a cube 1/ 3√

2 on a side

13.7.8. 65/3× 65/3× 130/3

13.7.9. It has a square base, and is one andone half times as tall as wide. Ifthe volume is V the dimensions are3√

2V/3× 3√

2V/3× 3√

9V/4.

13.7.10.√

100/3

13.7.11. |ax0 + by0 + cz0 − d|/√a2 + b2 + c2

13.7.12. The sides and bottom should all be2/3 meter, and the sides should bebent up at angle π/3.

13.7.13. (3, 4/3)

13.8.1. a cube

13.8.2. 65/3× 65/3× 130/3

13.8.3. It has a square base, and is one andone half times as tall as wide. Ifthe volume is V the dimensions are3√

2V/3× 3√

2V/3× 3√

9V/4.

13.8.4. |ax0 + by0 + cz0 − d|/√a2 + b2 + c2

13.8.5. (0, 0, 1), (0, 0,−1)

13.8.6. 3√

4V × 3√

4V × 3√

V/16

13.8.7. Farthest: (−√2,√

2, 2 + 2√

2);closest: (2, 0, 0), (0,−2, 0)

14.1.1. 16

14.1.2. 4

14.1.3. 15/8

14.1.4. 1/2

14.1.5. 5/6

14.1.6. 12− 65/(2e).

14.1.7. 1/2

14.1.8. π/64

14.1.9. (2/9)23/2 − (2/9)

14.1.10. (1− cos(1))/4

14.1.11. (2√

2− 1)/6

14.1.12. π − 2

14.1.13. 8π

14.1.14. 2

14.1.15. 5/3

14.1.16. 81/2

14.1.17. 2a3/3

14.1.18. 4π

14.1.19. π/32

Page 418: 3739202 Calculus Whitman College

404 Appendix B Selected Answers

14.1.20. 16− 8√

2

14.2.1. 4π

14.2.2. 32π/3− 4√

14.2.3. (2−√2)π/3

14.2.4. 4/9

14.2.5. 5π/3

14.2.6. π/6

14.2.7. π/2

14.2.8. π/2− 1

14.2.9.√

3/4 + π/6

14.3.1. x = y = 2/3

14.3.2. x = 4/5, y = 8/15

14.3.3. x = 0, y = 3π/16

14.3.4. x = 0, y = 16/(15π)

14.4.1. πa√

h2 + a2

14.4.2. πa2√

m2 + 1

14.4.3.√

3/2

14.4.4. π√

2

14.4.5. π√

2/8

14.4.6. π/2− 1

14.5.1. 11/24

14.5.2. 623/60

14.5.3. −3e2/4 + 2e− 3/4

14.5.4. 1/20

14.5.5. π/48

14.5.6. 11/84

14.5.7. 151/60

14.5.8. 32

14.5.9. 64/3

14.5.10. x = y = 0, z = 16/15

14.5.11. x = y = 0, z = 1/3

14.6.1. π/12

14.6.2. 5π/4

14.6.3. 0

14.6.4. 5π/4

14.6.5. 4/5

14.6.6. 256π/15

14.6.7. 4π2

14.6.8. πkh2a2/12

14.6.9. πkha3/6

14.6.10. π2/4

14.6.11. 4π/5

14.6.12. 124π/5

14.7.2. 0

14.7.3. 2/3

14.7.6. 32(√

2 + ln(1 +√

2))/3

14.7.7. 3 cos(1)− 3 cos(4)

15.2.1. 13√

11/4

15.2.2. 0

15.2.3. 3 sin(4)/2

15.2.4. 0

15.2.5. 2e3

15.2.6. 128

15.2.7. (9e− 3)/2

15.2.8. ee+1 − ee − e1/e−1 + e1/e + e4/4 −e−4/4

15.2.9. 1 + sin(1)− cos(1)

15.2.10. 3 ln 3− 2 ln 2

15.2.11. 3/20 + 10 ln(2)/7

15.2.12. 2 ln 5− 2 ln 2 + 15/32

15.2.13. 1

15.2.14. 0

Page 419: 3739202 Calculus Whitman College

Appendix B Selected Answers 405

15.2.15. 21 + cos(1)− cos(8)

15.2.16. (ln 29− ln 2)/2

15.2.17. 2 ln 2 + π/4− 2

15.2.18. 1243/3

15.2.19. ln 2 + 11/3

15.2.20. 3 cos(1)− cos(2)− cos(4)− cos(8)

15.2.21. −10/3

15.3.1. no f

15.3.2. x4/4− y5/5

15.3.3. no f

15.3.4. no f

15.3.5. y sin x

15.3.6. no f

15.3.7. xyz

15.3.8. 6

15.3.9. 1/e− sin 3

15.3.10. 1/√

77−√3

15.4.1. 1

15.4.2. 0

15.4.3. 1/(2e)− 1/(2e7) + e/2− e7/2

15.4.4. 1/2

15.4.5. −1/6

15.4.6. (2√

3−10√

5+8√

6)/3−2√

2/5+1/5

15.4.7. 11/2− ln(2)

15.4.8. 2− π/2

15.4.9. −17/12

15.4.10. 0

15.4.11. −π/2

15.4.12. 12π

15.5.1. −1, 0

15.5.2. 0, a + b

15.5.3. (2b− a)/3, 0

15.5.4. 0, 1

15.5.5. −2π, 0

15.5.6. 0, 2π

15.6.1. 25√

21/4

15.6.2. π√

21

15.6.3. π(5√

5− 1)/6

15.6.4. 4π√

2

15.6.5. πa2/2

15.6.6. 2πa(a−√a2 − b2)

15.6.7. π((1 + 4a2)3/2 − 1)/6

15.6.8. 2π((1 + a2)3/2 − 1)/3

15.6.9. πa2 − 2a2

15.6.10. πa2√

1 + k2/4

15.6.11. A√

1 + a2 + b2

15.6.12. A√

k2 + 1

15.6.13. 8a2

15.7.1. (0, 0, 3/8)

15.7.2. (11/20, 11/20, 3/10)

15.7.3. on center axis, h/3 above the base

15.7.4. 16

15.7.5. 7

15.7.6. −π

15.7.7. −137/120

15.7.8. −2/e

15.7.9. πb2(−4b4 − 3b2 + 6a2b2 + 6a2)/6

15.8.1. −3π

15.8.2. 0

15.8.3. −4π

15.8.4. A(p(c− b) + q(a− c) + a− b)

15.9.1. a2bc + ab2c + abc2

Page 420: 3739202 Calculus Whitman College

406 Appendix B Selected Answers

15.9.2. e2 − 2e + 7/2

15.9.3. 3

15.9.4. 384π/5

15.9.5. π/3

15.9.6. 10π

15.9.7. π/2

Page 421: 3739202 Calculus Whitman College

Index

A

absolute extremum, 93acceleration

normal component, 275tangential component, 275

acceleration vector, 274algebraic precedence, xiialternating harmonic series, 207anti-parallel vectors, 241antiderivative, 127arc length, 268arc length parameterization, 269arccosine, 81arcsine, 80asymptote, 10, 90average, 327average height, 309

B

binormal, 273, 360bounded function, 39

C

Cartesian coordinates, 253center of mass, 327center of mass, 184centroid, 185

chain rule, 52chord, 20circle

area, xiiicircumference, xiiiequation of, xiii, 7, 8unit, 7

Clairaut’s Theorem, 298closed paths, 349completing the square, xiiconcave down, 89concave up, 89cone

lateral area, xiiisurface area, xiiivolume, xiii

conservative vector field, 348continuous, 41, 49convergent sequence, 193convergent series, 199coordinates

Cartesian, 253cylindrical, 253polar, 253rectangular, 253spherical, 255

cosineslaw of, xiii, 239

critical value, 84cross product, 245

407

Page 422: 3739202 Calculus Whitman College

408 Index

curvature, 271curvature formula, 271, 272cylinder

lateral area, xiiisurface area, xiiivolume, xiii

cylindrical coordinates, 329cylindrical coordinates, 253

D

definite integral, 131del (∇), 294dependent variable, 10derivative, 22

dot notation, 106Leibniz notation, 35

difference quotient, 20differentiable, 41, 289directional derivative, 295displacement vector, 234divergence test, 201Divergence Theorem, 372divergent sequence, 193divergent series, 199domain, 9dot notation, 106dot product, 239double integral, 310

E

ellipseequation of, xiii

escape velocity, 190exponential function, 65Extreme Value Theorem, 95

F

Fermat’s Theorem, 84floor, 49flux, 366function, 8

bounded, 39differentiable, 41implicit, 75linear, 8of two variables, 284rational, 151unbounded, 40

G

geometric series, 199global extremum, 93gradient, 294greatest integer, 49

H

harmonic series, 202alternating, 207

Hooke’s Law, 180

I

implicit differentiation, 75, 293implicit function, 75improper integral, 188

convergent, 188diverges, 188

indefinite integral, 131independent variable, 10inflection point, 89integral

improper, 188of sec x, 146of sec3 x, 146properties of, 135

integral sign, 127integral test, 205integration

by parts, 148Intermediate Value Theorem, 41interval of convergence, 218inverse function, 65inverse sine, 80

J

Jacobian, 337

K

kinetic energy, 189

L

L’Hopital’s Rule, 73Lagrange multipliers, 304lateral area, 105law of cosines, xiii, 239

Page 423: 3739202 Calculus Whitman College

Index 409

law of sines, xiiiLeibniz notation, 35level curve, 279level set, 280level surface, 280limit, 29limit at infinity, 72limit of a sequence, 193line integral, 343linearity of the derivative, 46local extremum, 83local maximum, 83local minimum, 83logarithm, 65logarithmic function, 65

M

Maclaurin series, 221mass, 327Mean Value Theorem, 118moment, 183, 322, 328

N

Newton, 179normal, 248, 273

O

one sided limit, 34optimization, 93orientable surface, 366oriented curve, 351

P

p-series, 205parallel vectors, 241parallelogram

and vector sum, 235area of, 247, 324, 336

parametric equations, 251, 260physicists, 106point-slope formula, xiiipolar coordinates, 253polynomial

of two variables, 284power function, 43power rule, 43, 71, 78precedence

of algebraic operations, xiiproduct rule, 48, 49projection, 345

scalar, 345projection of a vector, 241properties of integrals, 135

Q

quadratic formula, xiiquotient rule, 50

R

radian measure, 57radius of convergence, 218rational function, 151rectangular coordinates, 253related rates, 106right hand rule, 247Rolle’s Theorem, 118

S

scalar multiplication, 235scalar projection, 345sequence, 192

bounded, 197bounded above, 197bounded below, 197convergent, 193decreasing, 196divergent, 193increasing, 196monotonic, 196non-decreasing, 196non-increasing, 196of partial sums, 199

series, 192p-series, 205absolute convergence, 212alternating harmonic, 207conditional convergence, 212convergent, 199divergent, 199geometric, 199harmonic, 202integral test, 205interval of convergence, 218Maclaurin, 221radius of convergence, 218Taylor, 224

Page 424: 3739202 Calculus Whitman College

410 Index

sineslaw of, xiii

spheresurface area, xiiivolume, xiii

spherical coordinates, 255, 329squeeze theorem, 61substitution, 332subtend, 58sum

of vectors, 235sum rule, 47surface area, 324

T

tangent line, 20Taylor series, 224torque, 182transcendental function, 57triangle inequality, 31trigonometric identities, xiii

U

unbounded function, 40unit normal, 273unit binormal, 273unit circle, 7unit vector, 241, 266

V

vector, 234anti-parallel, 241cross product, 245displacement, 234function, 260normal to a plane, 248parallel, 241projection, 241scalar multiplication, 235sum, 235unit, 241

vector fields, 341velocity vector, 274

W

work, 177