10 methods · 48 questions
★ Signature method unlocked: the technique this chapter rewards most often, with 3 worked questions.
The full chapter (10 methods · 48 worked questions) comes with Platform Access. See pricing
A multi-line proof or solution is offered and you must name the first faulty step. Do not re-derive from scratch: read down the lines and stop at the first operation that is not a genuine equivalence, then confirm by testing a value that exposes it. A handful of moves cause almost every TMUA trap.
Trigger: a numbered argument with options "the first error is on line ...".
Instances:
(i) squaring both sides, or replacing a value by a square root, can add or drop a sign and create extraneous roots;
(ii) dividing both sides by an expression that might be zero silently loses a solution;
(iii) applying a decreasing function (such as a log with base below 1) without reversing the inequality;
(iv) taking only the positive square root and forgetting the negative branch;
(v) reading "product equals a constant" as forcing each factor to a value.
Linked questions (3)
TMUA 2017 Paper 2 · Q18
TMUA 2018 Paper 2 · Q13
TMUA 2018 Paper 2 · Q9