SlideShare a Scribd company logo
1 of 10
Download to read offline
Integration
by substitution
mc-TY-intbysub-2009-1
There are occasions when it is possible to perform an apparently difficult piece of integration
by first making a substitution. This has the effect of changing the variable and the integrand.
When dealing with definite integrals, the limits of integration can also change. In this unit we
will meet several examples of integrals where it is appropriate to make a substitution.
In order to master the techniques explained here it is vital that you undertake plenty of practice
exercises so that they become second nature.
After reading this text, and/or viewing the video tutorial on this topic, you should be able to:
• carry out integration by making a substitution
• identify appropriate substitutions to make in order to evaluate an integral
Contents
1. Introduction 2
2. Integration by substituting u = ax + b 2
3. Finding f(g(x))g′
(x) dx by substituting u = g(x) 6
www.mathcentre.ac.uk 1 c mathcentre 2009
1. Introduction
There are occasions when it is possible to perform an apparently difficult piece of integration
by first making a substitution. This has the effect of changing the variable and the integrand.
When dealing with definite integrals, the limits of integration can also change. In this unit we
will meet several examples of this type. The ability to carry out integration by substitution is a
skill that develops with practice and experience. For this reason you should carry out all of the
practice exercises. Be aware that sometimes an apparently sensible substitution does not lead
to an integral you will be able to evaluate. You must then be prepared to try out alternative
substitutions.
2. Integration by substituting u = ax + b
We introduce the technique through some simple examples for which a linear substitution is
appropriate.
Example
Suppose we want to find the integral
(x + 4)5
dx (1)
You will be familiar already with finding a similar integral u5
du and know that this integral is
equal to
u6
6
+ c, where c is a constant of integration. This is because you know that the rule for
integrating powers of a variable tells you to increase the power by 1 and then divide by the new
power.
In the integral given by Equation (1) there is still a power 5, but the integrand is more complicated
due to the presence of the term x + 4. To tackle this problem we make a substitution. We
let u = x + 4. The point of doing this is to change the integrand into the much simpler u5
.
However, we must take care to substitute appropriately for the term dx too.
In terms of differentials we have
du =
du
dx
dx
Now, in this example, because u = x + 4 it follows immediately that
du
dx
= 1 and so du = dx.
So, substituting both for x + 4 and for dx in Equation (1) we have
(x + 4)5
dx = u5
du
The resulting integral can be evaluated immediately to give
u6
6
+c. We can revert to an expression
involving the original variable x by recalling that u = x + 4, giving
(x + 4)5
dx =
(x + 4)6
6
+ c
We have completed the integration by substitution.
www.mathcentre.ac.uk 2 c mathcentre 2009
Example
Suppose now we wish to find the integral
cos(3x + 4) dx (2)
Observe that if we make a substitution u = 3x + 4, the integrand will then contain the much
simpler form cos u which we will be able to integrate.
As before,
du =
du
dx
dx
and so
with u = 3x + 4 and
du
dx
= 3
It follows that
du =
du
dx
dx = 3 dx
So, substituting u for 3x + 4, and with dx = 1
3
du in Equation (2) we have
cos(3x + 4) dx =
1
3
cos u du
=
1
3
sin u + c
We can revert to an expression involving the original variable x by recalling that u = 3x + 4,
giving
cos(3x + 4) dx =
1
3
sin(3x + 4) + c
We have completed the integration by substitution.
It is very easy to generalise the result of the previous example. If we want to find cos(ax+b)dx,
the substitution u = ax+b leads to
1
a
cos u du which equals
1
a
sin u+c, that is
1
a
sin(ax+b)+c.
A similar argument, which you should try, shows that sin(ax + b)dx = −
1
a
cos(ax + b) + c.
Key Point
sin(ax + b)dx = −
1
a
cos(ax + b) + c cos(ax + b)dx =
1
a
sin(ax + b) + c
www.mathcentre.ac.uk 3 c mathcentre 2009
Example
Suppose we wish to find
1
1 − 2x
dx.
We make the substitution u = 1 − 2x in order to simplify the integrand to 1
u
. Recall that the
integral of 1
u
with respect to u is the natural logarithm of u, ln |u|. As before,
du =
du
dx
dx
and so
with u = 1 − 2x and
du
dx
= −2
It follows that
du =
du
dx
dx = −2 dx
The integral becomes
1
u
−
1
2
du = −
1
2
1
u
du
= −
1
2
ln |u| + c
= −
1
2
ln |1 − 2x| + c
The result of the previous example can be generalised: if we want to find
1
ax + b
dx, the
substitution u = ax + b leads to
1
a
1
u
du which equals
1
a
ln |ax + b| + c.
This means, for example, that when faced with an integral such as
1
3x + 7
dx we can imme-
diately write down the answer as
1
3
ln |3x + 7| + c.
Key Point
1
ax + b
dx =
1
a
ln |ax + b| + c
www.mathcentre.ac.uk 4 c mathcentre 2009
A little more care must be taken with the limits of integration when dealing with definite integrals.
Consider the following example.
Example
Suppose we wish to find
3
1
(9 + x)2
dx
We make the substitution u = 9 + x. As before,
du =
du
dx
dx
and so
with u = 9 + x and
du
dx
= 1
It follows that
du =
du
dx
dx = dx
The integral becomes
x=3
x=1
u2
du
where we have explicitly written the variable in the limits of integration to emphasise that those
limits were on the variable x and not u. We can write these as limits on u using the substitution
u = 9 + x. Clearly, when x = 1, u = 10, and when x = 3, u = 12. So we require
u=12
u=10
u2
du =
1
3
u3
12
10
=
1
3
123
− 103
=
728
3
Note that in this example there is no need to convert the answer given in terms of u back into
one in terms of x because we had already converted the limits on x into limits on u.
Exercises 1.
1. In each case use a substitution to find the integral:
(a) (x − 2)3
dx (b)
1
0
(x + 5)4
dx (c) (2x − 1)7
dx (d)
1
−1
(1 − x)3
dx.
2. In each case use a substitution to find the integral:
(a) sin(7x − 3)dx (b) e3x−2
dx (c)
π/2
0
cos(1 − x)dx (d)
1
7x + 5
dx.
www.mathcentre.ac.uk 5 c mathcentre 2009
3. Finding f(g(x))g′
(x) dx by substituting u = g(x)
Example
Suppose now we wish to find the integral
2x
√
1 + x2 dx (3)
In this example we make the substitution u = 1 + x2
, in order to simplify the square-root term.
We shall see that the rest of the integrand, 2x dx, will be taken care of automatically in the
substitution process, and that this is because 2x is the derivative of that part of the integrand
used in the substitution, i.e. 1 + x2
.
As before,
du =
du
dx
dx
and so
with u = 1 + x2
and
du
dx
= 2x
It follows that
du =
du
dx
dx = 2x dx
So, substituting u for 1 + x2
, and with 2x dx = du in Equation (3) we have
2x
√
1 + x2 dx =
√
u du
= u1/2
du
=
2
3
u3/2
+ c
We can revert to an expression involving the original variable x by recalling that u = 1 + x2
,
giving
2x
√
1 + x2 dx =
2
3
(1 + x2
)3/2
+ c
We have completed the integration by substitution.
Let us analyse this example a little further by comparing the integrand with the general case
f(g(x)) g′
(x).
Suppose we write
g(x) = 1 + x2
and f(u) =
√
u
Then we note that the composition1
of the functions f and g is f(g(x)) =
√
1 + x2.
1
when finding the composition of functions f and g it is the output from g which is used as input to f, resulting
in f(g(x))
www.mathcentre.ac.uk 6 c mathcentre 2009
Further, we note that if g(x) = 1 + x2
then g′
(x) = 2x. So the integral
2x
√
1 + x2 dx is of the form f(g(x)) g′
(x) dx
To perform the integration we used the substitution u = 1 + x2
. In the general case it will be
appropriate to try substituting u = g(x). Then du =
du
dx
dx = g′
(x)dx.
Once the substitution was made the resulting integral became
√
u du. In the general case it
will become f(u) du. Provided that this final integral can be found the problem is solved.
For purposes of comparison the specific example and the general case are presented side-by-side:
2x
√
1 + x2 dx f(g(x))g′
(x)dx
let u = 1 + x2
let u = g(x)
du =
du
dx
dx = 2x dx du =
du
dx
dx = g′
(x) dx
2x
√
1 + x2 dx =
√
u du f(g(x))g′
(x)dx = f(u) du
2
3
u3/2
+ c
2
3
(1 + x2
)3/2
+ c
Key Point
To evaluate
f(g(x))g′
(x)dx
substitute u = g(x), and du = g′
(x)dx to give
f(u) du
Integration is then carried out with respect to u, before reverting to the original variable x.
It is worth pointing out that integration by substitution is something of an art - and your skill
at doing it will improve with practice. Furthermore, a substitution which at first sight might
seem sensible, can lead nowhere. For example, if you were try to find
√
1 + x2dx by letting
u = 1 + x2
you would find yourself up a blind alley. Be prepared to persevere and try different
approaches.
www.mathcentre.ac.uk 7 c mathcentre 2009
Example
Suppose we wish to evaluate
4x
√
2x2 + 1
dx
By writing the integrand as
1
√
2x2 + 1
·4x we note that it takes the form f(g(x))g′
(x)dx where
f(u) =
1
√
u
, g(x) = 2x2
+ 1 and g′
(x) = 4x.
The substitution u = g(x) = 2x2
+ 1 transforms the integral to
f(u) du =
1
√
u
du
This is evaluated to give
1
√
u
du = u−1/2
du
= 2u1/2
+ c
Finally, using u = 2x2
+ 1 to revert to the original variable gives
4x
√
2x2 + 1
dx = 2(2x2
+ 1)1/2
+ c
or equivalently
2
√
2x2 + 1 + c
Example
Suppose we wish to find
sin
√
x
√
x
dx.
Consider the substitution u =
√
x. Then
du =
du
dx
dx
=
1
2
x−1/2
dx
=
1
2x1/2
dx
=
1
2
√
x
dx
so that
sin
√
x
√
x
dx = 2 sin u du
from which
2 sin u du = −2 cos u + c
= −2 cos
√
x + c
We can also make the following observations:
the integrand can be written in the form sin
√
x ·
1
√
x
.
www.mathcentre.ac.uk 8 c mathcentre 2009
Writing f(u) = sin u and g(x) =
√
x then g′
(x) =
1
2
x−1/2
=
1
2x1/2
=
1
2
√
x
.
Further, f(g(x)) = sin
√
x.
Hence we write the given integral as
2 sin
√
x
1
2
√
x
dx
which is of the form
2 f(g(x))g′
(x) dx
with f and g as given above.
As before the substitution u = g(x) =
√
x produces the integral
2 f(u) du = 2 sin u du
from which
2 sin u du = −2 cos u + c
= −2 cos
√
x + c
Exercises 2
1. In each case the integrand can be written as f(g(x)) g′
(x). Identify the functions f and g and
use the general result on page 7 to complete the integration.
(a) 2xex2−5
dx (b) −2x sin(1 − x2
)dx (c)
cos x
1 + sin x
dx.
2. In each case use the given substitution to find the integral:
(a) −2xe−x2
dx, u = −x2
.
(b) x sin(2x2
)dx, u = 2x2
.
(c)
5
0
x3
√
x4 + 1dx, u = x4
+ 1.
3. In each case use a suitable substitution to find the integral.
(a) 5x
√
1 − x2dx (b)
dx
√
x(1 +
√
x)2
(c) x4
(1 + x5
)3
dx
(d)
x3
√
x4 + 16
dx (e)
cos x
(5 + sin x)2
(f)
1
0
x3
√
x4 + 12
dx
(g) 5x2
√
1 − x3dx (h) ecos x
sin x dx (i) esin x
cos x dx.
www.mathcentre.ac.uk 9 c mathcentre 2009
Answers to Exercises
Exercises 1
1. (a)
(x − 2)4
4
+ c (b)
4651
5
= 930
1
5
(c)
(2x − 1)8
16
+ c (d) 4.
2. (a) −
cos(7x − 3)
7
+ c (b)
e3x−2
3
+ c (c) 1.382 (3dp) (d)
1
7
ln |7x + 5| + c
Exercises 2
1. (a) f(u) = eu
, g(x) = x2
− 5, ex2−5
+ c,
(b) f(u) = sin u, g(x) = 1 − x2
, − cos(1 − x2
) + c
(c) f(u) = 1
u
, g(x) = 1 + sin x, ln |1 + sin x| + c.
2. (a) e−x2
+c (b) −
cos(2x2
)
4
+ c (c) 2610 (4sf).
3. (a) −
5
3
(1 − x2
)3/2
+ c (b) −
2
1 +
√
x
+ c (c)
1
20
(1 + x5
)4
+ c
(d)
1
2
(x4
+ 16)1/2
+ c (e) −
1
5 + sin x
+ c (f) 0.0707
(g) −
10
9
(1 − x3
)3/2
+ c (h) −ecos x
+ c (i) esin x
+ c.
www.mathcentre.ac.uk 10 c mathcentre 2009

More Related Content

What's hot

Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Matthew Leingang
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Continuity of functions by graph (exercises with detailed solutions)
Continuity of functions by graph   (exercises with detailed solutions)Continuity of functions by graph   (exercises with detailed solutions)
Continuity of functions by graph (exercises with detailed solutions)Tarun Gehlot
 
Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Matthew Leingang
 
THE WEAK SOLUTION OF BLACK-SCHOLE’S OPTION PRICING MODEL WITH TRANSACTION COST
THE WEAK SOLUTION OF BLACK-SCHOLE’S OPTION PRICING MODEL WITH TRANSACTION COSTTHE WEAK SOLUTION OF BLACK-SCHOLE’S OPTION PRICING MODEL WITH TRANSACTION COST
THE WEAK SOLUTION OF BLACK-SCHOLE’S OPTION PRICING MODEL WITH TRANSACTION COSTmathsjournal
 
Lesson 18: Maximum and Minimum Values (slides)
Lesson 18: Maximum and Minimum Values (slides)Lesson 18: Maximum and Minimum Values (slides)
Lesson 18: Maximum and Minimum Values (slides)Matthew Leingang
 
8 fixed point theorem in complete fuzzy metric space 8 megha shrivastava
8 fixed point theorem in complete fuzzy metric space 8 megha shrivastava8 fixed point theorem in complete fuzzy metric space 8 megha shrivastava
8 fixed point theorem in complete fuzzy metric space 8 megha shrivastavaBIOLOGICAL FORUM
 
Higher-Order (F, α, β, ρ, d) –Convexity for Multiobjective Programming Problem
Higher-Order (F, α, β, ρ, d) –Convexity for Multiobjective Programming ProblemHigher-Order (F, α, β, ρ, d) –Convexity for Multiobjective Programming Problem
Higher-Order (F, α, β, ρ, d) –Convexity for Multiobjective Programming Probleminventionjournals
 
Understanding the "Chain Rule" for Derivatives by Deriving Your Own Version
Understanding the "Chain Rule" for Derivatives by Deriving Your Own VersionUnderstanding the "Chain Rule" for Derivatives by Deriving Your Own Version
Understanding the "Chain Rule" for Derivatives by Deriving Your Own VersionJames Smith
 
Applications of Numerical Functional Analysis in Atomless Finite Measure Spaces
Applications of Numerical Functional Analysis in Atomless Finite Measure SpacesApplications of Numerical Functional Analysis in Atomless Finite Measure Spaces
Applications of Numerical Functional Analysis in Atomless Finite Measure SpacesQUESTJOURNAL
 

What's hot (16)

Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
 
Imc2017 day1-solutions
Imc2017 day1-solutionsImc2017 day1-solutions
Imc2017 day1-solutions
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Imc2017 day2-solutions
Imc2017 day2-solutionsImc2017 day2-solutions
Imc2017 day2-solutions
 
Continuity of functions by graph (exercises with detailed solutions)
Continuity of functions by graph   (exercises with detailed solutions)Continuity of functions by graph   (exercises with detailed solutions)
Continuity of functions by graph (exercises with detailed solutions)
 
Equivariance
EquivarianceEquivariance
Equivariance
 
Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)
 
Integration
IntegrationIntegration
Integration
 
E42012426
E42012426E42012426
E42012426
 
Lesson 5: Continuity
Lesson 5: ContinuityLesson 5: Continuity
Lesson 5: Continuity
 
THE WEAK SOLUTION OF BLACK-SCHOLE’S OPTION PRICING MODEL WITH TRANSACTION COST
THE WEAK SOLUTION OF BLACK-SCHOLE’S OPTION PRICING MODEL WITH TRANSACTION COSTTHE WEAK SOLUTION OF BLACK-SCHOLE’S OPTION PRICING MODEL WITH TRANSACTION COST
THE WEAK SOLUTION OF BLACK-SCHOLE’S OPTION PRICING MODEL WITH TRANSACTION COST
 
Lesson 18: Maximum and Minimum Values (slides)
Lesson 18: Maximum and Minimum Values (slides)Lesson 18: Maximum and Minimum Values (slides)
Lesson 18: Maximum and Minimum Values (slides)
 
8 fixed point theorem in complete fuzzy metric space 8 megha shrivastava
8 fixed point theorem in complete fuzzy metric space 8 megha shrivastava8 fixed point theorem in complete fuzzy metric space 8 megha shrivastava
8 fixed point theorem in complete fuzzy metric space 8 megha shrivastava
 
Higher-Order (F, α, β, ρ, d) –Convexity for Multiobjective Programming Problem
Higher-Order (F, α, β, ρ, d) –Convexity for Multiobjective Programming ProblemHigher-Order (F, α, β, ρ, d) –Convexity for Multiobjective Programming Problem
Higher-Order (F, α, β, ρ, d) –Convexity for Multiobjective Programming Problem
 
Understanding the "Chain Rule" for Derivatives by Deriving Your Own Version
Understanding the "Chain Rule" for Derivatives by Deriving Your Own VersionUnderstanding the "Chain Rule" for Derivatives by Deriving Your Own Version
Understanding the "Chain Rule" for Derivatives by Deriving Your Own Version
 
Applications of Numerical Functional Analysis in Atomless Finite Measure Spaces
Applications of Numerical Functional Analysis in Atomless Finite Measure SpacesApplications of Numerical Functional Analysis in Atomless Finite Measure Spaces
Applications of Numerical Functional Analysis in Atomless Finite Measure Spaces
 

Viewers also liked

ingilizce türkçe
ingilizce türkçeingilizce türkçe
ingilizce türkçeguestba3dc11
 
Tp abbe simon power pointe 2
Tp abbe simon power pointe 2Tp abbe simon power pointe 2
Tp abbe simon power pointe 2Simon NGOY ILUNGA
 
Tp abbe simon power pointe 2
Tp abbe simon power pointe 2Tp abbe simon power pointe 2
Tp abbe simon power pointe 2Simon NGOY ILUNGA
 
Tp abbe simon power pointe 2
Tp abbe simon power pointe 2Tp abbe simon power pointe 2
Tp abbe simon power pointe 2Simon NGOY ILUNGA
 
Tunirobots dossierde presse
Tunirobots dossierde presseTunirobots dossierde presse
Tunirobots dossierde presseTRofficiel
 
Responsible publication practices (with japanese subtitles)
Responsible publication practices (with japanese subtitles)Responsible publication practices (with japanese subtitles)
Responsible publication practices (with japanese subtitles)Jeremy Maronpot
 
West-Nile-Virus | Kaggle
West-Nile-Virus | Kaggle West-Nile-Virus | Kaggle
West-Nile-Virus | Kaggle Joyce Rose
 
ECT 584_Research Paper_JoyceRose_08182015
ECT 584_Research Paper_JoyceRose_08182015ECT 584_Research Paper_JoyceRose_08182015
ECT 584_Research Paper_JoyceRose_08182015Joyce Rose
 
Rodent tumors of questionable relevance to man
Rodent tumors of questionable relevance to man Rodent tumors of questionable relevance to man
Rodent tumors of questionable relevance to man Jeremy Maronpot
 
Resum d'art prehistòric
Resum d'art prehistòricResum d'art prehistòric
Resum d'art prehistòricxepi25
 
Pathology of the Adrenal Gland
Pathology of the Adrenal GlandPathology of the Adrenal Gland
Pathology of the Adrenal GlandJeremy Maronpot
 
Adverse, Non-adverse and Adaptive Responses in Toxicologic Pathology - JSTP
Adverse, Non-adverse and Adaptive Responses in Toxicologic Pathology - JSTPAdverse, Non-adverse and Adaptive Responses in Toxicologic Pathology - JSTP
Adverse, Non-adverse and Adaptive Responses in Toxicologic Pathology - JSTPJeremy Maronpot
 

Viewers also liked (16)

ingilizce türkçe
ingilizce türkçeingilizce türkçe
ingilizce türkçe
 
Havegot
HavegotHavegot
Havegot
 
3115 tangible property
3115 tangible property3115 tangible property
3115 tangible property
 
Tp abbe simon power pointe 2
Tp abbe simon power pointe 2Tp abbe simon power pointe 2
Tp abbe simon power pointe 2
 
Tp abbe simon power pointe 2
Tp abbe simon power pointe 2Tp abbe simon power pointe 2
Tp abbe simon power pointe 2
 
Tp abbe simon power pointe 2
Tp abbe simon power pointe 2Tp abbe simon power pointe 2
Tp abbe simon power pointe 2
 
Tunirobots dossierde presse
Tunirobots dossierde presseTunirobots dossierde presse
Tunirobots dossierde presse
 
Drilling Resume
Drilling ResumeDrilling Resume
Drilling Resume
 
Responsible publication practices (with japanese subtitles)
Responsible publication practices (with japanese subtitles)Responsible publication practices (with japanese subtitles)
Responsible publication practices (with japanese subtitles)
 
West-Nile-Virus | Kaggle
West-Nile-Virus | Kaggle West-Nile-Virus | Kaggle
West-Nile-Virus | Kaggle
 
ECT 584_Research Paper_JoyceRose_08182015
ECT 584_Research Paper_JoyceRose_08182015ECT 584_Research Paper_JoyceRose_08182015
ECT 584_Research Paper_JoyceRose_08182015
 
Rodent tumors of questionable relevance to man
Rodent tumors of questionable relevance to man Rodent tumors of questionable relevance to man
Rodent tumors of questionable relevance to man
 
Resum d'art prehistòric
Resum d'art prehistòricResum d'art prehistòric
Resum d'art prehistòric
 
Pathology of the Adrenal Gland
Pathology of the Adrenal GlandPathology of the Adrenal Gland
Pathology of the Adrenal Gland
 
Adverse, Non-adverse and Adaptive Responses in Toxicologic Pathology - JSTP
Adverse, Non-adverse and Adaptive Responses in Toxicologic Pathology - JSTPAdverse, Non-adverse and Adaptive Responses in Toxicologic Pathology - JSTP
Adverse, Non-adverse and Adaptive Responses in Toxicologic Pathology - JSTP
 
Vocabulary
VocabularyVocabulary
Vocabulary
 

Similar to Formulas

Calculus 08 techniques_of_integration
Calculus 08 techniques_of_integrationCalculus 08 techniques_of_integration
Calculus 08 techniques_of_integrationtutulk
 
Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)Osama Zahid
 
13 1 basics_integration
13 1 basics_integration13 1 basics_integration
13 1 basics_integrationManarAdham
 
Extra Help 19- differential equations.pptx
Extra Help 19- differential equations.pptxExtra Help 19- differential equations.pptx
Extra Help 19- differential equations.pptxmahamoh6
 
fouriertransform.pdf
fouriertransform.pdffouriertransform.pdf
fouriertransform.pdfssuser4dafea
 
Integration - Mathematics - UoZ
Integration - Mathematics - UoZ Integration - Mathematics - UoZ
Integration - Mathematics - UoZ Safen D Taha
 
8.further calculus Further Mathematics Zimbabwe Zimsec Cambridge
8.further calculus   Further Mathematics Zimbabwe Zimsec Cambridge8.further calculus   Further Mathematics Zimbabwe Zimsec Cambridge
8.further calculus Further Mathematics Zimbabwe Zimsec Cambridgealproelearning
 
Integration and its basic rules and function.
Integration and its basic rules and function.Integration and its basic rules and function.
Integration and its basic rules and function.Kartikey Rohila
 
AEM Integrating factor to orthogonal trajactories
AEM Integrating factor to orthogonal trajactoriesAEM Integrating factor to orthogonal trajactories
AEM Integrating factor to orthogonal trajactoriesSukhvinder Singh
 
Techniques of Integration ppt.ppt
Techniques of Integration ppt.pptTechniques of Integration ppt.ppt
Techniques of Integration ppt.pptJaysonFabela1
 
Differential Calculus
Differential Calculus Differential Calculus
Differential Calculus OlooPundit
 

Similar to Formulas (20)

Calculus 08 techniques_of_integration
Calculus 08 techniques_of_integrationCalculus 08 techniques_of_integration
Calculus 08 techniques_of_integration
 
Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)
 
13 1 basics_integration
13 1 basics_integration13 1 basics_integration
13 1 basics_integration
 
The integral
The integralThe integral
The integral
 
Extra Help 19- differential equations.pptx
Extra Help 19- differential equations.pptxExtra Help 19- differential equations.pptx
Extra Help 19- differential equations.pptx
 
fouriertransform.pdf
fouriertransform.pdffouriertransform.pdf
fouriertransform.pdf
 
19 6
19 619 6
19 6
 
Integration - Mathematics - UoZ
Integration - Mathematics - UoZ Integration - Mathematics - UoZ
Integration - Mathematics - UoZ
 
8.further calculus Further Mathematics Zimbabwe Zimsec Cambridge
8.further calculus   Further Mathematics Zimbabwe Zimsec Cambridge8.further calculus   Further Mathematics Zimbabwe Zimsec Cambridge
8.further calculus Further Mathematics Zimbabwe Zimsec Cambridge
 
125 5.3
125 5.3125 5.3
125 5.3
 
Integration and its basic rules and function.
Integration and its basic rules and function.Integration and its basic rules and function.
Integration and its basic rules and function.
 
AEM Integrating factor to orthogonal trajactories
AEM Integrating factor to orthogonal trajactoriesAEM Integrating factor to orthogonal trajactories
AEM Integrating factor to orthogonal trajactories
 
Techniques of Integration ppt.ppt
Techniques of Integration ppt.pptTechniques of Integration ppt.ppt
Techniques of Integration ppt.ppt
 
1543 integration in mathematics b
1543 integration in mathematics b1543 integration in mathematics b
1543 integration in mathematics b
 
Nis differentiation1
Nis differentiation1Nis differentiation1
Nis differentiation1
 
11365.integral 2
11365.integral 211365.integral 2
11365.integral 2
 
Integration by parts
Integration by partsIntegration by parts
Integration by parts
 
Differential Calculus
Differential Calculus Differential Calculus
Differential Calculus
 
azEssay2
azEssay2azEssay2
azEssay2
 
Proof of Beal's conjecture
Proof of Beal's conjecture Proof of Beal's conjecture
Proof of Beal's conjecture
 

Recently uploaded

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 

Recently uploaded (20)

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 

Formulas

  • 1. Integration by substitution mc-TY-intbysub-2009-1 There are occasions when it is possible to perform an apparently difficult piece of integration by first making a substitution. This has the effect of changing the variable and the integrand. When dealing with definite integrals, the limits of integration can also change. In this unit we will meet several examples of integrals where it is appropriate to make a substitution. In order to master the techniques explained here it is vital that you undertake plenty of practice exercises so that they become second nature. After reading this text, and/or viewing the video tutorial on this topic, you should be able to: • carry out integration by making a substitution • identify appropriate substitutions to make in order to evaluate an integral Contents 1. Introduction 2 2. Integration by substituting u = ax + b 2 3. Finding f(g(x))g′ (x) dx by substituting u = g(x) 6 www.mathcentre.ac.uk 1 c mathcentre 2009
  • 2. 1. Introduction There are occasions when it is possible to perform an apparently difficult piece of integration by first making a substitution. This has the effect of changing the variable and the integrand. When dealing with definite integrals, the limits of integration can also change. In this unit we will meet several examples of this type. The ability to carry out integration by substitution is a skill that develops with practice and experience. For this reason you should carry out all of the practice exercises. Be aware that sometimes an apparently sensible substitution does not lead to an integral you will be able to evaluate. You must then be prepared to try out alternative substitutions. 2. Integration by substituting u = ax + b We introduce the technique through some simple examples for which a linear substitution is appropriate. Example Suppose we want to find the integral (x + 4)5 dx (1) You will be familiar already with finding a similar integral u5 du and know that this integral is equal to u6 6 + c, where c is a constant of integration. This is because you know that the rule for integrating powers of a variable tells you to increase the power by 1 and then divide by the new power. In the integral given by Equation (1) there is still a power 5, but the integrand is more complicated due to the presence of the term x + 4. To tackle this problem we make a substitution. We let u = x + 4. The point of doing this is to change the integrand into the much simpler u5 . However, we must take care to substitute appropriately for the term dx too. In terms of differentials we have du = du dx dx Now, in this example, because u = x + 4 it follows immediately that du dx = 1 and so du = dx. So, substituting both for x + 4 and for dx in Equation (1) we have (x + 4)5 dx = u5 du The resulting integral can be evaluated immediately to give u6 6 +c. We can revert to an expression involving the original variable x by recalling that u = x + 4, giving (x + 4)5 dx = (x + 4)6 6 + c We have completed the integration by substitution. www.mathcentre.ac.uk 2 c mathcentre 2009
  • 3. Example Suppose now we wish to find the integral cos(3x + 4) dx (2) Observe that if we make a substitution u = 3x + 4, the integrand will then contain the much simpler form cos u which we will be able to integrate. As before, du = du dx dx and so with u = 3x + 4 and du dx = 3 It follows that du = du dx dx = 3 dx So, substituting u for 3x + 4, and with dx = 1 3 du in Equation (2) we have cos(3x + 4) dx = 1 3 cos u du = 1 3 sin u + c We can revert to an expression involving the original variable x by recalling that u = 3x + 4, giving cos(3x + 4) dx = 1 3 sin(3x + 4) + c We have completed the integration by substitution. It is very easy to generalise the result of the previous example. If we want to find cos(ax+b)dx, the substitution u = ax+b leads to 1 a cos u du which equals 1 a sin u+c, that is 1 a sin(ax+b)+c. A similar argument, which you should try, shows that sin(ax + b)dx = − 1 a cos(ax + b) + c. Key Point sin(ax + b)dx = − 1 a cos(ax + b) + c cos(ax + b)dx = 1 a sin(ax + b) + c www.mathcentre.ac.uk 3 c mathcentre 2009
  • 4. Example Suppose we wish to find 1 1 − 2x dx. We make the substitution u = 1 − 2x in order to simplify the integrand to 1 u . Recall that the integral of 1 u with respect to u is the natural logarithm of u, ln |u|. As before, du = du dx dx and so with u = 1 − 2x and du dx = −2 It follows that du = du dx dx = −2 dx The integral becomes 1 u − 1 2 du = − 1 2 1 u du = − 1 2 ln |u| + c = − 1 2 ln |1 − 2x| + c The result of the previous example can be generalised: if we want to find 1 ax + b dx, the substitution u = ax + b leads to 1 a 1 u du which equals 1 a ln |ax + b| + c. This means, for example, that when faced with an integral such as 1 3x + 7 dx we can imme- diately write down the answer as 1 3 ln |3x + 7| + c. Key Point 1 ax + b dx = 1 a ln |ax + b| + c www.mathcentre.ac.uk 4 c mathcentre 2009
  • 5. A little more care must be taken with the limits of integration when dealing with definite integrals. Consider the following example. Example Suppose we wish to find 3 1 (9 + x)2 dx We make the substitution u = 9 + x. As before, du = du dx dx and so with u = 9 + x and du dx = 1 It follows that du = du dx dx = dx The integral becomes x=3 x=1 u2 du where we have explicitly written the variable in the limits of integration to emphasise that those limits were on the variable x and not u. We can write these as limits on u using the substitution u = 9 + x. Clearly, when x = 1, u = 10, and when x = 3, u = 12. So we require u=12 u=10 u2 du = 1 3 u3 12 10 = 1 3 123 − 103 = 728 3 Note that in this example there is no need to convert the answer given in terms of u back into one in terms of x because we had already converted the limits on x into limits on u. Exercises 1. 1. In each case use a substitution to find the integral: (a) (x − 2)3 dx (b) 1 0 (x + 5)4 dx (c) (2x − 1)7 dx (d) 1 −1 (1 − x)3 dx. 2. In each case use a substitution to find the integral: (a) sin(7x − 3)dx (b) e3x−2 dx (c) π/2 0 cos(1 − x)dx (d) 1 7x + 5 dx. www.mathcentre.ac.uk 5 c mathcentre 2009
  • 6. 3. Finding f(g(x))g′ (x) dx by substituting u = g(x) Example Suppose now we wish to find the integral 2x √ 1 + x2 dx (3) In this example we make the substitution u = 1 + x2 , in order to simplify the square-root term. We shall see that the rest of the integrand, 2x dx, will be taken care of automatically in the substitution process, and that this is because 2x is the derivative of that part of the integrand used in the substitution, i.e. 1 + x2 . As before, du = du dx dx and so with u = 1 + x2 and du dx = 2x It follows that du = du dx dx = 2x dx So, substituting u for 1 + x2 , and with 2x dx = du in Equation (3) we have 2x √ 1 + x2 dx = √ u du = u1/2 du = 2 3 u3/2 + c We can revert to an expression involving the original variable x by recalling that u = 1 + x2 , giving 2x √ 1 + x2 dx = 2 3 (1 + x2 )3/2 + c We have completed the integration by substitution. Let us analyse this example a little further by comparing the integrand with the general case f(g(x)) g′ (x). Suppose we write g(x) = 1 + x2 and f(u) = √ u Then we note that the composition1 of the functions f and g is f(g(x)) = √ 1 + x2. 1 when finding the composition of functions f and g it is the output from g which is used as input to f, resulting in f(g(x)) www.mathcentre.ac.uk 6 c mathcentre 2009
  • 7. Further, we note that if g(x) = 1 + x2 then g′ (x) = 2x. So the integral 2x √ 1 + x2 dx is of the form f(g(x)) g′ (x) dx To perform the integration we used the substitution u = 1 + x2 . In the general case it will be appropriate to try substituting u = g(x). Then du = du dx dx = g′ (x)dx. Once the substitution was made the resulting integral became √ u du. In the general case it will become f(u) du. Provided that this final integral can be found the problem is solved. For purposes of comparison the specific example and the general case are presented side-by-side: 2x √ 1 + x2 dx f(g(x))g′ (x)dx let u = 1 + x2 let u = g(x) du = du dx dx = 2x dx du = du dx dx = g′ (x) dx 2x √ 1 + x2 dx = √ u du f(g(x))g′ (x)dx = f(u) du 2 3 u3/2 + c 2 3 (1 + x2 )3/2 + c Key Point To evaluate f(g(x))g′ (x)dx substitute u = g(x), and du = g′ (x)dx to give f(u) du Integration is then carried out with respect to u, before reverting to the original variable x. It is worth pointing out that integration by substitution is something of an art - and your skill at doing it will improve with practice. Furthermore, a substitution which at first sight might seem sensible, can lead nowhere. For example, if you were try to find √ 1 + x2dx by letting u = 1 + x2 you would find yourself up a blind alley. Be prepared to persevere and try different approaches. www.mathcentre.ac.uk 7 c mathcentre 2009
  • 8. Example Suppose we wish to evaluate 4x √ 2x2 + 1 dx By writing the integrand as 1 √ 2x2 + 1 ·4x we note that it takes the form f(g(x))g′ (x)dx where f(u) = 1 √ u , g(x) = 2x2 + 1 and g′ (x) = 4x. The substitution u = g(x) = 2x2 + 1 transforms the integral to f(u) du = 1 √ u du This is evaluated to give 1 √ u du = u−1/2 du = 2u1/2 + c Finally, using u = 2x2 + 1 to revert to the original variable gives 4x √ 2x2 + 1 dx = 2(2x2 + 1)1/2 + c or equivalently 2 √ 2x2 + 1 + c Example Suppose we wish to find sin √ x √ x dx. Consider the substitution u = √ x. Then du = du dx dx = 1 2 x−1/2 dx = 1 2x1/2 dx = 1 2 √ x dx so that sin √ x √ x dx = 2 sin u du from which 2 sin u du = −2 cos u + c = −2 cos √ x + c We can also make the following observations: the integrand can be written in the form sin √ x · 1 √ x . www.mathcentre.ac.uk 8 c mathcentre 2009
  • 9. Writing f(u) = sin u and g(x) = √ x then g′ (x) = 1 2 x−1/2 = 1 2x1/2 = 1 2 √ x . Further, f(g(x)) = sin √ x. Hence we write the given integral as 2 sin √ x 1 2 √ x dx which is of the form 2 f(g(x))g′ (x) dx with f and g as given above. As before the substitution u = g(x) = √ x produces the integral 2 f(u) du = 2 sin u du from which 2 sin u du = −2 cos u + c = −2 cos √ x + c Exercises 2 1. In each case the integrand can be written as f(g(x)) g′ (x). Identify the functions f and g and use the general result on page 7 to complete the integration. (a) 2xex2−5 dx (b) −2x sin(1 − x2 )dx (c) cos x 1 + sin x dx. 2. In each case use the given substitution to find the integral: (a) −2xe−x2 dx, u = −x2 . (b) x sin(2x2 )dx, u = 2x2 . (c) 5 0 x3 √ x4 + 1dx, u = x4 + 1. 3. In each case use a suitable substitution to find the integral. (a) 5x √ 1 − x2dx (b) dx √ x(1 + √ x)2 (c) x4 (1 + x5 )3 dx (d) x3 √ x4 + 16 dx (e) cos x (5 + sin x)2 (f) 1 0 x3 √ x4 + 12 dx (g) 5x2 √ 1 − x3dx (h) ecos x sin x dx (i) esin x cos x dx. www.mathcentre.ac.uk 9 c mathcentre 2009
  • 10. Answers to Exercises Exercises 1 1. (a) (x − 2)4 4 + c (b) 4651 5 = 930 1 5 (c) (2x − 1)8 16 + c (d) 4. 2. (a) − cos(7x − 3) 7 + c (b) e3x−2 3 + c (c) 1.382 (3dp) (d) 1 7 ln |7x + 5| + c Exercises 2 1. (a) f(u) = eu , g(x) = x2 − 5, ex2−5 + c, (b) f(u) = sin u, g(x) = 1 − x2 , − cos(1 − x2 ) + c (c) f(u) = 1 u , g(x) = 1 + sin x, ln |1 + sin x| + c. 2. (a) e−x2 +c (b) − cos(2x2 ) 4 + c (c) 2610 (4sf). 3. (a) − 5 3 (1 − x2 )3/2 + c (b) − 2 1 + √ x + c (c) 1 20 (1 + x5 )4 + c (d) 1 2 (x4 + 16)1/2 + c (e) − 1 5 + sin x + c (f) 0.0707 (g) − 10 9 (1 − x3 )3/2 + c (h) −ecos x + c (i) esin x + c. www.mathcentre.ac.uk 10 c mathcentre 2009