Pure Mathematics 4 (A Level) – Formula List

1. Parametric Differentiation

First Derivative

dy dx = dy dt ÷ dx dt

Used when both x and y are functions of a parameter t.

Second Derivative

d2y dx2 = d dt ( dy dx ) ÷ dx dt

Required for curvature, nature of stationary points, and concavity.

2. Polar Coordinates

Cartesian Conversion

x=rcosθ
y=rsinθ

Converts polar equations into Cartesian form.

Area in Polar Coordinates

A= 12 α β r2 dθ

Used to find the area enclosed by a polar curve.

3. Vector Algebra

Vector Equation of a Line

r=a+λb

a is a point vector, b is a direction vector.

Dot Product

a·b = |a||b|cosθ

Used to find angles and check perpendicularity.

Angle Between Two Lines

cosθ= a·b |a||b|

4. Differential Equations

Separable Form

dydx = f(x) g(y)

Rearrange and integrate both sides.

General Solution

g(y)dy = f(x)dx +C

5. Numerical Methods

Newton–Raphson Formula

xn+1 = xn - f(xn) f'(xn)

Used to find roots of equations iteratively.

6. Integration Techniques

Integration by Parts

udv = uv - vdu

Reduction Formula (General Form)

In = f(In-1)

Used for powers of trig or exponential integrals.

Post a Comment

Previous Post Next Post