Top Banner
TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite integral. We summarize the most important integrals we have learned so far, as follows.
56

TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Jan 17, 2016

Download

Documents

Shona Payne
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

TECHNIQUES OF INTEGRATION

Due to the Fundamental Theorem of Calculus

(FTC), we can integrate a function if we know

an antiderivative, that is, an indefinite integral.

We summarize the most important integrals we have learned so far, as follows.

Page 2: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

FORMULAS OF INTEGRALS

1 1( 1) ln | |

1

ln

nn

xx x x

xx dx C n dx x C

n x

ae dx e C a dx C

a

Page 3: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

2 2

sin cos cos sin

sec tan csc cot

sec tan sec csc cot csc

x dx x C xdx x C

dx x C dx x C

x x dx x C x x dx x C

FORMULAS OF INTEGRALS

Page 4: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

1 12 2 2 2

sinh cosh cosh sinh

tan ln | sec | cot ln | sin |

1 1 1tan sin

x dx x C xdx x C

xdx x C x dx x C

x xdx C dx C

x a a a aa x

FORMULAS OF INTEGRALS

Page 5: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

TECHNIQUES OF INTEGRATION

In this chapter, we develop techniques

for using the basic integration formulas.

This helps obtain indefinite integrals of more complicated functions.

Page 6: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

TECHNIQUES OF INTEGRATION

Integration is not as straightforward

as differentiation.

There are no rules that absolutely guarantee obtaining an indefinite integral of a function.

Therefore, we discuss a strategy for integration in Section 7.5

Page 7: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

7.1Integration by Parts

In this section, we will learn:

How to integrate complex functions by parts.

TECHNIQUES OF INTEGRATION

Page 8: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Every differentiation rule has

a corresponding integration rule.

For instance, the Substitution Rule for integration corresponds to the Chain Rule for differentiation.

INTEGRATION BY PARTS

Page 9: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

The rule that corresponds to

the Product Rule for differentiation

is called the rule for integration by

parts.

INTEGRATION BY PARTS

Page 10: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

The Product Rule states that, if f and g

are differentiable functions, then

INTEGRATION BY PARTS

( ) ( ) ( ) '( ) ( ) '( )df x g x f x g x g x f x

dx

Page 11: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

In the notation for indefinite integrals,

this equation becomes

or

INTEGRATION BY PARTS

( ) '( ) ( ) '( ) ( ) ( )f x g x g x f x dx f x g x

( ) '( ) ( ) '( ) ( ) ( )f x g x dx g x f x dx f x g x

Page 12: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

We can rearrange this equation as:

INTEGRATION BY PARTS

( ) '( ) ( ) ( ) ( ) '( )f x g x dx f x g x g x f x dx

Formula 1

Page 13: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Formula 1 is called the formula for

integration by parts.

It is perhaps easier to remember in the following notation.

INTEGRATION BY PARTS

Page 14: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Let u = f(x) and v = g(x).

Then, the differentials are:

du = f’(x) dx and dv = g’(x) dx

INTEGRATION BY PARTS

Page 15: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

INTEGRATION BY PARTS

Thus, by the Substitution Rule,

the formula for integration by parts

becomes:

u dv uv v du

Formula 2

Page 16: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Find ∫ x sin x dx

Suppose we choose f(x) = x and g’(x) = sin x.

Then, f’(x) = 1 and g(x) = –cos x.

For g, we can choose any antiderivative of g’.

INTEGRATION BY PARTS

Page 17: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Using Formula 1, we have:

It’s wise to check the answer by differentiating it. If we do so, we get x sin x, as expected.

INTEGRATION BY PARTS

sin ( ) ( ) ( ) '( )

( cos ) ( cos )

cos cos

cos sin

x x dx f x g x g x f x dx

x x x dx

x x x dx

x x x C

Page 18: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Let

Then,

Using Formula 2, we have:

INTEGRATION BY PARTS

sinu x dv x dx

sin sin ( cos ) ( cos )

cos cos

cos sin

dv v vu u du

x x dx x x dx x x x dx

x x x dx

x x x C

cosdu dx v x

Page 19: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Our aim in using integration by parts is

to obtain a simpler integral than the one

we started with.

We started with ∫ x sin x dx and expressed it in terms of the simpler integral

∫ cos x dx.

NOTE

Page 20: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

If we had instead chosen u = sin x and

dv = x dx , then du = cos x dx and v = x2/2.

So, integration by parts gives:

Although this is true, ∫ x2cos x dx is a more difficult integral than the one we started with.

221

sin (sin ) cos2 2

xx x dx x x dx

NOTE

Page 21: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Hence, when choosing u and dv, we

usually try to keep u = f(x) to be a function

that becomes simpler when differentiated.

At least, it should not be more complicated.

However, make sure that dv = g’(x) dx can be readily integrated to give v.

NOTE

Page 22: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Evaluate ∫ ln x dx

Here, we don’t have much choice for u and dv.

Let

Then,

INTEGRATION BY PARTS

ln 1u x dv dx

1du dx v x

x

Page 23: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Integrating by parts, we get:

INTEGRATION BY PARTS

ln ln

ln

ln

dxx dx x x x

x

x x dx

x x x C

Page 24: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

INTEGRATION BY PARTS

Integration by parts is effective in

this example because the derivative of

the function f(x) = ln x is simpler than f.

Page 25: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Find ∫ t 2etdt

Notice that t 2 becomes simpler when differentiated.

However, et is unchanged when differentiated or integrated.

INTEGRATION BY PARTS

Page 26: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

INTEGRATION BY PARTS

So, we choose

Then,

Integration by parts gives:

2 tu t dv e dt

2 tdu t dt v e

2 2 2t t tt e dt t e te dt

Page 27: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

INTEGRATION BY PARTS

The integral that we obtained, ∫ tetdt,

is simpler than the original integral.

However, it is still not obvious.

So, we use integration by parts a second time.

Page 28: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

INTEGRATION BY PARTS

This time, we choose

u = t and dv = etdt

Then, du = dt, v = et.

So, t t t t tte dt te e dt te e C

Page 29: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Putting this

in the 1st result, we get:

where C1 = – 2C

INTEGRATION BY PARTS

2 2

2

21

2

2( )

2 2

t t t

t t t

t t t

t e dt t e te dt

t e te e C

t e te e C

t t t t tte dt te e dt te e C

Page 30: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Evaluate ∫ ex sinx dx

ex does not become simpler when differentiated.

Neither does sin x become simpler.

INTEGRATION BY PARTS

Page 31: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

INTEGRATION BY PARTS

Nevertheless, we try choosing

u = ex and dv = sin x Then, du = ex dx and v = – cos x.

sin cos cosx x xe x dx e x e x dx

Page 32: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

The integral we have obtained, ∫ excos x dx,

is no simpler than the original one.

At least, it’s no more difficult.

Having had success in the preceding example integrating by parts twice, we do it again.

INTEGRATION BY PARTS

Page 33: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

This time, we use

u = ex and dv = cos x dx

Then, du = ex dx, v = sin x, and

INTEGRATION BY PARTS

cos sin sinx x xe x dx e x e x dx

sin cos cosx x xe x dx e x e x dx

Page 34: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

At first glance, it appears as if we have

accomplished nothing.

We have arrived at ∫ ex sin x dx, which is where we started.

INTEGRATION BY PARTS

cos sin sinx x xe x dx e x e x dx

Page 35: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

If substitute for

we get:

This can be regarded as an equation to be solved for the unknown integral.

INTEGRATION BY PARTS

sin cos sin

sin

x x x

x

e x dx e x e x

e x dx

cos sin sinx x xe x dx e x e x dx

Page 36: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Adding to both sides ∫ ex sin x dx,

we obtain:

INTEGRATION BY PARTS Example 4

2 sin cos sinx x xe x dx e x e x

Page 37: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Dividing by 2 and adding the constant

of integration, we get:

INTEGRATION BY PARTS Example 4

12sin (sin cos )x xe x dx e x x C

Page 38: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

The figure illustrates the example by

showing the graphs of f(x) = ex sin x and

F(x) = ½ ex(sin x – cos x).

As a visual check on our work, notice that f(x) = 0 when F has a maximum or minimum.

INTEGRATION BY PARTS

Page 39: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

If we combine the formula for integration

by parts with Part 2 of the FTC (FTC2),

we can evaluate definite integrals by parts.

INTEGRATION BY PARTS

Page 40: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Evaluating both sides of Formula 1 between

a and b, assuming f’ and g’ are continuous,

and using the FTC, we obtain:

INTEGRATION BY PARTS

( ) '( ) ( ) ( ) ( ) '( )b bb

aa af x g x dx f x g x g x f x dx

Page 41: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Calculate

Let

Then,

INTEGRATION BY PARTS1 1

0tan x dx

1tanu x dv dx

21

dxdu v x

x

Page 42: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

So:

INTEGRATION BY PARTS

1 111 1200 0

11 120

1

20

tan tan1

1 tan 1 0 tan 01

4 1

xx dx x x dx

xxdx

xxdx

x

Page 43: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

To evaluate this integral, we use

the substitution t = 1 + x2 (since u has

another meaning in this example). t = 1 + x2

Then, dt = 2x dx.

So, x dx = ½ dt.

INTEGRATION BY PARTS

Page 44: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

When x = 0, t = 1, and when x = 1, t = 2.

Hence,

INTEGRATION BY PARTS

1 21220 1

212 1

12

12

1

ln | |

(ln 2 ln1)

ln 2

x dtdx

x t

t

Page 45: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

INTEGRATION BY PARTS

Therefore,

1 1120 0

tan4 1

ln 2

4 2

xx dx dx

x

Page 46: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

As tan-1x ≥ for x ≥ 0 , the integral in

the example can be interpreted as the area

of the region shown here.

INTEGRATION BY PARTS

Page 47: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Prove the reduction formula

where n ≥ 2 is an integer.

This is called a reduction formula because the exponent n has been reduced to n – 1 and n – 2.

INTEGRATION BY PARTS

1

2

1sin cos sin

1sin

n n

n

x dx x xn

nx dx

n

Page 48: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Let

Then,

So, integration by parts gives:

INTEGRATION BY PARTS

1sin sinnu x dv x dx

1

2 2

sin cos sin

( 1) sin cos

n n

n

x dx x x

n x x dx

2( 1)sin cos cosndu n x x dx v x

Page 49: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Since cos2x = 1 – sin2x, we have:

As in Example 4, we solve this equation for the desired integral by taking the last term on the right side to the left side.

INTEGRATION BY PARTS

1 2sin cos sin ( 1) sin

( 1) sin

n n n

n

x dx x x n x dx

n x dx

Page 50: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

Thus, we have:

or

INTEGRATION BY PARTS

1 2sin cos sin ( 1) sinn n nn x dx x x n x dx

1 21 ( 1)sin cos sin sinn n nn

x dx x x x dxn n

Page 51: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.

The reduction formula (7) is useful.

By using it repeatedly, we could express

∫ sinnx dx in terms of:

∫ sin x dx (if n is odd)

∫ (sin x)0dx = ∫ dx (if n is even)

INTEGRATION BY PARTS

Page 52: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.
Page 53: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.
Page 54: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.
Page 55: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.
Page 56: TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.