aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Stay in the loop

Study tips, product updates, and early access to new features.

aimnova.

AI-powered IB study platform with personalised plans, instant feedback, and examiner-style marking.

IB Subjects
  • All IB Subjects
  • IB Diploma
  • IB ESS
  • IB Economics
  • IB Business Management
  • IB Math AI
  • IB Math AA
  • IB Physics
  • IB Biology
  • IB Chemistry
  • IB History
  • IB History (2028+)
  • IB Global Politics
  • IB Psychology
  • IB Philosophy
  • IB Geography
  • IB Spanish B
  • IB German B
  • IB Italian B
  • IB French B
  • IB English B
  • IB English A Lang & Lit
  • IB Spanish A Lang & Lit
  • IB French A Lang & Lit
Question Banks
  • ESS Question Bank
  • Economics Question Bank
  • Business Management Question Bank
  • Math AI Question Bank
  • Math AA Question Bank
  • Physics Question Bank
  • Biology Question Bank
  • Chemistry Question Bank
  • History Question Bank
  • History (2028+) Question Bank
  • Global Politics Question Bank
  • Psychology Question Bank
  • Philosophy Question Bank
  • Geography Question Bank
  • Spanish B Question Bank
  • German B Question Bank
  • Italian B Question Bank
  • French B Question Bank
  • English B Question Bank
  • English A Lang & Lit Question Bank
  • Spanish A Lang & Lit Question Bank
  • French A Lang & Lit Question Bank
Predicted Topics 2026
  • ESS Predictions 2026
  • Economics Predictions 2026
  • Business Management Predictions 2026
  • Math AI Predictions 2026
  • Math AA Predictions 2026
  • Physics Predictions 2026
  • Geography Predictions 2026
  • Spanish B Predictions 2026
  • German B Predictions 2026
  • Italian B Predictions 2026
  • French B Predictions 2026
  • English B Predictions 2026

Study Resources

  • Free Study Notes
  • Mock Exams
  • Revision Guide
  • Flashcards
  • Exam Skills
  • Command Terms
  • Past Paper Feedback
  • Grade Calculator
  • Exam Timetable 2026

Company

  • Features
  • Pricing
  • About Us
  • Blog
  • Contact
  • Terms
  • Privacy
  • Cookies

© 2026 Aimnova. All rights reserved.

Made with 💜 for IB students worldwide

v0.1.1506
NotesMath AATopic 1.9
Unit 1 · Number & Algebra · Topic 1.9

IB Math AA — Binomial theorem

Topic 1.9 of IB Mathematics: Analysis and Approaches covers Binomial theorem, which is part of Unit 1: Number & Algebra. Students explore key concepts including Pascal's triangle & nCr, Binomial expansion, Finding a term. A strong understanding of binomial theorem is essential for IB Math AA exams and builds the foundation for connected topics across the syllabus.

Exam technique guidePractice questions

Key concepts in Binomial theorem

Key Idea: The binomial theorem expands a power of a two-term bracket, (a + b)ⁿ, without multiplying it all out — and lets you grab one term straight away. It shows up on both papers, often as find the coefficient of xᵏ or find the constant term.

🔢 The formulas you're given

Pascal's triangleⁿCᵣ (combinations)
Start each row with 1; every inside number is the sum of the two above.Each coefficient is ⁿCᵣ — compute by formula or with the GDC's nCr.
Row 4: 1 4 6 4 1.⁴C₂ = 6, matching the triangle.
Quickest for small n (≈ up to 6) — Paper 1.Best for large n — Paper 2 on the GDC.
(nr)=n!r! (n−r)!\binom{n}{r} = \frac{n!}{r!\,(n - r)!}(rn​)=r!(n−r)!n!​
nnn
the power of the bracket (top of ⁿCᵣ)
rrr
which term — 0 for the first, counting up
(a+b)n=an+(n1)an−1b+⋯+(nr)an−rbr+⋯+bn(a + b)^n = a^n + \binom{n}{1}a^{n-1}b + \cdots + \binom{n}{r}a^{n-r}b^r + \cdots + b^n(a+b)n=an+(1n​)an−1b+⋯+(rn​)an−rbr+⋯+bn
an−ra^{n-r}an−r
first term — its power **falls** n → 0
brb^{r}br
second term — its power **rises** 0 → n
(a + b)ⁿ has n + 1 terms, and in each term the two powers sum to n. Need just one term? Use the general term ⁿCᵣ aⁿ⁻ʳ bʳ: set the exponent of x equal to the power you want, solve for r, then compute that single coefficient — no full expansion.

✏️ IB-style worked examples

IB-style question — expand a bracket (Paper 1)

Expand (x + 2)⁴ without a calculator.

Step by step:

  1. Row 4 of Pascal's triangle gives 1, 4, 6, 4, 1; powers of x fall, powers of 2 rise.

    x4+(41)x3(2)+(42)x2(22)+(43)x(23)+24x^4 + \binom{4}{1}x^3(2) + \binom{4}{2}x^2(2^2) + \binom{4}{3}x(2^3) + 2^4x4+(14​)x3(2)+(24​)x2(22)+(34​)x(23)+24
  2. Work out each coefficient (2² = 4, 2³ = 8, 2⁴ = 16).

    =x4+8x3+24x2+32x+16= x^4 + 8x^3 + 24x^2 + 32x + 16=x4+8x3+24x2+32x+16
Final answer:

(x + 2)⁴ = x⁴ + 8x³ + 24x² + 32x + 16 (5 terms; powers sum to 4)

IB-style question — a coefficient with the nCr (Paper 2)

Find the coefficient of x³ in the expansion of (2x − 1)⁵.

Step by step:

  1. General term: ⁵Cᵣ (2x)⁵⁻ʳ (−1)ʳ. The power of x is 5 − r, so for x³ take r = 2.

    (52)(2x)3(−1)2\binom{5}{2}(2x)^{3}(-1)^{2}(25​)(2x)3(−1)2
  2. Use the GDC for ⁵C₂ = 10, then cube the whole 2x and square the −1.

    =10×8x3×1=80x3= 10 \times 8x^3 \times 1 = 80x^3=10×8x3×1=80x3
Final answer:

Coefficient of x³ = 80

IB-style question — find an unknown constant

In the expansion of (x + k)⁶, the coefficient of x⁴ is 60. Find the possible values of k.

Step by step:

  1. The x⁴ term: power of x is 6 − r = 4, so r = 2.

    (62)x4k2=15k2x4\binom{6}{2}x^4 k^2 = 15k^2 x^4(26​)x4k2=15k2x4
  2. Set the coefficient equal to 60.

    15k2=60  ⇒  k2=415k^2 = 60 \;\Rightarrow\; k^2 = 415k2=60⇒k2=4
  3. Solve — an even power gives both signs.

    k=±2k = \pm 2k=±2
Final answer:

k = ±2

🔒 GDC walkthrough

Step through the exact calculator keystrokes, screen by screen, in study mode.

Unlock free for 7 days →
Important: A coefficient or minus sign is part of the term, so raise the whole thing: (2x)³ = 8x³ (not 2x³), (−3)² = +9 (not −9). And "term independent of x" / "constant term" means the power of x is 0 — set the exponent to 0 and solve for r.

Tap each card to reveal the answer.

Coefficients of (a + b)⁴ from Pascal's triangle? 1, 4, 6, 4, 1 — row 4 of the triangle.

Compute ⁵C₂ 10 — 5!/(2!·3!) = (5×4)/(2×1).

How many terms in (a + b)⁷? 8 terms — always n + 1.

Term in x³ of (2 + x)⁶? 160x³ — ⁶C₃·2³·x³ = 20×8×x³.

Constant term of (x + 2/x)⁶? 160 — set 6 − 2r = 0 → r = 3, then ⁶C₃·2³.

(1 + x)ⁿ has x² coefficient 28 — find n n = 8 — ⁿC₂ = n(n−1)/2 = 28 ⇒ n² − n − 56 = 0.

Exam Tips

  • Coefficients of (a + b)ⁿ = row n of Pascal's triangle = ⁿC₀, ⁿC₁, …, ⁿCₙ.
  • Paper 1: small powers by hand. Paper 2: ⁿCᵣ via MATH → ▶ PRB → 3:nCr.
  • General term ⁿCᵣ aⁿ⁻ʳ bʳ — match the exponent to the power you want to get r.
  • Bracket the whole term before raising: (2x)³ = 8x³, (−3)² = +9; constant term ⇒ power of x is 0.
  • Coefficient given → set it equal and solve (even power ⇒ ±); n unknown → use ⁿC₂, a quadratic in n.

What you'll learn in Topic 1.9

  • 1.9.1 Pascal's triangle & nCr
  • 1.9.2 Binomial expansion
  • 1.9.3 Finding a term
Suggested study order: Read the notes for each sub-topic below → test yourself with flashcards → attempt practice questions → review exam technique.

Study resources — 1.9 Binomial theorem

1.9.1

Pascal's triangle & nCr

Notes
1.9.2

Binomial expansion

Notes
1.9.3

Finding a term

Notes

Ready to study Binomial theorem?

Get AI-powered practice questions, personalised feedback, and a study planner tailored to your IB Math AA exam date.

Start studying free

Topic 1.9 Binomial theorem forms a core part of Unit 1: Number & Algebra in IB Math AA. Mastering these concepts will strengthen your understanding of connected topics across the syllabus and prepare you for exam questions that require analysis, evaluation, and real-world application.

Previous topic
1.8 Infinite geometric series
Next topic
2.1 Straight lines
All Math AA topics
Exam technique

Ready to practice?

Get AI-graded practice questions, mock exams, flashcards, and a personalised study plan — all aligned to your IB syllabus.

Start Studying Free

No credit card required · Cancel anytime