A-level Mathematics/OCR/C4/Advanced Integration

From testwiki
Jump to navigation Jump to search

Integration Involving Linear Substitution

Integrating a function with a linear substitution is the same as performing the chain rule in reverse. In Core four we formalize the knowledge that we learned in core three. Yet the procedure that we learn in core three is the same in core 4. In order to integrate the function f'[g(x)].g'(x)dx=f[g(x)]+c.

Example

Integrate 12cos(12x + 9).

  1. g(x) = 12x + 9 and dg(x)dx=12
  2. sin(12x+9) + C

Integration by Parts

Integration by parts does not actually solve the problem as the method of substitution does, instead it changes the function into something that is (hopefully) easier to integrate, either by substitution or otherwise.

Consider the product rule:

dydx=vdudx+udvdx

Integrating this rule gives:

dydxdx=vdudxdx+udvdxdx

dydxdxvdudxdx=udvdxdx

udvdxdx=uvvdudxdx

The function we need to integrate has now changed from udvdx to vdudx

Examples

Integrate xex with respect to x

  1. u=xdudx=1
  2. dvdx=exv=ex
  3. xexdx=xex1exdx
  4. =xexex+c
  5. =(x1)ex+c

Another more complex example:

Integrate x2ex with respect to x

  1. u=x2dudx=2x
  2. dvdx=exv=ex
  3. x2exdx=x2ex2xexdx
  4. Now we can use integration by parts again on 2xexdx:
  5. u=2xdudx=2
  6. dvdx=exv=ex
  7. x2ex2xexdx=x2ex(2xex2exdx)
  8. =x2ex2xex+2ex+c
  9. =ex(x22x+2)+c

Template:BookCat