Dodges

A great part of the labour of integrating things consists in licking them into some shape that can be integrated. The books—and by this is meant the serious books—on the Integral Calculus are full of plans and methods and dodges and artifices for this kind of work. The following are a few of them.

Integration by Parts

This name is given to a dodge, the formula for which is udx=uxxdu+C. It is useful in some cases that you can’t tackle directly, for it shows that if in any case xdu can be found, then udx can also be found. The formula can be deduced as follows. From , we have, d(ux)=udx+xdu, which may be written u(dx)=d(ux)xdu, which by direct integration gives the above expression.

Examples

Example 1
Find wsinwdw.
Solution
Write u=w, and for sinwdw write dx. We shall then have du=dw, while sinwdw=cosw=x.

Putting these into the formula, we get wsinwdw=w(cosw)coswdw=wcosw+sinw+C.

 
Example 2
Find xexdx.
Solution

Write u=x,exdx=dv;du=dx,v=ex,

andxexdx=xexexdx(by the formula)=xexex=ex(x1)+C.

Example 3
Try cos2θdθ.
Solution
u=cosθ,cosθdθ=dv.du=sinθdθ,v=sinθ,

cos2θdθ=cosθsinθ+sin2θdθ=2cosθsinθ2+(1cos2θ)dθ=sin2θ2+dθcos2θdθ.

2cos2θdθ=sin2θ2+θcos2θdθ=sin2θ4+θ2+C.

Example 4
Find x2sinxdx.
Solution

x2=u,sinxdx=dv;du=2xdx,v=cosx,

x2sinxdx=x2cosx+2xcosxdx.

Now find xcosxdx, integrating by parts (as in Example 1 above): xcosxdx=xsinx+cosx+C.

Hence x2sinxdx=x2cosx+2xsinx+2cosx+C=2[xsinx+cosx(1x22)]+C.

Example 5
Find 1x2dx.
Solution

u=1x2,dx=dv;du=xdx1x2

and x=v; so that 1x2dx=x1x2+x2dx1x2.

Here we may use a little dodge, for we can write 1x2dx=(1x2)dx1x2=dx1x2x2dx1x2.

Adding these two last equations, we get rid of x2dx1x2, and we have 21x2dx=x1x2+dx1x2.

Do you remember meeting dx1x2? it is got by differentiating y=arcsinx (see Chapter 15); hence its integral is arcsinx, and so 1x2dx=x1x22+12arcsinx+C.

You can try now some exercises by yourself; you will find some at the end of this chapter.

Substitution. This is the same dodge as explained in Chapter 9. Let us illustrate its application to integration by a few examples.

Example 1
3+xdx.
Solution

Let 3+x=u,dx=du;u12du=23u32=23(3+x)32.

Example 2
dxex+ex.
Solution
Let ex=u,dudx=ex,anddx=duex;dxex+ex=duex(ex+ex)=duu(u+1u)=duu2+1.

du1+u2 is the result of differentiating arctanx.

Hence the integral is arctanex.

Example 3
dxx2+2x+3=dxx2+2x+1+2=dx(x+1)2+(2)2.
Solution

Let x+1=u,dx=du;

then the integral becomes duu2+(2)2; but duu2+a2 is the result of differentiating u=1aarctanua.

Hence one has finally 12arctanx+12 for the value of the given integral.

Formulae of Reduction are special forms applicable chiefly to binomial and trigonometrical expressions that have to be integrated, and have to be reduced into some form of which the integral is known.

Rationalization, and Factorization of Denominator are dodges applicable in special cases, but they do not admit of any short or general explanation. Much practice is needed to become familiar with these preparatory processes.

The following example shows how the process of splitting into partial fractions, which we learned in Chapter 13, can be made use of in integration.

Take[2] dxx2+2x3; if we split 1x2+2x3 into partial fractions, this becomes:
14[dxx1dxx+3]=14[ln|x1|ln|x+3|]+C=14ln|x1x+3|+C.

Pitfalls

A beginner is liable to overlook certain points that a practised hand would avoid; such as the use of factors that are equivalent to either zero or infinity, and the occurrence of indeterminate quantities such as 00. There is no golden rule that will meet every possible case. Nothing but practice and intelligent care will avail. An example of a pitfall which had to be circumvented arose in Chapter 18, when we came to the problem of integrating x1dx.

Triumphs

By triumphs must be understood the successes with which the calculus has been applied to the solution of problems otherwise intractable. Often in the consideration of physical relations one is able to build up an expression for the law governing the interaction of the parts or of the forces that govern them, such expression being naturally in the form of a differential equation, that is an equation containing differential coefficients with or without other algebraic quantities. And when such a differential equation has been found, one can get no further until it has been integrated. Generally it is much easier to state the appropriate differential equation than to solve it:—the real trouble begins then only when one wants to integrate, unless indeed the equation is seen to possess some standard form of which the integral is known, and then the triumph is easy. The equation which results from integrating a differential equation is called1 its “solution”; and it is quite astonishing how in many cases the solution looks as if it had no relation to the differential equation of which it is the integrated form. The solution often seems as different from the original expression as a butterfly does from the caterpillar that it was. Who would have supposed that such an innocent thing as dydx=1a2x2 could blossom out into y=12aln|a+xax|+C? yet the latter is the solution of the former.

As a last example, let us work out the above together.

By partial fractions, 1a2x2=12a(a+x)+12a(ax),dy=dx2a(a+x)+dx2a(ax),y=12a(dxa+x+dxax)=12a(ln|a+x|ln|ax|)=12aln|a+xax|+C. Not a very difficult metamorphosis!

There are whole treatises, such as Boole’s Differential Equations, devoted to the subject of thus finding the “solutions” for different original forms.


Exercises XIX

(1) Find a2x2dx.  (2) Find xlnxdx.
(3) Find xalnxdx. (4) Find excosexdx.
(5) Find 1xcos(lnx)dx. (6) Find x2exdx.
(7) Find (lnx)axdx. (8) Find dxxlnx.
(9) Find 5x+1x2+x2dx. (10) Find (x23)dxx37x+6.
(11) Find bdxx2a2. (12) Find 4xdxx41.
(13) Find dx1x4. (14) Find dxxabx2.

 

Answers to Exercises
(1) xa2x22+a22sin1xa+C. (2) x22(lnx12)+C.
(3) xa+1a+1(lnx1a+1)+C. (4) sinex+C.
(5) sin(lnx)+C. (6) ex(x22x+2)+C.
(7) 1a+1(lnx)a+1+C. (8) ln|lnx|+C.

(9) 2ln|x1|+3ln|x+2|+C.

(10) 12ln|x1|+15ln|x2|+310ln|x+3|+C.

(11) b2aln|xax+a|+C.

(12) ln|x21x2+1|+C.

(13) 14ln|1+x1x|+12arctanx+C.

(14) 1alnaabx2xa+C. (Let 1x=v; then, in the result, let v2ba=vu.) You had better differentiate now the answer and work back to the given expression as a check.


  1. This means that the actual result of solving it is called its “solution.” But many mathematicians would say, with Professor Forsyth, “every differential equation is considered as solved when the value of the dependent variable is expressed as a function of the independent variable by means either of known functions, or of integrals, whether the integrations in the latter can or cannot be expressed in terms of functions already known.”↩︎

2.The book gives a different example, which requires using complex numbers. Here we are using a simpler example. ↩