16 Integrals & Coordinates
We’ve seen previously that certain double and triple integrals are particularly challenging because their bounds contain complicated expressions like
These sort of expressions come up when integrating over circular, cylindrical and spherical regions, because these are all described with equations like
The reason is that cartesian coordinates are good for describing flat objects: the surfaces where one variable is held constant describe lines or planes. Thus, integrals over rectangles and boxes are easy in cartesian coordinates: their bounds are constants! To make integrals over circles, cylinders and spheres easy, we need to find coordinates for which circles, cylinders and spheres are described by constants. If we can change our perspective to work with these coordinates, we will be able to turn an integral with difficult bounds into a different integral with constant bounds - but the same overall value.
16.1 Polar Coordinates
Polar coordinates are a means of representing the plane using distance
Using trigonometry, we can relate these to the usual
Definition 16.1 (Polar Coordinates) Polar coordinates on the plane are the coordinates
Definition 16.2 (dA in Polar Coordinates) The area element
PICTURE
Here we must be careful however, as while
This lets us do a double integral in polar coordinates by first doing an
Just like in cartesian coordinates, you can view this as slicing in teh
Starting from an integral with cartesian coordinates
- Convert the function to polar coordinates: substitute
and and simplify (remember ). - Substitute
or for the polar area unit . - Rewrite the bounds of integration in terms of polar coordinates.
Now you just have a standard iterated integral (but with variables named
Example 16.1 Let
With the bounds being the unit circle, if we slice the integral using cartesian coordinates we will get
This is easily evaluated:
In this case polar coordinates led to an integral with only
:::{#thm-trigonometric integrals} If an integral contains an even power of
For example:
If an integral contains an odd power of sine or cosine, save one of the factors and convert the others from sine to cosine (or vice versa) using the pythagorean identity
Application: Integrating the Gaussian
16.2 Cylindrical Coordinates
Cylindrical coordinates are just the natural three dimensional extension of polar coordinates, where we use
Definition 16.3 (Cylindrical Coordinates) Measure two directions in space using polar coordinates, and the orthogonal direction with its standard Cartesian axis. If we convert the
The volume element here is just the polar area element times
Definition 16.4 (Volume in Cylindrical Coordinates)
Examples are easier to understand if you draw the regions along the way, so I’ve done some on my iPad to post below:
A second example:
And, a third example:
16.3 Spherical Coordinates
Spherical coordinates is a coordinate system in
Definition 16.5 (Spherical Coordinates)
Using these coordinate definitions we can compute the volume element in spherical coordinates: it’ll be a product of the length in the
- Length in the
direction is . - Circles in the
direction (lines of longitude) have circumference . Thus a small amount of angle has length . - Circles in the
direction are all longitudes on the sphere, of length . Thus a small bit of angle has length .
Definition 16.6 (Volume in Spherical Coordinates)
Again, examples are easier when you can draw out the bounds so I’ve done some handwritten ones below:
And a second
16.4 General Coordinate Transformations
We have spent some time understanding polar and spherical changes of variables, but these are merely the beginning of a rich collection of coordinate changes. There are elliptical coordinates, which are helpful when a problem involves ellipses, hyperbolic coordinates for problems involving hyperbolas, and many more
Because coordinates help simplify a problem by making the bounds easier many of you will see lots of different coordinate systems in your future, especially in physics and engineering.
In this one semester course we will not have the time nor need to deep dive into any other specific examples, but we will take a brief look at the general theory, and see how one can transform any integral into any coordinates.
When we computed double integrals in polar coordinates, we used the change of variables
This motivates the more general question: given a change of variables
Suppose we are integrating over the region
This illustrates the power of a good change of variables: a complicated region in
Let
16.4.1 Example Area Element
Let us return to our earlier example, where
Now, to compute the transformed integral, we must also calculate the Jacobian determinant
Now we compute the determinant:
This tells us our new
We can assemble all of this into a full example
Example 16.2 (A Change of Variables) To compute the integral
So, our new bounds are constants, but to convert
We can also use this to find the area element
Simplifying a bit, this integral is easy as its a function of
16.5 Video Resources
Polar Coordinates
Cylindrical Coordinates
Spherical Coordinates
Examples in Spherical Coordinates:
{{< youtube jBcNOkwiS6k?si=MV-C12ELGIT6Ux6V >}}