Historical Context & Motivation
For thousands of years, mathematicians struggled with a deceptively simple question: how do you find the exact area of a shape with curved boundaries? Ancient Greek mathematicians could handle rectangles and triangles, but circles and parabolas required something entirely new. The quest to solve this problem eventually led to one of the most powerful tools in all of mathematics — integration. Today, integration is essential in physics, engineering, economics, and biology, wherever quantities accumulate over time or space.
In this lesson, you will learn the standard integral formulas that appear on the IB SL 5.6 syllabus. These formulas let you reverse the process of differentiation — finding a function whose derivative is the expression you started with. Think of differentiation as breaking something down and integration as building it back up.
Core Principles & Definitions
Before diving into formulas, you need a solid grasp of what integration actually means and the vocabulary that surrounds it. The core idea is beautifully simple: if differentiation answers "what is the rate of change?", then integration answers "what quantity produced that rate of change?" The following foundational ideas will guide everything in this lesson.
Antiderivative
Indefinite Integral
Constant of Integration (C)
Integrand & Differential
Linearity of Integration
Visual Explanation — Antiderivatives as Area
One of the most intuitive ways to understand integration is through area. The definite integral of a function from a to b gives the signed area between the curve and the x-axis. The diagram below shows the function f(x) = x² and the shaded region representing ∫₀² x² dx. Each thin vertical strip has width dx and height x², so the integral sums all those tiny rectangles to get the exact area.
Notice how the rectangular strips get taller as x increases, since x² grows. The indefinite integral gives you the general antiderivative (x³/3 + C), while a definite integral evaluates that antiderivative at the boundaries to produce a single number. In this course, you'll work with both, but the SL 5.6 topic focuses primarily on finding antiderivatives using standard formulas.
Mathematical Framework — Standard Integral Formulas
The IB SL 5.6 syllabus requires you to know a set of standard integrals. Each formula is simply the reverse of a familiar differentiation rule. Let's build them up one at a time, starting with the most important.
Detailed Breakdown — Table of Standard Integrals
The table below collects all the basic standard integrals you need for SL 5.6 in one place. For each integral, the third column shows how you can verify the result by differentiating the answer. Building the habit of checking your work this way is one of the most effective strategies in calculus.
| Integrand f(x) | Integral ∫ f(x) dx | Verification: d/dx [result] |
|---|---|---|
| xⁿ (n ≠ −1) | xⁿ⁺¹/(n + 1) + C | (n+1) · xⁿ/(n+1) = xⁿ ✓ |
| 1/x (x ≠ 0) | ln|x| + C | 1/x ✓ |
| eˣ | eˣ + C | eˣ ✓ |
| sin x | −cos x + C | −(−sin x) = sin x ✓ |
| cos x | sin x + C | cos x ✓ |
| k (constant) | kx + C | k ✓ |
| sec²x | tan x + C | sec²x ✓ |
When you integrate a sum of terms, use the linearity property: integrate each term separately and add the results. For instance, ∫ (3x² + 2x − 5) dx = ∫ 3x² dx + ∫ 2x dx − ∫ 5 dx. Then apply the power rule to each piece. Constants can always be pulled out in front of the integral sign.
Worked Example — Integrating a Polynomial Expression
Let's work through a complete example that combines several standard integrals and demonstrates the step-by-step process you should use on exams.
∫ 4x³ dx − ∫ 6x dx + ∫ 3eˣ dx + ∫ (2/x) dx. Notice that we pull the constant multipliers out as well.Common Mistakes & How to Avoid Them
Integration is often called "the harder twin" of differentiation because there are more ways to go wrong. Understanding the most common mistakes will help you avoid losing marks on exams. The table below compares frequent errors with the correct approach.
| Common Mistake | Why It's Wrong | Correct Approach |
|---|---|---|
| Forgetting + C on indefinite integrals | The antiderivative is a family of functions, not a single function. Without C, you've only found one member. | Always write + C for indefinite integrals. Only definite integrals (with limits) don't need C. |
| Writing ∫ x⁻¹ dx = x⁰/0 | The power rule explicitly excludes n = −1 because division by zero is undefined. | Use the logarithm rule: ∫ x⁻¹ dx = ln|x| + C. |
| Dropping the negative sign in ∫ sin x dx | Students often write cos x + C instead of −cos x + C. Differentiating cos x gives −sin x, not sin x. | Remember: ∫ sin x dx = −cos x + C. Verify by differentiating. |
| Treating constants inside the integrand incorrectly | Constants multiply the integrand; they don't change which rule applies. | Pull constants out: ∫ 5eˣ dx = 5∫ eˣ dx = 5eˣ + C. |
| Trying to use the power rule on eˣ | eˣ is not a power function of x — the variable is in the exponent, not the base. | Use the exponential rule: ∫ eˣ dx = eˣ + C. |
Connection to Advanced Integration
The standard integrals you've learned in this lesson are your foundation, but more complex functions require additional techniques. In the IB HL course and in university mathematics, you'll encounter methods that extend what the basic rules can handle. Understanding where SL 5.6 fits in the bigger picture will help you see why these foundational skills matter so much.
| Feature | SL 5.6 (This Lesson) | HL & Beyond |
|---|---|---|
| Types of functions | Powers of x, eˣ, sin x, cos x, 1/x, sec²x | Composite functions, products, fractions, inverse trig |
| Techniques needed | Direct application of standard formulas + linearity | Substitution, integration by parts, partial fractions |
| Difficulty level | Recognize the form, apply the rule, simplify | Choose a strategy, transform the integral, then apply rules |
| Example integral | ∫ (3x² + eˣ) dx | ∫ x · eˣ dx or ∫ 1/(x² + 1) dx |
Even the most advanced integration techniques eventually reduce to applying the standard integrals from this lesson. When you learn integration by substitution, for example, you'll transform a complex integral into a standard form, then use the power rule or exponential rule to finish. Mastering SL 5.6 is like learning your scales before playing a concerto — every advanced move builds on these basics.
Practice Problems
Lesson Summary
Integration is the reverse process of differentiation. The power rule ∫ xⁿ dx = xⁿ⁺¹/(n + 1) + C works for all n ≠ −1, while the special case n = −1 uses the natural logarithm rule ∫ (1/x) dx = ln|x| + C. The exponential rule ∫ eˣ dx = eˣ + C and the trigonometric rules ∫ sin x dx = −cos x + C and ∫ cos x dx = sin x + C complete the core toolkit for SL 5.6.
Always use the linearity property to break complex integrals into simpler pieces, apply the matching standard formula to each term, and recombine the results with a single constant of integration C. The most reliable way to check your work is to differentiate your answer — if you recover the original integrand, you know you're correct. These basic techniques form the essential foundation for all more advanced integration methods you will encounter later.