IB Maths AA HL Topic 5 โ€” Calculus Paper 1 & 2 ~10 min read

Area Between a Curve and a Line

When a region is bounded by both a curve AND a non-vertical line, the answer is sometimes a SUM (area under curve + triangle under line, when shapes sit next to each other) and sometimes a DIFFERENCE (โˆซ(upper โˆ’ lower) dx, when they overlap). The sketch tells you which. Triangles use ยฝ ร— base ร— height; curve areas use a definite integral.

๐Ÿ“˜ What you need to know

SUM case vs DIFFERENCE case

SUM case curve & line side by side x y curve line a b c Total = โˆซcurve + triangle DIFFERENCE case overlap โ†’ upper โˆ’ lower x y curve (upper) line (lower) a b Total = โˆซ(upper โˆ’ lower) dx
Left: curve and line sit side by side, so AREA = โˆซcurve dx + triangle under line. Right: curve and line overlap between two intersections, so AREA = โˆซ(upper โˆ’ lower) dx over the overlap.
Method 1 โ€” SUM
A = โˆซcurve + (ยฝ base ยท height)
two adjacent shapes; integrate curve, use triangle formula for line
Method 2 โ€” DIFFERENCE
A = โˆซab (upper โˆ’ lower) dx
curve & line overlap; integrate the gap between them

๐Ÿงญ Recipe โ€” area bounded by a curve and a line

  1. Sketch the curve and line โ€” by hand or GDC.
  2. Find intersection points: solve curve = line for x.
  3. Identify the region: is it the OVERLAP between curve and line (DIFFERENCE), or two ADJACENT pieces (SUM)?
  4. Compute: integrate (upper โˆ’ lower) over the overlap, OR add up the pieces (โˆซcurve + triangle).
  5. Add/subtract as the sketch dictates. Always verify final answer is positive.

Worked examples

WE 1

Line above curve โ€” DIFFERENCE case

Find the area of the region bounded by the curve y = xยฒ and the line y = x + 2.

Step 1 โ€” find intersections (curve = line) xยฒ = x + 2 โ†’ xยฒ โˆ’ x โˆ’ 2 = 0 โ†’ (x โˆ’ 2)(x + 1) = 0 โ†’ x = โˆ’1 and x = 2 Step 2 โ€” identify upper and lower at x = 0: curve = 0, line = 2 โ†’ line is above Step 3 โ€” set up and evaluate โˆซ(upper โˆ’ lower) dx A = โˆซโ‚‹โ‚ยฒ ((x + 2) โˆ’ xยฒ) dx = โˆซโ‚‹โ‚ยฒ (x + 2 โˆ’ xยฒ) dx = [xยฒ/2 + 2x โˆ’ xยณ/3]โ‚‹โ‚ยฒ F(2) = 2 + 4 โˆ’ 8/3 = 18/3 โˆ’ 8/3 = 10/3 F(โˆ’1) = 1/2 โˆ’ 2 + 1/3 = 3/6 + 2/6 โˆ’ 12/6 = โˆ’7/6 A = 10/3 โˆ’ (โˆ’7/6) = 20/6 + 7/6 = 27/6 = 9/2 Area = 9/2 square units classic “lens” between a parabola and a line โ€” always integrate (upper โˆ’ lower)
WE 2

Curve plus triangle โ€” SUM case

A region is bounded by the curve y = โˆšx from x = 0 to x = 4, the line from (4, 2) to (6, 0), and the x-axis. Find the exact total area.

Step 1 โ€” sketch shows the curve from (0,0) to (4,2), then line down to (6,0) two adjacent shapes side-by-side โ†’ SUM case Step 2 โ€” find the line’s equation: slope = (0 โˆ’ 2)/(6 โˆ’ 4) = โˆ’1, through (4, 2) y โˆ’ 2 = โˆ’(x โˆ’ 4) โ†’ y = 6 โˆ’ x Step 3 โ€” area under curve (integrate) โˆซโ‚€โด โˆšx dx = [(2/3) x^(3/2)]โ‚€โด = (2/3)(8) โˆ’ 0 = 16/3 Step 4 โ€” area under line (triangle: base ร— height / 2) triangle vertices: (4, 0), (6, 0), (4, 2) base = 2 (along x-axis), height = 2 โ†’ A = (1/2)(2)(2) = 2 Step 5 โ€” add Total = 16/3 + 2 = 16/3 + 6/3 = 22/3 Total area = 22/3 square units two ADJACENT shapes โ€” just add. No need for โˆซ(upper โˆ’ lower); the line and curve aren’t overlapping
WE 3

Parabola above line โ€” exact answer involving a surd

Find the exact area enclosed by the curve y = 4 โˆ’ xยฒ and the line y = 1.

Step 1 โ€” find intersections 4 โˆ’ xยฒ = 1 โ†’ xยฒ = 3 โ†’ x = ยฑโˆš3 Step 2 โ€” identify upper at x = 0: curve = 4, line = 1 โ†’ curve is above on (โˆ’โˆš3, โˆš3) Step 3 โ€” integrate (curve โˆ’ line) A = โˆซโ‚‹โˆšโ‚ƒ^โˆš3 ((4 โˆ’ xยฒ) โˆ’ 1) dx = โˆซโ‚‹โˆšโ‚ƒ^โˆš3 (3 โˆ’ xยฒ) dx = [3x โˆ’ xยณ/3]โ‚‹โˆšโ‚ƒ^โˆš3 at x = โˆš3: 3ยทโˆš3 โˆ’ (โˆš3)ยณ/3 = 3โˆš3 โˆ’ 3โˆš3/3 = 3โˆš3 โˆ’ โˆš3 = 2โˆš3 at x = โˆ’โˆš3: โˆ’2โˆš3 (by symmetry) A = 2โˆš3 โˆ’ (โˆ’2โˆš3) = 4โˆš3 Area = 4โˆš3 square units (โ‰ˆ 6.93) (โˆš3)ยณ = โˆš3 ยท 3 = 3โˆš3 โ€” careful with cube of a surd
WE 4

Line crosses cubic at THREE points โ€” two separate regions

Find the total area of the regions enclosed between the curve y = xยณ โˆ’ 3x and the line y = x.

Step 1 โ€” find intersections xยณ โˆ’ 3x = x โ†’ xยณ โˆ’ 4x = 0 โ†’ x(xยฒ โˆ’ 4) = 0 โ†’ x(x โˆ’ 2)(x + 2) = 0 โ†’ x = โˆ’2, 0, 2 (three intersections!) Step 2 โ€” identify upper on each piece on (โˆ’2, 0): at x = โˆ’1, curve = โˆ’1 + 3 = 2, line = โˆ’1 โ†’ curve above on (0, 2): at x = 1, curve = 1 โˆ’ 3 = โˆ’2, line = 1 โ†’ line above Step 3 โ€” integrate each region Region A (curve above): โˆซโ‚‹โ‚‚โฐ ((xยณ โˆ’ 3x) โˆ’ x) dx = โˆซโ‚‹โ‚‚โฐ (xยณ โˆ’ 4x) dx = [xโด/4 โˆ’ 2xยฒ]โ‚‹โ‚‚โฐ = 0 โˆ’ (4 โˆ’ 8) = 4 Region B (line above): โˆซโ‚€ยฒ (x โˆ’ (xยณ โˆ’ 3x)) dx = โˆซโ‚€ยฒ (4x โˆ’ xยณ) dx = [2xยฒ โˆ’ xโด/4]โ‚€ยฒ = (8 โˆ’ 4) โˆ’ 0 = 4 Step 4 โ€” add the two areas Total = 4 + 4 = 8 Total area = 8 square units when curve and line cross 3+ times, upper/lower SWAPS between regions โ€” never lump them into one integral
WE 5

Downward parabola above line in first quadrant

The region R is bounded by the curve y = โˆ’xยฒ + 7x โˆ’ 6 and the line y = โˆ’x + 6, lying entirely in the first quadrant. Find the exact area of R.

Step 1 โ€” find intersections โˆ’xยฒ + 7x โˆ’ 6 = โˆ’x + 6 โ†’ โˆ’xยฒ + 8x โˆ’ 12 = 0 โ†’ xยฒ โˆ’ 8x + 12 = 0 โ†’ (x โˆ’ 2)(x โˆ’ 6) = 0 โ†’ x = 2, 6 at intersections: (2, 4) and (6, 0) Step 2 โ€” identify upper at x = 4: curve = โˆ’16 + 28 โˆ’ 6 = 6, line = 2 โ†’ curve is above Method 1 (direct DIFFERENCE) A = โˆซโ‚‚โถ ((โˆ’xยฒ + 7x โˆ’ 6) โˆ’ (โˆ’x + 6)) dx = โˆซโ‚‚โถ (โˆ’xยฒ + 8x โˆ’ 12) dx = [โˆ’xยณ/3 + 4xยฒ โˆ’ 12x]โ‚‚โถ F(6) = โˆ’72 + 144 โˆ’ 72 = 0 F(2) = โˆ’8/3 + 16 โˆ’ 24 = โˆ’8/3 โˆ’ 8 = โˆ’32/3 A = 0 โˆ’ (โˆ’32/3) = 32/3 Method 2 (area under curve โˆ’ area under line) โˆซโ‚‚โถ (โˆ’xยฒ + 7x โˆ’ 6) dx = 56/3 (area under curve) โˆซโ‚‚โถ (โˆ’x + 6) dx = 8 (triangle under line: (ยฝ)(4)(4) = 8) A = 56/3 โˆ’ 8 = 56/3 โˆ’ 24/3 = 32/3 โœ“ Area of R = 32/3 square units both methods give 32/3 โ€” pick whichever is faster (direct โˆซ(upper โˆ’ lower) usually wins for clean intersections)
WE 6

Reciprocal curve and line โ€” exact answer involves ln

Find the exact area of the region enclosed by the curve y = 16/x and the line y = 10 โˆ’ x, where x > 0.

Step 1 โ€” find intersections 16/x = 10 โˆ’ x โ†’ 16 = 10x โˆ’ xยฒ โ†’ xยฒ โˆ’ 10x + 16 = 0 โ†’ x = (10 ยฑ โˆš(100 โˆ’ 64))/2 = (10 ยฑ 6)/2 = 2 or 8 at intersections: (2, 8) and (8, 2) Step 2 โ€” identify upper at x = 5: curve = 16/5 = 3.2, line = 5 โ†’ line is above on (2, 8) Step 3 โ€” integrate (line โˆ’ curve) A = โˆซโ‚‚โธ ((10 โˆ’ x) โˆ’ 16/x) dx = [10x โˆ’ xยฒ/2 โˆ’ 16 ln|x|]โ‚‚โธ F(8) = 80 โˆ’ 32 โˆ’ 16 ln 8 = 48 โˆ’ 16 ln 8 F(2) = 20 โˆ’ 2 โˆ’ 16 ln 2 = 18 โˆ’ 16 ln 2 A = (48 โˆ’ 16 ln 8) โˆ’ (18 โˆ’ 16 ln 2) = 30 โˆ’ 16 ln 8 + 16 ln 2 = 30 โˆ’ 16 (ln 8 โˆ’ ln 2) = 30 โˆ’ 16 ln(8/2) = 30 โˆ’ 16 ln 4 = 30 โˆ’ 32 ln 2 (using ln 4 = 2 ln 2) Area = 30 โˆ’ 32 ln 2 โ‰ˆ 7.82 square units when the integrand has 1/x, the antiderivative has ln|x| โ€” and log laws (ln 8 โˆ’ ln 2 = ln 4) simplify the exact form

๐Ÿ’ก Top tips

โš  Common mistakes

Up next: Area Between 2 Curves. Same idea, but with two curves instead of a curve and a line. The formula is identical: A = โˆซ(upper โˆ’ lower) dx over the overlap. The tricky bit is that with two curves, the “upper” and “lower” can swap multiple times โ€” meaning multiple regions, each integrated separately. And finding intersections is often a more demanding algebra problem than curve-and-line.

Need help with Calculus?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session โ†’