A-level Mathematics (MEI)/C3

From testwiki
Jump to navigation Jump to search

Introduction

This page covers the methods and techniques introduced during the C3 module. This assumes prior knowledge of C1 and C2 of the MEI Syllabus

Differentiation

Standard Derivatives

For the C3 module, there are a few standard results for differentiation that need to be learnt. These are:

ddxlnx=1x


ddxekx=kex


ddxsinkx=kcoskx


ddxcoskx=ksinkx


ddxtankx=kcos2kx


Chain Rule

dydx=dydududx

The Chain Rule is used to differentiate when one function is applied to another function. A typical example of this is:

y=sin(x2)

One of the ways of remembering the chain rule is: Find the derivative outside, then multiply it by the derivative inside. In the example above, this becomes:

dydx=2xcos(x2)

Product Rule

ddxuv=vdudx+udvdx

The product rule is used when two functions are multiplied together.

Quotient Rule

ddxuv=vdudxudvdxv2

The quotient rule is used when one function is divided by another. It is a specific case of the product rule. A typical example of this is:

Implicit Differentiation

Implicit differentiation is used when a function is not a simple y=something but contains a mixture of x and y parts. A typical example of this is to differentiate:

y2+2y=4x3

When differentiating the y components of the expression you differentiate as normal, and then multiply by dydx. So differentiating both sides of the above expression it becomes:

2ydydx+2dydx=12x2

The by factorising the left hand side and cancelling, this becomes:

dydx=6x2y+1

Integration

Integration by Substitution

Integration by Parts


udvdx=vuvdudx

Integration by parts is used when you have two functions multiplied together, such as ln x and a simple polynomial, where 1 function is not the derivative of the other. As an example:

xlnx

In this expression use the substitutions: u=lnx and dvdx=x. In almost all other expressions, the polynomial is taken as u. After substituting, the expression in the example becomes:

xlnx=lnxxxddxlnx

After integrating and differentiating the respective parts of the expression, this becomes:

xlnx=12x2lnxx.

Functions

All functions can be talked about in terms of their domain (x axis) and co-domain or range (y-axis).

Mappings

There are 4 different types of mapping. These are:

Many to Many
One to Many
Many to One
One to One