4.2.13Calculus II — Integration

Area between curves — horizontal and vertical slices

1,781 words8 min readdifficulty · medium3 backlinks

WHY do we even need "between curves"?


Vertical slices (width dxdx)


Horizontal slices (height dydy)

Figure — Area between curves — horizontal and vertical slices

Worked Example 1 — vertical slices

Find the area between y=x2y=x^2 and y=2xy=2x.

  • Step — find intersections. Set x2=2xx22x=0x(x2)=0x^2=2x \Rightarrow x^2-2x=0 \Rightarrow x(x-2)=0, so x=0,2x=0,2. Why? The limits a,ba,b are exactly where the curves meet (the region is pinched shut there).
  • Step — which is on top? Test x=1x=1: line 2x=22x=2, parabola x2=1x^2=1. So 2x>x22x>x^2; the line is top. Why test a point? Cheaper than reasoning; one interior point fixes the order on the whole interval (they only cross at the endpoints).
  • Step — integrate top minus bottom. A=02(2xx2)dx=[x2x33]02=(483)0=43.A=\int_0^2\big(2x-x^2\big)\,dx=\Big[x^2-\tfrac{x^3}{3}\Big]_0^2=\Big(4-\tfrac83\Big)-0=\frac{4}{3}. Why this antiderivative? ddx(x2)=2x\frac{d}{dx}(x^2)=2x, ddx(x3/3)=x2\frac{d}{dx}(x^3/3)=x^2. ✔

Worked Example 2 — same region, both ways

Region bounded by y=xy=x, y=0y=0, and x=4x=4 (a triangle... but let's force the curve y=xy=\sqrt{x} idea). Take the region between y=xy=\sqrt{x} and the line y=xy=x for 0x10\le x\le 1.

  • Intersections: x=xx=x2x(x1)=0\sqrt x = x \Rightarrow x = x^2 \Rightarrow x(x-1)=0, so x=0,1x=0,1.
  • Top at x=0.25x=0.25: 0.25=0.5\sqrt{0.25}=0.5 vs x=0.25x=0.25, so x\sqrt x is top.
  • Vertical: A=01(xx)dx=[23x3/2x22]01=2312=16.A=\int_0^1(\sqrt x - x)\,dx=\Big[\tfrac{2}{3}x^{3/2}-\tfrac{x^2}{2}\Big]_0^1=\tfrac23-\tfrac12=\frac{1}{6}.
  • Horizontal (switch variables): invert curves. y=xx=y2y=\sqrt x \Rightarrow x=y^2 (this is the right curve since for fixed yy, y2yy^2 \le y... check). y=xx=yy=x \Rightarrow x=y. For 0y10\le y\le 1, which is right? At y=0.5y=0.5: x=y=0.5x=y=0.5 vs x=y2=0.25x=y^2=0.25, so x=yx=y is on the right, x=y2x=y^2 on the left. A=01(yy2)dy=[y22y33]01=1213=16.  A=\int_0^1 (y - y^2)\,dy=\Big[\tfrac{y^2}{2}-\tfrac{y^3}{3}\Big]_0^1=\tfrac12-\tfrac13=\frac16.\;\checkmark Why both give 1/61/6? It's the same region; the slicing direction can never change the area.

Worked Example 3 — horizontal slices are much easier

Region bounded by x=y2x=y^2 and x=y+2x=y+2.

  • Intersections in yy: y2=y+2y2y2=0(y2)(y+1)=0y^2=y+2\Rightarrow y^2-y-2=0\Rightarrow(y-2)(y+1)=0, so y=1,2y=-1,2.
  • Which curve is on the right? At y=0y=0: x=y+2=2x=y+2=2 vs x=y2=0x=y^2=0. So x=y+2x=y+2 is right, x=y2x=y^2 is left. A=12((y+2)y2)dy=[y22+2yy33]12.A=\int_{-1}^{2}\big((y+2)-y^2\big)\,dy=\Big[\tfrac{y^2}{2}+2y-\tfrac{y^3}{3}\Big]_{-1}^{2}. At y=2y=2: 2+483=1032+4-\tfrac83=\tfrac{10}{3}. At y=1y=-1: 122+13=76\tfrac12-2+\tfrac13=-\tfrac76. A=103(76)=206+76=276=92.A=\tfrac{10}{3}-\big(-\tfrac76\big)=\frac{20}{6}+\frac{7}{6}=\frac{27}{6}=\frac{9}{2}. Why horizontal here? As a function of xx the parabola x=y2x=y^2 gives two yy-values; vertical slicing would need splitting at x=1x=1 into two pieces. Horizontal slicing dodges that entirely.

Common mistakes (Steel-man them)


Recall Feynman: explain it to a 12-year-old

Imagine the space between two squiggly lines is a garden, and you want its area. Cut the garden into super-thin sticks. Each standing-up stick is a tiny rectangle: its height is how far the top line is above the bottom line right there, and its width is tiny. Add up all the sticks' areas — that adding-up is the integral. If the garden is taller-than-wide in a tricky way, lay the sticks down sideways instead (height dydy). Same garden, same area — you just changed which way you laid the sticks.

Flashcards

Vertical-slice area formula
A=ab(f(x)g(x))dxA=\int_a^b (f(x)-g(x))\,dx with ff the top curve, gg the bottom.
Horizontal-slice area formula
A=cd(R(y)L(y))dyA=\int_c^d (R(y)-L(y))\,dy with RR the right curve, LL the left.
Where do the integration limits come from?
The intersection points of the two curves (in xx for vertical, in yy for horizontal).
When should you prefer horizontal (dydy) slices?
When right/left curves are constant but top/bottom changes — e.g. when a curve is naturally x=f(y)x=f(y) (like x=y2x=y^2), so vertical slicing would need splitting.
Why subtract instead of taking absolute value at the end?
If curves cross, signed areas cancel; you must split at crossings and use top−bottom on each piece.
Derive the integrand from a Riemann sum
Thin rectangle = (top−bottom)·Δx; sum and let Δx→0 gives (fg)dx\int(f-g)\,dx.
Area between y=2xy=2x and y=x2y=x^2
02(2xx2)dx=4/3\int_0^2(2x-x^2)dx = 4/3.
Area between x=y2x=y^2 and x=y+2x=y+2
12((y+2)y2)dy=9/2\int_{-1}^2((y+2)-y^2)dy = 9/2.

Connections

  • Definite Integral as Riemann Sum — the engine behind every area formula here.
  • Fundamental Theorem of Calculus — turns the limit-of-sums into antiderivative evaluation.
  • Volumes by Slicing & Disks — same "slice, measure, integrate" pattern, one dimension up.
  • Inverse Functions — needed to rewrite y=f(x)y=f(x) as x=f1(y)x=f^{-1}(y) for horizontal slices.
  • Solving Quadratic & Polynomial Equations — used to find intersection points.

Concept Map

choose orientation

choose orientation

underlies

top minus bottom

right minus left

derived from

as n to infinity

generalise y=0 to g

split interval

switch to

gives limits a b

decide which is top

Area = sum of thin rectangles

Vertical slices width dx

Horizontal slices height dy

Rectangle area = length times thickness

A = integral f minus g dx

A = integral R minus L dy

Riemann sum limit

Single integral vs x-axis

Curves cross

Top or bottom curve changes

Find intersections

Test a point

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, area between curves ka funda bahut simple hai: tum region ko patli-patli strips mein kaat do aur unke area add kar do — yahi integral kar raha hota hai. Agar strips khade (vertical) kaate, to har strip ki height = top curve minus bottom curve aur width = dx, isliye A=ab(f(x)g(x))dxA=\int_a^b (f(x)-g(x))\,dx. Limits a,ba,b wahan se aate hain jahan dono curves milte hain (intersection points), kyunki wahin region band ho jata hai.

Kabhi-kabhi vertical kaatne mein dikkat aati hai — jaise parabola x=y2x=y^2 ho, to ek hi xx ke do yy values aa jate hain, ya top curve beech mein badal jaata hai. Aise case mein apna sir 90 degree ghuma lo: strips ko leta hua (horizontal) kaato, height dydy, aur length = right curve minus left curve, yaani A=cd(R(y)L(y))dyA=\int_c^d (R(y)-L(y))\,dy. Yaad rakho: vertical = "top minus bottom, dx"; horizontal = "right minus left, dy".

Sabse common galti: agar curves beech mein cross kar jaayein, to bas (fg)\int(f-g) mat karo, kyunki positive aur negative parts cancel ho jaate hain aur answer kam aa jaata hai. Crossing point pe interval ko todo aur har piece pe (upar wala minus neeche wala) lo. Dusri galti: dydy integral mein xx-limits mat daalo — thickness dydy hai to limits bhi yy ki range honi chahiye. Bas yeh dhyaan rakhoge to area between curves har baar nikal jaayega.

Go deeper — visual, from zero

Test yourself — Calculus II — Integration

Connections