Area Between Curves
Area Between Curves
Finding the area between two curves is a direct application of definite integrals. Instead of finding the area under a single curve down to the x-axis, we calculate the area of the region bounded between an upper curve and a lower curve.
The Formula
If a function f(x) is greater than or equal to another function g(x) on an interval [a,b] (meaning f(x) is the "top" curve and g(x) is the "bottom" curve), the area A between them is:
A=โซabโ[f(x)โg(x)]dx
Steps to Find the Area
- Find the intersection points: Set the two equations equal to each other to find where the curves intersect. These x-values will usually be your limits of integration, a and b.
- Determine the upper and lower functions: Pick a test point between a and b to see which function has the higher y-value.
- Set up the integral: Subtract the lower function from the upper function.
- Integrate and evaluate: Compute the definite integral.
Example 1: Bounded by Two Functions
Problem: Find the area between y=x2 and y=x+2.
Step 1: Find intersections. Set the equations equal to each other: x2=x+2 x2โxโ2=0 (xโ2)(x+1)=0 The curves intersect at x=โ1 and x=2. These are our bounds.
Step 2: Determine upper and lower functions. Pick a test point in the interval [โ1,2], such as x=0:
- y=(0)2=0
- y=(0)+2=2
Since 2>0, y=x+2 is the upper function and y=x2 is the lower function.
Step 3 & 4: Set up and evaluate the integral. A=โซโ12โ[(x+2)โx2]dx A=[2x2โ+2xโ3x3โ]โ12โ Evaluate at the upper bound (x=2): 24โ+4โ38โ=2+4โ38โ=310โ Evaluate at the lower bound (x=โ1): 21โโ2โ(โ31โ)=21โโ2+31โ=โ67โ Subtract the lower bound result from the upper bound result: A=310โโ(โ67โ)=620โ+67โ=627โ=29โ
Example 2: Functions that Cross Over
Problem: Find the area enclosed by y=sinx and y=cosx on the interval [0,ฯ].
Step 1: Find intersections. Set sinx=cosx. On the interval [0,ฯ], this occurs at x=4ฯโ. Because the curves cross, the upper and lower functions will switch. We must split the integral into two parts: [0,4ฯโ] and [4ฯโ,ฯ].
Step 2: Determine upper and lower functions for each interval.
- On [0,4ฯโ]: cosxโฅsinx (e.g., at x=0, cos(0)=1, sin(0)=0).
- On [4ฯโ,ฯ]: sinxโฅcosx (e.g., at x=2ฯโ, sin(2ฯโ)=1, cos(2ฯโ)=0).
Step 3 & 4: Set up and evaluate the integrals.
First Region: A1โ=โซ0ฯ/4โ(cosxโsinx)dx=[sinx+cosx]0ฯ/4โ A1โ=(22โโ+22โโ)โ(0+1)=2โโ1
Second Region: A2โ=โซฯ/4ฯโ(sinxโcosx)dx=[โcosxโsinx]ฯ/4ฯโ A2โ=(โ(โ1)โ0)โ(โ22โโโ22โโ)=1โ(โ2โ)=1+2โ
Total Area: A=A1โ+A2โ=(2โโ1)+(1+2โ)=22โ