Wow, covered a lot of topics already243_robbo said:complex numbers, polynomials, integration, graphs, harder 3 unit circle geometry and induciton,
mainley cos for term 4 last year after hsc we had about 5 ext 2 classes a week owing tothe fact the whole class is the accelerants who did their hsc last year, and wd already covered 2 and 3 unit topics, but now we get only 2-3 ext 2 lessons a week.
Iruka said:This thread is a misnomer. Induction isn't fun.
You need to use strong induction for this question.
Show that the statement is true for n=1 and n=2
Assume that it is true for all 3<= n <=k
Then uk-1 = 2 + 3k-1
and uk = 2 + 3k
Using the recursion given,
uk+1 = 4uk-1 - 3uk
=4(2 + 3k) - 3(2 + 3k-1)
=2 + 12*3k-1 - 3*3k-1
=2 +9*3k-1
=2+ 3k+1
as required.
Repeat the induction mantra, and you're done.