lacunary - Mathnotes

Integration Strategies

Trig Sub

For b2x2a2 substitute x=absecθ

For a2b2x2 substitute x=absinθ

For a2+b2x2 substitute x=abtanθ

See https://tutorial.math.lamar.edu/classes/calcii/TrigSubstitutions.aspx

Integration by Reduction Formulae

secnxdx=secn1xsinxn1+n2n1secn2xdx

See more here: https://en.wikipedia.org/wiki/Integration_by_reduction_formulae

u-sub

Here's an interesting integral from Tenenbaum and Pollard's ODE book that can be solved via u-sub:

dvgkv2m(a)

Our strategy will be to use:

dv1x2=tanh1x+c(b)

First factor out g from the denominator and then factor the constant out of the integral:

dvgkv2m=dvg(1kv2mg)=1gdv1kv2mg(c)

Now we can use a u-sub to get the form we want. Let:

u=vkmg, du=kmgdv(d)

Then:

1gdv1kv2mg=mkg11kv2mgkmgdv=mkgdu1u2(e)

Now we can use the integral given in (a) and substitute back for u:

mkgdu1u2=mkg(tanh1u+c)=mkgtanh1(vkmg)+c(f)

Note that instead of using u-sub, we could have used partial fraction decomposition by performing different factoring to get:

mkdv(vgmk)(v+gmk)(g)

This would lead to a solution in terms of natural logarithm instead of tanh1.

Integration by Parts

udv=uvvdu