True or False?A recurrence relation given by un+1=un+3 with u1=2 generates a geometric sequence.
❌ FalseThis generates an arithmetic sequence because you are adding a constant (d=3) to each term.A geometric recurrence relation would look like un+1=3un.
Given two non-consecutive terms of an arithmetic sequence (e.g., u5 and u10), what is the standard method to find a and d?
Set up two simultaneous equations using un=a+(n−1)d.E.g., a+4d=value1 and a+9d=value2. Then subtract one from the other.
What defines the order of a periodic sequence?
The smallest positive integer k such that:un+k=un for all n.
True or False?The number of terms in the sum ∑r=520(3r+1) is 20−5=15.
❌ False✅ Correct Count: 20−5+1=16It is (Top Limit) - (Bottom Limit) + 1.
What is the first step to prove the sum of an arithmetic series formula:Sn=2n(2a+(n−1)d)?
Write the sum out twice: once in the correct order and once in reverse order, then add the two equations together.
When modelling a real-life situation (e.g., salary increase), how do you decide between an arithmetic and geometric model?
Arithmetic: Increases by a fixed amount (e.g., +500/year).Geometric:Increasesbyapercentage/proportion(e.g.,+5
True or False?If a problem asks for the *least number of terms* n for a sum to exceed a value, and the calculation gives n>15.2, the answer is 15.
❌ False✅ Correct Answer: 16n must be an integer. If n must be greater than 15.2, the first integer satisfying this is 16.
How do you calculate the sum of a series from term k to term n (i.e., ∑r=knur) using the sum formula Sn?
∑r=knur=Sn−Sk−1
When calculating the sum of a geometric series, when is it better to use Sn=r−1a(rn−1) instead of Sn=1−ra(1−rn)?
When r>1.
What is the specific condition for a geometric series to converge (have a sum to infinity)?
∣r∣<1(Or equivalently: −1<r<1)
What is the first step to prove the sum of a geometric series formula:Sn=1−ra(1−rn)?
Write down the expression for Sn, then multiply the entire equation by r to get an expression for rSn. Then subtract the two equations (Sn−rSn).
True or False?The sequence 5,−10,20,−40,… is a decreasing sequence.
❌ FalseThis is an alternating sequence (or oscillating). A decreasing sequence requires un+1<un for all n. Here, −10<5 but 20>−10.
True or False?The 10th term of a geometric sequence is given by:u10=ar10
❌ False✅ Correct Formula: un=arn−1So, u10=ar9
True or False?When solving for n in the inequality 0.8n<0.05, the inequality sign flips when you take logarithms.
❌ False (at the log step)Taking logs (e.g., ln(0.8n)<ln(0.05)) does not flip the sign. However, the sign WILL flip when you divide by ln(0.8) because ln(0.8) is a negative number.