A-level Mathematics/AQA/MFP3

From testwiki
Jump to navigation Jump to search

Series and limits

Two important limits:

limx(xkex)0 for any real number k

limx0(xklnx)0 for all k > 0

The basic series expansions

(r=0,1,2,)

ex=1+x+x22!+x33!+x44!++xrr!+

sinx=xx33!+x55!+(1)rx2r+1(2r+1)!+

cosx=1x22!+x44!+(1)r+1x2r(2r)!+

(1+x)n=1+nx+n(n1)2!x2++( nr)xr+

(r=1,2,3,)

ln(1+x)=xx22+x33+(1)r+1xrr+

Improper intergrals

The integral :abf(x)dx is said to be improper if

  1. the interval of integration is infinite, or;
  2. f(x) is not defined at one or both of the end points x=a and x=b, or;
  3. f(x) is not defined at one or more interior points of the interval axb.

Polar coordinates

A diagram illustrating the relationship between polar and Cartesian coordinates.

x=rcosθ,

y=rsinθ,

r2=x2+y2,

tanθ=yx

The area bounded by a polar curve

For the curve r=f(θ), αθβ.

A=αβ12r2dθ

r must be defined and be non-negative throughout the interval αθβ.

Numerical methods for the solution of first order differential equations

Euler's formula

yr+1=yr+hf(xr,yr)

The mid-point formula

yr+1=yr1+2hf(xr,yr)

The improved Euler formula

yr+1=yr+12(k1+k2)

where

k1=hf(xr,yr)

and

k2=hf(xr+h,yr+k1).

Second order differential equations

Further reading

The AQA's free textbook [1]

Template:BookCat