§-Quick questions
NSWMaths Extension 1Proof (ME-P1)
Quick questions on Mathematical induction for general statements: recurrence relations and properties
3short 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
A closed form for a recurrence is a direct formula that gives the -th term without computing all the earlier ones. You are typically given a starting value and a rule , and asked to prove the formula holds for all . The strategy:
What is properties preserved by a process?Show answer
A property preserved by a process is one that, once true at some stage, stays true at the next. Many questions describe an iteration (repeatedly applying an operation, building up a figure, running an algorithm) and ask you to prove some feature holds at every stage. The inductive step is a conditional claim: if the property holds after steps, it holds after . You assume the property at stage , perform one more step of the process, and show the property survives.
What is strong induction (rarely needed in HSC)?Show answer
Strong induction is the variant where the step at may rely on the statement at all earlier values, not just at . It is occasionally useful when a recurrence reaches back two terms, such as the Fibonacci rule , since the step then needs both and . Standard induction is enough for almost all HSC Extension 1 questions. If you do need the stronger form, say so: state the hypothesis as "assume the statement holds for all integers up to " and verify enough base cases (two of them for a two-term recurrence) to get the chain started.
Have a question we have not covered?
This dot-point answer is short enough that we have not extracted many short questions yet. Read the full dot-point answer or ask Mo, our study assistant, in the chat for follow ups.
