The Core Idea: Finding the Area of the Region Bounded by Two Polar Curves
This topic extends the concept of finding the area of a region defined by a single polar curve to finding the area of a region situated between two distinct polar curves. The fundamental approach is analogous to finding the area between two functions in Cartesian coordinates, which involves subtracting the area of the inner region from the area of the outer region. Instead of summing the areas of infinitesimally thin rectangles, in the polar system, we sum the areas of infinitesimally thin sectors.
The core problem is to calculate the area of the region bounded by an "outer" curve, , and an "inner" curve, , over a specific interval of angles from to . This is achieved by integrating the difference between the area element of the outer curve and the area element of the inner curve across the specified angular range.
Key Formulas
The area of the region bounded by two polar curves, and , for the interval is given by a single definite integral.
Area Between Two Polar Curves:
Conditions for the Formula:
For this formula to be valid, the following conditions must be met over the interval :
represents the outer curve (farther from the origin).
represents the inner curve (closer to the origin).
The radii must satisfy .
Understanding the Setup
The primary challenge in finding the area between two polar curves lies in correctly setting up the definite integral. This process involves more than just substituting functions into the formula; it requires a careful analysis of the geometry of the region.
The formula is a direct consequence of the principle of subtracting the inner area from the outer area. It can be expanded conceptually as:
The key steps to correctly set up the integral are:
Identify the Curves: Determine which function, or , corresponds to the outer boundary and which corresponds to the inner boundary for the region of interest. A sketch of the curves is often essential.
Find the Bounds of Integration ( and ): The bounds are the starting and ending angles that trace the desired region. These are typically found by setting the two polar equations equal to each other, , and solving for . These solutions represent the angles at which the curves intersect.
Construct the Integral: Substitute the outer function for , the inner function for , and the intersection angles for and into the area formula.
Core Concepts & Rules
The area of a region bounded by two polar curves is found by subtracting the area of the inner region from the area of the outer region.
The definitive formula for the area between (outer) and (inner) from to is .
A critical first step is to determine the bounds of integration, and . This is typically done by finding the intersection points of the two curves by solving .
It is essential to correctly identify which function represents the outer radius () and which represents the inner radius () over the integration interval. Visualizing the graphs is the most reliable method.
The formula requires squaring each radius function individually before finding the difference. The expression is , not .
Step-by-Step Example 1: Basic Application
Problem: Find the area of the region that lies inside the cardioid and outside the circle .
Step 1: Find the points of intersection to determine the bounds.
Set the two equations equal to each other:
The principal solutions for in the interval are and . These will be our bounds of integration, so and .
Step 2: Identify the outer and inner curves.
The problem asks for the area inside the cardioid and outside the circle. This means the cardioid is the outer boundary and the circle is the inner boundary.
Outer curve:
Inner curve:
We can verify this by testing a point within the interval, such as .
Since , the cardioid is indeed the outer curve in this region.
Step 3: Set up the definite integral.
Using the area formula :
Step 4: Simplify the integrand.
Use the power-reducing identity :
Step 5: Evaluate the integral.
Find the antiderivative:
Evaluate at the upper and lower bounds:
Step-by-Step Example 2: Exam-Style Application
Problem: Let be the region in the first quadrant that is bounded by the polar curves and . Find the area of .
Step 1: Find the points of intersection.
The region is in the first quadrant, so we are interested in . Set the equations equal:
This equation, , cannot be solved algebraically. This is a strong indicator that this problem is intended for a calculator. However, we can observe by inspection that is one intersection point (at the origin). We must use a calculator to find the other non-zero intersection point. Graphing and and finding their intersection gives . Let's call this value .
So, the bounds of integration are and .
Step 2: Identify the outer and inner curves.
We need to determine which function has a larger radius on the interval . Let's test a value in this interval, for example, .
Since , the curve is the outer curve and is the inner curve on this interval.
Outer curve:
Inner curve:
Step 3: Set up the definite integral.
Using the area formula:
Step 4: Evaluate the integral using a calculator.
This integral is best evaluated numerically.
The area of region is approximately 3.835.
(Note: If this were a non-calculator problem, the intersection point would be solvable by hand, e.g., an intersection between and .)
Using Your Calculator
A graphing calculator is an indispensable tool for finding the area between two polar curves, especially when finding intersection points or evaluating the final integral is complex.
Typical Workflow (TI-84 Style):
Set Mode: Press
[MODE]and change the graphing mode toPOLAR.Enter Equations: Press
[Y=]and enter the two polar functions. For example, enter into and into .Graph and Visualize: Press
[GRAPH][WINDOW]\theta_{min}\theta_{max}\theta_{step}) to get a clear view of the region. This step is crucial for identifying the outer and inner curves and estimating the intersection points. 4. **Find Intersection Points (Bounds):** * **Graphically:** Use the `[2nd]` `[TRACE]` (CALC) menu and select $5: intersect. The calculator will prompt you for the first curve, second curve, and a guess. Move the cursor near an intersection point and press[ENTER]` three times. Note the value. Repeat for other intersection points.- Analytically: On the home screen, use the numerical solver or graph the two functions in function mode (e.g., and ) to find where they intersect. Store the intersection value in a variable (e.g.,
STO-> A).
- Analytically: On the home screen, use the numerical solver or graph the two functions in function mode (e.g., and ) to find where they intersect. Store the intersection value in a variable (e.g.,
Calculate the Area:
On the home screen, use the numerical integration function (
fnIntis under[MATH]$9:`).The syntax is:
(1/2) * fnInt( (r1(\theta))^2 - (r2(\theta))^2, \theta, α, β )To access and , press [VARS]`, go to the `Y-VARS` menu, select $3: Polar, and choose or .
is the key.
and are the lower and upper bounds you found in Step 4.
Example Command: To solve the problem from Example 2 with , , and the upper bound stored as :
0.5 * fnInt( (r1(\theta))^2 - (r2(\theta))^2, \theta, 0, A )
AP Exam Quick Hit
Common Question Types
Calculator-Active Area Calculation: You will be given two polar functions, and , and asked to find the area of the region inside one curve and outside the other. The primary tasks are to find the intersection points using your calculator, correctly identify the outer and inner curves, and use your calculator's numerical integrator to find the value.
- Example: "Find the area of the region inside and outside ."
Integral Setup Only (Non-Calculator): You will be shown a graph of two polar curves or given their equations and asked to write, but not evaluate, an integral expression for the area of a specified region. This tests your ability to find the bounds (which will be common angles like , etc.) and correctly construct the integrand.
- Example: "Write an integral expression for the area of the region common to the curves and ."
Area of a Shared Region: You may be asked to find the area of a region common to two curves. This often requires splitting the total area into two or more integrals, as the "outer" curve may change.
- Example: "Find the area of the region lying inside both the circle and the cardioid ." (This would require two integrals: one for the cardioid part and one for the circle part, each over different intervals of ).
Common Mistakes
Forgetting the Multiplier: The most frequent and simple error is omitting the coefficient in front of the integral.
Forgetting to Square the Radii: Students may integrate instead of the correct . The area formula is based on , not .
Incorrectly Squaring the Difference: A major algebraic error is writing instead of . These are not equivalent. You must square each radius function individually before subtracting.
Incorrect Bounds of Integration: Students often fail to find the correct intersection points or use a default interval like when a smaller, specific interval is required to trace the region only once. Always sketch the curves to understand how the region is formed.
Reversing Outer and Inner Curves: Mistaking the inner curve for the outer curve (i.e., calculating instead of ). This will result in the negative of the correct area. A quick check of the radii at a midpoint angle can prevent this.