104 questions · 18 question types identified
A question is this type if and only if it requires proving or deriving expressions for sums like Σr², Σr³, or Σ(ar²+br+c) using standard summation formulae from the formula list.
A question is this type if and only if it involves solving recurrence relations of the form u_{n+1} = au_n + b to find explicit formulae or limits.
A question is this type if and only if it involves setting up a recurrence relation to model a real-world scenario (loans, populations, investments) and interpreting or solving it.
A question is this type if and only if it requires identifying, proving, or using the periodic nature of a sequence to calculate sums over many terms.
A question is this type if and only if it requires finding Σ from r=a to r=b (not starting at 1) by subtracting cumulative sums or using range manipulation.
A question is this type if and only if it requires expressing a series in sigma notation, evaluating simple sigma expressions, or converting between different sigma representations.
A question is this type if and only if it requires solving second-order recurrence relations of the form u_{n+2} = au_{n+1} + bu_n using characteristic equations.
A question is this type if and only if it requires classifying sequences as divergent, periodic, convergent, increasing, or decreasing by computing terms or analyzing the recurrence relation.
A question is this type if and only if it requires determining whether a sequence converges, finding its limit, or analyzing convergence conditions for sequences defined by recurrence relations.
A question is this type if and only if it involves expressing a term in partial fractions and using telescoping to find a sum or sum to infinity.
A question is this type if and only if it involves evaluating infinite products or sequences defined by nested operations like u_{n+1} = f(u_n) with special structure.
A question is this type if and only if it gives an identity like Σ(ar²+b) ≡ expression in n and requires finding the constants a and b.
A question is this type if and only if it involves the Fibonacci sequence or similar sequences with properties like F_{n+2} = F_{n+1} + F_n, including Binet's formula or divisibility proofs.
A question is this type if and only if it involves solving second-order recurrence relations with a non-zero right-hand side by finding complementary function and particular integral.
A question is this type if and only if it defines a sequence by a recurrence relation and uses a condition on the sum of the first few terms to find constants or specific term values.
A question is this type if and only if it requires summing geometric series involving z^n where z = cos θ + i sin θ to derive trigonometric identities.
A question is this type if and only if it involves applying arithmetic or geometric series formulas to real-world contexts (prize money, bouncing balls, donations) with explicit model comparisons or sum-to-infinity calculations.
A question is this type if and only if it requires proving a property of a sequence (formula, divisibility, inequality) by mathematical induction.