# Indefinite and definite integration

> IB Mathematics: Analysis and Approaches HL · IB AA HL Unit 5: Calculus
> Source: https://www.owlsprep.com/study/ib-math-aa-hl-u5-indefinite-and-definite-integration/

This sub-topic introduces core definitions of indefinite and definite integration, connects integration to differentiation via the Fundamental Theorem of Calculus, and lays the foundation for all advanced integration techniques in IB AA HL.

**Prerequisites:** [Basic differentiation rules for polynomials, trigonometric, and exponential functions](https://www.owlsprep.com/study/ib-math-aa-hl-u4-basic-differentiation-rules/); Concept of area under a curve

## Learning objectives

- Distinguish between indefinite and definite integrals and their core properties
- Apply the Fundamental Theorem of Calculus to evaluate definite integrals
- Recognize the inverse relationship between integration and differentiation

## Indefinite Integrals and Antiderivatives

**Indefinite Integral** — The collection of all antiderivatives of a function $f(x)$ is called the indefinite integral of $f(x)$, where $F'(x) = f(x)$ and $C$ is the arbitrary constant of integration.

*Notation:* \int f(x) dx = F(x) + C

*Example:* $\int 2x dx = x^2 + C$

An indefinite integral has no fixed upper or lower limits, so it represents an infinite family of functions that differ only by a constant vertical shift. Any two antiderivatives of the same function will always differ by exactly this constant.

**Worked example:** Find the indefinite integral of $f(x) = 3x^2 + 2\sin x$

1. Recall basic integration rules: $\int x^n dx = \frac{x^{n+1}}{n+1} + C$ for $n \neq -1$, and $\int \sin x dx = -\cos x + C$. Apply linearity of integration:
2. $$\int (3x^2 + 2\sin x) dx = 3 \cdot \frac{x^3}{3} + 2(-\cos x) + C$$
3. Simplify to get the final general result:
4. $$x^3 - 2\cos x + C$$

> **Exam tip:** You will lose 1 mark in the exam for omitting the constant of integration $C$ in an indefinite integral answer. Always add it.

*Calculator:* forbidden

## Definite Integrals and Net Signed Area

**Definite Integral** — For a continuous function $f(x)$ on the interval $[a,b]$, the definite integral is equal to the net signed area bounded by $y=f(x)$, the x-axis, $x=a$ and $x=b$. Areas above the x-axis are positive, areas below are negative.

*Notation:* \int_a^b f(x) dx

*Example:* $\int_0^2 2x dx = 4$, which equals the area of the triangle under the line between 0 and 2.

It is critical to distinguish between net signed area (the value of the definite integral) and total geometric area. If a question asks for total area between a curve and the x-axis, you must split the integral at every x-intercept and add the absolute value of each integral segment.

**Worked example:** Calculate $\int_{-1}^1 x dx$ using area interpretation.

1. Sketch $y=x$ over $[-1,1]$. The graph forms two congruent right triangles: one above the x-axis from $x=0$ to $x=1$, and one below from $x=-1$ to $x=0$.
2. Calculate the signed area of each triangle: the upper triangle has area $\frac{1}{2}(1)(1) = 0.5$, the lower triangle has signed area $-0.5$.
3. Add the signed areas to get the final result:
4. $$\int_{-1}^1 x dx = 0.5 - 0.5 = 0$$

*Calculator:* forbidden

## Fundamental Theorem of Calculus

The Fundamental Theorem of Calculus (FTC) unites the two concepts of integration (antiderivatives and area) and gives a simple method to evaluate definite integrals without manual area calculation.

**Fundamental Theorem of Calculus (Part 2)** — If $f(x)$ is continuous on $[a,b]$ and $F(x)$ is any antiderivative of $f(x)$ (meaning $F'(x) = f(x)$), then: $$\int_a^b f(x) dx = F(b) - F(a)$$

**Worked example:** Evaluate $\int_1^3 (2x + e^x) dx$ using the FTC.

1. First find the general antiderivative (indefinite integral):
2. $$\int (2x + e^x) dx = x^2 + e^x + C$$
3. Ignore the constant of integration (it cancels out) and evaluate at the upper limit $b=3$ and lower limit $a=1$:
4. $$F(3) = 3^2 + e^3 = 9 + e^3, \quad F(1) = 1^2 + e^1 = 1 + e$$
5. Subtract lower limit from upper limit to get the final result:
6. $$\int_1^3 (2x + e^x) dx = (9 + e^3) - (1 + e) = 8 + e^3 - e$$

> **Exam tip:** Always evaluate upper limit minus lower limit. Swapping the order gives the negative of the correct answer and will cost you marks.

*Calculator:* forbidden

## Common pitfalls

- **Wrong:** Omitting the constant of integration $C$ in an indefinite integral answer
  - Why it fails: IB examiners explicitly penalize missing $C$, as it is required to represent the full family of antiderivatives
  - Correct: Always add $+C$ at the end of any indefinite integral result
- **Wrong:** Calculating $F(a) - F(b)$ instead of $F(b) - F(a)$ for definite integrals
  - Why it fails: Swapping the order of limits gives the incorrect sign for the final answer
  - Correct: Memorize: upper limit (second number) minus lower limit (first number)
- **Wrong:** Treating all area as positive when calculating a definite integral of a function that crosses the x-axis
  - Why it fails: The definite integral returns net signed area, not total geometric area
  - Correct: Keep signs for definite integrals; split the integral and add absolute values if asked for total area
- **Wrong:** Forgetting that integration is the inverse of differentiation when checking antiderivatives
  - Why it fails: Differentiating your result is the fastest way to confirm you have the correct antiderivative
  - Correct: Always differentiate your final antiderivative to check it matches the original integrand

## Cheatsheet

| Concept | Notation | Key Rule |
| --- | --- | --- |
| Indefinite Integral | $\int f(x) dx$ | Family of antiderivatives: $F(x) + C$ |
| Definite Integral | $\int_a^b f(x) dx$ | Net signed area between $x=a$ and $x=b$ |
| FTC Evaluation | $\int_a^b f(x) dx$ | $F(b) - F(a)$, where $F'(x)=f(x)$ |
| Constant of Integration | $C$ | Required only for indefinite integrals |

## What's next

Mastering the core definitions and rules of indefinite and definite integration is the essential foundation for all upcoming integration topics in IB AA HL. All advanced techniques including integration by substitution, integration by parts, partial fraction integration, and applications of integration to find areas between curves and volumes of revolution rely on your ability to correctly apply these core concepts. Regular practice distinguishing between indefinite and definite integrals and applying the Fundamental Theorem of Calculus will make all more advanced integration topics much easier to master.

- [Integration techniques: substitution, parts, partial fractions](https://www.owlsprep.com/study/ib-math-aa-hl-u5-integration-techniques-substitution-parts-partial/)
- [Applications of integration: area and volume](https://www.owlsprep.com/study/ib-math-aa-hl-u5-applications-of-integration-area-and/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ib-math-aa-hl-u5-indefinite-and-definite-integration/
