14.13 Definite Integrals and Areas


2026 📋 Syllabus Objectives

By the end of these notes, you will be able to:

  • Evaluate definite integrals (calculate their exact numerical value)
  • Use integration to find the area of flat (plane) regions, including:
    • The area between a line and a curve
    • The area between two curves
    • Areas found as a sum of two separate areas

Part 1: What is a Definite Integral?

You already know that when you integrate a function (find its integral), you get a + c at the end. For example:

x2dx=13x3+c\int x^2 \, dx = \frac{1}{3}x^3 + c

This is called an indefinite integral — "indefinite" means it has no fixed, single answer because c can be any number.

A definite integral is different. It is evaluated between two fixed values called limits. Because of these limits, the answer is always a single, definite number — no c involved.

The notation looks like this:

abf(x)dx\int_a^b f(x) \, dx

  • The lower limit is a (written at the bottom of the ∫ sign)
  • The upper limit is b (written at the top of the ∫ sign)

Part 2: How to Evaluate a Definite Integral

Follow these three steps every time:

Step 1: Integrate the function normally (but leave out the + c).

Step 2: Write the result inside square brackets with the limits: [F(x)]ab[F(x)]_a^b

Step 3: Substitute — put in the upper limit first, then subtract the result when you put in the lower limit.

abf(x)dx=[F(x)]ab=F(b)F(a)\int_a^b f(x) \, dx = \left[F(x)\right]_a^b = F(b) - F(a)

💡 Why does the + c disappear? When you substitute, you get (F(b)+c)(F(a)+c)(F(b) + c) - (F(a) + c). The two c values cancel each other out — so you never need to write c in definite integration.


Part 3: Worked Examples — Evaluating Definite Integrals

Example 1 — Powers of x

Evaluate 12x5+3x2dx\displaystyle\int_1^2 \frac{x^5 + 3}{x^2} \, dx

Step 1: Simplify the fraction by dividing each term by x2x^2:

x5x2+3x2=x3+3x2\frac{x^5}{x^2} + \frac{3}{x^2} = x^3 + 3x^{-2}

Step 2: Integrate:

(x3+3x2)dx=14x43x\int (x^3 + 3x^{-2}) \, dx = \frac{1}{4}x^4 - \frac{3}{x}

Step 3: Apply the limits (upper limit 2, lower limit 1):

=(14(2)432)(14(1)431)= \left(\frac{1}{4}(2)^4 - \frac{3}{2}\right) - \left(\frac{1}{4}(1)^4 - \frac{3}{1}\right)

=(432)(143)=52+114=514= \left(4 - \frac{3}{2}\right) - \left(\frac{1}{4} - 3\right) = \frac{5}{2} + \frac{11}{4} = 5\frac{1}{4}

Sign in to view full notes