IB Maths AA sequences and series questions become much more manageable once you identify three things: the type of sequence, the quantity required, and the information given. Most questions involve arithmetic sequences, geometric sequences, finite sums, infinite geometric series, sigma notation, or models of repeated growth and decay.
The most effective exam preparation is to attempt a question independently, compare your method with a complete worked solution, and then repeat a similar question without help. In particular, question-by-question arithmetic sequence videos and worked geometric sequence videos let you see how each line of working develops, which is usually more useful than repeatedly rereading formulas.
What IB Maths AA requires you to know
Sequences and series belong to Topic 1: Number and algebra in Mathematics: Analysis and Approaches. According to the official IB Mathematics AA guide, both SL and HL students study arithmetic and geometric sequences, finite sums, sigma notation, financial applications, and convergent infinite geometric series.
These ideas may be examined as short algebraic questions or embedded in longer modelling problems. Paper 1 does not permit technology, while Paper 2 permits technology; HL students also take a technology-allowed Paper 3 containing two extended problem-solving questions. The official Mathematics AA subject brief provides the full assessment structure.
A sequence lists terms in order, while a series is the sum of those terms. Confusing these two objects is a common source of lost marks:
u_nmeans the value of the nth term.S_nmeans the sum of the first n terms.S_infinitymeans the sum of an infinite convergent series.
The formulas you need to recognize
A clean copy of the Mathematics AA formula booklet is provided in the examination. However, access to a formula does not identify when or how it should be used, so you should know what every symbol represents.
| Situation | Formula | Key condition |
|---|---|---|
| Arithmetic nth term | u_n = u_1 + (n - 1)d | Constant difference d |
| Arithmetic finite sum | S_n = n/2[2u_1 + (n - 1)d] | First term and difference known |
| Arithmetic finite sum | S_n = n/2(u_1 + u_n) | First and last terms known |
| Geometric nth term | u_n = u_1 r^(n-1) | Constant ratio r |
| Geometric finite sum | S_n = u_1(1 - r^n)/(1 - r) | r is not 1 |
| Infinite geometric sum | S_infinity = u_1/(1 - r) | **Only when ` |
Different textbooks may use a instead of u_1. Either notation is acceptable if it is defined and used consistently.
A reliable method for every question
Step 1: Classify the pattern
Check consecutive terms before selecting a formula:
- If subtraction gives a constant result, the sequence is arithmetic.
- If division gives a constant result, the sequence is geometric.
- If neither is constant, the problem may provide a formula, recurrence relation, or model that requires interpretation.
For 7, 11, 15, 19, ..., the difference is 4, so d = 4. For 80, 40, 20, 10, ..., the ratio is 1/2, so r = 1/2.
Step 2: Translate the wording
Underline the quantity requested. Phrases such as “the value in year 12” ask for a term, while “the total during the first 12 years” asks for a sum.
Also establish the indexing. If the initial value occurs before any growth has taken place, it may correspond to u_1, u_0, or a value outside the sequence being summed. The wording determines the exponent, not habit.
Step 3: Write the general formula first
Writing the relevant formula before substitution makes the method clear and reduces indexing errors. It can also earn method credit when a later calculation is incorrect.
Step 4: Solve and interpret
When solving for n, remember that it represents a term number and must normally be a positive integer. In a real-life model, round only after deciding whether the context requires the first whole period above a threshold or the last period below it.
Worked arithmetic sequence question
An arithmetic sequence has u_4 = 17 and u_10 = 41. Find the first term and the sum of the first 20 terms.
Use u_n = u_1 + (n - 1)d:
u_4 = u_1 + 3d = 17u_10 = u_1 + 9d = 41
Subtracting the first equation from the second gives 6d = 24, so d = 4. Substituting into u_1 + 3d = 17 gives u_1 = 5.
Now use the arithmetic sum formula:
S_20 = 20/2[2(5) + 19(4)] = 10(86) = 860.
The important move is subtracting the two nth-term equations. A frequent mistake is treating 17 as the first term simply because it is the first value stated in the question.
Worked geometric sequence question
A geometric sequence has u_2 = 12 and u_5 = 324. Find the possible common ratios and the first term.
Using u_n = u_1r^(n-1) gives:
u_2 = u_1r = 12u_5 = u_1r^4 = 324
Divide the second equation by the first:
r^3 = 324/12 = 27, so r = 3.
Then u_1 = 12/3 = 4. The sequence therefore begins 4, 12, 36, 108, 324, ....
Division is efficient because it cancels the unknown first term. If the resulting power were even, such as r^2 = 9, both r = 3 and r = -3 would need consideration unless the context ruled one out.
Infinite geometric series questions
Before using the infinite sum formula, explicitly verify |r| < 1. The fact that a sequence continues indefinitely does not mean its series has a finite sum.
For example, consider:
18 - 6 + 2 - 2/3 + ...
Here u_1 = 18 and r = -1/3. Since |-1/3| < 1, the series converges:
S_infinity = 18/[1 - (-1/3)] = 18/(4/3) = 27/2.
The negative ratio makes the signs alternate, but it does not prevent convergence. By contrast, a series with r = -2 diverges because |-2| > 1.
Modelling growth, decay, and finance
Repeated percentage change is geometric, not arithmetic. A 6% annual increase means multiplying by 1.06 each year, while a 6% annual decrease means multiplying by 0.94.
Suppose equipment costs $24,000 and depreciates by 15% each year. Its value after five depreciation cycles is:
24000(0.85)^5.
The main trap is the exponent. If \$24,000 is the purchase value at time zero, then five completed years produce an exponent of 5. If a table defines the purchase value as the first term, the fifth listed term would instead contain an exponent of 4.
Financial questions can also ask for accumulated deposits, repayments, or a threshold year. These may require a finite geometric sum or technology on a permitted paper. Even when using a calculator or financial package, record the mathematical model and define the variables so the examiner can follow your reasoning.
Sigma notation without confusion
Sigma notation compresses a sum into the form sum from k=p to q of f(k). Always expand the first two terms and the final term before applying a formula.
For example:
sum from k=1 to 8 of (3k + 2)
produces 5 + 8 + 11 + ... + 26. It is an arithmetic series with eight terms, first term 5, and last term 26, so:
S_8 = 8/2(5 + 26) = 124.
Do not assume the upper limit is automatically the number of terms. From k = 3 to k = 10, there are 10 - 3 + 1 = 8 terms.
Recurring traps in IB-style questions
| Trap | Why it causes errors | Better check |
|---|---|---|
Using n instead of n - 1 | There are n - 1 changes between the first and nth terms | Test the formula with n = 1 |
| Finding a term instead of a sum | u_n and S_n answer different questions | Circle “term,” “total,” or “sum” |
Using S_infinity automatically | The formula requires ` | r |
Turning a decrease of p% into ratio p/100 | The remaining amount is required | Use r = 1 - p/100 |
Rounding n conventionally | Threshold questions may require rounding up | Substitute nearby integers back into the model |
| Giving calculator output only | The mathematical setup is not communicated | Write the equation before solving |
| Ignoring a negative ratio | Alternating sequences can have valid negative ratios | Check whether the context permits negative values |
How to practise efficiently
Begin with separate sets on arithmetic, geometric, and infinite series questions. The arithmetic sequences topic hub and geometric sequences topic hub organize material by syllabus area, while the geometric sequences Questionbank provides targeted exam-style practice.
Use this cycle for each question:
- Attempt it without notes and record your full working.
- Watch the worked video solution from the beginning, not only the final calculation.
- Identify the first line where your approach differed.
- Close the solution and reproduce the complete method.
- Attempt a similar question one or two days later.
This attempt-review-retry cycle builds method recognition faster than passive rereading because you must retrieve the formula, choose it, and apply it. For mixed practice, use the IB Mathematics AA resource hub or the RevisionDojo Questionbank; Jojo AI can help identify where a setup or interpretation went wrong.
Conclusion
To answer IB Maths AA sequences and series questions reliably, classify the pattern, distinguish a term from a sum, define the variables, choose the correct formula, and check conditions such as |r| < 1. Pay particular attention to indexing, percentage multipliers, integer values of n, and contextual rounding.
RevisionDojo can support this process with topic Questionbanks, Jojo AI feedback, and worked videos. The strongest next step is to attempt several questions under timed conditions and then study the corresponding per-question video solutions before retrying the methods independently.
Sources and referenced URLs
- Official IB Mathematics: Analysis and Approaches guide
- Official IB Mathematics AA subject brief
- RevisionDojo IB Mathematics AA resources
- Arithmetic sequences and series topic hub
- Arithmetic sequences and series worked videos
- Geometric sequences and series topic hub
- Geometric sequences and series worked videos
- Geometric sequences and series Questionbank
- RevisionDojo Questionbank