Basic Formula
For two curves y=f(x) and y=g(x) where f(x)≥g(x) on [a,b]:
Area=∫ab[f(x)−g(x)]dx=∫ab[top−bottom]dx
General Formula
When curves cross, split the integral at intersection points:
Area=∫ac∣f(x)−g(x)∣dx+∫cb∣f(x)−g(x)∣dx
Integrating with Respect to y
For curves x=f(y) and x=g(y) where f(y)≥g(y) on [c,d]:
Area=∫cd[f(y)−g(y)]dy=∫cd[right−left]dy
Steps
- Sketch the region
- Find intersection points
- Determine which curve is on top (or right)
- Set up the integral
- Evaluate
Examples
Example 1: Simple area between curves
Find the area between y=x2 and y=x from x=0 to x=1.
Since x≥x2 on [0,1]:
Area=∫01(x−x2)dx=[2x2−3x3]01
=(21−31)−0=61
Example 2: Finding intersection points
Find the area enclosed by y=x2 and y=2x.
Intersection: x2=2x⇒x(x−2)=0⇒x=0,2
Since 2x≥x2 on [0,2]:
Area=∫02(2x−x2)dx=[x2−3x3]02
=(4−38)−0=34
Example 3: Curves that cross
Find area between y=sin(x) and y=cos(x) from 0 to 2π.
Intersection: sin(x)=cos(x)⇒x=4π
On [0,4π]: cos(x)≥sin(x)
On [4π,2π]: sin(x)≥cos(x)
Area=∫0π/4(cosx−sinx)dx+∫π/4π/2(sinx−cosx)dx
=[sinx+cosx]0π/4+[−cosx−sinx]π/4π/2
=(22+22−0−1)+(−0−1+22+22)
=(2−1)+(2−1)=22−2≈0.828
Example 4: Integrating with respect to y
Find the area between x=y2 and x=y+2.
Intersection: y2=y+2⇒y2−y−2=0⇒(y−2)(y+1)=0
y=−1, y=2
Since y+2≥y2 on [−1,2] (right curve minus left):
Area=∫−12[(y+2)−y2]dy=[2y2+2y−3y3]−12
=(2+4−38)−(21−2+31)
=310−(−67)=620+67=627=29
Example 5: Area requiring absolute value
Find area between y=x3−x and y=0 from x=−1 to x=1.
Roots of x3−x=x(x−1)(x+1)=0: x=−1,0,1
On [−1,0]: x3−x≥0
On [0,1]: x3−x≤0
Area=∫−10(x3−x)dx+∫01−(x3−x)dx
=[4x4−2x2]−10−[4x4−2x2]01
=(0−(41−21))−((41−21)−0)
=41+41=21
Example 6: Enclosed by three curves
Find area in the first quadrant bounded by y=x, y=0, and x=4.
Area=∫04xdx=[32x3/2]04=32(8)−0=316