Calculus II
Lesson 1a: Areas of Planar Regions
The most direct application of the integral is the computation of plane areas. In actual practice the computation of areas requires some care. We present a few common variations of the problem.
Ex. 4.1
Find the area between the curves, , , ,
Ex. 4.2
Ex. 4.3
Consider the ellipse, , and the problem of finding the area of that portion of the ellipse between the lines and .
Warning, the name changecoords has been redefined
The equation defining the ellipse does not define y as a function of x because it is not single valued.
These two branches must be considered as separate functions.
Ex. 4.4
Sometimes the problems are multiple. Find the area of the astroid. . The first problem is that Maple will not plot the astroid if it is entered as stated. In order to get Maple to plot properly, the exponents must be separated into a fractional and integral part.
This is not of much help. We need a different Maple function.
isolate
This produces the upper half of the figure.
This does not produce the lower half of the figure because the upper and lower halves are not reflections across the x axis but across the line .
This works fine.
Now we calculate.
If we were interested only in the portion above the x axis it would be easiest to compute:
Previously, we noted that polar coordinates are useful in dealing with certain types of curves; in particular closed curves and periodic curves. Recollect that the area of a segment of a circle whose central angle is , is given by .
By dividing a curve into a sequence of arcs which we approximate as circular, we obtain an approximation to the area enclosed between two radial lines which subtend an angle with the x axis of and as, . Taking the limit of this sum as , we have .
Ex. 4.5
Find the area enclosed by the portion of the graph of the equation that lies above the x axis.
Finding the area of this closed figure might well be a challenge even with Maple. In polar coordinates, however, this equation is .
We are interested in the upper half of the figure given by the range .
It is also a simple matter to deal with curves defined parametrically.
Ex. 4.6
Find the area under the curve defined by: , , .
We recognize that and proceed in the most straight forward manner possible.
Note the syntax for plotting a parametrically defined curve.
If we repeat the calculation in Cartesian coordinates, we must be careful to calculate the limits of integration in Cartesian coordinates.
eliminate
Now we need new limits of integration.
To pick out the correct expression to integrate, we select the first (and only) item in the second set of equations in f , set it equal to zero and solve for y .
Practice
1. Find the area enclosed between and .
2. Find the area between the curves , and the x-axis.
3. Find the area enclosed by the curves: and .
4. Plot this implicit equation and then attempt to find the enclosed area in Cartesian coordinates. Now try in polar coordinates