Number and Algebra — IB Math AA SL AA SL Study Guide
For: IB Math AA SL candidates sitting IB Math: Analysis & Approaches SL.
Covers: Arithmetic and geometric sequences, logarithm laws and equations, binomial theorem for positive integer exponents, exponential equations, and sigma notation as outlined in the IB Math AA SL Number and Algebra syllabus.
You should already know: IGCSE / pre-DP math.
A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the IB Math AA SL style for educational use. They are not reproductions of past IBO papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official IBO mark schemes for grading conventions.
1. What Is Number and Algebra?
Number and Algebra is the foundational branch of IB Math AA SL focused on quantifiable patterns, variable relationships, and systematic algebraic manipulation. It accounts for 20-25% of your final AA SL exam mark, making it one of the highest-yield topics in the syllabus. All subsequent topics (including calculus, statistics, and functions) rely on the core rules and formulas covered in this guide, so mastery here directly boosts your performance across the entire course.
2. Sequences — arithmetic and geometric
A sequence is an ordered list of terms that follow a consistent pattern. The two most commonly tested sequence types in IB Math AA SL are arithmetic and geometric sequences.
Arithmetic sequences
Arithmetic sequences have a constant common difference between consecutive terms. For an arithmetic sequence with first term , the -th term is calculated as: The sum of the first terms of an arithmetic sequence can be written in two equivalent forms, depending on the values you are given: Worked example: An arithmetic sequence has first term and common difference . Find the 12th term and the sum of the first 12 terms.
Geometric sequences
Geometric sequences have a constant common ratio between consecutive terms. For a geometric sequence with first term , the -th term is: The sum of the first terms of a geometric sequence is: If , the sequence converges, and you can calculate the sum of an infinite number of terms: Exam tip: Examiners frequently include trick questions where ; never use the infinite sum formula without first confirming the ratio is between -1 and 1.
3. Logarithm laws and equations
Logarithms are the inverse operation of exponents, defined by the relationship: where , and (the argument of a logarithm must always be positive, a rule that trips up many students on exams).
The three core logarithm laws you will use to simplify and solve equations are:
- Product rule:
- Quotient rule:
- Power rule:
You will also use the change of base formula to calculate logarithms with non-standard bases using your calculator:
Worked example: Solve
- Combine the logs using the product rule:
- Convert to exponential form:
- Expand and rearrange:
- Solve the quadratic: or
- Check validity: makes the argument of the second log negative, so discard it. Final solution:
4. Binomial theorem (positive integer exponent)
The binomial theorem lets you expand expressions of the form where is a positive integer, without multiplying out each term manually. The coefficient of each term is given by the binomial coefficient: where (n factorial) is the product of all positive integers up to .
The full binomial expansion is written as:
Worked example: Find the coefficient of in the expansion of
- The general term in the expansion is
- We need the power of to be 2, so
- Calculate the coefficient: Exam tip: You do not need to expand the entire expression when asked for a single specific term; only calculate the term corresponding to the required value of to save time.
5. Exponential equations
Exponential equations are equations where the unknown variable appears in the exponent. There are two common cases you will encounter on exams:
- Same base on both sides: If and , then . Simply equate the exponents and solve for the unknown. Worked example: Solve . Rewrite 16 as , so .
- Different bases on both sides: Take the natural logarithm (or base 10 logarithm) of both sides, then use the logarithm power rule to bring the exponent down and isolate the unknown. Worked example: Solve , giving your answer to 3 significant figures.
- Take natural log of both sides:
- Apply power rule:
- Rearrange to isolate :
- Calculate: Exam tip: IB requires all non-exact final answers to be given to 3 significant figures. Do not round intermediate steps, as this will introduce rounding error; keep values stored in your calculator until the final step.
6. Sigma notation
Sigma notation () is a shorthand way to write the sum of a sequence of terms. The standard form is: where is the index of summation, is the lower limit of the sum, and is the upper limit of the sum. The index is a "dummy variable", so .
Worked example: Calculate
- Substitute each value of from 2 to 5 into the expression:
- :
- :
- :
- :
- Add the terms: Sigma notation is frequently used to write the sum of arithmetic and geometric sequences, as you saw earlier in the binomial theorem formula.
7. Common Pitfalls (and how to avoid them)
- Pitfall 1: Keeping invalid logarithm solutions with negative arguments. Why it happens: You focus on solving the algebraic equation and forget the domain constraint for logarithms. Correct move: Always plug every solution back into the original logarithm expressions to confirm all arguments are positive; discard any invalid solutions.
- Pitfall 2: Using the infinite geometric sum formula when . Why it happens: You mix up the conditions for finite and infinite geometric sums. Correct move: Before calculating , first confirm the ratio is strictly between -1 and 1. If , the infinite sum does not exist.
- Pitfall 3: Off-by-one errors in sequence term calculations. Why it happens: You use instead of in the -th term formula for arithmetic or geometric sequences. Correct move: Test your formula with to confirm it gives the correct first term before solving for larger values of .
- Pitfall 4: Miscalculating binomial coefficients by mixing up and . Why it happens: You forget that the exponent of in the binomial term matches the lower value in the binomial coefficient . Correct move: When asked for the term with , set and calculate .
- Pitfall 5: Rounding intermediate steps when solving exponential equations. Why it happens: You write down rounded values instead of storing them in your calculator. Correct move: Keep all intermediate values in your calculator memory, only round the final answer to 3 significant figures.
8. Practice Questions (IB Math AA SL Style)
Question 1
A geometric sequence has first term and third term . (a) Find the two possible values of the common ratio . (b) For the value of that gives a converging sequence, find the infinite sum .
Solution
(a) Using the geometric nth term formula: (b) Both values of have , so both give converging sequences. We will use the positive ratio for this example: For ,
Question 2
Expand fully using the binomial theorem.
Solution
Apply the binomial expansion formula for : $$\begin{align*} (2x - 1)^4 &= \binom{4}{0}(2x)^4(-1)^0 + \binom{4}{1}(2x)^3(-1)^1 + \binom{4}{2}(2x)^2(-1)^2 + \binom{4}{3}(2x)^1(-1)^3 + \binom{4}{4}(2x)^0(-1)^4 \ &= 116x^41 + 48x^3(-1) + 64x^21 + 42x(-1) + 111 \ &= 16x^4 - 32x^3 + 24x^2 - 8x + 1 \end{align*}$$
Question 3
Solve , justifying why you discard any invalid solutions.
Solution
- Combine logs using the product rule:
- Convert to exponential form:
- Rearrange to quadratic:
- Solve: or
- Justification: is invalid because the argument of would be negative, which is undefined. Final solution:
9. Quick Reference Cheatsheet
| Category | Key Formulas & Rules |
|---|---|
| Arithmetic Sequences | |
| Geometric Sequences | $S_\infty = \frac{u_1}{1-r} \quad ( |
| Logarithms | |
| Binomial Theorem | |
| Sigma Notation |
10. What's Next
Mastery of Number and Algebra is non-negotiable for success in the rest of the IB Math AA SL syllabus, as these concepts underpin every subsequent topic. For example, geometric sequences are used to model continuous growth and decay in calculus, the binomial theorem is used to derive binomial probability distributions in statistics, and logarithm and exponential rules are core to solving differentiation and integration problems for non-polynomial functions. You will also encounter sigma notation extensively when learning about Riemann sums for integration later in the course.
To reinforce your understanding of these topics, work through official past paper questions aligned with the Number and Algebra syllabus, and cross-check your answers against official IBO mark schemes to get familiar with grading expectations. If you get stuck on any problem, or need further clarification on any rule or formula, you can ask Ollie for step-by-step help anytime on the homepage.