Intuition The ONE core idea
The area trapped between two curves is nothing but a pile of super-thin rectangles added together — each rectangle is (how long) × (how thin) . To read the whole "area between curves" topic fluently, you only need to recognise a handful of symbols, and every single one of them describes either a rectangle , a way of adding rectangles , or where the rectangles start and stop .
This page assumes you have seen nothing . We build every symbol the parent note leans on, in an order where each one only uses the ones before it. Follow from line one.
Before any curve, we need a place . Everything in this topic is drawn on a flat sheet with two number-lines crossing at a point called the origin .
Definition The axes and a point
( x , y )
The horizontal number-line is the ==x -axis==. Moving right makes x bigger.
The vertical number-line is the ==y -axis==. Moving up makes y bigger.
A point is written ( x , y ) : "go right by x , then up by y ."
Why the topic needs it: every "curve" is just a rule that, for each spot you pick, tells you a height. Without the plane there is no "up," "down," "left," "right" — and this whole chapter is about which direction we sweep.
x increases as you move which way?To the right.
The point ( 3 , 2 ) means what? Go right 3, then up 2.
Definition Function notation
f ( x ) is read "f of x ". Think of f as a machine: you feed it a number x , it spits out one number. We plot that output as the height y . So the curve y = f ( x ) is the trail of dots "(input, output)".
Stand at position x on the floor (the x -axis). Look straight up until you hit the curve. The height where you hit is f ( x ) . Slide x along and the hit-point traces the whole curve.
Why the topic needs it: the parent note constantly says "top curve f ( x ) , bottom curve g ( x ) ." Those are just two such machines. The letters f and g are only names — nothing more.
f ( x ) means f times x ."
Why it feels right: two things written side by side often mean multiply.
Why it's wrong: here the brackets mean "feed x into machine f ." f ( 2 ) is "the height of the curve above x = 2 ," not "f × 2 ."
Fix: read f ( x ) out loud as "f of x ."
Now put two machines on the same plane: y = f ( x ) (call it the top ) and y = g ( x ) (the bottom ), where at every x in the region the top sits higher, written f ( x ) ≥ g ( x ) .
≥ and the vertical gap
f ( x ) ≥ g ( x ) reads "f ( x ) is greater than or equal to g ( x ) " — the top is never below the bottom.
The vertical gap at a chosen x is == f ( x ) − g ( x ) == : top height minus bottom height. This is a length , and because the top is higher it is never negative.
If the top of a wall is at height 5 and the bottom at height 2 , the wall is 5 − 2 = 3 tall. Same idea: (upper height) − (lower height) = distance between them. That distance is the height of one thin rectangle .
Why the topic needs it: f ( x ) − g ( x ) is the star of the whole formula. It is the height of every vertical slice.
The vertical gap between top f and bottom g at position x is f ( x ) − g ( x ) , a non-negative length.
Why can't the gap come out negative in our setup? Because we required f ( x ) ≥ g ( x ) , so top minus bottom is ≥ 0 .
We slice the region between two x -values, a (left edge) and b (right edge). The stretch of x from a to b is the interval [ a , b ] .
Definition The chopping symbols
[ a , b ] — all x from a up to b , endpoints included.
Cut [ a , b ] into n equal strips. Each strip has width == Δ x = n b − a == . The symbol Δ (Greek "delta") means "a change / a small amount of."
x i ∗ is one sample point picked inside strip number i — the spot where we measure the height of that strip's rectangle.
Δ x looks like
Look at the figure: the fat interval [ a , b ] is sliced like a loaf of bread into n = 6 slices. Each slice's thickness is Δ x . If you cut more slices (bigger n ), each slice gets thinner — Δ x shrinks toward 0 .
Why the topic needs it: one thin rectangle has area (height) × (width) = ( f ( x i ∗ ) − g ( x i ∗ ) ) Δ x . Every rectangle is built from Section 2's gap times this thickness.
Δ x is a variable I solve for."
Why it's wrong: Δ x is just the width of one slice — a small number that gets smaller as n grows. It is set by how finely you chop , not by any equation.
Definition Sigma notation
∑ i = 1 n ( something i )
reads "add up the quantity for i = 1 , then i = 2 , …, up to i = n ." The big Greek "S" (∑ , sigma) just means "sum." The i = 1 underneath is where counting starts; the n on top is where it stops.
Why the topic needs it: the total area of all the thin rectangles is
∑ i = 1 n ( f ( x i ∗ ) − g ( x i ∗ ) ) Δ x .
This is exactly Section 2's gap × Section 3's thickness, added over every slice. This idea is developed fully in Definite Integral as Riemann Sum .
∑ i = 1 4 i equals1 + 2 + 3 + 4 = 10 .
The rectangle-sum is only approximate — its stair-step top doesn't hug a curved boundary perfectly. Fix it by chopping infinitely finely.
Definition Limit and integral symbols
n → ∞ reads "n grows without end" — infinitely many, infinitely thin slices (Δ x → 0 ).
When we take that limit, the sum becomes the integral :
lim n → ∞ ∑ i = 1 n ( f ( x i ∗ ) − g ( x i ∗ ) ) Δ x = ∫ a b ( f ( x ) − g ( x ) ) d x .
∫ is a stretched "S" (still "sum"), a and b under/over it are the left/right edges, and d x is the infinitely thin width — the grown-up version of Δ x .
Intuition Why the integral tool and not just the sum?
The sum with finite n leaves little triangular errors along any curved edge (look at the staircase gaps in the figure). We need the exact area, so we ask: "what does the sum settle down to as the steps get infinitely small?" That settling-down value is what ∫ names. We reach for an integral precisely because our boundary is curved and a finite pile of rectangles can never be exact.
Why the topic needs it: every area formula in the parent note is this one limit, just with different top/bottom (or right/left) curves plugged in.
The symbol d x is the limiting version of the slice width Δ x as it shrinks to zero.
Why do we take n → ∞ ? To remove the staircase error and get the exact area under a curved boundary.
You never actually add infinitely many things by hand. Instead:
Definition Antiderivative and the bracket
[ ] a b
An antiderivative F of f is a function whose slope machine gives back f : d x d F ( x ) = f ( x ) . The symbol d x d means "the rate at which the output changes as x nudges up" — the steepness of the curve.
The bracket [ F ( x ) ] a b means "F ( b ) − F ( a ) ": plug in the top edge, minus plug in the bottom edge.
Then ∫ a b f ( x ) d x = [ F ( x ) ] a b = F ( b ) − F ( a ) .
Worked example Reading it in action
In the parent's Example 1, ∫ 0 2 ( 2 x − x 2 ) d x = [ x 2 − 3 x 3 ] 0 2 . We check d x d ( x 2 − 3 x 3 ) = 2 x − x 2 ✔, then evaluate ( 4 − 3 8 ) − ( 0 ) = 3 4 .
Why the topic needs it: this is the machine that turns Section 5's scary limit into arithmetic. Full story in Fundamental Theorem of Calculus .
Why must we check d x d F = f before using F ? Because only an antiderivative of the integrand gives the correct area via F ( b ) − F ( a ) .
Sometimes it is cleaner to sweep bottom-to-top instead of left-to-right. Then we lay the rectangles sideways : width becomes d y (thin height) and length becomes right curve − left curve .
Definition Curves written as
x in terms of y
x = R ( y ) — the right boundary, read off as: at height y , the region's right edge is at this x .
x = L ( y ) — the left boundary, similarly. Here R ( y ) ≥ L ( y ) .
The horizontal gap is == R ( y ) − L ( y ) == : right x minus left x — a non-negative length, the width of a lying-down rectangle.
To turn y = f ( x ) into x = something, you invert it (e.g. y = x ⇒ x = y 2 ). See Inverse Functions .
Intuition Rotate your head 90°
A horizontal slice is a vertical slice you looked at with your head tilted: "top minus bottom, sweep d x " becomes "right minus left, sweep d y ." The maths is identical; only the roles of x and y swap.
Why the topic needs it: curves like x = y 2 hand you two y -values for one x , so vertical slicing needs splitting. Horizontal slicing reads x = y 2 directly — no split.
Right-minus-left formula for horizontal slices A = ∫ c d ( R ( y ) − L ( y ) ) d y .
To use horizontal slices on y = x , rewrite it as x = y 2 .
The edges a , b (or c , d ) are exactly where the two curves meet — the region is pinched shut there.
Definition Setting curves equal
To find where f meets g , solve f ( x ) = g ( x ) . This usually gives a quadratic or polynomial like x 2 − 2 x = 0 or y 2 − y − 2 = 0 , solved by factoring — see Solving Quadratic & Polynomial Equations .
Worked example The parent's three intersection solves
x 2 = 2 x ⇒ x ( x − 2 ) = 0 ⇒ x = 0 , 2.
x = x ⇒ x = x 2 ⇒ x ( x − 1 ) = 0 ⇒ x = 0 , 1.
y 2 = y + 2 ⇒ ( y − 2 ) ( y + 1 ) = 0 ⇒ y = − 1 , 2.
Why the topic needs it: you cannot even start the integral without the limits, and the limits are the intersection points.
Where do integration limits come from? The points where the two curves intersect (solve f = g or R = L ).
Two curves, vertical gap f minus g
Chop interval, width delta x
Limit n to infinity gives integral
Antiderivative and F of b minus F of a
Invert to x = R of y and x = L of y
Horizontal slices, sweep dy
Solve f = g for intersections
Integration limits a b or c d
Cover the right side and test yourself. If any answer is shaky, reread that section above.
Read f ( x ) out loud and say what it is "f of x " — the height/output of machine f at input x (not multiplication).
State the height of one vertical slice top minus bottom, f ( x ) − g ( x ) , always ≥ 0 in our setup.
What is Δ x and what happens as n grows? The width of one slice, = n b − a ; it shrinks toward 0 as n → ∞ .
Expand ∑ i = 1 3 i 2 1 + 4 + 9 = 14 .
Turn the rectangle sum into an integral lim n → ∞ ∑ ( f − g ) Δ x = ∫ a b ( f − g ) d x .
Compute [ x 2 − 3 x 3 ] 0 2 ( 4 − 3 8 ) − 0 = 3 4 .
Write the horizontal-slice area formula A = ∫ c d ( R ( y ) − L ( y ) ) d y .
Invert y = x to an x -of-y form x = y 2 .
Where do the integration limits come from? The intersection points of the two curves.