High School Calculus/Integration by Substitution

From testwiki
Revision as of 15:42, 7 June 2024 by imported>ShakespeareFan00 (Reinstate previous repair)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Integration by Substitution

There is a theorem that will help you with substitution for integration. It is called Change of Variables for Definite Integrals.

what the theorem looks like is this

abf(x)dx=αβf(g(u))g(u)du


In order to get α you must plug a into the function g and to get β you must plug b into the function g.

The tricky part is trying to identify what you want to make your u to be. Some times substitution will not be enough and you will have to use the rules for integration by parts. That will be covered in a different section

Ex. 1

02x(x2+1)2dx

Instead of making this a big polynomial we will just use the substitution method.

Step 1

Identify your u

Let u=x2+1

Step 2


Identify du


du=2xdx


Step 3

Now we plug in our limits of integration to our u to find our new limits of integration

When x=0,u=02+1=1

and when x=2,u=22+1=5

Now our integration problem looks something like this

1205(x2+1)2(2x)dx

Step 4

write your new integration problem


When we plug in our u it looks like

1205(u)2du


Step 5

Evaluate the Integral

12[13u3]05


12[(13*53)(13*03)]


12[13*125]


12[1253]


1256


As you can see this all simplified fairly nice. Using substitution will be hard, for most people, at first. Once you get the hang of doing this it should come to you faster and faster each time.

I'll give you some other problems to work on as well.

Ex. 2

0π2sin(x)cos(x)dx

Ex. 3

12x2+4(2x)dx

Solutions

Ex. 2

Let u=sin(x)

Then du=cos(x)dx

When x = 0
sin(0)=0
and when x=π2
sin(π2)=1


Therefore,

01udu


[12u2]01

[12sin2(1)][12sin2(0)]

=12sin2(1)

Ex. 3

Let u=x2+4

Then du=2x

plug in our limits to get new limits

When x = -1
(1)2+4=5
and when x = 2
22+4=8

Our new integration problem is

58(u)12du


Giving us

[23u32]58

=[23*(x2+4)]58

=[23*(82+4)][23*(52+4)]

=[1363][583]

=26

Template:BookCat