Skip to content
spmaddmath.com.my
Tuition

Study

SyllabusFormulasMethodsExam & PapersTools
LocationsPricingBlogOur TeachersContact
EN

Method · Integration

How to evaluate a definite integral

To evaluate abf(x)dx\int_{a}^{b} f(x)\,dx, first integrate f(x)f(x) to get F(x)F(x), then substitute the limits and subtract: abf(x)dx=[F(x)]ab=F(b)F(a)\int_{a}^{b} f(x)\,dx = \big[F(x)\big]_{a}^{b} = F(b)-F(a). No constant of integration is needed.

What this method is for

A definite integral has two limits attached to the integral sign and returns a single number rather than a function. Where an indefinite integral asks 'what function differentiates to give this?', a definite integral asks 'what is the exact value between x=ax=a and x=bx=b?'

That value is the signed area between the curve and the xx-axis over the interval. In Add Math you use it to find areas under curves, volumes of revolution, and the total change in a quantity from its rate.

The rule that makes it work is the Fundamental Theorem of Calculus: integrate to get F(x)F(x), then evaluate the difference between the top and bottom limits.

fundamental theorem
abf(x)dx=[F(x)]ab=F(b)F(a)\int_{a}^{b} f(x)\,dx = \big[F(x)\big]_{a}^{b} = F(b) - F(a)
power rule
xndx=xn+1n+1+c,n1\int x^{n}\,dx = \frac{x^{n+1}}{n+1} + c,\quad n \neq -1

When to reach for it

Use this method whenever the integral sign carries a lower and an upper limit, or whenever a question asks for a numerical value from an integration,'evaluate', 'find the area', or 'calculate the exact value of'. If there are no limits, you have an indefinite integral instead and must keep the +c+c.

The signal is the pair of numbers on the integral: ab\int_{a}^{b}. The moment you see them, plan for three actions, integrate, substitute both limits, subtract.

Because the answer is a number, you can and should check that it is reasonable: an area should normally be positive, and a definite integral of a simple polynomial over a short interval should give a tidy value. Because Add Math is marked analytically, showing the integrated expression and the substitution earns method marks even if the final arithmetic slips.

The steps

  1. 1

    Integrate the function

    Integrate f(x)f(x) term by term using xndx=xn+1n+1+c\int x^{n}\,dx=\frac{x^{n+1}}{n+1}+c. For a definite integral you do not need the +c+c; it cancels in the subtraction.

  2. 2

    Write the limit brackets

    Put the result in square brackets with the lower and upper limits, as [F(x)]ab\big[F(x)\big]_{a}^{b}.

  3. 3

    Substitute the upper limit

    Replace xx with the top value bb to get F(b)F(b).

  4. 4

    Substitute the lower limit

    Replace xx with the bottom value aa to get F(a)F(a).

  5. 5

    Subtract

    Compute F(b)F(a)F(b)-F(a), keeping the brackets so a negative F(a)F(a) becomes a plus.

  6. 6

    Simplify

    Work out the arithmetic to a single exact number, and state units if the context calls for them.

Worked example

Q1[3 marks]

Evaluate 12(4x36x)dx\displaystyle\int_{1}^{2} \left(4x^{3}-6x\right)\,dx.

Show worked solution

Integrate term by term. Using the power rule, 4x3dx=4x44=x4\int 4x^{3}\,dx = 4\cdot\frac{x^{4}}{4}=x^{4} and 6xdx=6x22=3x2\int 6x\,dx = 6\cdot\frac{x^{2}}{2}=3x^{2}.

12(4x36x)dx=[x43x2]12\int_{1}^{2}\left(4x^{3}-6x\right)\,dx = \Big[\,x^{4}-3x^{2}\,\Big]_{1}^{2}

Substitute the upper limit x=2x=2:

F(2)=(2)43(2)2=1612=4F(2) = (2)^{4}-3(2)^{2} = 16 - 12 = 4

Substitute the lower limit x=1x=1:

F(1)=(1)43(1)2=13=2F(1) = (1)^{4}-3(1)^{2} = 1 - 3 = -2

Subtract, being careful with the negative lower value:

F(2)F(1)=4(2)=4+2=6F(2)-F(1) = 4 - (-2) = 4 + 2 = 6

So 12(4x36x)dx=6\displaystyle\int_{1}^{2}\left(4x^{3}-6x\right)\,dx = 6. Notice that the constant of integration was never written, because it would appear in both F(2)F(2) and F(1)F(1) and cancel in the subtraction.

Common pitfalls

  • Adding +c+c to a definite integral, it always cancels, so it should not appear in the final line.
  • Subtracting the wrong way round; the rule is F(b)F(a)F(b)-F(a), upper minus lower.
  • Dropping the brackets in F(b)F(a)F(b)-F(a), so a negative F(a)F(a) is subtracted with the wrong sign, here 4(2)4-(-2) is 66, not 22.
  • Differentiating instead of integrating; the power rises by one, it does not fall.
  • Substituting the limits before integrating, which mixes up the two operations.

How a teacher helps

The most costly slip we see is a sign error at the subtraction line, a student writes 424-2 instead of 4(2)4-(-2) and loses the mark on the last step of an otherwise perfect solution. In one-to-one lessons our teachers have you keep the brackets around F(a)F(a) every single time, and say 'top minus bottom' aloud before subtracting, so the habit protects you under exam pressure.

We also check that you never carry a stray +c+c into a definite integral. Every teacher on spmaddmath.com.my is experienced.

Lessons are online and taught in English, paced to how quickly the method is settling for you.

Get 1-to-1 help.

Book a Trial Class

Frequently asked questions

Why don't I need the constant of integration in a definite integral?

Because it cancels. If you kept it, you would have (F(b)+c)(F(a)+c)(F(b)+c)-(F(a)+c), and the two cc terms subtract to zero.

So for a definite integral you can integrate without ever writing +c+c.

What does it mean if a definite integral comes out negative?

A definite integral gives signed area. A negative value means the curve lies below the xx-axis over that interval.

If a question asks for actual area where the curve dips below the axis, split the interval and take the absolute value of each part.

Does the order of the limits matter?

Yes. Swapping the limits changes the sign: abf(x)dx=baf(x)dx\int_{a}^{b} f(x)\,dx = -\int_{b}^{a} f(x)\,dx.

Always put the upper limit on top and evaluate F(b)F(a)F(b)-F(a), upper minus lower.

How is a definite integral marked in SPM?

Analytically, so the integrated expression and the substitution of both limits each carry method marks. Even if you make an arithmetic slip at the final subtraction, writing [F(x)]ab\big[F(x)\big]_{a}^{b} and substituting correctly still earns credit.

Source:SRC-DSKP-EN

Written by the spmaddmath.com.my editorial team.· Last updated 5 September 2026

Ready to get started?

Book a Trial Classfrom RM50/hr · One-hour paid trial · Same-day reply
Book a Trial ClassOne-hour paid trial · Same-day reply