Suppose we have a surface given in cylindrical coordinates as z=f(r,θ) and we wish to find the integral over some region. We could attempt to translate into rectangular coordinates and 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 cylindrical coordinates directly? The basic idea is the same as before: we divide the region into many small regions, multiply the area of each small region by the height of the surface somewhere in that little region, and add them up. What changes is the shape of the small regions; in order to have a nice representation in terms of r and θ, we use small pieces of ring-shaped areas, as shown in figure 15.2.1. Each small region is roughly rectangular, except that two sides are segments of a circle and the other two sides are not quite parallel. Near a point (r,θ), the length of either circular arc is about rΔθ and the length of each straight side is simply Δr. When Δr and Δθ are very small, the region is nearly a rectangle with area 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∫r1r0f(r,θ)rdrdθ.
Example 15.2.1 Find the volume under z=√4−r2 above the quarter circle bounded by 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 ∫π/20∫20√4−r2rdrdθ=∫π/20−13(4−r2)3/2|20dθ=∫π/2083dθ=4π3. The surface is a portion of the sphere of radius 2 centered at the origin, in fact exactly one-eighth of the sphere. We know the formula for volume of a sphere is (4/3)πr3, so the volume we have computed is (1/8)(4/3)π23=(4/3)π, in agreement with our answer. (From another point of view, what we've done is prove that the volume of a sphere of radius 2 is (32/3). If you replace 2 by a and do the integral again, it is not any more difficult, and you will prove that the volume of a sphere of radius a is (4/3)πa3.) ◻
This example is much like a simple one in rectangular coordinates: the region of interest may be described exactly by a constant range for each of the variables. As with rectangular coordinates, we can adapt the method to deal with more complicated regions.
Example 15.2.2 Find the volume under z=√4−r2 above the region enclosed by the curve r=2cosθ, −π/2≤θ≤π/2; see figure 15.2.2. The region is described in polar coordinates by the inequalities −π/2≤θ≤π/2 and 0≤r≤2cosθ, so the double integral is ∫π/2−π/2∫2cosθ0√4−r2rdrdθ=2∫π/20∫2cosθ0√4−r2rdrdθ. We can rewrite the integral as shown because of the symmetry of the volume; this avoids a complication during the evaluation. Proceeding: 2∫π/20∫2cosθ0√4−r2rdrdθ=2∫π/20−13(4−r2)3/2|2cosθ0dθ=2∫π/20−83sin3θ+83dθ=2(−83cos3θ3−cosθ+83θ)|π/20=83π−329. ◻
0,0 |
You might have learned a formula for computing areas in polar coordinates. It is possible 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 above a region in the x-y plane is simply 1⋅(area of the region), so computing the volume really just computes the area of the region.
Example 15.2.3 Find the area outside the circle r=2 and inside r=4sinθ; see figure 15.2.3. The region is described by π/6≤θ≤5π/6 and 2≤r≤4sinθ, so the integral is ∫5π/6π/6∫4sinθ21rdrdθ=∫5π/6π/612r2|4sinθ2dθ=∫5π/6π/68sin2θ−2dθ=43π+2√3. ◻
Exercises 15.2
Doing integrals in cylindrical coordinates is no different than any other integral.
xxxxxxxxxx
r,theta=var('r theta');
f=r;
Int=integral(integral(f,(r,2,4*sin(theta))),(theta,pi/6,5*pi/6))
show(Int);
Ex 15.2.1 Find the volume above the x-y plane, under the surface r2=2z, and inside r=2. (answer)
Ex 15.2.2 Find the volume inside both r=1 and r2+z2=4. (answer)
Ex 15.2.3 Find the volume below z=√1−r2 and above the top half of the cone z=r. (answer)
Ex 15.2.4 Find the volume below z=r, above the x-y plane, and inside r=cosθ. (answer)
Ex 15.2.5 Find the volume below z=r, above the x-y plane, and inside r=1+cosθ. (answer)
Ex 15.2.6 Find the volume between x2+y2=z2 and x2+y2=z. (answer)
Ex 15.2.7 Find the area inside r=1+sinθ and outside r=2sinθ. (answer)
Ex 15.2.8 Find the area inside both r=2sinθ and r=2cosθ. (answer)
Ex 15.2.9 Find the area inside the four-leaf rose r=cos(2θ) and outside r=1/2. (answer)
Ex 15.2.10 Find the area inside the cardioid r=2(1+cosθ) and outside r=2. (answer)
Ex 15.2.11 Find the area of one loop of the three-leaf rose r=cos(3θ). (answer)
Ex 15.2.12 Compute ∫3−3∫√9−x20sin(x2+y2)dydx by converting to cylindrical coordinates. (answer)
Ex 15.2.13 Compute ∫a0∫0−√a2−x2x2ydydx by converting to cylindrical coordinates. (answer)
Ex 15.2.14 Find the volume under z=y2+x+2 above the region x2+y2≤4 (answer)
Ex 15.2.15 Find the volume between z=x2y3 and z=1 above the region x2+y2≤1 (answer)
Ex 15.2.16 Find the volume inside x2+y2=1 and x2+z2=1. (answer)
Ex 15.2.17 Find the volume under z=r above r=3+cosθ. (answer)
Ex 15.2.18 Figure 15.2.4 shows the plot of r=1+4sin(5θ).
a. Describe the behavior of the graph in terms of the given equation. Specifically, explain maximum and minimum values, number of leaves, and the `leaves within leaves'.
b. Give an integral or integrals to determine the area outside a smaller leaf but inside a larger leaf.
c. How would changing the value of a in the equation r=1+acos(5θ) change the relative sizes of the inner and outer leaves? Focus on values a≥1. (Hint: How would we change the maximum and minimum values?)
Ex 15.2.19 Consider the integral ∫∫D1√x2+y2dA, where D is the unit disk centered at the origin. (This is the same shape described in a different way in exercise 13 in section 9.7.)
a. Why might this integral be considered improper?
b. Calculate the value of the integral of the same function 1/√x2+y2 over the annulus with outer radius 1 and inner radius δ.
c. Obtain a value for the integral on the whole disk by letting δ approach 0. (answer)
d. For which values λ can we replace the denominator with (x2+y2)λ in the original integral and still get a finite value for the improper integral?