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 a1=ca_1 = c and an+1=f(an)a_{n + 1} = f(a_n). A typical question asks you to prove a closed-form formula an=g(n)a_n = g(n) 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 kk, it holds at iteration k+1k + 1.
What is strong induction (rarely needed in HSC)?
Show answer
For some problems, the step at n=k+1n = k + 1 needs not just the hypothesis at n=kn = k but at all n≀kn \le k. 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 n≀kn \le k" 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 F1=F2=1F_1 = F_2 = 1 and Fn+1=Fn+Fnβˆ’1F_{n + 1} = F_n + F_{n - 1} for nβ‰₯2n \ge 2. Prove βˆ‘i=1nFi=Fn+2βˆ’1\sum_{i = 1}^{n} F_i = F_{n + 2} - 1.
What is property preserved?
Show answer
Prove that for all positive integers nn, n3βˆ’nn^3 - n is divisible by 66.
What is closed form for a non-linear recurrence?
Show answer
Suppose a1=1a_1 = 1 and an+1=an1+ana_{n + 1} = \frac{a_n}{1 + a_n}. Prove an=1na_n = \frac{1}{n}.
What is geometric structure (number of subsets)?
Show answer
Prove that an nn-element set has 2n2^n 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 a1a_1), 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 ak=g(k)a_k = g(k).
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 akβˆ’1a_{k - 1} in the step, the hypothesis must cover both aka_k and akβˆ’1a_{k - 1}. :::

All Maths Extension 1Q&A pages