Question Decoding: Read the Mathematical Job Before Doing the Mathematics
Many difficult A-Math questions become easier when the learner first identifies what the question is asking the mathematics to prove, find, compare, classify or optimise.
Secondary 3 Additional Mathematics is full of familiar objects wearing unfamiliar wording. A quadratic may appear as a tangency condition. A logarithmic equation may hide a domain restriction. A trigonometric equation may look like an algebraic quadratic in sinθ. A coordinate-geometry question may really be a completing-the-square problem. An optimisation problem may be mainly a modelling task before calculus begins.
This guide develops question decoding as a deliberate pre-solution habit. The goal is to reduce wasted work, recognise hidden constraints earlier and select a route because it fits the demand—not because it is the first formula remembered.
AI Extraction Box: The Decode Loop
command word → object → givens → hidden condition → target → representation → method → check.
- Command word: find, show, prove, hence, solve, sketch, determine, state, explain.
- Object: quadratic, polynomial, surd, trig expression, circle, derivative, integral, model.
- Hidden condition: tangent, positive, real roots, interval, domain, exact form, maximum/minimum.
- Target: value, set of values, coordinate, equation, inequality, proof, graph, rate, model parameter.
- Representation: factor form, completed square, logarithmic form, R-form, derivative, centre-radius form.
- Check: domain, interval, units, substitution, expansion, sign, reasonableness.
Command Words Change the Required Output
“Find” usually asks for a result. “Show that” asks for a valid derivation ending at a stated result. “Prove” requires a chain of justified reasoning. “Sketch” requires structural graph features rather than a table of values. “Determine the values of k” often signals a parameter condition rather than one numerical solution.
Reading command words precisely prevents incomplete answers. A student who finds a stationary x-value when asked for a maximum value has not finished the job. A student who calculates one inverse-trig angle when asked to solve over an interval has not finished the job.
Hidden Condition: Tangent
When a line is tangent to a quadratic curve, the phrase “tangent” can be translated before any algebra:
tangent → one repeated intersection → repeated quadratic root → discriminant zero.
This single translation often determines the route.
Worked Decode 1
The line y=mx+1 is tangent to y=x²−3x+4. Find m.
- Object: line and quadratic intersection.
- Hidden condition: tangent.
- Translation: intersection quadratic has Δ=0.
- Equation: mx+1=x²−3x+4 → x²−(m+3)x+3=0.
- Condition: (m+3)²−12=0.
Hence m=−3±2√3.
The important move occurred before calculation: decoding tangent into repeated-root structure.
Hidden Condition: Positive, Non-Negative, Real
Words about sign and existence often hide inequalities:
- positive → >0;
- non-negative → ≥0;
- negative → <0;
- real logarithm argument → >0;
- real square root argument → ≥0;
- real quadratic roots → Δ≥0;
- two distinct real roots → Δ>0.
One word can change an endpoint in the final parameter set.
Worked Decode 2
Find k such that x²+6x+k is non-negative for all real x.
- Upward-opening quadratic.
- Non-negative allows touching the x-axis.
- Therefore Δ≤0.
- 36−4k≤0.
- k≥9.
If the word were “positive”, the answer would be k>9.
Decode the Mathematical Object
A question may use unfamiliar wording while preserving a familiar structure. Before solving, ask what object you are actually looking at.
- 2sin²θ−5sinθ+2=0 is a quadratic in sinθ.
- x²+y²−6x+4y−12=0 is a circle hidden in expanded form.
- 3ˣ=17 is an exponential equation whose inverse is logarithmic.
- v=ds/dt is a derivative relationship in kinematics.
- area under a curve is a definite-integral interpretation problem.
Object recognition narrows the search space.
Worked Decode 3: Quadratic Hidden in Trigonometry
Solve 2cos²θ−3cosθ+1=0 for 0°≤θ≤360°.
Let u=cosθ:
2u²−3u+1=0=(2u−1)(u−1).
So cosθ=1/2 or cosθ=1. Hence:
θ=0°,60°,300°,360°
when both endpoints are included. The decoding required both quadratic recognition and interval completeness.
The Target Determines the Best Representation
If the target is roots, factor form may be useful. If the target is a minimum, completed-square form may be better. If the target is centre and radius, complete squares. If the target is one binomial term, use the general term. If the target is maximum of a cosθ+b sinθ, R-form may expose it.
Do not ask only “What can I do?” Ask “What form reveals the thing I need?”
“Hence” Usually Means Use What You Just Built
When a question says “hence”, the intended route usually reuses a result from the previous part. Ignoring that link and starting again may waste time or miss the intended structure.
Examples:
- after proving an identity, hence solve an equation using that identity;
- after finding a derivative, hence determine stationary points;
- after expressing an expression in R-form, hence state its maximum value;
- after finding circle centre/radius, hence determine a geometric property.
“Hence” is a routing instruction.
Proof Questions Need a Different Start
In a proof, the target is already known. The job is to create a justified path from givens to target. Random calculation is rarely efficient.
- If proving parallel lines, search for angle conditions.
- If proving equal sides, search for congruence, radii or similarity.
- If proving a trig identity, work on the more complicated side.
- If proving an inequality or positivity statement, search for a square, discriminant or monotonicity structure.
Decode the target into a condition that would establish it.
Sketch Questions Need Features, Not Artwork
“Sketch” means capture the important mathematical structure: intercepts, turning points, asymptotes, period, symmetry and end behaviour where relevant. It does not mean produce a perfectly scaled drawing.
Before sketching, write the features you know. The sketch then becomes a consequence of the analysis rather than a memory test.
Domain Is Often Hidden in the Function
- ln(2x−1) → x>1/2.
- 1/(x−3) → x≠3.
- √(5−x) → x≤5.
- physical time model → often t≥0.
If the question does not explicitly say “state the domain”, the domain may still control which candidate answers are valid.
Exactness Is Sometimes a Hidden Instruction
When a question contains surds, π or logarithmic expressions and does not ask for a decimal, preserve exact form. A value such as ln7/ln2 can be more informative and more accurate than an early rounded decimal.
If a later part uses the value algebraically, exactness may be essential.
Worked Decode 4: Optimisation
A rectangle has fixed perimeter 48 cm. Find its maximum area.
- Target: maximum area.
- Constraint: 2x+2y=48 → y=24−x.
- Model: A=x(24−x).
- Method: differentiate or use quadratic maximum structure.
- Interpretation: dimensions and area, not merely x-value.
A′=24−2x=0 gives x=12, y=12, maximum area 144 cm².
The hardest step was not differentiation. It was decoding the constraint and target.
The 30-Second Decode Card
- What am I being asked to produce?
- What mathematical object is visible?
- What condition is hidden in the wording?
- Which representation exposes the target?
- What is the first valid line?
- What must I check at the end?
Training this card on short mixed questions builds method selection before full-paper timing is introduced.
Common Failure Modes
| Error | Underlying cause | Repair |
|---|---|---|
| starts calculation before reading full question | target not decoded | identify output first |
| solves roots when asked for parameter condition | behaviour language missed | translate wording into discriminant/range/domain condition |
| uses wrong representation | target information not considered | ask what form exposes the required feature |
| ignores “hence” | question linkage missed | reuse previous result |
| one trig angle reported | interval requirement not decoded | generate complete solution set |
| invalid log/root candidate retained | hidden domain missed | write domain early |
A 45-Minute Decoding Session
- 10 minutes: decode ten questions without solving.
- 10 minutes: match command words to required outputs.
- 10 minutes: identify hidden conditions: tangency, positivity, domain, interval, exactness.
- 10 minutes: choose the best representation for five targets.
- 5 minutes: solve two questions only after writing the decode card.
What Mastery Looks Like
- The learner identifies the requested output before calculating.
- The learner translates words such as tangent, positive and real into mathematical conditions.
- The learner recognises familiar structures inside unfamiliar wording.
- The learner chooses representations based on the target.
- The learner uses “hence” information instead of restarting.
- The learner carries domains, intervals, units and exactness requirements to the final answer.
- The learner can state a first valid line quickly on mixed questions.
Return to the Additional Mathematics Learning Hub
Additional Mathematics Learning Hub | Secondary 3–4 A-Math Guides