📘 Area Between Two Curves
🔹 Basic Idea
Area between curves = top function − bottom function
Area=∫ab[f(x)−g(x)]dx
- f(x) = top curve
- g(x) = bottom curve
🔹 Steps
- Find intersection points → limits a, b
- Identify top and bottom functions
- Compute:
∫ab[f(x)−g(x)]dx
🔹 Example
Find area between f(x)=x2 and g(x)=x
Step 1: Intersection
x2=x⇒x(x−1)=0⇒x=0,1
Step 2: Top - Bottom
Step 3: Compute
∫01(x−x2)dx
Antiderivative:
=[2x2−3x3]01=21−31=61
🔹 Vertical Slices (in terms of y)
If using y:
Area=∫cd[xright−xleft]dy
🔹 Key Takeaways
- Always do top − bottom (or right − left)
- Find intersection points carefully
- Sketch if unsure