🇬🇧 GCE Advanced Level (A-Levels) · flashcards

GCE Advanced Level (A-Levels) Mathematics Flashcards

61 question-and-answer cards covering Mathematics as it is examined in GCE Advanced Level (A-Levels). 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.

61Cards in deck
24Free preview
27Syllabus topics
~171Chars per answer
FreePrice

24 sample cards from the Mathematics deck

Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.

  1. What is the gradient condition for perpendicular lines, and the equation of a circle?

    Perpendicular lines have gradients with product $m_{1}m_{2}=-1$. A circle of centre $(a,b)$ and radius $r$ has equation $(x-a)^{2}+(y-b)^{2}=r^{2}$.

  2. What geometric property links the tangent to a circle and the radius at the point of contact?

    The tangent to a circle is perpendicular to the radius drawn to the point of contact. Also, the angle in a semicircle is a right angle, and the perpendicular from the centre bisects a chord.

  3. How do you find the magnitude of a vector $\vec{a}=\begin{pmatrix}x\\y\\z\end{pmatrix}$ and a unit vector in its direction?

    Magnitude $|\vec{a}|=\sqrt{x^{2}+y^{2}+z^{2}}$. A unit vector is $\hat{a}=\frac{1}{|\vec{a}|}\vec{a}$.

  4. What is the scalar (dot) product of two vectors and how does it determine the angle between them?

    $\vec{a}\cdot\vec{b}=|\vec{a}||\vec{b}|\cos\theta=a_{1}b_{1}+a_{2}b_{2}+a_{3}b_{3}$. So $\cos\theta=\frac{\vec{a}\cdot\vec{b}}{|\vec{a}||\vec{b}|}$; vectors are perpendicular when $\vec{a}\cdot\vec{b}=0$.

  5. State the iterative formula for the Newton-Raphson method.

    $x_{n+1}=x_{n}-\frac{f(x_{n})}{f'(x_{n})}$. It converges rapidly to a root provided the starting value is close enough and $f'(x_{n})\neq 0$.

  6. How does the sign-change method locate a root of $f(x)=0$, and when can it fail?

    If $f(a)$ and $f(b)$ have opposite signs and $f$ is continuous on $[a,b]$, a root lies between them. It can fail if there is a discontinuity or an even number of roots in the interval.

  7. State the trapezium rule for estimating $\int_{a}^{b}y\,dx$ with $n$ strips of width $h$.

    $\int_{a}^{b}y\,dx\approx\frac{h}{2}\left[y_{0}+y_{n}+2(y_{1}+y_{2}+\cdots+y_{n-1})\right]$, where $h=\frac{b-a}{n}$.

  8. How do you calculate the mean, median and quartiles from grouped or listed data?

    Mean $\bar{x}=\frac{\sum fx}{\sum f}$. Median is the middle value (the $\frac{n+1}{2}$th in order). Lower/upper quartiles $Q_{1},Q_{3}$ split the data at one-quarter and three-quarters; interquartile range $=Q_{3}-Q_{1}$.

  9. Give the formulas for variance and standard deviation of a data set.

    Variance $=\frac{\sum x^{2}}{n}-\bar{x}^{2}=\frac{\sum f x^{2}}{\sum f}-\bar{x}^{2}$. Standard deviation is the square root of the variance, $\sigma=\sqrt{\text{variance}}$.

  10. How are outliers commonly identified using the interquartile range or standard deviation?

    An outlier lies more than $1.5\times\text{IQR}$ beyond $Q_{1}$ or $Q_{3}$, or alternatively more than $2$ standard deviations from the mean.

  11. State the addition and multiplication laws of probability, including the conditions.

    $P(A\cup B)=P(A)+P(B)-P(A\cap B)$ (subtract overlap). For independent events $P(A\cap B)=P(A)P(B)$. Conditional: $P(A\cap B)=P(A)P(B\mid A)$.

  12. Define mutually exclusive and independent events, and the complement rule.

    Mutually exclusive: cannot occur together, $P(A\cap B)=0$. Independent: one does not affect the other, $P(A\mid B)=P(A)$. Complement: $P(A')=1-P(A)$.

  13. State the conditions, formula, mean and variance of the binomial distribution $X\sim B(n,p)$.

    Conditions: fixed $n$ trials, two outcomes, constant $p$, independent. $P(X=r)=\binom{n}{r}p^{r}(1-p)^{n-r}$; mean $=np$; variance $=np(1-p)$.

  14. Describe the key properties of the Normal distribution $X\sim N(\mu,\sigma^{2})$ and standardisation.

    It is symmetric and bell-shaped about the mean $\mu$; about $68\%$, $95\%$, $99.7\%$ of data lie within $1$, $2$, $3$ standard deviations. Standardise using $Z=\frac{X-\mu}{\sigma}\sim N(0,1)$.

  15. Outline the steps of a hypothesis test for a population proportion (binomial model).

    State $H_{0}$ and $H_{1}$, assume $H_{0}$ true, choose significance level, model under $H_{0}$ as $B(n,p)$, find the probability of the observed (or more extreme) result, compare with the level, then reject $H_{0}$ or not and conclude in context.

  16. What is the difference between a one-tailed and a two-tailed hypothesis test, including critical regions?

    One-tailed tests a directional alternative ($p>p_{0}$ or $p<p_{0}$) with the whole significance level in one tail. Two-tailed tests $p\neq p_{0}$, splitting the level between both tails (e.g. $2.5\%$ each at the $5\%$ level).

  17. What is the Large Data Set in A-Level Mathematics and why is it used?

    It is a real prescribed data set (e.g. UK and overseas weather station data from the Met Office) that students explore in advance, so exam questions can test understanding of context, cleaning anomalies, sampling, and realistic distributions.

  18. State the relationships between displacement, velocity and acceleration using calculus.

    $v=\frac{ds}{dt}$ and $a=\frac{dv}{dt}=\frac{d^{2}s}{dt^{2}}$. Conversely $s=\int v\,dt$ and $v=\int a\,dt$.

  19. State the SUVAT equations of motion for constant acceleration.

    $v=u+at$; $s=ut+\tfrac{1}{2}at^{2}$; $s=\tfrac{1}{2}(u+v)t$; $v^{2}=u^{2}+2as$; $s=vt-\tfrac{1}{2}at^{2}$.

  20. State Newton's three laws of motion.

    1st: a body stays at rest or moves at constant velocity unless acted on by a resultant force. 2nd: $F=ma$. 3rd: every action has an equal and opposite reaction.

  21. Give the formulas for weight, the model for friction, and the relationship at limiting equilibrium.

    Weight $W=mg$ (with $g\approx 9.8\,\text{m s}^{-2}$). Friction $F\leq\mu R$, where $R$ is the normal reaction and $\mu$ the coefficient of friction. At the point of slipping (limiting), $F=\mu R$.

  22. What is the moment of a force about a point, and the principle of moments for equilibrium?

    Moment $=$ force $\times$ perpendicular distance from the point, measured in $\text{N m}$. For equilibrium of a rigid body, total clockwise moments equal total anticlockwise moments about any point.

  23. How do you analyse projectile motion launched at speed $u$ and angle $\theta$ (ignoring air resistance)?

    Resolve into independent components: horizontal $u\cos\theta$ (constant velocity) and vertical $u\sin\theta$ (acceleration $-g$). Apply SUVAT separately to each direction, linked by the common time $t$.

  24. Give the formulas for the time of flight, maximum height and range of a projectile on level ground.

    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}$, which is greatest when $\theta=45^{\circ}$.

What this deck covers

The Mathematics deck follows the GCE Advanced Level (A-Levels) Mathematics syllabus — 5 chapters and 27 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 12.2 cards per chapter.

Answers are written to be recallable, not just readable — averaging about 171 characters, which is long enough to carry the reasoning and short enough to say out loud.

A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.

Mathematics flashcards FAQ

How many Mathematics flashcards are in this GCE Advanced Level (A-Levels) deck?

61 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.

Are these GCE Advanced Level (A-Levels) flashcards free?

Yes. The preview here is free to read with no signup, and the full 61-card deck is free inside the Examius app.

What do the Mathematics cards cover?

They follow the GCE Advanced Level (A-Levels) Mathematics syllabus — 5 chapters and 27 topics — so the questions track what is actually examinable.

How should I use these flashcards?

Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.