1 Simple cases
Simplest case is xn
∫xndx=n+11×xn+1=n+1xn+1
1.1 Reverse chain rule for form ax+b
∫f′(ax+b)dx=a1f(ax+b)+c
If unsure about this, add 1 to the index, differentiate, and then adjust the constant.
e.g. ∫(2x+1)2dx=61(2x+1)3
Adding one to the index and differentiating:
dxd((2x+1)3)=3×(2x+1)2×2=6(2x+1)2
Adjusting the constant accordingly:
dxd(61(2x+1)3)=3×61×(2x+1)2×2=(2x+1)2
1.2 Standard functions
Standard results, below, can be used to integrate. As can be seen in the table below, these are the standard differentiation results, but going the other way i.e. integrating rather than differentiating.
∫xndx=n+11xn+1+c
∫exdx=ex+c
∫x1dx=ln∣x∣+c
∫(cosx)dx=sinx+c
∫(sinx)dx=−cosx+c
∫(sec2x)dx=tanx+c
∫(cscxcotx)dx=−cscx+c
∫(secxtanx)dx=secx+c
∫(csc2x)dx=−cotx+c
Differentiation |
Integration |
dxd(xn)=nxn−1 |
∫xndx=n+11xn+1+c |
dxd(ekx)=kekx |
∫exdx=ex+c |
dxd(lnx)=x1 |
∫x1dx=ln∣x∣+c |
dxd(akx)=akxklna |
|
|
|
dxd(sinkx)=kcoskx |
∫(cosx)dx=sinx+c |
dxd(coskx)=−ksinkx |
∫(sinx)dx=−cosx+c |
dxd(tankx)=ksec2kx |
∫(sec2x)dx=tanx+c |
|
|
dxd(csckx)=−kcsckxcotkx |
∫(cscxcotx)dx=−cscx+c |
dxd(seckx)=kseckxtankx |
∫(secxtanx)dx=secx+c |
dxd(cotkx)=−kcsc2kx |
∫(csc2x)dx=−cotx+c |
In addition to these, there are further standard results for integration
∫tanxdx=ln∣secx∣+c
∫secxdx=ln∣secx+tanx∣+c
∫cotxdx=ln∣sinx∣+c
∫cscxdx=−ln∣cscx+cotx∣+c
1.3 Trigonometric identities
Can be used to replace an expression that cannot be integrated with one that can, using the standard results.
e.g. ∫tan2xdx=∫sec2x−1dx=tanx−x+c
Given
cos2x+sin2x≡1
1+tan2x≡sec2x
tan2x≡sec2x−1
2 Reverse chain rule in the form kf(x)f′(x)
If in the form kf(x)f′(x) try ln∣f(x)∣ and then differentiate to check, and adjust any constant.
e.g. I=∫3+2sinxcosxdx
Consider
y=ln∣3+2sinx∣
dxdy=(3+2sinx)×(2cosx)1=3+2sinx2cosx
So
I=21ln∣3+2sinx∣+c
3 Reverse chain rule in the form kf′(x)(f(x))n
If in the form kf′(x)(f(x))n try (f(x))n+1 and then differentiate to check, and adjust any constant.
e.g. I=∫x(x2+5)3dx
Consider
y=(x2+5)4
dxdy=4(x2+5)3×2x=8x(x2+5)3
So
I=81(x2+5)4+c
4 Integration by substitution
Idea is to simplify integration by changing the variable. In this sense similar to the chain rule for differentiation.
Usually the term will be a function of x multiplied by another function of x.
- Set u equal to part of the term and set I equal to the original integral
- Find x in terms of u
- Differentiate u for dxdu
- Substitute terms of x for terms of u and dx for du in the integral. Now have I in terms of x
- Substitute u terms with x terms to be left with I in terms of x
Usually you will want to pick a bracketed term in x to use for u. If there is e.g. 1 + something in the denominator, use something as your value for u. Sometimes you may pick a substitution which is not helpful and go round in circles, in which case e.g. in the case where the question directs you to use integration by subsitution, another substitution should be tried.
5 Integration by parts
Starting with a re-arranged version of the product rule for differentiation:
dxd(uv)=udxdv+vdxdu
So: udxdv=dxd(uv)−vdxdu
Further, given ∫dxd(uv)dx=uv then, integrating each term, we are left with the formula for integration by parts:
∫udxdvdx=uv−∫vdxdudx
Function to be integrated will be in the form ∫udxdudx so will need to pick variables for each of u and dxdv
- For a function with a lnx term, set u as this
- Similarly for an xn term, let u equal this. In the easiest case u=x
- If both an xn term and a lnx term, let u equal the lnx term
Note may need to integrate by parts twice
When applying limits be careful to apply separately to the different terms i.e.
I=∫abudxdvdx
I=[uv]ab−∫abvdxdudx
Note that the purpose of integration by parts is that ∫vdxdudx is easier to integrate than the original term and so it is important to pick u and dxdv accordingly, otherwise one can go around in circles. If terms such as xcosx, x2sinx, x3ex etc are present, let u equal the xn term. If an lnx term e.g. x2lnx, let u equal the lnx term.
Appendix — things to remember
- Integration is just differentiation in reverse and so familiarity with the standard differentation results is important
- Remember to separate the term to be integrated into partial fractions if the degree of the polynomial in the numerator is greater than or equal to the degree of the polynomial in the denominator e.g. x2+bx3+a needs splitting into partial fractions before it can be integrated
- Calculation steps may be saved by simplifying the integral as much as possible before substituting limits
- Relatedly, often constant terms (even −1) can be taken outside of the integral to make life easier
- Remember the constant of integration +c at the end. For first order differential equations this is only needed on one side of the equation
- When adding regions together to get the total area of region(s) under curve(s) do not forget that area is always a positive quantity — so you will be adding positive values