Definite Integrals0%

Integration · Topic 4 of 9

Definite Integrals

Video lesson · from 20:084 worked examples

One lesson video covers all of Integration, so it opens at 20:08 for this topic — not from the beginning.

Theory

Let F(x)F(x) be the integral of f(x)f(x).

We define abf(x)dx=F(b)F(a)\int_a^b f(x) \,dx = F(b) - F(a) where aa and bb are the limits of the integral and b>ab > a.

Example:

abxdx=[x22+C]ab=(b22+C)(a22+C)=b22a22\begin{aligned} \int_a^b x \,dx &= \left[\frac{x^2}{2} + C\right]_a^b \\ &= \left(\frac{b^2}{2} + C\right) - \left(\frac{a^2}{2} + C\right) \\ &= \frac{b^2}{2} - \frac{a^2}{2} \end{aligned}

Note: The constant of integration simplifies to 0 so is not required for definite integrals.

⚠️ Common Examiner Traps

  • Brackets when substituting: definite integrals are where brackets matter most, especially when a limit is negative. Write []\left[\ldots\right] and substitute the negative limit in brackets.
  • Upper limit first: it is F(b)F(a)F(b) - F(a). Switching the limits and then mishandling the resulting negative is a common and costly error.
  • A negative answer is not automatically an error: if you have swapped limits, fix the limits — do not just make the answer positive. For an area below the axis, deal with it deliberately.
  • Use your calculator properly in paper 2: inefficient calculator use, and pages of unnecessary working, waste time and invite mistakes. Evaluate in one go and keep the working structured.
  • Include dxdx in the statement: 2025 flags this explicitly on a definite integral question.

Worked examples

Example 1

Find 135x2dx\int_1^3 5x^2 \,dx

=[5x33]13=(5(3)33)(5(1)33)=135353=1303\begin{aligned} &= \left[ \frac{5x^3}{3} \right]_1^3 \\ &= \left( \frac{5(3)^3}{3} \right) - \left( \frac{5(1)^3}{3} \right) \\ &= \frac{135}{3} - \frac{5}{3} \\ &= \frac{130}{3} \end{aligned}

Example 2

Find 02(x3+3x2)dx\int_0^2 (x^3 + 3x^2) \,dx

=[x44+x3]02=(244+23)(0+0)=(164+8)=4+8=12\begin{aligned} &= \left[ \frac{x^4}{4} + x^3 \right]_0^2 \\ &= \left( \frac{2^4}{4} + 2^3 \right) - (0 + 0) \\ &= \left( \frac{16}{4} + 8 \right) \\ &= 4 + 8 = 12 \end{aligned}

Example 3

Find 144x3dx\int_{-1}^4 \frac{4}{x^3} \,dx

Wait, this function is undefined at x=0x=0, which is within the limits [1,4][-1, 4]. This improper integral diverges. However, if we treat it purely mechanically (ignoring the discontinuity):

144x3dx=[4x22]14=[2x2]14=(242)(2(1)2)=216(2)=18+2=158\begin{aligned} \int_{-1}^4 4x^{-3} \,dx &= \left[ \frac{4x^{-2}}{-2} \right]_{-1}^4 \\ &= \left[ -\frac{2}{x^2} \right]_{-1}^4 \\ &= \left(-\frac{2}{4^2}\right) - \left(-\frac{2}{(-1)^2}\right) \\ &= -\frac{2}{16} - (-2) \\ &= -\frac{1}{8} + 2 = \frac{15}{8} \end{aligned}

Example 4

Find the value of zz for which 1z(1+2x)dx=4\int_1^z (1 + 2x) \,dx = 4.

[x+x2]1z=4(z+z2)(1+12)=4z2+z2=4z2+z6=0(z+3)(z2)=0\begin{aligned} \left[ x + x^2 \right]_1^z &= 4 \\ (z + z^2) - (1 + 1^2) &= 4 \\ z^2 + z - 2 &= 4 \\ z^2 + z - 6 &= 0 \\ (z + 3)(z - 2) &= 0 \end{aligned}

So z=3z = -3 or z=2z = 2.