IB Maths AA SL Topic 5 β€” Calculus Paper 1 & 2 ~7 min read

Negative Integrals

A definite integral can come out negative. That’s not an error β€” it’s the integral telling you the curve dips below the x-axis. But area is always positive, so when the curve goes below, you need an extra step to recover the actual area: either drop a minus sign, or wrap the function in modulus bars.

πŸ“˜ What you need to know

Why does the integral go negative?

When a curve sits below the x-axis, the y-values are negative. So when you sum up all the tiny strips of “height Γ— width” that make up the integral, you’re adding negative numbers β€” and the result is negative.

Signed area β€” positive above, negative below
x y + βˆ’ + below x-axis β†’ counts as negative y = f(x)
A definite integral is not the same thing as the geometric area β€” it’s signed. If the question asks for “the value of the integral”, give the signed answer (could be negative). If it asks for “the area”, you must make it positive.

Case 1: curve fully below the x-axis

This is the easy case. Integrate normally β€” the answer comes out negative β€” then take the absolute value.

πŸ“

Quick rule

If you compute ∫ab f(x) dx and get something like I = βˆ’18, the area is just |I| = 18 square units.

Case 2: curve partly above, partly below

This is where students lose marks. If you integrate straight through, the negative bit cancels some of the positive bit and you get the wrong number for area.

The correct formula uses the modulus:

Area between curve and x-axis
A = ∫ab |y| dx
βœ“ in formula booklet

Visually, the modulus reflects any part of the curve that’s below the x-axis, flipping it up so all the area is positive.

Two ways to handle it

method A Β· GDC Integrate |y| directly
A = ∫ab |f(x)| dx
Use on Paper 2 β€” your GDC has an “Abs” function. One calculation, done.
method B Β· manual Split at the roots
A = |I1| + |I2| + …
Use on Paper 1 β€” find where f(x) = 0, integrate each chunk, take |Β·| of any negatives, sum.
🧠

“Reflect the negatives, then add”

The modulus flips below-axis regions up to the positive side. Whether you do that with the |Β·| symbol on a GDC, or by hand by chopping at the roots and dropping minus signs β€” the result is the same.

Step-by-step method

Finding total area when the curve crosses the x-axis

  1. Sketch the curve on your GDC and identify the limits (vertical lines or the boundary x-values).
  2. Find the roots in your interval β€” solve f(x) = 0. These are where the curve switches above/below.
  3. Choose your method. Paper 2: integrate |f(x)| on the GDC. Paper 1: split into chunks at the roots.
  4. Add up the absolute values of each chunk’s integral. The total is the area.

Worked examples

WE 1

Curve fully below the x-axis

Find the area enclosed by the curve y = xΒ² βˆ’ 4, the x-axis, and the lines x = βˆ’2 and x = 2.

step 1 β€” check position y = xΒ² βˆ’ 4 has roots at x = Β±2 between x = βˆ’2 and 2, the curve is below the axisstep 2 β€” integrate I = ∫(βˆ’2 to 2) (xΒ² βˆ’ 4) dx = [xΒ³/3 βˆ’ 4x] from βˆ’2 to 2 = (8/3 βˆ’ 8) βˆ’ (βˆ’8/3 + 8) = βˆ’16/3 βˆ’ 16/3 = βˆ’32/3step 3 β€” take absolute value Area = 32/3 square units the integral was negative because the curve sits below the axis β€” the area is its size, not its sign!
WE 2

Curve crosses the x-axis β€” split at the root

Find the total area between the curve y = xΒ³, the x-axis, and the lines x = βˆ’1 and x = 2.

step 1 β€” find the root xΒ³ = 0 at x = 0 β€” curve crosses here below axis: βˆ’1 to 0  |  above axis: 0 to 2step 2 β€” integrate each chunk I₁ = ∫(βˆ’1 to 0) xΒ³ dx = [x⁴/4] from βˆ’1 to 0 = 0 βˆ’ ΒΌ = βˆ’ΒΌ Iβ‚‚ = ∫(0 to 2) xΒ³ dx = [x⁴/4] from 0 to 2 = 4 βˆ’ 0 = 4step 3 β€” sum absolute values A = |βˆ’ΒΌ| + |4| = ΒΌ + 4 = 17/4 Area = 17/4 square units straight ∫(βˆ’1 to 2) xΒ³ dx would give 4 βˆ’ ΒΌ = 15/4 β€” wrong! the negative chunk cancelled part of the positive.
WE 3

Trig curve over a full period

Find the total area between the curve y = sin x and the x-axis from x = 0 to x = 2Ο€.

step 1 β€” locate the root sin x = 0 at x = Ο€ in this interval positive: 0 to Ο€  |  negative: Ο€ to 2Ο€step 2 β€” integrate each chunk I₁ = ∫(0 to Ο€) sin x dx = [βˆ’cos x] from 0 to Ο€ = βˆ’(βˆ’1) βˆ’ (βˆ’1) = 2 Iβ‚‚ = ∫(Ο€ to 2Ο€) sin x dx = [βˆ’cos x] from Ο€ to 2Ο€ = βˆ’1 βˆ’ (βˆ’(βˆ’1)) = βˆ’1 βˆ’ 1 = βˆ’2step 3 β€” sum absolute values A = |2| + |βˆ’2| = 4 Area = 4 square units straight ∫(0 to 2Ο€) sin x dx = 0 β€” the two halves cancel exactly. always sketch first!
WE 4

Quadratic with the modulus shortcut on GDC

Find the area between the curve y = xΒ² βˆ’ x βˆ’ 2 and the x-axis from x = 0 to x = 3.

step 1 β€” factorise + check sign y = (x + 1)(x βˆ’ 2) β†’ roots at βˆ’1 and 2 on (0, 2) curve is below; on (2, 3) it’s abovestep 2 β€” GDC method A = ∫(0 to 3) |xΒ² βˆ’ x βˆ’ 2| dx type with Abs( ) on GDC GDC: 31/6Area = 31/6 square units GDC + modulus = one-step answer. always faster than splitting on Paper 2!

πŸ’‘ Top tips

⚠ Common mistakes

Next up: Area Between a Curve and a Line β€” when the boundary of the region isn’t just the x-axis but also a straight line. The same ideas extend, with one extra step: subtract the line’s area from the curve’s area (or vice versa).

Need help with Negative Integrals?

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

Book Free Session β†’