Processing math: 100%

Integration Flowchart

This flowchart will only be of use to those who have already learnt the techniques mentioned in the International Baccalaureate Mathematics Analysis and Approaches Higher Level course. It is designed to help you decide which of the techniques to use.

START

Is it a standard
integral or can it be
manipulated into one?

Does it look like the result
of the chain rule?

Is it an algebraic fraction?

Is it a candidate for
integration by parts?

Is it a candidate for
using an integrationg
factor?

Is the numerator a
multiple of the differential
of the denominator?

Is the order of the
numerator greater than the order of the denominator?

Is it possible to factorise
the denominator?

Can the numerator be
split to make two or more fractions?

See Formula Booklet

Solve by reversing the chain rule

The integral is a natural log

Use algebraic division

Use partial fractions

Split then work on each fraction seperately

Look for a suitable substitution

Use integration by parts

Use an integrating factor

Transum,

Monday, January 8, 2024

"Back in 1985, in Valley Park School, my A-Level group and I filled a large wall with a huge integration flowchart. It was magnificent. I wish I had taken a photograph of it because it no longer exists. In recent years I have had various attempts of recreating it digitally and the latest version can be seen above."

Suggested

Integration

Integration

Exercises on indefinite and definite integration of basic algebraic and trigonometric functions.

The short web address is:

Transum.org/go/?to=integration

Suggested

Trapezium Rule

Trapezium Rule

Practise using the trapezium rule to find an approximate value for the area under a curve.

The short web address is:

Transum.org/go/?to=trapeziumrule

Suggested

Polynomial Division

Polynomial Division

Practise dividing one algebraic expression by another in this set of exercises.

The short web address is:

Transum.org/go/?to=pdv

Standard Derivatives and Integrals

Integration by Parts is a technique used to integrate the product of two functions. It involves choosing one of the functions as the "u" term and the other as the "dvdx" term, then applying the formula:

udvdx=uvvdudxdx

or

udv=uvvdu

where "u" and "v" are functions, and "du" and "dv" represent their differentials. This formula is derived from the product rule for differentiation.

For example, consider the integral:

xsinxdx

Here, we can choose "u" to be "x" and "dv" to be "sinx". Then, we have:

v=cosx

Using the formula, we get:

xsinxdx=xcosx(cosx)(1)dx=xcosx+sinx+c

where c is the constant of integration.

Integration by Parts can be used for more complicated integrals as well, such as those involving logarithmic, exponential, or trigonometric functions.

5. Integrating factor

Consider a first-order linear differential equation of the form y+P(x)y=Q(x). To solve this type of equation, we often use a technique called the integrating factor method. The key to this method is to multiply the equation by an "integrating factor", which is the exponential of the integral of the function P(x), i.e., eP(x)dx. This transformation converts the left-hand side of the equation into the derivative of a product, making it possible to solve the equation.

The key formula for the integrating factor method is as follows:

The integrating factor is: eP(x)dx 

Now, let's see an example:

Solve the following differential equation: y+2xy=x

The solution proceeds as follows:

1.Identify P(x)=2x and Q(x)=x 2.The integrating factor is e2xdx=ex2 3.Multiply the entire equation by the integrating factor: ex2y+2xex2y=xex2 4.The left-hand side is now the derivative of (yex2), so: (yex2)=xex2 5.Integrate both sides to get: yex2=xex2dx+C 6.This integral is a standard result: 12ex2+C 7.Finally, solving for y(x), we get: y(x)=12ex2+Cex2=12+Cex2

Here is an example of how to use partial fractions to decompose the rational function 2x5(x2)(x+1):

2x5(x2)(x+1)=Ax2+Bx+1=A(x+1)+B(x2)(x2)(x+1)

Multiplying both sides by the common denominator gives:

2x5=A(x+1)+B(x2)

Substituting x=2 gives:

1=3A
A=13

Substituting x=1 gives:

7=3B
B=73

Therefore, we have:

2x5(x2)(x+1)=13(x2)+73(x+1)
Formula Booklet:

Standard derivatives

ddxtan(x)=sec2(x)

ddxsec(x)=sec(x)tan(x)

ddxcosec(x)=cosec(x)cot(x)

ddxcot(x)=cosec2(x)

ddxax=axln(a)

ddxloga(x)=1xln(a)

ddxarcsin(x)=11x2

ddxarccos(x)=11x2

ddxarctan(x)=11+x2

Standard Integrals

axdx=1lnaax+C

1a2+x2dx=1aarctan(xa)+C

1a2x2dx=arcsin(xa)+C,|x|<a

Formula Booklet:

Integral of xn

xndx=xn+1n+1+C,n1

Area between a curve y=f(x) and the x-axis, where f(x)>0

A=baydx

Formula Booklet:

Standard integrals

1xdx=ln|x|+C

sinxdx=cosx+C

cosxdx=sinx+C

exdx=ex+C

Integration by inspection, also known as the reverse chain rule, is a technique used to simplify the process of integration for certain functions. When faced with an integrand of the form kg(x)f(g(x))dx, one can recognise that the derivative of some function is present, allowing for a more straightforward integration.

To apply this method, we look for a function whose derivative matches a part of the integrand. If u=g(x), then du=g(x)dx. By substituting these values into the integral, the expression often simplifies, making it easier to evaluate.

Example:

Consider the integral:

xsin(x2)dx

Here, we can let u=x2. This gives dudx=2x or du=2xdx. Making the substitution, we get:

12sin(u)du

This integral is now straightforward to evaluate:

12cos(u)+C

Re-substituting for u, we obtain the final result:

12cos(x2)+C

Integration by substitution is a technique used to evaluate integrals by changing the variable of integration to simplify the integral. This method is particularly useful when dealing with integrals of composite functions. The basic idea is to substitute a part of the integral with a new variable, which makes the integral easier to solve. The substitution is often chosen so that the derivative of the new variable is present in the integral. Once the integral is evaluated with the new variable, we substitute back to the original variable.

Example 1:
Consider the integral xcos(x2+1)dx

Let u=x2+1. Then du=2xdx and 12du=xdx. The integral becomes 12cos(u)du=12sin(u)+C=12sin(x2+1)+C

Example 2:
Evaluate 4x1+x2dx

Let u=1+x2, then du=2xdx or 12du=xdx. The integral becomes 421udu=2ln|u|+C=2ln|1+x2|+C

Example 3:
Consider e3xdx

Let u=3x, hence du=3dx or 13du=dx. The integral becomes 13eudu=13eu+C=13e3x+C

Algebraic division, often referred to as polynomial long division, is a method for dividing a polynomial by another polynomial of the same or lower degree. This technique is similar to long division used in arithmetic. The primary objective is to determine how many times the divisor fits into the dividend and to find the remainder if there is one. This method is particularly useful in simplifying rational expressions and solving polynomial equations.

The key formula for polynomial long division is as follows:

Dividend=(Divisor×Quotient)+Remainder

Let's consider an example:

Algebraic long division example

Close

Apple

©1997-2025 WWW.TRANSUM.ORG