5. Calculus

Integrating Further Functions

Integrating Further Functions

students, imagine you are trying to find the total amount of water filling a tank, the distance traveled by a moving car, or the area under a curved graph ๐Ÿ’ง๐Ÿš—๐Ÿ“ˆ. In calculus, integration helps us add up changing quantities. In this lesson, you will study integrating further functions: functions that go beyond the basic polynomials and simple exponentials often introduced first. These include trigonometric functions, inverse trigonometric functions, logarithmic functions, products and compositions of functions, and some rational expressions.

By the end of this lesson, you should be able to:

  • explain the main ideas and vocabulary behind integrating further functions,
  • use key integration techniques accurately,
  • connect these methods to the wider study of calculus,
  • and recognize when a problem needs a special method rather than a simple rule.

A strong IB student does not only memorize formulas; they also know why a method works and when to use it. That is the goal here.

Why further integration techniques are needed

Many integrals cannot be solved by a simple reverse power rule. For example, while $\int x^n\,dx$ is straightforward when $n\neq -1$, expressions like $\int \sin x\,dx$, $\int \frac{1}{x}\,dx$, or $\int e^{2x}\cos x\,dx$ require more than one basic idea. ๐Ÿ“Œ

In IB Mathematics: Analysis and Approaches HL, you are expected to integrate a wider range of functions and choose an appropriate technique. The main techniques include:

  • substitution,
  • integration by parts,
  • partial fractions,
  • integration of trigonometric and inverse trigonometric functions,
  • and, where appropriate, using symmetry or known identities.

The central idea is still the same: integration is the inverse process of differentiation, but many derivatives are created by combinations of functions. So to integrate them, we often need to undo the structure of the derivative.

For example, if a function looks like a chain of steps, such as $\sin(3x+1)$, then substitution can help. If a function is a product, such as $x e^x$, then integration by parts may be useful. If a function is a rational expression, such as $\frac{2x+3}{x^2+x-2}$, then partial fractions may be the best route.

Substitution: reversing the chain rule

Substitution is one of the most important integration techniques. It is especially useful when an integral contains a function and its derivative, or something close to that. The idea is to let

$$u=g(x)$$

so that the integral becomes simpler in terms of $u$.

A classic example is

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

Let $u=x^2$. Then $\frac{du}{dx}=2x$, so $du=2x\,dx$. The integral becomes

$$\int \cos u\,du=\sin u+C,$$

so the final answer is

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

This works because the inner function $x^2$ has derivative $2x$, which appears in the integrand. In real-world modeling, substitution often appears when one quantity depends on another quantity that changes inside a function, such as a temperature depending on time squared or a force depending on a transformed variable.

When using substitution, students, always check that the differential changes too. The expression must be completely rewritten in terms of the new variable. If limits are given in a definite integral, they should also be changed consistently.

Example with limits:

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

Using $u=x^2$, when $x=0$, $u=0$; when $x=1$, $u=1$. So

$$\int_0^1 \cos u\,du=\sin u\Big|_0^1=\sin 1-\sin 0=\sin 1.$$

Integration by parts: handling products

Integration by parts is based on the product rule for differentiation. If

$$\frac{d}{dx}(uv)=u\frac{dv}{dx}+v\frac{du}{dx},$$

then integrating both sides gives

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

This formula is useful when the integrand is a product of two functions, and one becomes simpler when differentiated.

A common example is

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

Choose $u=x$ and $dv=e^x\,dx$. Then $du=dx$ and $v=e^x$. So

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

A more advanced example is

$$\int x\sin x\,dx.$$

Let $u=x$ and $dv=\sin x\,dx$. Then $du=dx$ and $v=-\cos x$. Therefore,

$$\int x\sin x\,dx=-x\cos x+\int \cos x\,dx=-x\cos x+\sin x+C.$$

A useful memory guide is to choose $u$ as the part that simplifies when differentiated. In many school problems, algebraic terms like $x$, $x^2$, or $\ln x$ are good choices for $u$ when multiplied by exponentials, trigonometric functions, or other algebraic terms.

Integration by parts also appears in applications such as finding moments, work, and some probability problems, where a quantity is built from a product of changing factors.

Partial fractions: splitting rational functions

When the integrand is a rational function, meaning a ratio of polynomials, partial fractions can turn a difficult integral into easier ones. This method works best when the degree of the numerator is less than the degree of the denominator, or after polynomial division has been used.

For example,

$$\int \frac{3x+5}{(x+1)(x-2)}\,dx$$

can be written as

$$\frac{3x+5}{(x+1)(x-2)}=\frac{A}{x+1}+\frac{B}{x-2}.$$

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

$$3x+5=A(x-2)+B(x+1).$$

By choosing values of $x$ or comparing coefficients, you can solve for $A$ and $B$. Then the integral becomes a sum of logarithmic forms:

$$\int \frac{A}{x+1}\,dx+A\ln|x+1|+C,$$

and similarly for the other term.

A very important special case is

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

This is one of the core logarithmic integrals in calculus. Since derivatives of logarithms produce reciprocal functions, logarithms appear naturally whenever the denominator is a linear factor.

If the denominator has repeated factors or irreducible quadratic factors, the decomposition becomes slightly more advanced, but the principle is the same: split the expression into pieces that are easier to integrate.

Trigonometric and inverse trigonometric forms

Further integration often includes trigonometric functions and expressions that lead to inverse trigonometric answers. Some standard results should be known and understood:

$$\int \sin x\,dx=-\cos x+C,$$

$$\int \cos x\,dx=\sin x+C,$$

$$\int \sec^2 x\,dx=\tan x+C,$$

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

The last result is especially important because it shows how inverse trigonometric functions appear through integration.

For example,

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

Let $u=2x$, so $du=2\,dx$ and $dx=\frac{1}{2}du$. Then

$$\int \frac{1}{1+u^2}\cdot \frac{1}{2}\,du=\frac{1}{2}\tan^{-1}u+C=\frac{1}{2}\tan^{-1}(2x)+C.$$

A good IB problem may mix trigonometric identities with integration. For example, if you meet $\sin^2 x$ or $\cos^2 x$, identities such as

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

and

$$\cos^2 x=\frac{1+\cos 2x}{2}$$

can simplify the integrand before you integrate.

Definite integrals, area, and meaning

A definite integral gives a number, not a family of functions. It often represents accumulation, such as area, displacement, or total change. For example,

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

can be interpreted as the net area between the curve $y=f(x)$ and the $x$-axis from $x=a$ to $x=b$.

When integrating further functions, the meaning matters as much as the method. A function may be negative over part of the interval, so the definite integral measures signed area. If the question asks for total area, students, you may need to split the interval where the curve crosses the axis and use absolute values of areas.

A useful example is finding area under $y=\sin x$ from $x=0$ to $x=\pi$:

$$\int_0^\pi \sin x\,dx=\left[-\cos x\right]_0^\pi=2.$$

This shows how integration links algebraic manipulation to geometric interpretation.

Conclusion

Integrating further functions is a major part of calculus because it extends integration beyond the simplest formulas. Substitution handles compositions, integration by parts handles products, partial fractions handle rational functions, and trigonometric identities help simplify difficult expressions. These methods are not separate topics; they are connected by one central idea: integration is the reverse of differentiation and a tool for measuring accumulated change.

For IB Mathematics: Analysis and Approaches HL, mastery of these techniques means more than getting the final answer. It means choosing a method wisely, writing steps clearly, checking whether the result makes sense, and connecting the integral to its real meaning. If you can do that, you are not just calculatingโ€”you are thinking like a mathematician ๐Ÿ“˜โœจ

Study Notes

  • $\int f(x)\,dx$ means an antiderivative of $f(x)$ plus $C$.
  • Substitution is useful when the integrand has a function and its derivative, or a close match.
  • Integration by parts uses $\int u\,dv=uv-\int v\,du$.
  • Partial fractions are used for rational functions after factoring the denominator.
  • Key logarithmic result: $\int \frac{1}{x}\,dx=\ln|x|+C$.
  • Key inverse trigonometric result: $\int \frac{1}{1+x^2}\,dx=\tan^{-1}x+C$.
  • Definite integrals give a numerical value and can represent signed area or total accumulation.
  • Always check algebra, limits, and whether the answer should include $+C$.
  • In IB AA HL, choosing the correct technique is as important as carrying out the calculation correctly.

Practice Quiz

5 questions to test your understanding

Integrating Further Functions โ€” IB Mathematics Analysis And Approaches HL | A-Warded