Loading [MathJax]/jax/output/HTML-CSS/jax.js

Tuesday, January 28, 2014

Calculus review: integration II

3) Trig substitutions
Often an integrand can be much simplified by a trigonmetric identity, such as sin2+cos2=1, or 1+tan2=sec2.  For instance, consider the integral

badx1x2.

We know that 1sin2=cos2, so what if we let x=sinθ?

We then have the squareroot as cos, and dx=cosθdθ, so our integral is now

arccosbarccosacosθdθcosθ.

Simplifying, we get
arccosbarccosadθ=θ|arccosbarccosa.

Done.

Let's try another one.  What if we want to do

badx1+x2?

Let's try letting x=tanθ, which means dx=sec2θdθ.  We then have

arctanbarctanasec2θdθsec2θ.  Simplifying, we get

arctanbarctanadθ=θ|arctanbarctana.

Done.  Notice that, as with integrating by substitution, you have to remember to calculate dx and also change the limits of integration.

4) Partial fractions
Suppose we want to integrate what is called a rational function: a ratio of two polynomials.  For instance,
x3+2x2xx21dx.

We might first think of making a substitution either with u=x21 or perhaps a trig substitution, but we end up being better served if we notice that the integrand can be written as

x2x1+xx+1.  We can then integrate the first term of this sum using the substitution u=x1,du=dx:
x2x1dx=(u+1)2udu=u2+2u+1udu.

Dividing all of the terms by u gives us
[u+2+1u]du,

which can easily be integrated.  The second term of the sum can be integrated with the substitution u=x+1,du=dx.

What we have done here is decomposed one fraction into a sum of fractions: basically, reversed what you do when you add fractions and find the least common denominator.  This technique is called partial fractions.  Usually you can just reconstruct the form you need with a bit of guess and check, by writing the numerators of the terms in the decomposition as a+bx and c+dx, for instance, and solving for a, b, c, and d by adding the terms and demanding equality of the coefficients of each power of x with the original fraction.




No comments:

Post a Comment