MST124 Syllabus
MST124 Syllabus
MST124 Syllabus
Here is an example – the way that it is written with square brackets is standard, so please
use this notation.
2
∫ 2𝑥 𝑑𝑥 = [𝑥 2 ]12 = 4 − 1 = 3
1
So once you have integrated you find the value of the answer for the upper value of x
then subtract the value for the lower value of x, and the answer is simply a number.
Notice that you don’t need to put in a ‘+ c’ anywhere, as the ‘c’s would just cancel out.
Also, this is called the integral from 1 to 2 rather than the integral from 2 to 1.
Here is another example, showing how the sum rule applies (the constant multiple rule
applies as well):
2 2
𝑥2
∫ (𝑥 + 𝑒 ) 𝑑𝑥 = [ + 𝑒 ] = (2 + 𝑒 2 ) − (0 + 1) = 1 + 𝑒 2
𝑥 𝑥
0 2 0
This point is the basis for Example 3 on p117 – an ‘extended definition’ of signed area is
given on the previous page. Some people find this point confusing but it’s all just an
illustration of the fact that –(b – a) = a – b.
Also you can approximate the area under a curve by dividing it by a series of vertical lines,
then treating the sections formed as rectangles. This helps to see that integration is a sort
of adding up. See Figure 2 on p107 of Book C.
Most of section 1 is about approximating areas: do read through it at some point and try
the activities, but move on if you are short of time and are safe with finding definite
integrals and areas.
3 Integration by substitution
3.1 Basic integration by substitution
This is probably the trickiest section of the unit, so take your time. The first 2 pages here
are a detailed explanation of how this integration technique is reversing the Chain Rule.
You know (or can work out) that differentiation sin(x2) gives you 2x cos(x2), therefore
integrating 2x cos(x2) must give you sin(x2) + c, but how would you approach this if you
were just given 2x cos(x2) to integrate? You need to spot that it is of the form
f(something) the derivative of the something. So with 2x cos(x2) you can see that it’s
cos(x2) the derivative of x2.
This is the basic thing you need to spot in order to use integration by substitution.
Read pp156 and 157 to find out more, but make sure you read p158 as well, where there
is a practical approach. Here is the practical approach with a parallel example, with colour-
coding:
1 Recognise the integrand as f(something) This is (sin x)2 cos x, where cos
the derivative of the something x is the derivative of sin x
2 Call the something ‘u’ and find du/dx u = sin x, du/dx = cos x
The point of the technique is to arrive at a simple integral. So if when you get to step 5
you are not looking at a simple integral, go back to stage 1 and try something different!
(Though there are variations which we will see soon.)
1 1 2𝑥+3
∫ 𝑒 𝑥+3 𝑑𝑥 = 𝑒 𝑥+3 + 𝑐 ∫ 𝑒 2𝑥 𝑑𝑥 = 𝑒 2𝑥 + 𝑐 ∫ 𝑒 2𝑥+3 𝑑𝑥 = 𝑒 +𝑐
2 2
The x + 3 acts in the same Check how this works by Check this one too – why is
way as x on its own differentiating the answer the ½ there in the answer?
The middle example is particularly useful, and I would recommend making a note of how
to integrate eax, sin ax and cos ax on p7 of your Handbook, where a is a constant.
Try a few of Activity 28 on p168, then look at Example 18 and try at least one of Activity
29. Also try a few of Activity 30 on p170. Example 19 and Activity 31 can be left out on a
first reading.
You can do definite integration by substitution simply by leaving out the limits, finding the
indefinite integral then putting the limits back again. However, there is an alternative
method: when you change the integral into a u integral you can change the limits to u
limits at the same time. Then you can complete the process without going back to x at all.
(Note that what you definitely need to avoid is mixing up the methods and writing a u
integral with x limits…)
These two approaches are illustrated in Examples 20 and 21 on pp172 and 173. See which
one of these you like and try a couple of Activity 32 on p174.
u = x − 2,
∫ x(x − 2)3 dx
du
= 1, du = dx
= ∫(u + 2)u3 du = (u4 + 2u3 ) du dx
x=u+2
1 1 (x − 2)5 (x − 2)4
= u5 + u4 + c = + +c
5 2 5 2
Try Activity 33 on p176, then celebrate completing the trickiest section of the Unit.
4 Integration by parts
4.1 Basic integration by parts
This method is based on the formula for the Product Rule, but skipping the detailed
explanation the essential idea is that if you are trying to integrate a product which cannot
be directly tackled, then you can replace one part with its derivative and the other part
with its indefinite integral (without the + c) and see if that looks better.
Often one of the factors of the product will be x or a linear factor of x. Generally this is the
factor to choose to differentiate, as its derivative will just be a constant. An exception is
any integral involving ln x – see section 4.2 below.
The formula in Lagrange notation is given in the green box on p177, and Example 23 on
p178 is very standard, with the x being differentiated and the other factor, sin x, being
integrated. If you prefer Leibnitz notation, see the green box at the bottom of p188
instead and there is also an informal version on p179, though it’s probably best to write
out all the bits at first. Here is a simple example using each of the notations:
Lagrange notation
I = ∫(x + 1) e2x dx
∫ 𝑓(𝑥)𝑔(𝑥) 𝑑𝑥 =
f(x) = x + 1 so f’(x) = 1
g(x) = e2x so G(x) = ½e2x
𝑓(𝑥)𝐺(𝑥) − ∫ 𝑓 ′ (𝑥)𝐺(𝑥) 𝑑𝑥
1 1
I = 2(x + 1)e2x − ∫ 2 e2x dx
Note how the half is at the front
when writing f(x) G(x) here – it’s 1 1 1 3
always good to put numbers first I = 2(x + 1) e2x + 4 e2x + c = (2x + 4) ex + c
Leibnitz notation
I = ∫(x + 1) e2x dx
𝑑𝑣 𝑑𝑢
∫𝑢 𝑑𝑥 = 𝑢𝑣 − ∫ 𝑣 𝑑𝑥 u = x + 1 so du/dx = 1
𝑑𝑥 𝑑𝑥
dv/dx = e2x so v = ½e2x
Rest is as above
Informal notation
Integral of product =
1st antiderivative of 2nd – integral of (derivative of 1st antiderivative of 2nd)
1st = x + 1, 2nd = e2x, derivative of 1st = 1, antiderivative of 2nd = ½e2x,…
Notice that when examples in this section mention swapping the expressions in the
integral they mean that the second expression is being chosen as the one to differentiate,
while the first one will be integrated. Also notice that integrals involving ex can usually be
simplified, while integrals with trig functions cannot.
Make sure you can follow Example 23, then try Activity 34 below. There are also examples
to look at in Activity 35 on p180.
5 More integration
5.1 Trigonometric integrals
The 3 identities in the green box on p189 enable some particular trig integrals to be
found. The first two are particularly useful for integrating squares of sin and cos.
Look at Example 30 on p90 and try Activity 44 just below.
The rest of the section discusses alternative ways to integrate the product sin x cos x. This
is interesting but can be left out if you are pushed for time.
Method Example
Standard integral 1
∫ 𝑑𝑥 = tan−1 𝑥 + 𝑐
1 + 𝑥2
Of the form f(x) g(x) where f(x) ∫(𝑥 + 1)𝑒 2𝑥 𝑑𝑥 Put f(x) = x + 1, g(x) = e2x
becomes simpler when you
differentiate it = parts
∫ 𝑥 2 ln 𝑥 𝑑𝑥 Put f(x) = ln x, g(x) = x2
Note: this includes all integrals
with ‘ln’ in – differentiate the ln
part
Work through this section, noting in particular the difference between getting the exact
value of an area and a decimal approximation using quad_qags.