Scottish Higher Mathematics

Higher Maths formula and reference guide

Review the main Higher Mathematics formulae for algebra, functions, coordinate geometry, trigonometry, differentiation, integration, vectors and recurrence relations. Each card links the notation to the method used in practice.

Algebra and functions

Functions

f(a) means substitute x = a

f(g(x)) means apply g first, then f.

For an inverse, swap x and y, rearrange, then check the domain and range.

Function transformations

y = f(x) + a moves the graph up a

y = f(x − a) moves the graph right a

y = −f(x) reflects in the x-axis; y = f(-x) reflects in the y-axis

Quadratics

x =

Discriminant Δ = b² − 4ac

Δ > 0: two real roots; Δ = 0: one repeated root; Δ < 0: no real roots

Completing the square

ax² + bx + c = a(x + )² + c − b²/(4a)

Use the roots and the graph sign to solve a quadratic inequality.

Strict inequalities exclude boundary roots.

Factor and remainder theorem

If f(a) = 0, then (x − a) is a factor.

The remainder when f(x) is divided by (x − a) is f(a).

After finding a factor, divide and solve every remaining factor.

Log laws and exponentials

ax = b is equivalent to logₐ(b) = x.

log(ab) = log a + log b; log = log a − log b

log(an) = n log a; every logarithm argument must be positive

Modelling and linearisation

y = abx gives log y = log a + x log b

y = axb gives log y = log a + b log x

Compare transformed variables with Y = mX + c

Coordinate geometry and circles

Straight lines

m =

y − b = m(x − a)

Parallel gradients are equal; non-vertical perpendicular gradients multiply to −1.

m = tan θ

Distance and midpoint

Distance = √((x₂ − x₁)² + (y₂ − y₁)²)

Midpoint = (, )

Geometrical lines

Median: vertex to opposite midpoint.

Altitude: through a vertex, perpendicular to the opposite side.

Perpendicular bisector: through the midpoint, perpendicular to the side.

Circles

(x − a)² + (y − b)² = r² has centre (a, b) and radius r

At a tangent point, the radius is perpendicular to the tangent.

Substitute a line into a circle; the discriminant counts intersections.

Trigonometry

Exact values and identities

sin² x + cos² x = 1

tan x =

sin 30° = cos 60° = ; sin 45° = cos 45° =

Addition formulae

sin(A ± B) = sin A cos B ± cos A sin B

cos(A ± B) = cos A cos B −/+ sin A sin B

sin 2x = 2 sin x cos x

cos 2x = cos² x − sin² x = 2cos² x − 1 = 1 − 2sin² x

Wave functions

a cos x + b sin x = k cos(x − α).

k cos α = a; k sin α = b

k = √(a² + b²), k > 0

Trig graphs

For a sin(bx + c) + d: amplitude = |a|; period = radians or 360°/|b|.

For a tan(bx + c) + d: period = radians or 180°/|b|.

Solve only in the stated degree or radian interval.

Differentiation

Differentiation rules

d/dx(xn) = nxn − 1

Constants differentiate to 0.

Rewrite roots and reciprocals as powers before differentiating where useful.

Trig differentiation

d/dx[sin(kx)] = k cos(kx)

d/dx[cos(kx)] = −k sin(kx)

Trigonometric calculus uses radians.

Chain rule

If y = f(g(x)), then dy/dx = f'(g(x))g'(x).

d/dx[(px + q)n] = np(px + q)n − 1

Tangents and normals

Tangent gradient = dy/dx at the point

Normal gradient = − when tangent gradient m is non-zero

Use y − b = m(x − a) after finding the point and gradient.

Stationary points and extrema

Stationary point: dy/dx = 0

d²y/dx² > 0 gives a local minimum; d²y/dx² < 0 gives a local maximum

On a closed interval, compare every stationary value with both endpoint values.

Derivative signs

f'(x) > 0: f is strictly increasing

f'(x) < 0: f is strictly decreasing

A sign change + to − gives a local maximum; − to + gives a local minimum.

Integration

Integration rules

∫xⁿ dx = + C, n ≠ −1

Integrate each term and include + C for an indefinite integral.

Shifted powers

∫(px + q)n dx = + C, n ≠ −1

Differentiate the result to check the inner factor cancels.

Trig integration

Integral of p cos(qx + r) dx = sin(qx + r) + C

Integral of p sin(qx + r) dx = − cos(qx + r) + C

Definite integrals

Integral from a to b of f(x) dx = F(b) − F(a)

An integral is signed area; geometrical area must be non-negative.

Area between curves

Area = integral from a to b of [top(x) − bottom(x)] dx

Find limits from intersections and split where the upper curve changes.

Recovering a function

If dy/dx = f(x), then y = integral f(x) dx + C.

Use the initial condition to determine C and interpret the result in context.

Vectors and recurrence

Vector magnitude

For a = (a₁, a₂, a₃), |a| = √(a₁² + a₂² + a₃²).

The unit vector in the direction of non-zero a is .

i, j, k notation

ai + bj + ck corresponds to (a, b, c).

Add, subtract and scale matching components.

Vector geometry

Collinearity: show two direction vectors sharing a point are scalar multiples.

If AP:PB = m:n, then p = .

Scalar product

a · b = a₁b₁ + a₂b₂ + a₃b₃.

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

Non-zero vectors are perpendicular when a · b = 0

Recurrence relations

A linear model often has uₙ₊₁ = auₙ + b.

A candidate limit satisfies L = aL + b.

For this linear model, |a| < 1 gives convergence to L = ; interpret L in the model context.