Formula Sheets

A Level Maths Formula Sheet 2025 – Complete Guide | Edexcel, AQA, OCR, Cambridge & SEAB

Complete A Level Mathematics formula sheet for 2025 covering all exam boards - Edexcel, AQA, OCR, Cambridge CIE, and SEAB. Includes Pure Maths, Statistics, and Mechanics formulas with MathJax rendering. Free comprehensive formula booklet for AS and A2 students.

A Level Maths Formula Sheet 2025

Complete Formula Reference for All Exam Boards: This comprehensive formula sheet covers Edexcel, AQA, OCR, Cambridge (CIE), and SEAB A Level Mathematics. Use this as your complete revision guide for Pure Mathematics, Statistics, and Mechanics.

📐 Pure Mathematics Formulas

Algebra and Functions

Quadratic Formula

For \( ax^2 + bx + c = 0 \):

\[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \]

Discriminant

\[ \Delta = b^2 - 4ac \]

• \( \Delta > 0 \): Two distinct real roots

• \( \Delta = 0 \): One repeated root

• \( \Delta < 0 \): No real roots (two complex roots)

Binomial Expansion

\[ (a + b)^n = \sum_{r=0}^{n} \binom{n}{r} a^{n-r} b^r \]

Where \( \binom{n}{r} = \frac{n!}{r!(n-r)!} = {}^nC_r \)

For \( |x| < 1 \) and \( n \in \mathbb{R} \):

\[ (1 + x)^n = 1 + nx + \frac{n(n-1)}{2!}x^2 + \frac{n(n-1)(n-2)}{3!}x^3 + \cdots \]

Laws of Indices

\[ a^m \times a^n = a^{m+n} \]

\[ \frac{a^m}{a^n} = a^{m-n} \]

\[ (a^m)^n = a^{mn} \]

\[ a^0 = 1 \quad (a \neq 0) \]

\[ a^{-n} = \frac{1}{a^n} \]

\[ a^{\frac{1}{n}} = \sqrt[n]{a} \]

Laws of Logarithms

\[ \log_a(xy) = \log_a x + \log_a y \]

\[ \log_a\left(\frac{x}{y}\right) = \log_a x - \log_a y \]

\[ \log_a(x^k) = k \log_a x \]

\[ \log_a a = 1 \]

\[ \log_a 1 = 0 \]

\[ a^{\log_a x} = x \]

\[ \log_a x = \frac{\log_b x}{\log_b a} \]

Sequences and Series

Arithmetic Sequence

General term: \( u_n = a + (n-1)d \)

Sum of first n terms:

\[ S_n = \frac{n}{2}(2a + (n-1)d) = \frac{n}{2}(a + l) \]

Where \( a \) = first term, \( d \) = common difference, \( l \) = last term

Geometric Sequence

General term: \( u_n = ar^{n-1} \)

Sum of first n terms:

\[ S_n = \frac{a(1-r^n)}{1-r} = \frac{a(r^n-1)}{r-1} \quad (r \neq 1) \]

Sum to infinity:

\[ S_\infty = \frac{a}{1-r} \quad (|r| < 1) \]

Calculus - Differentiation

Standard Derivatives

\[ \frac{d}{dx}(x^n) = nx^{n-1} \]

\[ \frac{d}{dx}(e^x) = e^x \]

\[ \frac{d}{dx}(e^{kx}) = ke^{kx} \]

\[ \frac{d}{dx}(\ln x) = \frac{1}{x} \]

\[ \frac{d}{dx}(\sin x) = \cos x \]

\[ \frac{d}{dx}(\cos x) = -\sin x \]

\[ \frac{d}{dx}(\tan x) = \sec^2 x \]

\[ \frac{d}{dx}(\sin kx) = k\cos kx \]

\[ \frac{d}{dx}(\cos kx) = -k\sin kx \]

Differentiation Rules

Product Rule:

\[ \frac{d}{dx}[u \cdot v] = u\frac{dv}{dx} + v\frac{du}{dx} \]

Quotient Rule:

\[ \frac{d}{dx}\left[\frac{u}{v}\right] = \frac{v\frac{du}{dx} - u\frac{dv}{dx}}{v^2} \]

Chain Rule:

\[ \frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx} \]

Stationary Points

At stationary points: \( \frac{dy}{dx} = 0 \)

Second Derivative Test:

• If \( \frac{d^2y}{dx^2} > 0 \): Minimum point

• If \( \frac{d^2y}{dx^2} < 0 \): Maximum point

• If \( \frac{d^2y}{dx^2} = 0 \): Point of inflection (check further)

Calculus - Integration

Standard Integrals

\[ \int x^n \, dx = \frac{x^{n+1}}{n+1} + C \quad (n \neq -1) \]

\[ \int \frac{1}{x} \, dx = \ln|x| + C \]

\[ \int e^x \, dx = e^x + C \]

\[ \int e^{kx} \, dx = \frac{1}{k}e^{kx} + C \]

\[ \int \sin x \, dx = -\cos x + C \]

\[ \int \cos x \, dx = \sin x + C \]

\[ \int \sec^2 x \, dx = \tan x + C \]

\[ \int \sin kx \, dx = -\frac{1}{k}\cos kx + C \]

\[ \int \cos kx \, dx = \frac{1}{k}\sin kx + C \]

Integration Techniques

Integration by Parts:

\[ \int u \frac{dv}{dx} \, dx = uv - \int v \frac{du}{dx} \, dx \]

Integration by Substitution:

\[ \int f(g(x))g'(x) \, dx = \int f(u) \, du \quad \text{where } u = g(x) \]

Definite Integration:

\[ \int_a^b f(x) \, dx = [F(x)]_a^b = F(b) - F(a) \]

Area and Volume

Area under curve:

\[ A = \int_a^b y \, dx \]

Volume of revolution (about x-axis):

\[ V = \pi \int_a^b y^2 \, dx \]

Volume of revolution (about y-axis):

\[ V = \pi \int_c^d x^2 \, dy \]

Trigonometry

Trigonometric Identities

Pythagorean Identities:

\[ \sin^2 \theta + \cos^2 \theta = 1 \]

\[ 1 + \tan^2 \theta = \sec^2 \theta \]

\[ 1 + \cot^2 \theta = \csc^2 \theta \]

Reciprocal Identities:

\[ \sec \theta = \frac{1}{\cos \theta}, \quad \csc \theta = \frac{1}{\sin \theta}, \quad \cot \theta = \frac{1}{\tan \theta} \]

Compound Angle Formulas

\[ \sin(A \pm B) = \sin A \cos B \pm \cos A \sin B \]

\[ \cos(A \pm B) = \cos A \cos B \mp \sin A \sin B \]

\[ \tan(A \pm B) = \frac{\tan A \pm \tan B}{1 \mp \tan A \tan B} \]

Double Angle Formulas

\[ \sin 2A = 2\sin A \cos A \]

\[ \cos 2A = \cos^2 A - \sin^2 A = 2\cos^2 A - 1 = 1 - 2\sin^2 A \]

\[ \tan 2A = \frac{2\tan A}{1 - \tan^2 A} \]

Sine and Cosine Rules

Sine Rule:

\[ \frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C} \]

Cosine Rule:

\[ a^2 = b^2 + c^2 - 2bc \cos A \]

\[ \cos A = \frac{b^2 + c^2 - a^2}{2bc} \]

Area of Triangle:

\[ \text{Area} = \frac{1}{2}ab \sin C \]

R-Formula (Wave Function)

\[ a\cos \theta + b\sin \theta = R\cos(\theta - \alpha) \]

Where \( R = \sqrt{a^2 + b^2} \) and \( \tan \alpha = \frac{b}{a} \)

\[ a\cos \theta + b\sin \theta = R\sin(\theta + \alpha) \]

Where \( R = \sqrt{a^2 + b^2} \) and \( \tan \alpha = \frac{a}{b} \)

Coordinate Geometry

Straight Lines

Gradient: \( m = \frac{y_2 - y_1}{x_2 - x_1} \)

Equation forms:

• \( y = mx + c \) (gradient-intercept form)

• \( y - y_1 = m(x - x_1) \) (point-slope form)

• \( ax + by + c = 0 \) (general form)

Distance between points:

\[ d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2} \]

Midpoint:

\[ M = \left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right) \]

Perpendicular lines: \( m_1 \times m_2 = -1 \)

Parallel lines: \( m_1 = m_2 \)

Circles

Standard form: \( (x-a)^2 + (y-b)^2 = r^2 \)

Centre: \( (a, b) \), Radius: \( r \)

General form: \( x^2 + y^2 + 2gx + 2fy + c = 0 \)

Centre: \( (-g, -f) \), Radius: \( \sqrt{g^2 + f^2 - c} \)

Vectors

Vector Operations

Magnitude: \( |\mathbf{a}| = \sqrt{a_1^2 + a_2^2 + a_3^2} \)

Unit vector: \( \hat{\mathbf{a}} = \frac{\mathbf{a}}{|\mathbf{a}|} \)

Scalar (Dot) Product:

\[ \mathbf{a} \cdot \mathbf{b} = |\mathbf{a}||\mathbf{b}|\cos \theta \]

\[ \mathbf{a} \cdot \mathbf{b} = a_1b_1 + a_2b_2 + a_3b_3 \]

Vector (Cross) Product:

\[ \mathbf{a} \times \mathbf{b} = |\mathbf{a}||\mathbf{b}|\sin \theta \, \hat{\mathbf{n}} \]

Vector Equations

Line equation:

\[ \mathbf{r} = \mathbf{a} + \lambda\mathbf{b} \]

Where \( \mathbf{a} \) is a position vector and \( \mathbf{b} \) is the direction vector

Plane equation:

\[ \mathbf{r} \cdot \mathbf{n} = d \]

Where \( \mathbf{n} \) is the normal vector

📊 Statistics Formulas

Descriptive Statistics

Measures of Central Tendency

Mean: \( \bar{x} = \frac{\sum x}{n} = \frac{\sum fx}{\sum f} \)

Median: Middle value when data is ordered

For grouped data: \( L + \frac{\frac{n}{2} - F}{f} \times w \)

Mode: Most frequent value

Measures of Spread

Range: \( \text{Maximum} - \text{Minimum} \)

Interquartile Range (IQR): \( Q_3 - Q_1 \)

Variance:

\[ \sigma^2 = \frac{\sum(x - \bar{x})^2}{n} = \frac{\sum x^2}{n} - \bar{x}^2 \]

Standard Deviation:

\[ \sigma = \sqrt{\frac{\sum(x - \bar{x})^2}{n}} = \sqrt{\frac{\sum x^2}{n} - \bar{x}^2} \]

Sample variance: \( s^2 = \frac{\sum(x - \bar{x})^2}{n-1} \)

Probability

Probability Rules

\[ 0 \leq P(A) \leq 1 \]

\[ P(A') = 1 - P(A) \]

Addition Rule:

\[ P(A \cup B) = P(A) + P(B) - P(A \cap B) \]

For mutually exclusive events: \( P(A \cup B) = P(A) + P(B) \)

Multiplication Rule:

\[ P(A \cap B) = P(A) \times P(B|A) \]

For independent events: \( P(A \cap B) = P(A) \times P(B) \)

Conditional Probability:

\[ P(A|B) = \frac{P(A \cap B)}{P(B)} \]

Probability Distributions

Binomial Distribution \( B(n, p) \)

\[ P(X = r) = \binom{n}{r} p^r (1-p)^{n-r} \]

Mean: \( E(X) = np \)

Variance: \( \text{Var}(X) = np(1-p) = npq \)

Normal Distribution \( N(\mu, \sigma^2) \)

Standardization:

\[ Z = \frac{X - \mu}{\sigma} \]

Where \( Z \sim N(0, 1) \)

Properties:

• \( E(X) = \mu \)

• \( \text{Var}(X) = \sigma^2 \)

Poisson Distribution \( \text{Po}(\lambda) \)

\[ P(X = r) = \frac{e^{-\lambda} \lambda^r}{r!} \]

Mean: \( E(X) = \lambda \)

Variance: \( \text{Var}(X) = \lambda \)

Hypothesis Testing

Test Statistics

Z-test (Normal distribution):

\[ Z = \frac{\bar{x} - \mu}{\sigma/\sqrt{n}} \]

T-test (Small samples):

\[ t = \frac{\bar{x} - \mu}{s/\sqrt{n}} \]

Degrees of freedom: \( \nu = n - 1 \)

Confidence Intervals

For population mean (\( \sigma \) known):

\[ \bar{x} \pm z_{\alpha/2} \frac{\sigma}{\sqrt{n}} \]

For population mean (\( \sigma \) unknown):

\[ \bar{x} \pm t_{\alpha/2} \frac{s}{\sqrt{n}} \]

Correlation and Regression

Correlation Coefficient

Product Moment Correlation Coefficient (PMCC):

\[ r = \frac{S_{xy}}{\sqrt{S_{xx} S_{yy}}} = \frac{\sum(x-\bar{x})(y-\bar{y})}{\sqrt{\sum(x-\bar{x})^2 \sum(y-\bar{y})^2}} \]

Where:

\[ S_{xx} = \sum(x-\bar{x})^2 = \sum x^2 - \frac{(\sum x)^2}{n} \]

\[ S_{yy} = \sum(y-\bar{y})^2 = \sum y^2 - \frac{(\sum y)^2}{n} \]

\[ S_{xy} = \sum(x-\bar{x})(y-\bar{y}) = \sum xy - \frac{\sum x \sum y}{n} \]

Linear Regression

Regression line of y on x:

\[ y = a + bx \]

Where:

\[ b = \frac{S_{xy}}{S_{xx}} \]

\[ a = \bar{y} - b\bar{x} \]

⚙️ Mechanics Formulas

Kinematics

SUVAT Equations (Constant Acceleration)

\[ v = u + at \]

\[ s = ut + \frac{1}{2}at^2 \]

\[ v^2 = u^2 + 2as \]

\[ s = \frac{1}{2}(u + v)t \]

\[ s = vt - \frac{1}{2}at^2 \]

Where: \( s \) = displacement, \( u \) = initial velocity, \( v \) = final velocity, \( a \) = acceleration, \( t \) = time

Motion Graphs

Velocity: \( v = \frac{ds}{dt} \)

Acceleration: \( a = \frac{dv}{dt} = \frac{d^2s}{dt^2} \)

Displacement from velocity-time graph:

\[ s = \int v \, dt \]

Projectile Motion

Horizontal component: \( u_x = u\cos\theta \)

Vertical component: \( u_y = u\sin\theta \)

Time of flight: \( T = \frac{2u\sin\theta}{g} \)

Maximum height: \( H = \frac{u^2\sin^2\theta}{2g} \)

Range: \( R = \frac{u^2\sin 2\theta}{g} \)

Forces and Newton's Laws

Newton's Laws

First Law: An object remains at rest or in uniform motion unless acted upon by a force

Second Law:

\[ F = ma \]

\[ F = \frac{d(mv)}{dt} \]

Third Law: For every action, there is an equal and opposite reaction

Weight and Friction

Weight: \( W = mg \)

Friction: \( F \leq \mu R \)

Where \( \mu \) = coefficient of friction, \( R \) = normal reaction

Limiting friction: \( F_{\text{max}} = \mu R \)

Work, Energy and Power

Work and Energy

Work done: \( W = Fs\cos\theta \)

Kinetic Energy:

\[ KE = \frac{1}{2}mv^2 \]

Potential Energy:

\[ PE = mgh \]

Work-Energy Theorem:

\[ W = \Delta KE \]

Conservation of Energy:

\[ KE + PE = \text{constant} \]

Power

\[ P = \frac{W}{t} = \frac{E}{t} \]

\[ P = Fv \]

Where \( P \) = power, \( W \) = work done, \( E \) = energy, \( F \) = force, \( v \) = velocity

Momentum and Impulse

Momentum

Momentum: \( p = mv \)

Impulse:

\[ I = Ft = \Delta p = m(v - u) \]

Conservation of Momentum:

\[ m_1u_1 + m_2u_2 = m_1v_1 + m_2v_2 \]

Collisions

Coefficient of Restitution:

\[ e = \frac{\text{relative speed after collision}}{\text{relative speed before collision}} = \frac{v_2 - v_1}{u_1 - u_2} \]

• \( e = 1 \): Perfectly elastic collision

• \( 0 < e < 1 \): Inelastic collision

• \( e = 0 \): Perfectly inelastic collision

Moments and Equilibrium

Moments

Moment of a force:

\[ M = Fd \]

Where \( d \) = perpendicular distance from pivot

Principle of Moments:

For equilibrium: \( \sum \text{clockwise moments} = \sum \text{anticlockwise moments} \)

Conditions for Equilibrium:

• \( \sum F_x = 0 \)

• \( \sum F_y = 0 \)

• \( \sum M = 0 \)

📋 Exam Board Comparison

Exam BoardFormula Booklet ProvidedMust MemorizeKey Differences
EdexcelYes - Pure, Stats & Mechanics combinedTrigonometric identities, basic derivatives, circle equationsComprehensive booklet with most formulas
AQAYes - Separate AS and A2 bookletsGCSE formulas, basic trig, straight line equationsSmaller booklet than other boards
OCRYes - Detailed by moduleBasic algebra, standard derivatives, geometryModule-specific organization
Cambridge CIEYes - Mathematics data booklet (MF26)Similar to UK boardsInternational format, includes statistical tables
SEAB (H2)Yes - Singapore A Math formula sheetAdditional formulas requiredH2 Maths specific, includes complex numbers

📝 Key Tips for Using Your Formula Sheet

✓ Familiarize Early: Download your exam board's official formula booklet at the start of your course and highlight the most important formulas.

✓ Know What's Missing: Not all formulas are provided. Create flashcards for formulas you must memorize, such as trigonometric identities, basic derivatives, and geometric formulas.

✓ Practice with the Booklet: Always use your formula booklet during practice exams so you know exactly where to find each formula during the actual exam.

✓ Understand, Don't Just Apply: Know when and why to use each formula. Understanding the derivation helps you apply formulas correctly.

✓ Organize by Topic: Create your own summary sheet organized by Pure Maths, Statistics, and Mechanics for quick reference during revision.

🎯 Common Formulas You MUST Memorize

These formulas are typically NOT provided in formula booklets:

Basic Geometry

• Equation of a straight line: \( y = mx + c \)

• Circle: \( (x-a)^2 + (y-b)^2 = r^2 \)

• Distance formula

• Midpoint formula

Trigonometry

• \( \sin^2\theta + \cos^2\theta = 1 \)

• \( \tan\theta = \frac{\sin\theta}{\cos\theta} \)

• Exact values (30°, 45°, 60°)

• SOHCAHTOA

Calculus Basics

• Power rule: \( \frac{d}{dx}(x^n) = nx^{n-1} \)

• \( \frac{d}{dx}(e^x) = e^x \)

• \( \frac{d}{dx}(\ln x) = \frac{1}{x} \)

Algebra

• Quadratic formula

• Laws of indices

• Laws of logarithms

• Completing the square

📥 Official Formula Booklet Downloads

Edexcel: Visit Pearson Edexcel website for the official Mathematics Formula Booklet (Pure, Statistics & Mechanics)

AQA: Download from AQA website - separate booklets for AS and A Level Mathematics

OCR: Available on OCR website - Formula booklet for Mathematics A (H240)

Cambridge CIE: Mathematics data booklet (MF26) available from Cambridge Assessment website

SEAB: Singapore H2 Mathematics formula list available from SEAB website

🎓 Study Strategies for Formula Mastery

Active Recall Technique

Don't just passively read formulas. Close your notes and try to write them from memory. This strengthens neural pathways and improves retention.

Spaced Repetition

Review formulas at increasing intervals: after 1 day, 3 days, 1 week, 2 weeks, and 1 month. This combats the forgetting curve.

Practice Application

Work through past papers using your formula booklet. This teaches you which formula to apply in different question types.

Create Mnemonics

For compound angle formulas, use "All Students Take Calculus" to remember which trig functions are positive in each quadrant.

Understand Derivations

Learn where formulas come from. If you forget the formula, you can derive it during the exam.

❓ Frequently Asked Questions

Do I get a formula sheet in A Level Maths exams?

Yes, all major exam boards (Edexcel, AQA, OCR, Cambridge, SEAB) provide official formula booklets during A Level Maths exams. However, not all formulas are included, so you must memorize certain key formulas.

What's the difference between exam board formula booklets?

Edexcel provides the most comprehensive booklet covering Pure, Statistics, and Mechanics. AQA has smaller booklets with fewer formulas. OCR organizes by module. Content is similar across boards since the 2017 syllabus reform.

Which formulas are NOT in the booklet?

Common exclusions: basic geometric formulas (circle equations, straight line equations), fundamental trigonometric identities, GCSE-level formulas, basic differentiation rules, and simple algebra formulas. Always check your specific exam board's booklet.

Can I write on my formula booklet during the exam?

Yes, you can annotate your formula booklet during the exam. Many students find it helpful to mark frequently used formulas or add notes.

Is the Further Maths formula booklet different?

Yes, Further Mathematics has an extended formula booklet that includes additional topics like complex numbers, matrices, differential equations, and advanced mechanics. It's larger than the standard A Level Maths booklet.

Disclaimer: This formula sheet is a comprehensive study guide compiled from multiple exam board specifications. Always refer to your specific exam board's official formula booklet for the most accurate and up-to-date information. Formula booklets may be updated periodically.

🎯 Ready to Ace Your A Level Maths Exam?

Bookmark this page and practice with past papers using your formula booklet!

Good luck with your studies! 📚✨

Shares: