Integration technique: Multiplication by a form of 1.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 15K views
Zeth
Messages
23
Reaction score
0
I would much appreciate if someone could direct me to a webpage that has examples of this. My book, Thomas Calculus, only has one example (elementary) and this is for self study so I don't have lecture notes to go with it. All the questions in it are on trig integrals if that's any help.
 
Physics news on Phys.org
Take the simple case [tex]\int \frac{d\theta}{cos(\theta)}\[/tex]

Multiply the integrand by [tex]\frac{cos(\theta)}{cos(\theta)}\[/tex], which is 1, and you get:

[tex]\int \frac{cos(\theta)d\theta}{cos^2(\theta)}\[/tex] = [tex]\int \frac{cos(\theta)d\theta}{1 - sin^2(\theta)}\[/tex]

Then, if you put [tex]u = sin(\theta)[/tex], and make all necessary substitutions, the integral becomes:

[tex]\frac{du}{1 - u^2}\[/tex]

Which is trivial to integrate by partial fractions. So hopefully I have shown that multiplication by a form of 1 can be useful in finding integrals that look intimidating such as the integral of sec(x), as above.
 
Last edited:
Oh I do know it is useful, that's why I want the practice. It's just that I wanted to get more of a feel for how it's done by some examples that are worked through. Worst comes to worst I'll just make some up and back differentiate them and see what happens then.