Back to Blog

Number and Algebra: Sequences, Polynomials & the Marks Examiners Actually Drop

The five ideas behind almost every Paper 1 and Paper 2 algebra question in IB Maths AA.

Diagram linking arithmetic and geometric sequences, induction, polynomials and rational function graphs
Subject
Maths AA
Curriculum
IB Diploma Programme
Grade
DP
Topic
Number and Algebra
Reading
7 min
Difficulty
Advanced

Quick facts

Difficulty
★★★★☆
Exam weight
~1/5 of AA HL Paper 1 + Paper 2 combined
Prerequisites
Basic algebra, function notation, simple equation solving
You'll learn
Sequences, series, induction, roots of polynomials, asymptotes
Revision time
45–60 min for full note

Number and Algebra ties together some of the most exam-frequent ideas in IB Maths AA: arithmetic and geometric sequences, the sum to infinity, proof by induction, and the algebra linking a polynomial's coefficients to its roots. Sequences and series appear almost every year in both Paper 1 and Paper 2, often stacked with 'show that' derivations or GDC-heavy equations. Polynomials and rational functions extend the same logic to continuous graphs — where roots become factors and asymptotes reveal a function's long-term behaviour. This teaser walks through the five concepts that generate the most marks (and the most dropped marks): sequence formulas, sum to infinity, induction proofs, Vieta's formulas, and asymptote rules. The full revision note covers every formula, worked trap, and mark scheme detail in depth.

What you’ll be able to do

Apply the nth term and sum formulas for arithmetic sequences
Apply the nth term, sum, and sum to infinity formulas for geometric sequences
State and use the convergence condition for a geometric series
Construct a complete proof by mathematical induction (HL)
Use the remainder and factor theorems to factorise polynomials
Use Vieta's formulas to find combinations of roots without solving the equation
Identify vertical, horizontal, and oblique asymptotes of a rational function
Avoid the most common mark-losing traps in 'show that' and induction questions
1

Arithmetic Sequences: Constant Difference

An arithmetic sequence adds (or subtracts) the same amount dd every step — think a car depreciating by a fixed dollar amount per year. The nth term is un=u1+(n1)du_n=u_1+(n-1)d, and note it's (n1)(n-1) lots of dd, not nn, since u1u_1 already contains zero jumps. When a question gives you two terms or two sums, expect simultaneous equations to find u1u_1 and dd.

Number line showing an arithmetic sequence with equal jumps of size d

Exam tip

Once you know the last term, use Sn=n2(u1+un)S_n=\frac n2(u_1+u_n) instead of re-deriving dd — it's faster and avoids sign errors.

Mini summary

Constant difference, linear growth — un=u1+(n1)du_n=u_1+(n-1)d.

2

Geometric Sequences and the Sum to Infinity

A geometric sequence multiplies by a constant ratio rr each step — a ball rebounding to a fraction of its drop height, or compound interest. The nth term is un=u1rn1u_n=u_1r^{n-1}, and the sum of the first nn terms can be written two ways: Sn=u1(rn1)r1=u1(1rn)1rS_n=\frac{u_1(r^n-1)}{r-1}=\frac{u_1(1-r^n)}{1-r}. If r<1|r|<1, the terms shrink to nothing and S=u11rS_\infty=\frac{u_1}{1-r} — the only formula here with a condition attached.

Bouncing ball diagram showing decreasing rebound heights forming a geometric sequence
FeatureArithmeticGeometric
PatternConstant difference dd (add/subtract)Constant ratio rr (multiply)
Growth typeLinearExponential
nth termun=u1+(n1)du_n=u_1+(n-1)dun=u1rn1u_n=u_1r^{n-1}
Sum to infinityNever existsExists only if r<1|r|<1

Common mistake

Doubling the very first drop height in a bouncing-ball question — only bounces after the first impact go up-and-down, the initial drop is single-direction.

Mini summary

Constant ratio, exponential growth or decay — SS_\infty only exists for r<1|r|<1.

3

Proof by Mathematical Induction (HL)

Induction is how examiners force you to justify a general formula for a sequence rather than just quoting it. A complete proof needs four separately mark-worthy parts: a base case, an explicit assumption for n=kn=k, algebra showing the result holds for n=k+1n=k+1, and a concluding sentence tying it all together.

Flowchart of the four steps of a proof by mathematical induction

Common mistake

Missing the base case or skipping the final concluding sentence — each costs a mark independently of whether the algebra is correct.

Mini summary

Base case, assumption, n=k+1n=k+1 step, conclusion — all four are graded separately.

4

Remainder Theorem, Factor Theorem & Vieta's Formulas

The remainder theorem says dividing P(x)P(x) by (xa)(x-a) leaves remainder P(a)P(a) — substitute, don't divide, if that's all you need. The factor theorem is the special case where P(a)=0P(a)=0, confirming (xa)(x-a) is a factor. Once roots are known, Vieta's formulas extract combinations of roots directly from the coefficients: for a cubic, α+β+γ=ba\alpha+\beta+\gamma=-\frac ba, αβ+βγ+γα=ca\alpha\beta+\beta\gamma+\gamma\alpha=\frac ca, αβγ=da\alpha\beta\gamma=-\frac da.

Cubic polynomial graph with roots labelled alpha, beta, gamma and Vieta's formula relationships

Common mistake

Assuming the sign pattern in Vieta's formulas is always positive — it alternates (b/a-b/a, then +c/a+c/a, then d/a-d/a), and the pairwise-product sign is often lost.

Mini summary

Substitute for remainders, set P(a)=0P(a)=0 for factors, use Vieta's for root combinations without solving.

5

Rational Functions and Asymptotes

A rational function's long-term shape depends on comparing the degrees of numerator and denominator, while its short-term blow-ups happen wherever the denominator hits zero. A vertical asymptote occurs at x=ax=a only if that denominator factor doesn't cancel with the numerator — if it does, you get a hole instead. Horizontal asymptotes follow degree comparison, and an oblique asymptote appears when the numerator's degree is exactly one more than the denominator's.

Graph of a rational function showing vertical asymptote, horizontal asymptote, and a hole

Exam tip

Fully factorise both numerator and denominator before naming vertical asymptotes — any common factor is a hole, not an asymptote.

Mini summary

Factorise first: common factors give holes; uncancelled denominator zeros give vertical asymptotes; degree comparison gives horizontal/oblique ones.

Quick formula sheet

un=u1+(n1)du_n = u_1 + (n-1)d
nth term of an arithmetic sequencen-1 jumps, not n — the first term has zero jumps
Sn=n2(2u1+(n1)d)=n2(u1+un)S_n = \frac{n}{2}\big(2u_1+(n-1)d\big) = \frac{n}{2}(u_1+u_n)
Sum of the first n terms of an arithmetic seriesUse the (u1+un) form once you know the last term
un=u1rn1u_n = u_1 r^{\,n-1}
nth term of a geometric sequence
Sn=u1(rn1)r1,r1S_n = \frac{u_1(r^n-1)}{r-1},\quad r\neq 1
Sum of the first n terms of a geometric seriesPick the sign version that avoids dividing by a negative
S=u11r,r<1S_\infty = \frac{u_1}{1-r},\quad |r|<1
Sum to infinity of a convergent geometric seriesAlways state the |r|<1 condition or lose the mark
P(a)=remainder when P(x)÷(xa)P(a) = \text{remainder when } P(x)\div(x-a)
Remainder theorem
(xa)P(x)    P(a)=0(x-a)\mid P(x) \iff P(a)=0
Factor theorem
α+β=ba,αβ=ca\alpha+\beta=-\frac{b}{a},\quad \alpha\beta=\frac{c}{a}
Vieta's formulas for a quadratic ax2+bx+c=0ax^2+bx+c=0
α+β+γ=ba,  αβ+βγ+γα=ca,  αβγ=da\alpha+\beta+\gamma=-\frac{b}{a},\ \ \alpha\beta+\beta\gamma+\gamma\alpha=\frac{c}{a},\ \ \alpha\beta\gamma=-\frac{d}{a}
Vieta's formulas for a cubic ax3+bx2+cx+d=0ax^3+bx^2+cx+d=0Signs alternate: minus, plus, minus

Practice questions

Easy
  1. Find the 10th term of an arithmetic sequence with u1=4u_1=4 and d=3d=3.
  2. A geometric sequence has u1=5u_1=5 and r=2r=2. Find u4u_4.
  3. State the condition on rr for a geometric series to have a sum to infinity.
Medium
  1. An arithmetic sequence has u3=11u_3=11 and u7=27u_7=27. Find u1u_1 and dd.
  2. Show that (x2)(x-2) is a factor of P(x)=x33x24x+12P(x)=x^3-3x^2-4x+12 and factorise fully.
  3. Find the equations of all asymptotes of f(x)=x21x3f(x)=\dfrac{x^2-1}{x-3}.
Challenge
  1. Prove by mathematical induction that un=p+(n1)qu_n=p+(n-1)q for the recurrence u1=pu_1=p, un+1=un+qu_{n+1}=u_n+q, for all nZ+n\in\mathbb{Z}^+.
  2. A ball is dropped from 10 m and rebounds to 23\tfrac{2}{3} of its previous height each bounce. Find the total distance travelled until it comes to rest.
  3. For ax3+bx2+cx+d=0ax^3+bx^2+cx+d=0 with roots α,β,γ\alpha,\beta,\gamma, find α2+β2+γ2\alpha^2+\beta^2+\gamma^2 in terms of a,b,ca,b,c.

Frequently asked questions

What's the difference between arithmetic and geometric sequences?+

Arithmetic sequences add a constant difference dd each step (linear growth); geometric sequences multiply by a constant ratio rr each step (exponential growth or decay).

When does a geometric series have a sum to infinity?+

Only when r<1|r|<1, so the terms shrink towards zero. The formula is S=u11rS_\infty=\frac{u_1}{1-r}, and you must state the condition to get full marks.

Is proof by induction tested at SL?+

No, induction is an HL-only technique in IB Maths AA. It's used to prove general formulas for sequences and other statements involving all positive integers.

How do I know if a rational function has a vertical asymptote or a hole?+

Fully factorise the numerator and denominator. If a factor is common to both, it cancels and creates a hole; any uncancelled denominator zero gives a vertical asymptote.

What are Vieta's formulas used for?+

They let you find combinations of a polynomial's roots (like their sum or product) directly from its coefficients, without solving the equation.

Why is the remainder theorem useful?+

It lets you find the remainder of P(x)÷(xa)P(x)\div(x-a) by simply substituting x=ax=a into P(x)P(x), avoiding long division when you don't need the quotient.

Get the Full Number and Algebra Revision Note

Complete worked examples for every sequence, induction, and polynomial trap Full derivations for all 'show that' style questions Detailed asymptote and Vieta's formula walkthroughs with GDC tips Printable formula sheet aligned to the IB data booklet
Get the Number and Algebra notes on RevisionPrep

Related articles