5. Calculus

Techniques Of Integration

Techniques of Integration

Introduction: why integration techniques matter

students, when you first meet integration, it can feel like the opposite of differentiation. In many simple cases, finding an antiderivative is straightforward. But in real problems, the integrand is often too complicated for a direct pattern match. That is where techniques of integration become essential. They help you transform a difficult integral into one that is easier to evaluate. ๐Ÿ“˜

In IB Mathematics: Analysis and Approaches HL, these techniques are not just about getting an answer. They are about choosing a method, showing clear reasoning, and connecting calculus to broader mathematical ideas such as area, accumulation, motion, and rates of change. By the end of this lesson, you should be able to:

  • explain the main ideas and terminology behind techniques of integration,
  • apply methods such as substitution and integration by parts,
  • recognize when algebraic manipulation helps, and
  • understand how these methods support applications in calculus.

A key idea is that integration is not one single skill. It is a toolkit. Different problems need different tools, and choosing the right one is part of the mathematical thinking expected at HL.

Substitution: reversing the chain rule

One of the most important techniques is substitution, also called a change of variable. The idea is to replace part of an integral with a new variable so the integral becomes simpler. This works because substitution is closely related to the chain rule for differentiation.

Suppose you see an integral like

$$\int 2x\cos(x^2)\,dx.$$

The expression $x^2$ appears inside the cosine, and its derivative $2x$ is also present. This is a strong clue that substitution will work. Let

$$u=x^2,$$

so

$$\frac{du}{dx}=2x,$$

which gives

$$du=2x\,dx.$$

Then the integral becomes

$$\int \cos(u)\,du=\sin(u)+C.$$

Substituting back gives

$$\sin(x^2)+C.$$

This method is powerful because it turns a composite function into a simpler one. In many IB questions, the challenge is spotting the structure. students, always look for an โ€œinside functionโ€ and check whether its derivative appears somewhere else in the integrand. ๐Ÿ”

Substitution is also used in definite integrals. For example,

$$\int_0^1 2x\,(x^2+1)^5\,dx.$$

Let

$$u=x^2+1,$$

so

$$du=2x\,dx.$$

When $x=0$, $u=1$; when $x=1$, $u=2$. The integral becomes

$$\int_1^2 u^5\,du=\left[\frac{u^6}{6}\right]_1^2=\frac{64-1}{6}=\frac{63}{6}=\frac{21}{2}.$$

Notice that changing the limits in a definite integral can make the calculation cleaner because you do not need to substitute back at the end.

Integration by parts: handling products

Another major technique is integration by parts. It is useful when an integrand is a product of two different types of functions, such as a polynomial and a logarithm, or a polynomial and an exponential.

The formula is

$$\int u\,dv=u v-\int v\,du.$$

This formula comes from the product rule for differentiation. If

$$y=uv,$$

then

$$\frac{dy}{dx}=u\frac{dv}{dx}+v\frac{du}{dx}.$$

Rearranging and integrating gives the integration by parts formula.

For example, consider

$$\int x e^x\,dx.$$

A good choice is

$$u=x \quad \text{and} \quad dv=e^x\,dx.$$

Then

$$du=dx \quad \text{and} \quad v=e^x.$$

So

$$\int x e^x\,dx=x e^x-\int e^x\,dx=x e^x-e^x+C.$$

This simplifies to

$$e^x(x-1)+C.$$

Choosing $u$ wisely is important. A common guideline is to choose $u$ as the function that becomes simpler when differentiated, such as a polynomial or logarithm. The remaining part is usually chosen as $dv$ because it should be easy to integrate.

A classic example is

$$\int \ln x\,dx.$$

This is not a product at first glance, but you can rewrite it as

$$\int 1\cdot \ln x\,dx.$$

Take

$$u=\ln x \quad \text{and} \quad dv=dx.$$

Then

$$du=\frac{1}{x}dx \quad \text{and} \quad v=x.$$

So

$$\int \ln x\,dx=x\ln x-\int x\cdot\frac{1}{x}\,dx=x\ln x-\int 1\,dx=x\ln x-x+C.$$

This method appears often in HL problems because it combines algebraic choice with careful calculation. โœ…

Partial fractions and algebraic decomposition

When the integrand is a rational function, meaning one polynomial divided by another, partial fraction decomposition can turn a complicated fraction into simpler pieces. This technique is especially useful when the denominator can be factorized.

For example,

$$\int \frac{1}{x^2-1}\,dx.$$

Since

$$x^2-1=(x-1)(x+1),$$

we can write

$$\frac{1}{x^2-1}=\frac{A}{x-1}+\frac{B}{x+1}.$$

Multiplying through by $(x-1)(x+1)$ gives

$$1=A(x+1)+B(x-1).$$

Setting $x=1$ gives

$$1=2A,$$

so

$$A=\frac{1}{2}.$$

Setting $x=-1$ gives

$$1=-2B,$$

so

$$B=-\frac{1}{2}.$$

Therefore,

$$\int \frac{1}{x^2-1}\,dx=\frac{1}{2}\int \frac{1}{x-1}\,dx-\frac{1}{2}\int \frac{1}{x+1}\,dx.$$

So

$$\int \frac{1}{x^2-1}\,dx=\frac{1}{2}\ln|x-1|-\frac{1}{2}\ln|x+1|+C.$$

This can also be written as

$$\frac{1}{2}\ln\left|\frac{x-1}{x+1}\right|+C.$$

The absolute value signs are important because logarithms require positive inputs. Partial fractions are a strong example of how algebra supports calculus: first simplify the expression, then integrate. ๐Ÿ“Š

Other useful techniques and strategy

Not every integral fits one neat pattern, so learning strategy matters. Sometimes the best move is to combine methods. For instance, an integral may need algebraic simplification before substitution can work. Or it may need a trigonometric identity before you can apply a standard formula.

For example, if you encounter

$$\int \sin^2 x\,dx,$$

you can use the identity

$$\sin^2 x=\frac{1-\cos(2x)}{2}.$$

Then

$$\int \sin^2 x\,dx=\int \frac{1-\cos(2x)}{2}\,dx=\frac{1}{2}\int 1\,dx-\frac{1}{2}\int \cos(2x)\,dx.$$

That becomes manageable using substitution or direct integration:

$$\int \cos(2x)\,dx=\frac{1}{2}\sin(2x)+C,$$

so

$$\int \sin^2 x\,dx=\frac{x}{2}-\frac{\sin(2x)}{4}+C.$$

This shows an important IB habit: if a problem looks difficult, search for a standard identity, a useful substitution, or a way to split the expression into smaller parts.

You should also remember that definite integrals may be evaluated using symmetry, especially when the function is even or odd. If

$$f(-x)=f(x),$$

then $f$ is even, and the integral over symmetric bounds may simplify. If

$$f(-x)=-f(x),$$

then $f$ is odd, and

$$\int_{-a}^{a} f(x)\,dx=0.$$

These properties can save time and reduce calculation errors.

Techniques of integration in applications

Integration techniques are not isolated algebra exercises. They are used to solve real problems involving area, displacement, and accumulation. In kinematics, for example, if velocity is

$$v(t),$$

then displacement over a time interval is

$$\int_a^b v(t)\,dt.$$

If the velocity function is complicated, substitution or algebraic manipulation may be needed before integrating.

In optimisation and modelling, an integral may represent total cost, total mass, or accumulated change. In these situations, the technique matters because it makes the model solvable. For example, a rate function may include an exponential term or a product of functions, which often leads to substitution or integration by parts.

A good IB response should not just calculate. It should explain why the method works. For example, you might write that substitution is appropriate because the derivative of the inner function appears in the integrand, or that integration by parts is suitable because the integral contains a product of a logarithm and a polynomial. That reasoning shows understanding, not just memorization.

Conclusion

Techniques of integration are a core part of HL calculus because they extend your ability to evaluate integrals beyond the basic rules. Substitution helps you reverse the chain rule, integration by parts handles products, partial fractions simplify rational functions, and identities or symmetry can transform difficult expressions into manageable ones. Together, these methods make integration a flexible and powerful tool. students, if you can recognize the structure of an integrand and choose an appropriate method, you are thinking like an IB mathematician. ๐ŸŒŸ

Study Notes

  • Integration techniques help evaluate antiderivatives that are not simple pattern matches.
  • Substitution is useful when an inner function and its derivative both appear in the integrand.
  • For substitution, define $u$, find $du$, and rewrite the integral in terms of $u$.
  • Integration by parts uses the formula $$\int u\,dv=u v-\int v\,du.$$
  • Integration by parts is often effective for products like $x e^x$, $x\ln x$, or $\ln x$.
  • Partial fractions break rational functions into simpler fractions when the denominator factors.
  • Always use absolute value signs with logarithmic antiderivatives when needed.
  • Trigonometric identities can simplify powers like $\sin^2 x$ or $\cos^2 x$ before integrating.
  • Symmetry can help with definite integrals, especially on intervals like $$[-a,a].$$
  • In applications, integration techniques connect to area, displacement, accumulation, and modelling.
  • Good exam solutions should explain why a method is appropriate, not only show calculations.

Practice Quiz

5 questions to test your understanding

Techniques Of Integration โ€” IB Mathematics Analysis And Approaches HL | A-Warded