]> AP Calculus AB - Chapter 07 Notes

7: Applications of Definite Integrals

7.1: Integral as Net Change

The net change of f(x) on the interval [a,b] is a b f ( x ) d x . When talking about motion, this is called displacement.

The total change in f(x) on the interval [a,b] is a b | f ( x ) | d x .

This should sound familiar, as we've already talked about it!

Examples

[1.] Water flows from a storage tank at the rate of R ( t ) = 200 4 t liters per minute, where t [ 0 , 50 ] . Find the total amount of water that flows out of the tank in the first ten minutes.

Easy! 0 10 ( 200 4 t ) d t = 200 t 2 t 2 ] 0 10 = ( 200 10 2 10 2 ) ( 0 ) = 1800 . A total of 1800 liter of water flow out over the first ten minutes.

 

[2.] The velocity of a particle moving along the x-axis is v ( t ) = t 2 2 t 8 meters per second, where t 0 . Find the displacement of the particle over the interval [ 1 , 6 ] .

Been there, done that. 1 6 ( t 2 2 t 8 ) d t = 1 3 t 3 t 2 8 t ] 1 6 = ( 1 3 216 36 8 6 ) ( 1 3 1 8 ) = 10 3 . The object moved to the left 10 3 meters.

7.2: Areas in the Plane

Areas Between Curves

We know that if f(x) is above the x-axis on the interval [a,b], then a b f ( x ) d x gives the area between the function and the axis on that interval. We have, on occasion, found more complicated areas by subtracting integrals. Since a b f ( x ) d x a b g ( x ) d x = a b [ f ( x ) g ( x ) ] d x , we can (more efficiently) find the area between two functions by taking the integral of the difference function.

The area between the functions f(x) and g ( x ) on the interval [a,b] is a b [ f ( x ) g ( x ) ] d x .

Changing Boundaries

Sometimes, regions don't have constant upper and lower boundaries. Thus, it may be necessary to split the area into regions with constant boundaries—thus, using multiple integrals to find the area of the region.

Integrating with Respect to y

We have focused on up-and-down rectangles, since we are most familiar with functions that take an x-value and produce a y-value. However, there really isn't any restriction on this! There are times when switching the variable—making the function left-and-right; taking a y-value to produce an x-value—makes things easier.

Examples

[3.] Find the area enclosed by the graphs of y = 1 + x and y = 3 + x 3 .

Let's look at a picture first.

An Image

A little algebra will show that these functions intersect at x=0 and x=9.

The area between them is 0 9 [ 1 + x 3 + x 3 ] d x = x 2 3 x 3 2 1 6 x 2 ] 0 9 = ( 9 2 3 9 3 2 1 6 9 2 ) ( 0 ) = 9 2 .

 

[4.] Find the area enclosed by y=x2, y = 2 cos ( x ) , and the x-axis.

A picture is worth a thousand words. I've shaded the area of interest.

An Image

This does not have a constant top—we'll have to find where they intersect, and split the problem into two integrals. I think this is a calculator problem!

0 1.022 x 2 d x + 1.022 π 2 2 cos ( x ) d x = 0.650 .

 

[5.] Find the area in the first quadrant enclosed by the graphs of 4 x + y 2 = 12 and y = x .

Making a picture for this may be a bit more involved…again, I've shaded the desired region.

An Image

Solving the first equation for y may be difficult…so don't! Solve it for x, and we'll integrate with respect to y. We'll also need to know the y-coordinates of the intersections…

4 x + y 2 = 12 4 x = 12 y 2 x = 3 y 2 4 ; y = x x = y . The points of intersection are ( 2 , 2 ) and ( 6 , 6 ) .

The area of the region is 6 2 [ 3 y 2 4 y ] d y = 3 y 1 12 y 3 1 2 y 2 ] 6 2 = ( 3 2 1 12 2 3 1 2 2 2 ) ( 3 ( 6 ) 1 12 ( 6 ) 3 1 2 ( 6 ) 2 ) = 64 3 .

7.3: Volumes

The Idea

There are many shapes that are created by rotating a simple shape in space. It turns out that the volume of such objects can be found using calculus.

Here's the idea: take a small interval along the axis of rotation, and use that to create a rectangle (much like we did when beginning integrals). Now, spin that rectangle around the axis to create a very small cylinder. Knowing the volume of that cylinder, and being able to add up a lot of those cylinders means that we can find the volume of a solid that is generated by rotating a function around an axis.

The Disk Method

Let's consider a function (it doesn't matter which—call it f(x)) from x=0 to x=4. Here's the graph:

An Image

When this is rotated around the x-axis, the resulting shape is…

An Image

 

How do we get the volume of this thing? By slicing it up into manageable parts, and taking the limit.

OK, let's consider a really tiny sliver along the x-axis and make a little rectangle…like this:

An Image

If we take this little rectangle, and spin it around the x-axis, we get a little cylinder (really short cylinders are called disks):

An Image

The volume of a cylinder/disk is simple to calculate: V = π r 2 h . The radius is just the function value (f(x)), and the height is tiny (let's call it Δ x ).

An Image

So—the volume of this small cylinder is π ( f ( x ) ) 2 Δ x . Now, I want to add up the volumes of a bunch of these disks (specifically, from x=0 to x = 4 ) and take the limit as Δ x approaches zero. That should give the volume of this object! V = lim Δ x 0 x = 0 4 π ( f ( x ) ) 2 Δ x

Now wait just a minute…this looks familiar. Haven't we done this before?

Yes! That looks like an integral!

And it is.

The volume of the object is V = 0 4 π ( f ( x ) ) 2 d x . Of course, you don't always have to start at zero and stop at four…you can use any reasonable limits for the integration.

The volume generated by rotating the region of f(x) on the interval [a,b] about the x-axis is π a b [ f ( x ) ] 2 d x .

This example assumes a rotation around the x-axis. If you want to rotate around the y-axis, then you probably want to rewrite the function so that x is a function of y.

The Washer Method

Sometimes, the area that you want to rotate doesn't come out solid—it has a hole of some type. This arises when the area that is rotated is the area between two functions, rather than the area beneath just one function.

Consider these functions:

An Image

When that very unusual area is rotated, it looks like this:

An Image

(it is difficult to see, perhaps, that this thing is empty inside…try!)

We can still consider a very small section along the axis to create a rectangle. However, when this is rotated around the axis, you get what most would recognize as a ring (often called a washer)!

An Image

The volume of this ring is not difficult to find…

An Image

It's just the volume of the disk with the larger radius, minus the volume of the disk with the smaller radius. V = π ( f ( x ) ) 2 Δ x π ( g ( x ) ) 2 Δ x = π [ ( f ( x ) ) 2 ( g ( x ) ) 2 ] Δ x

Again, we want to sum these up and take the limit as Δ x approaches zero…and again, this results in an integral!

V = a b π [ ( f ( x ) ) 2 ( g ( x ) ) 2 ] d x

Cross Sections

In general, if we know the cross sectional area of a solid at any point along an axis (typically the x-axis), then we can find the volume of the object by integrating the area function along the axis.

An Image

If, for any value of x in the interval [a,b] the cross sectional area A ( x ) is known (or can be found), then the volume of the object is a b A ( x ) d x .

For many problems, we will know a function that traces the base of the solid, and it will be up to us to use a little geometry to find the cross sectional area. For example, consider the area between the y-axis, y = 4 and y=x2.

An Image

Now, let's tip that over into three dimensions before we create a solid.

An Image

To create the solid, let's construct a square for each value of x.

An Image

(The squares are shown heading down into the negative z region.)

All that remains is to write the integral…I'll leave that for the examples.

Examples

[6.] Find the volume of the solid formed when y=x2 ( x [ 0 , 5 ] ) is rotated about the x-axis.

Here's what that looks like:

An Image

And here's a typical disk formed by that rotation:

An Image

The volume is 0 5 π ( x 2 ) 2 d x = 0 5 π x 4 d x = π 5 x 5 ] 0 5 = π 5 ( 3125 0 ) = 625 π .

 

[7.] Find the volume of the solid formed by rotating the region bounded by y = sin ( x ) and y = cos ( x ) (where x > 0) around the x-axis.

First of all, what does that region look like?

An Image

Note that y = cos ( x ) is the function in red, and that the limits on x are x [ 0 , π 4 ] .

Now, the volume of revolution:

An Image

(looks like a dog's water bowl to me). Finally, a typical ring:

An Image

So the volume is 0 π 4 π ( cos 2 ( x ) sin 2 ( x ) ) d x . But, in order to actually work that out, you're going to have to use an identity! cos ( 2 x ) = cos 2 ( x ) sin 2 ( x ) in particular. So the volume is 0 π 4 π cos ( 2 x ) d x = π 2 sin ( 2 x ) ] 0 π 4 = π 2 ( sin π 2 sin ( 0 ) ) = π 2 .

 

[8.] A solid has as its base the region enclosed by y = x and y = 1 . Cross sections perpendicular to the x-axis are equilateral triangles. Find the volume of the solid.

First, the base:

An Image

Now, an image of the solid:

An Image

(This image is from the left side, so that you can more easily see the equilateral triangles at each x-value. The axes are the positive x, positive y, and negative z)

The area of an equilateral triangle is 3 4 b 2 , where b is the length of the base.

The volume is 0 1 3 4 ( 1 x ) 2 d x = 3 4 0 1 ( 1 2 x + x ) d x = 3 4 [ x 4 3 x 3 2 + 1 2 x 2 ] 0 1 = 3 4 [ 1 4 3 + 1 2 ] = 3 24 .

7.5: Applications from Science and Statistics

Word problems. Fun!

Of course, we all know that work is found by multiplying force applied by distance moved…provided that the force is constant. If it isn't, then we need to find the amount of work done in very small intervals (where the force is almost constant), and add those work bits up.

What do we get when we add up a bunch of little multiplied bits?

(come on…you can get it!)

The same idea applies to fluid pressure—the pressure exerted by a fluid at a depth of h is p = w h , where w is the weight-density of the fluid. If we want to find the pressure exerted over some interval of depths, then we need to add up a bunch of little pressures (again—how do you do this?).

Note that the force exerted by a fluid is the pressure multiplied by the exposed area…

I'm not going to try to explain the statistics to you—it would take too long just to explain the setup of a problem!

Examples

[9.] A particle is propelled along the x-axis by a force of 10 ( 1 + x ) 2 Newtons at a distance of x meters from the origin. How much work is done pushing the particle from x=0 to x=9?

The work done is 0 9 10 ( 1 + X ) 2 d x . Alas, in order to integrate this, a substitution is required. Let u = 1 + x so that d u = d x . When x=0, u=1, and when x=9, u = 10 . The integral becomes 1 10 10 u 2 d u = 10 0 10 u 2 d u = 10 u ] 0 10 = 10 ( 1 10 1 1 ) = 9 . A total of 9 Newton-meters (Joules) of work are done.

 

[10.] A rectangular swimming pool is 20 feet wide and 40 feet long. The shallow end is 3 feet deep, and the bottom slopes down to a final depth of 9 feet. If the weight-density of water is 62.4 pounds per cubic foot, then how much force is the water exerting on the bottom of the pool?

First, a picture of the longest cross section of the pool.

An Image

Let x be the distance from the shallow end of the pool. The depth at each x is given by h ( x ) = 3 20 x + 3 ; hence the pressure at each x is p ( x ) = 62.4 ( 3 20 x + 3 ) . This pressure is exerted over a thin ( Δ x ) 20 foot strip of pool bottom, making the force on that strip 62.4 ( 3 20 x + 3 ) ( 20 ) Δ x . The total force across all such strips is 0 40 62.4 ( 3 20 x + 3 ) ( 20 ) d x . Just for fun, I'll let the calculator work that out to 299,520 pounds of force.


Valid MathML 2.0! Valid CSS Level 2!

Page last validated 2010-08-15