IB Maths AA SLTopic 5 β CalculusPaper 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
Definite integrals measure signed area: regions above the x-axis count as positive, regions below count as negative.
If the curve sits entirely below the x-axis, the integral comes out negative β take the absolute value to get the area.
If the curve partly above and partly below, the negative chunk cancels part of the positive β the raw integral is misleading.
The fix: integrate the modulus A = β«ab |y| dx β this reflects negative parts back above the axis.
Or split at the roots of f(x) = 0, integrate each chunk separately, and add their absolute values.
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
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 Β· GDCIntegrate |y| directly
A = β«ab |f(x)| dx
Use on Paper 2 β your GDC has an “Abs” function. One calculation, done.
method B Β· manualSplit 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
Sketch the curve on your GDC and identify the limits (vertical lines or the boundary x-values).
Find the roots in your interval β solve f(x) = 0. These are where the curve switches above/below.
Choose your method. Paper 2: integrate |f(x)| on the GDC. Paper 1: split into chunks at the roots.
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 positiony = xΒ² β 4 has roots at x = Β±2between x = β2 and 2, the curve is below the axisstep 2 β integrateI = β«(β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 valueArea = 32/3 square unitsthe 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 rootxΒ³ = 0 at x = 0 β curve crosses herebelow axis: β1 to 0 | above axis: 0 to 2step 2 β integrate each chunkIβ = β«(β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 valuesA = |βΒΌ| + |4| = ΒΌ + 4 = 17/4Area = 17/4 square unitsstraight β«(β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 rootsin x = 0 at x = Ο in this intervalpositive: 0 to Ο | negative: Ο to 2Οstep 2 β integrate each chunkIβ = β«(0 to Ο) sin x dx = [βcos x] from 0 to Ο= β(β1) β (β1) = 2Iβ = β«(Ο to 2Ο) sin x dx = [βcos x] from Ο to 2Ο= β1 β (β(β1)) = β1 β 1 = β2step 3 β sum absolute valuesA = |2| + |β2| = 4Area = 4 square unitsstraight β«(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 signy = (x + 1)(x β 2) β roots at β1 and 2on (0, 2) curve is below; on (2, 3) it’s abovestep 2 β GDC methodA = β«(0 to 3) |xΒ² β x β 2| dxtype with Abs( ) on GDCGDC: 31/6Area = 31/6 square unitsGDC + modulus = one-step answer. always faster than splitting on Paper 2!
π‘ Top tips
Always sketch first. One look tells you whether the curve crosses the x-axis in your interval.
Read the question carefully. “Value of the integral” can be negative. “Area” is always positive.
Find the roots before splitting β they tell you where to break the integral.
Use modulus on Paper 2. β«|f(x)| dx on a GDC is one button press.
Check sign at each chunk β drop minus signs only when adding for total area.
Symmetry helps β if the curve is symmetric (like sin x over 0 to 2Ο), the chunks may be equal in size.
β Common mistakes
Reporting a negative area. Area is never negative β that’s the integral, not the area.
Not splitting when the curve crosses the x-axis. Negative and positive chunks cancel.
Forgetting modulus bars in the formula β«|y|dx when writing it down.
Skipping the sketch β leads to picking the wrong limits or missing a sign change.
Adding signed values instead of absolute values. |Iβ| + |Iβ|, not Iβ + Iβ.
Wrong roots when factorising β always double-check on the GDC.
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.