Back to the full dot-point answer
NSWMaths Extension 1Quick questions
Proof (ME-P1)
Quick questions on Mathematical induction for general statements: recurrence relations and properties
12short Q&A pairs drawn directly from our worked dot-point answer. For full context and worked exam questions, read the parent dot-point page.
What is closed form for a recurrence?Show answer
Suppose and . A typical question asks you to prove a closed-form formula by induction.
What is properties preserved by a process?Show answer
Often a problem describes a process or iteration and asks you to prove some property is preserved. The induction step shows that if the property holds at iteration , it holds at iteration .
What is strong induction (rarely needed in HSC)?Show answer
For some problems, the step at needs not just the hypothesis at but at all . This is strong induction. It is rare in HSC Extension 1; standard induction is usually enough. If you find you need it, state the hypothesis as "assume the statement holds for all " and use any earlier instance you need.
What is multi-variable extensions?Show answer
Some statements have a parameter and an additional integer variable. You can induct on either, holding the other fixed.
What is fibonacci-style identity?Show answer
The Fibonacci sequence has and for . Prove .
What is property preserved?Show answer
Prove that for all positive integers , is divisible by .
What is closed form for a non-linear recurrence?Show answer
Suppose and . Prove .
What is geometric structure (number of subsets)?Show answer
Prove that an -element set has subsets.
What is skipping over the base?Show answer
Even for non-standard statements, the base case must be verified. Often it is trivial (the formula matches the given ), but write it explicitly.
What is forgetting to cite the inductive hypothesis?Show answer
Markers want to see "by the hypothesis" or similar when you substitute .
What is choosing the wrong induction variable?Show answer
If two variables both grow, induct on one and hold the other fixed.
What is strong induction without saying so?Show answer
If you use in the step, the hypothesis must cover both and . :::