A-level Mathematics/AQA/MPC3

From testwiki
Jump to navigation Jump to search

Functions

Mappings and functions

We think of a function as an operation that takes one number and transforms it into another number. A mapping is a more general type of function. It is simply a way to relate a number in one set, to a number in another set. Let us look at three different types of mappings:

  • one-to-one - this mapping gives one unique output for each input.
  • many-to-one - this type of mapping will produce the same output for more than one value of x.
  • one-to-many - this mapping produces more than one output for each input.

Only the first two of these mappings are functions. An example of a mapping which is not a function is f(x)=±x

Domain and range of a function

In general:

  • f(x) is called the image of x.
  • The set of permitted x values is called the domain of the function
  • The set of all images is called the range of the function

Modulus function

The modulus of x, written |x|, is defined as

|x|={xfor x0xfor x<0

Differentiation

Chain rule

The chain rule states that:

If y is a function of u, and u is a function of x,

dydx=dydududx

As you can see from above, the first step is to notice that we have a function that we can break down into two, each of which we know how to differentiate. Also, the function is of the form f(g(x)). The process is then to assign a variable to the inner function, usually u, and use the rule above;

Differentiate y=2(x1)3

We can see that this is of the correct form, and we know how to differentiate each bit.

Let u=x1

Now we can rewrite the original function, y=2u3

We can now differentiate each part;

dydu=6u2 and dudx=1

Now applying the rule above; dydx=dydu*dudx=6u2*1=6u2=6(x1)2

Product rule

The product rule states that:

If y=uv, where u and v are both functions of x, then

ddx(uv)=udvdx+vdudx

An alternative way of writing the product rule is:

(uv)=uv+uv

Or in Lagrange notation:

If k(x)=f(x)g(x),

then k(x)=f(x)g(x)+f(x)g(x)

Quotient rule

The quotient rule states that:

If y=uv, where u and v are functions of x, then

ddx(uv)=vdudxudvdxv2

An alternative way of writing the quotient rule is:

(uv)=uvuvv2

x as a function of y

In general,

dydx=1dxdy

Trigonometric functions

The functions cosec θ, sec θ and cot θ

cosecθ=1sinθ

secθ=1cosθ

cotθ=1tanθ

Standard trigonometric identities

cotθ=cosθsinθ

sec2θ=1+tan2θ

cosec2θ=1+cot2θ

Differentiation of sin x, cos x and tan x

ddx(sinx)=cosx

ddx(cosx)=sinx

ddx(tanx)=sec2x

Integration of sin(kx) and cos(kx)

In general,

coskx dx=1ksinkx+c

sinkx dx=1kcoskx+c

Exponentials and logarithms

Differentiating exponentials and logarithms

In general,

when y=ekx, dydx=kekx

ekx dx=1kekx+c

Natural logarithms

If y=lnx, then

dydx=1x

It follows from this result that

1x dx=lnx+c

f(x)f(x) dx=lnf(x)+c, provided f(x)>0

Integration

Integration by parts

udvdx dx=uvvdudx dx

Standard integrals

dxa2+x2=1atan1(xa)+c

dx(a2x2)=sin1(xa)+c

Volumes of revolution

The volume of the solid formed when the area under the curve y=f(x), between x=a and x=b, is rotated through 360° about the x-axis is given by:

V=πaby2 dx

The volume of the solid formed when the area under the curve y=f(x), between y=a and y=b, is rotated through 360° about the y-axis is given by:

V=πabx2 dy

Numerical methods

Iterative methods

An iterative method is a process that is repeated to produce a sequence of approximations to the required solution.

Numerical integration

Mid ordinate rule

aby dxh[y12+y32++yn32+yn12]
where h=ban

Simpson's rule

aby dxh3[(y0+yn)+4(y1+y3+yn1)+2(y2+y4++yn2)]
where h=ban and n is even

Template:BookCat