A-level Mathematics/CIE/Pure Mathematics 2/Integration

From testwiki
Jump to navigation Jump to search

Integration as Reverse Differentiation

Power Rule

The power rule for differentiation states that:

ddxxn=nxn1

The reverse of this is nxn1dx=xn+c, which can be written as xndx=xn+1n+1+c

This is the power rule for integration.

Exponentials & Logarithms

Regarding the derivatives of exponentials and logarithms, we know that:

  • ddxex=ex
  • ddxlnx=1x

Reversing these, we get:

  • ex=ex+c
  • 1x=ln|x|

The natural logarithm takes a modulus input so that it can handle negative numbers.

Note that similar rules apply to any linear expressions that may be composed with these functions:

  • eax+b=1aeax+b+c
  • 1ax+b=1aln|ax+b|

Trigonometric Functions

The derivatives of the trigonometric functions are:

  • ddxsinx=cosx
  • ddxcosx=sinx
  • ddxtanx=sec2x
  • ddxtan1x=11+x2

Thus, the corresponding integrals are:

  • cosx=sinx+c
  • sinx=cosx+c
  • sec2x=tanx+c
  • 11+x2=tan1x+c

As with exponentials and logarithms, this applies to linear expressions that are composed with trigonometric functions:

  • cos(ax+b)=1asin(ax+b)+c
  • sin(ax+b)=1acos(ax+b)+c
  • sec2(ax+b)=1atan(ax+b)+c
  • 11+(ax+b)2=1atan1(ax+b)+c


Using Trigonometry when Integrating

Sometimes, it is useful to use trigonometric identities when finding the integral of an expression.

e.g. Find the integral 4cos2xdx.

cos2x=2cos2x1Double Angle Identitycos2x=cos2x124cos2xdx=4cos2x12dx=cos2x1dx=12sin2xx+c

Trapezium Rule

The area under a curve can be approximated using the area of several trapeziums

The trapezium rule states that the area under a curve can be approximated by finding the sum of the areas of trapeziums. The area of a trapezium is given by A=B+b2h Where B is the length of the longer side, b is the length of the shorter side, and h is the length of the perpendicular distance between the sides.

In the context of the trapezium rule, each trapezium's perpendicular distance h is a constant Δx: the width of each trapezium. The lengths of the sides are given by points on a curve. Thus, for a curve f(x) approximated using trapeziums, each trapezium has an area Ai=f(xi)+f(xi+1)2Δx.

The area under the curve between the bounds a and b is the sum of the trapeziums' areas: A=x=abf(x)+f(x+Δx)2Δx.

Because Δx is constant, the expression for the area can be written A=f(a)+2f(a+Δx)+2f(a+2Δx)++2f(bΔx)+f(b)2Δx, which can be simplified to A=(f(a)+f(b)2+f(a+Δx)+f(a+2Δx)++f(bΔx))Δx

Thus, the trapezium rule states:

abf(x)dx(f(a)+f(b)2+f(a+Δx)+f(a+2Δx)++f(bΔx))Δx

Trapezium Rule Worked Example

Q. Use the trapezium rule with 4 intervals to estimate the value of 0424xx2dx, giving your answer correct to 2 decimal places.

A.

a=0, b=4, and h=1

Using y=24xx2
x 0 1 2 3 4
y y0=0 y1=23 y2=4 y3=23 y4=0


0424xx2dxh2[y0+y4+2(y1+y2+y3)]

12[0+0+2(23+4+23)]

43+4

10.93 (to 2 decimal places)Template:Chapnav

Template:BookCat