TMUA practice questions

Practise questions that tell you what to do next.

Start with the free 20-question diagnostic. When a question exposes a method gap, Learn builds the concept, shows a full synthesis and a genuinely different contrast, then checks you can apply it before matched practice.

Start the free 20-question diagnostic

Attempt before reading the solution

Commit to an option and preserve your working. When reviewing, identify the first incorrect decision rather than only comparing the final line with the model answer.

  • Choose an answer before revealing feedback
  • Record active time as well as correctness
  • Explain why the distractors were tempting

Learn before repeating the same mistake

The 104-lesson Learn library covers all 16 primary topic areas. Every topic includes foundation teaching and 3 separate Forge difficulty 4/5 question routes, so harder practice is preceded by the reasoning it demands.

  • Choose foundation or advanced teaching
  • Compare similar stems that need different methods
  • Move from difficulty 2 through difficulty 5

Turn mistakes into a review queue

Questions should return at the right time. Incorrect, slow and incomplete attempts feed progress and review signals so the next session is based on real work rather than a generic worksheet order.

  • Reopen completed diagnostic questions
  • Use protected answer checking
  • Track mastery through successful attempts

Live Learn preview · Forge difficulty 4–5

Finite states, cycles and recurrence invariants

This real advanced Sequences & series lesson teaches why a repeated state controls a distant recurrence term—and when a similar recurrence needs a different state definition.

  • Concept in depth
  • Full worked synthesis
  • Contrast example using a different route
  • Unfamiliar five-option check
  • Matched practice

Concept in depth

A recurrence is a state machine: once exactly the same required state reappears, determinism guarantees that the entire future repeats. For a second-order rule, the ordered pair—not one value—is the state that must repeat.

Method cue

Compute only until a full state repeats, record the cycle's first index and length, then reduce the distant index modulo that length.

Worked synthesis

Let $u_1=10$ and $u_{n+1}=|u_n-3|$. Find $u_{2026}$.

$10\to7\to4\to1\to2\to1$. The value $1$ repeats from $u_4$, so the deterministic first-order rule now cycles through $1,2$. Since $2026$ is even, $u_{2026}=1$.

Contrast example

Let $v_1=v_2=1$ and $v_{n+2}=v_{n+1}+v_n$. For which indices is $v_n$ even?

Reduce modulo $2$ and track ordered pairs: $(1,1)\to(1,0)\to(0,1)\to(1,1)$. The full pair repeats, so $v_n$ is even exactly when $3\mid n$.

This rule is second-order, so repeating one value is not enough; the ordered pair is the state.

Five-option check

Let $b_1=1$, $b_2=2$ and $b_{n+2}=b_{n+1}+b_n$. How many of the first $20$ terms are even?

  1. $5$
  2. $6$
  3. $7$
  4. $8$
  5. $10$

Modulo $2$, even terms occur when $n\equiv2\pmod3$: $2,5,8,11,14,17,20$. There are $7$.

Open Learn and continue the lesson

A free Forge account includes 41 lessons and four advanced methods. Premium unlocks all 104 lessons, all 18 methods, your weekly plan, the full question bank and unlimited mocks.

How many free TMUA questions are included?

The free diagnostic contains 20 curated questions. Completing it unlocks secure checking and model-solution review for exactly those diagnostic questions on that device.

Who writes Forge originals?

Forge originals are written by verified 8.9+ TMUA sitters from 2024 and 2025 and independently reviewed. Verified official past-paper questions are kept as a separate, clearly labelled source type.

How is Learn different from a worked solution?

A solution explains one completed question. Learn's 56 foundation and 48 advanced lessons teach the reusable idea, contrast it with a similar-looking problem that needs another route, then check you can apply it before matched practice.