Areas Between Curves and Along the y-axis
To find the area between two curves, you need to:
- Find where the curves intersect (these will be your limits)
- Determine which curve is the upper and which is the lower
- Use the formula: Area = ∫atob upperfunction−lowerfunction dx
For example, the area between y = x² and y = 2x from x = 0 to x = 2:
Area = ∫0to2 2x−x2 dx = x2−x3/30to2 = (4 - 8/3) - 0 = 4/3 units²
Sometimes it's easier to integrate with respect to y instead of x. In these cases:
- Rearrange each equation to isolate x
- Integrate with respect to y: Area = ∫ctod rightfunction−leftfunction dy
For instance, for a region bounded by y = ¼x² and x = ±2√y from y = 1 to y = 4:
Area = ∫1to4 2(2√y) dy = ∫1to4 4y^(1/2) dy = 4(2y(3/2)/3)1to4 = 56/3 units²
Problem-solving strategy: When deciding whether to integrate with respect to x or y, choose the approach that gives you simpler expressions to integrate.
Remember that areas are always positive, so the final answer will be in units².