Navigation

Concept Review

Integral Calculus

Area Between Two Curves

📘 Area Between Two Curves

🔹 Basic Idea

Area between curves = top function − bottom function

Area=ab[f(x)g(x)]dx\text{Area} = \int_a^b \big[ f(x) - g(x) \big]\,dx
  • f(x)f(x) = top curve
  • g(x)g(x) = bottom curve

🔹 Steps

  1. Find intersection points → limits aa, bb
  2. Identify top and bottom functions
  3. Compute:
ab[f(x)g(x)]dx\int_a^b \big[f(x) - g(x)\big]\,dx

🔹 Example

Find area between f(x)=x2f(x) = x^2 and g(x)=xg(x) = x

Step 1: Intersection

x2=xx(x1)=0x=0,1x^2 = x \Rightarrow x(x-1)=0 \Rightarrow x=0,1

Step 2: Top - Bottom

  • Top: xx
  • Bottom: x2x^2

Step 3: Compute

01(xx2)dx\int_0^1 (x - x^2)\,dx

Antiderivative:

=[x22x33]01=1213=16= \left[\frac{x^2}{2} - \frac{x^3}{3}\right]_0^1 = \frac{1}{2} - \frac{1}{3} = \frac{1}{6}

🔹 Vertical Slices (in terms of yy)

If using yy:

Area=cd[xrightxleft]dy\text{Area} = \int_c^d \big[ x_{\text{right}} - x_{\text{left}} \big]\,dy

🔹 Key Takeaways

  • Always do top − bottom (or right − left)
  • Find intersection points carefully
  • Sketch if unsure