IB HL

Number and Algebra

Download PDF

IB Math AA HL — Number & Algebra

Complete Study Guide

Topics Covered

  1. Sequences & Series — arithmetic and geometric, sigma notation, infinite sums
  2. Exponents & Logarithms — laws, change of base, natural log, solving equations
  3. Binomial Theorem — expansion, general term, finding specific terms
  4. Proof by Induction HL — sum formulas, divisibility, formal structure
  5. Systems of Equations HL — 3×3 systems, Gaussian elimination, geometric interpretation
  6. Practice Questions & Exam Alerts

Topic 1 of the IB Math AA HL syllabus — Paper 1 and Paper 2

Formula booklet awareness: The arithmetic and geometric sequence and series formulas, the binomial theorem, and the general binomial term formula are all in the IB formula booklet. However, the booklet does not provide the proof by induction structure or criteria for infinite geometric series convergence. Know those cold.

Core formulas at a glance

FormulaExpression
Arithmetic nnth termun=u1+(n1)du_n = u_1 + (n-1)d
Arithmetic sumSn=n2(2u1+(n1)d)=n2(u1+un)S_n = \dfrac{n}{2}(2u_1 + (n-1)d) = \dfrac{n}{2}(u_1 + u_n)
Geometric nnth termun=u1rn1u_n = u_1 \cdot r^{n-1}
Geometric sumSn=u1(1rn)1r, r1S_n = \dfrac{u_1(1 - r^n)}{1 - r},\ r \neq 1
Infinite geometric sumS=u11r, r<1S_\infty = \dfrac{u_1}{1 - r},\ \lvert r \rvert < 1
Binomial general termTr+1=(nr)anrbrT_{r+1} = \dbinom{n}{r} a^{n-r} b^r

Section 1: Sequences & Series

A sequence is an ordered list of numbers following a rule. A series is the sum of the terms of a sequence. On the IB exam, sequences and series questions appear on both Paper 1 (no calculator) and Paper 2, and they frequently combine with logarithms or proofs in multi-part questions.

1.1 Arithmetic Sequences & Series

In an arithmetic sequence, each term is obtained by adding a fixed number dd (the common difference) to the previous term.

un=u1+(n1)du_n = u_1 + (n-1)d

The sum of the first nn terms of an arithmetic series:

Sn=n2(2u1+(n1)d)or equivalentlySn=n2(u1+un)S_n = \frac{n}{2}(2u_1 + (n-1)d) \qquad \text{or equivalently} \qquad S_n = \frac{n}{2}(u_1 + u_n)

The second form is often faster when you already know the first and last terms.

Arithmetic sequence — finding a term and sum

The fourth term of an arithmetic sequence is 13 and the tenth term is 37. Find the common difference, the first term, and S20S_{20}.

Step 1: Set up simultaneous equations using un=u1+(n1)du_n = u_1 + (n-1)d:

u4=u1+3d=13u_4 = u_1 + 3d = 13 u10=u1+9d=37u_{10} = u_1 + 9d = 37

Step 2: Subtract the first equation from the second:

6d=24    d=46d = 24 \implies d = 4

Step 3: Substitute back to find u1u_1:

u1+3(4)=13    u1=1u_1 + 3(4) = 13 \implies u_1 = 1

Step 4: Compute S20S_{20}:

S20=202(2(1)+19(4))=10(2+76)=10×78=780S_{20} = \frac{20}{2}\bigl(2(1) + 19(4)\bigr) = 10(2 + 76) = 10 \times 78 = 780

Common trap — arithmetic series: Students often substitute n1n-1 instead of nn when identifying the number of terms in a sum. For example, the sum from u3u_3 to u10u_{10} contains 103+1=810 - 3 + 1 = 8 terms, not 7. Always count terms explicitly before using SnS_n.

1.2 Geometric Sequences & Series

In a geometric sequence, each term is obtained by multiplying the previous term by a fixed number rr (the common ratio):

un=u1rn1u_n = u_1 \cdot r^{n-1}

Sum of the first nn terms (for r1r \neq 1):

Sn=u1(1rn)1rS_n = \frac{u_1(1 - r^n)}{1 - r}

An equivalent form sometimes used when r>1r > 1:

Sn=u1(rn1)r1S_n = \frac{u_1(r^n - 1)}{r - 1}

Infinite geometric series: When r<1\lvert r \rvert < 1, the partial sums converge:

S=u11r,r<1S_\infty = \frac{u_1}{1 - r}, \qquad \lvert r \rvert < 1

Critical condition: You must state r<1\lvert r \rvert < 1 whenever you use SS_\infty. An answer that uses the infinite sum formula without verifying or stating the convergence condition will lose marks in any IB mark scheme. If r1\lvert r \rvert \geq 1, the infinite sum does not exist.

Geometric series — infinite sum and finding rr

A geometric series has first term 12 and sum to infinity 20. Find the common ratio and the sum of the first 5 terms.

Step 1: Use S=u11rS_\infty = \dfrac{u_1}{1-r}:

20=121r    1r=1220=0.6    r=0.420 = \frac{12}{1 - r} \implies 1 - r = \frac{12}{20} = 0.6 \implies r = 0.4

Step 2: Verify convergence: 0.4<1\lvert 0.4 \rvert < 1

Step 3: Find S5S_5:

S5=12(10.45)10.4=12(10.01024)0.6=12×0.989760.6=11.877120.619.80S_5 = \frac{12(1 - 0.4^5)}{1 - 0.4} = \frac{12(1 - 0.01024)}{0.6} = \frac{12 \times 0.98976}{0.6} = \frac{11.877\,12}{0.6} \approx 19.80

1.3 Sigma Notation

Sigma notation provides a compact way to write series:

k=1nuk=u1+u2++un\sum_{k=1}^{n} u_k = u_1 + u_2 + \cdots + u_n

Key properties:

k=1n(ak+bk)=k=1nak+k=1nbkk=1ncak=ck=1nak\sum_{k=1}^{n} (a_k + b_k) = \sum_{k=1}^{n} a_k + \sum_{k=1}^{n} b_k \qquad \sum_{k=1}^{n} c \cdot a_k = c \sum_{k=1}^{n} a_k

k=1nc=nck=1nk=n(n+1)2\sum_{k=1}^{n} c = nc \qquad \sum_{k=1}^{n} k = \frac{n(n+1)}{2}

Reading sigma notation on Paper 1: Always identify whether the index starts at 0 or 1 — it changes the number of terms. Also check whether the expression inside the sigma is arithmetic (linear in kk) or geometric (exponential in kk) to select the right formula.


Section 2: Exponents & Logarithms

2.1 Laws of Exponents

For a>0a > 0, b>0b > 0, and m,nRm, n \in \mathbb{R}:

LawExpression
Productaman=am+na^m \cdot a^n = a^{m+n}
Quotientaman=amn\dfrac{a^m}{a^n} = a^{m-n}
Power of power(am)n=amn(a^m)^n = a^{mn}
Negative exponentan=1ana^{-n} = \dfrac{1}{a^n}
Fractional exponentam/n=amna^{m/n} = \sqrt[n]{a^m}

2.2 Laws of Logarithms

For a>0a > 0, a1a \neq 1, x>0x > 0, y>0y > 0:

loga(xy)=logax+logay\log_a(xy) = \log_a x + \log_a y

loga ⁣(xy)=logaxlogay\log_a\!\left(\frac{x}{y}\right) = \log_a x - \log_a y

loga(xn)=nlogax\log_a(x^n) = n \log_a x

logaa=1loga1=0\log_a a = 1 \qquad \log_a 1 = 0

Change of base:

logax=logbxlogba(commonly: logax=lnxlna)\log_a x = \frac{\log_b x}{\log_b a} \qquad \text{(commonly: } \log_a x = \frac{\ln x}{\ln a}\text{)}

The natural logarithm lnx=logex\ln x = \log_e x where e2.718e \approx 2.718. On IB exams, ln\ln and exe^x are inverse functions: elnx=xe^{\ln x} = x and ln(ex)=x\ln(e^x) = x.

Solving an exponential equation

Solve 32x+1=5x3^{2x+1} = 5^x, giving your answer in exact form.

Step 1: Take the natural log of both sides:

ln(32x+1)=ln(5x)\ln(3^{2x+1}) = \ln(5^x)

Step 2: Apply the power law:

(2x+1)ln3=xln5(2x+1)\ln 3 = x \ln 5

Step 3: Expand and collect xx terms:

2xln3+ln3=xln52x\ln 3 + \ln 3 = x\ln 5 ln3=xln52xln3=x(ln52ln3)\ln 3 = x\ln 5 - 2x\ln 3 = x(\ln 5 - 2\ln 3)

Step 4: Solve for xx:

x=ln3ln52ln3=ln3ln5ln9=ln3ln(5/9)x = \frac{\ln 3}{\ln 5 - 2\ln 3} = \frac{\ln 3}{\ln 5 - \ln 9} = \frac{\ln 3}{\ln(5/9)}

Log of a negative number: lnx\ln x and logax\log_a x are only defined for x>0x > 0. After solving a logarithmic equation, always check that any proposed solution does not require taking the log of a non-positive number. Reject such extraneous solutions and state why.

Inverse relationships to memorise:

alogax=xloga(ax)=xa^{\log_a x} = x \qquad \log_a(a^x) = x

elnx=xln(ex)=xe^{\ln x} = x \qquad \ln(e^x) = x

These appear regularly in simplification and equation-solving steps.


Section 3: Binomial Theorem

3.1 The Expansion

The binomial theorem states that for nZ+n \in \mathbb{Z}^+:

(a+b)n=r=0n(nr)anrbr(a + b)^n = \sum_{r=0}^{n} \binom{n}{r} a^{n-r} b^r

where the binomial coefficient is:

(nr)=n!r!(nr)!\binom{n}{r} = \frac{n!}{r!(n-r)!}

Pascal’s triangle provides (nr)\binom{n}{r} values for small nn, but for larger nn you should use the formula directly or the GDC.

3.2 The General Term

The (r+1)(r+1)th term (also written Tr+1T_{r+1}) of the expansion of (a+b)n(a+b)^n is:

Tr+1=(nr)anrbrT_{r+1} = \binom{n}{r} a^{n-r} b^r

Note the indexing: rr starts at 0, so the first term is T1T_1 (with r=0r=0) and the last term is Tn+1T_{n+1} (with r=nr=n).

The most common binomial exam question: “Find the term containing xkx^k” or “find the coefficient of xkx^k.” The method is always: write the general term Tr+1T_{r+1}, set the power of xx equal to kk, solve for rr, then substitute back. Never expand the whole binomial if only one term is needed.

Finding a specific term in a binomial expansion

Find the term containing x3x^3 in the expansion of (2x1x)9\left(2x - \dfrac{1}{x}\right)^9.

Step 1: Write the general term with a=2xa = 2x and b=1xb = -\dfrac{1}{x}:

Tr+1=(9r)(2x)9r ⁣(1x)r=(9r)29r(1)rx9rxrT_{r+1} = \binom{9}{r}(2x)^{9-r}\!\left(-\frac{1}{x}\right)^r = \binom{9}{r} 2^{9-r}(-1)^r \cdot x^{9-r} \cdot x^{-r}

Step 2: Combine powers of xx:

Tr+1=(9r)29r(1)rx92rT_{r+1} = \binom{9}{r} 2^{9-r}(-1)^r \cdot x^{9-2r}

Step 3: Set the power of xx equal to 3:

92r=3    r=39 - 2r = 3 \implies r = 3

Step 4: Substitute r=3r = 3:

T4=(93)26(1)3x3=84×64×(1)x3=5376x3T_4 = \binom{9}{3} 2^{6}(-1)^3 \cdot x^3 = 84 \times 64 \times (-1) \cdot x^3 = -5376\,x^3

Answer: The term containing x3x^3 is 5376x3-5376x^3.

Binomial expansion with constant term

Find the constant term in the expansion of (x2+3x)6\left(x^2 + \dfrac{3}{x}\right)^6.

Step 1: General term with a=x2a = x^2 and b=3xb = \dfrac{3}{x}:

Tr+1=(6r)(x2)6r ⁣(3x)r=(6r)3rx122rxr=(6r)3rx123rT_{r+1} = \binom{6}{r}(x^2)^{6-r}\!\left(\frac{3}{x}\right)^r = \binom{6}{r} 3^r \cdot x^{12-2r} \cdot x^{-r} = \binom{6}{r} 3^r \cdot x^{12-3r}

Step 2: For a constant term, set power of xx to zero:

123r=0    r=412 - 3r = 0 \implies r = 4

Step 3: Substitute r=4r = 4:

T5=(64)34=15×81=1215T_5 = \binom{6}{4} 3^4 = 15 \times 81 = 1215

Answer: The constant term is 12151215.

Sign errors in binomial expansions: When bb is negative (e.g., b=1xb = -\frac{1}{x}), the sign alternates with rr. Write (1)r(-1)^r explicitly in the general term; do not try to track signs mentally. One missed negative sign will cost the entire answer mark.


Section 4: Proof by Induction HL

Proof by mathematical induction is an HL-only technique and is consistently tested on Paper 1. It proves that a statement P(n)P(n) holds for all integers nn0n \geq n_0 (usually n0=1n_0 = 1).

4.1 The Formal Structure

Every induction proof must contain all four components:

  1. Base case: Show P(n0)P(n_0) is true by direct calculation.
  2. Inductive hypothesis: State “Assume P(k)P(k) is true for some kn0k \geq n_0”, then write out explicitly what that assumption says.
  3. Inductive step: Using the hypothesis, prove that P(k+1)P(k+1) is true.
  4. Conclusion: State “Therefore, by the principle of mathematical induction, P(n)P(n) is true for all nn0n \geq n_0.”

The most penalised induction error: Students write “Assume true for n=kn = k” without saying what “true” means — i.e., without writing the actual formula for P(k)P(k). IB mark schemes require the assumption to be written explicitly. If you omit the explicit statement of P(k)P(k), you will lose the mark for the inductive hypothesis even if your algebra is correct.

Induction checklist for every proof:

  1. State P(n)P(n) (the claim) clearly at the top.
  2. Base case: compute LHS and RHS separately, confirm they are equal (or the divisibility holds).
  3. Write: “Assume P(k)P(k) is true, i.e., [write the formula/statement for kk].”
  4. Show P(k+1)P(k+1) follows. In the working, highlight exactly where the inductive hypothesis is substituted.
  5. Write the conclusion in full — do not abbreviate it.

4.2 Worked Example: Sum of a Series

Prove by induction that r=1nr=n(n+1)2\displaystyle\sum_{r=1}^{n} r = \dfrac{n(n+1)}{2} for all nZ+n \in \mathbb{Z}^+.

State P(n)P(n): r=1nr=n(n+1)2\displaystyle\sum_{r=1}^{n} r = \frac{n(n+1)}{2}

Base case (n=1n=1):

LHS =1= 1. RHS =1×22=1= \dfrac{1 \times 2}{2} = 1.

LHS == RHS, so P(1)P(1) is true. \checkmark

Inductive hypothesis: Assume P(k)P(k) is true for some kZ+k \in \mathbb{Z}^+, i.e.,

r=1kr=k(k+1)2\sum_{r=1}^{k} r = \frac{k(k+1)}{2}

Inductive step: We need to show P(k+1)P(k+1) is true, i.e., that:

r=1k+1r=(k+1)(k+2)2\sum_{r=1}^{k+1} r = \frac{(k+1)(k+2)}{2}

Starting from the LHS of P(k+1)P(k+1):

r=1k+1r=r=1kruse hypothesis+(k+1)=k(k+1)2+(k+1)\sum_{r=1}^{k+1} r = \underbrace{\sum_{r=1}^{k} r}_{\text{use hypothesis}} + (k+1) = \frac{k(k+1)}{2} + (k+1)

Factor out (k+1)(k+1):

=(k+1) ⁣(k2+1)=(k+1)k+22=(k+1)(k+2)2= (k+1)\!\left(\frac{k}{2} + 1\right) = (k+1) \cdot \frac{k+2}{2} = \frac{(k+1)(k+2)}{2}

This is the RHS of P(k+1)P(k+1). \checkmark

Conclusion: Since P(1)P(1) is true, and P(k)P(k+1)P(k) \Rightarrow P(k+1) for all kZ+k \in \mathbb{Z}^+, by the principle of mathematical induction P(n)P(n) is true for all nZ+n \in \mathbb{Z}^+. \blacksquare

4.3 Worked Example: Divisibility Proof

Prove by induction that 4n14^n - 1 is divisible by 3 for all nZ+n \in \mathbb{Z}^+.

State P(n)P(n): 3(4n1)3 \mid (4^n - 1), i.e., 4n1=3m4^n - 1 = 3m for some integer mm.

Base case (n=1n=1):

411=3=3×14^1 - 1 = 3 = 3 \times 1. This is divisible by 3. P(1)P(1) is true. \checkmark

Inductive hypothesis: Assume P(k)P(k) is true for some kZ+k \in \mathbb{Z}^+, i.e.,

4k1=3mfor some integer m, so4k=3m+14^k - 1 = 3m \quad \text{for some integer } m, \text{ so} \quad 4^k = 3m + 1

Inductive step: We need to show P(k+1)P(k+1) is true, i.e., 3(4k+11)3 \mid (4^{k+1} - 1).

4k+11=44k14^{k+1} - 1 = 4 \cdot 4^k - 1

Substitute the inductive hypothesis (4k=3m+14^k = 3m + 1):

=4(3m+1)1=12m+41=12m+3=3(4m+1)= 4(3m + 1) - 1 = 12m + 4 - 1 = 12m + 3 = 3(4m + 1)

Since 4m+14m + 1 is an integer, 4k+114^{k+1} - 1 is divisible by 3. P(k+1)P(k+1) is true. \checkmark

Conclusion: Since P(1)P(1) is true, and P(k)P(k+1)P(k) \Rightarrow P(k+1) for all kZ+k \in \mathbb{Z}^+, by the principle of mathematical induction 4n14^n - 1 is divisible by 3 for all nZ+n \in \mathbb{Z}^+. \blacksquare

Divisibility proof strategy: Isolate 4k4^k (or the base raised to the kk) so you can substitute the inductive hypothesis directly. Then factorise so that the required divisor appears explicitly as a factor. Never skip the factoring step — writing "=3()\ldots = 3(\ldots)" is the payoff line that earns the mark.


Section 5: Systems of Equations HL

5.1 Setting Up a 3×3 System

A system of three linear equations in three unknowns xx, yy, zz can be written in augmented matrix form:

(a1b1c1d1a2b2c2d2a3b3c3d3)\begin{pmatrix} a_1 & b_1 & c_1 & \mid & d_1 \\ a_2 & b_2 & c_2 & \mid & d_2 \\ a_3 & b_3 & c_3 & \mid & d_3 \end{pmatrix}

5.2 Gaussian Elimination

The goal is to reduce the augmented matrix to row echelon form (upper triangular) using three elementary row operations (EROs):

OperationNotationDescription
Swap rowsRiRjR_i \leftrightarrow R_jInterchange two rows
Scale a rowkRiRikR_i \to R_iMultiply a row by a non-zero constant
Add multipleRi+kRjRiR_i + kR_j \to R_iAdd a multiple of one row to another

Once in row echelon form, solve by back substitution from the bottom row up.

Gaussian elimination — inconsistent system (no solution)

Solve:

x+2yz=4x + 2y - z = 4 2xy+3z=12x - y + 3z = 1 3x+y+2z=113x + y + 2z = 11

Step 1: Write the augmented matrix:

(1214213131211)\left(\begin{array}{ccc|c} 1 & 2 & -1 & 4 \\ 2 & -1 & 3 & 1 \\ 3 & 1 & 2 & 11 \end{array}\right)

Step 2: Eliminate xx from rows 2 and 3.

R2R22R1R_2 \to R_2 - 2R_1:

(1214055731211)\left(\begin{array}{ccc|c} 1 & 2 & -1 & 4 \\ 0 & -5 & 5 & -7 \\ 3 & 1 & 2 & 11 \end{array}\right)

R3R33R1R_3 \to R_3 - 3R_1:

(121405570551)\left(\begin{array}{ccc|c} 1 & 2 & -1 & 4 \\ 0 & -5 & 5 & -7 \\ 0 & -5 & 5 & -1 \end{array}\right)

Step 3: Eliminate yy from row 3.

R3R3R2R_3 \to R_3 - R_2:

(121405570006)\left(\begin{array}{ccc|c} 1 & 2 & -1 & 4 \\ 0 & -5 & 5 & -7 \\ 0 & 0 & 0 & 6 \end{array}\right)

Step 4: The last row reads 0=60 = 6, a contradiction. This system has no solution (the planes are inconsistent).

Adjusting the constants for unique vs. no vs. infinite solutions: In exam questions, the system often has a parameter (e.g., kk) in one entry. The three cases arise from the bottom row of the reduced matrix: if it gives 0=c0 = c with c0c \neq 0, no solution; if 0=00 = 0, infinitely many solutions; if the diagonal is non-zero throughout, a unique solution exists.

5.3 Geometric Interpretation

Each equation ax+by+cz=dax + by + cz = d represents a plane in three-dimensional space. A 3×33 \times 3 system describes the intersection of three planes:

Reduced form outcomeGeometric meaningNumber of solutions
Full diagonal (no zeros)Three planes meet at a single pointUnique solution
Row of zeros, consistentPlanes share a line or a planeInfinitely many
Row 000c0\,0\,0\,\mid\,c, c0c \neq 0Planes are inconsistentNo solution

Recognising solution type from the augmented matrix:

  • Last row all zeros \to \infty solutions (introduce a parameter tt)
  • Last row 0 0 0  c0\ 0\ 0\ \mid\ c with c0c \neq 0 \to no solution
  • All pivots non-zero \to unique solution

Always state which case applies — IB mark schemes award a mark for the correct interpretation.


Section 6: Practice Questions

Question 1 — Arithmetic series (Paper 1 style)

The sum of the first nn terms of an arithmetic series is Sn=3n2+2nS_n = 3n^2 + 2n.

(a) Find the first term and the common difference.

(b) Find the 15th term.

Show full solution

(a) First term: u1=S1=3(1)2+2(1)=5u_1 = S_1 = 3(1)^2 + 2(1) = 5.

Second term: u2=S2S1=(12+4)5=11u_2 = S_2 - S_1 = (12 + 4) - 5 = 11.

Common difference: d=u2u1=115=6d = u_2 - u_1 = 11 - 5 = 6.

(b) Using un=u1+(n1)du_n = u_1 + (n-1)d:

u15=5+14×6=5+84=89u_{15} = 5 + 14 \times 6 = 5 + 84 = 89

Alternatively, u15=S15S14=(675+30)(588+28)=705616=89u_{15} = S_{15} - S_{14} = (675 + 30) - (588 + 28) = 705 - 616 = 89. ✓


Question 2 — Infinite geometric series

A geometric series has u1=8u_1 = 8 and u3=2u_3 = 2.

(a) Find the two possible values of the common ratio.

(b) For the value of rr for which the series converges, find SS_\infty.

(c) Find the smallest value of nn such that Sn>0.99SS_n > 0.99 \, S_\infty.

Show full solution

(a) u3=u1r22=8r2r2=14r=±12u_3 = u_1 r^2 \Rightarrow 2 = 8r^2 \Rightarrow r^2 = \tfrac{1}{4} \Rightarrow r = \pm\tfrac{1}{2}.

(b) Both r=12r = \tfrac{1}{2} and r=12r = -\tfrac{1}{2} satisfy r<1\lvert r \rvert < 1, so both converge. For r=12r = \tfrac{1}{2}:

S=8112=80.5=16S_\infty = \frac{8}{1 - \tfrac{1}{2}} = \frac{8}{0.5} = 16

For r=12r = -\tfrac{1}{2}:

S=81+12=81.5=163S_\infty = \frac{8}{1 + \tfrac{1}{2}} = \frac{8}{1.5} = \frac{16}{3}

(If the question specifies positive terms, take r=12r = \tfrac{1}{2}, giving S=16S_\infty = 16.)

(c) For r=12r = \tfrac{1}{2}, S=16S_\infty = 16. We need Sn>0.99×16=15.84S_n > 0.99 \times 16 = 15.84:

Sn=16 ⁣(1(12)n)>15.84S_n = 16\!\left(1 - \left(\tfrac{1}{2}\right)^n\right) > 15.84

1(12)n>0.99    (12)n<0.011 - \left(\tfrac{1}{2}\right)^n > 0.99 \implies \left(\tfrac{1}{2}\right)^n < 0.01

Take logarithms: nln12<ln0.01n>ln0.01ln0.5=4.6050.6936.64n \ln\tfrac{1}{2} < \ln 0.01 \Rightarrow n > \dfrac{\ln 0.01}{\ln 0.5} = \dfrac{-4.605}{-0.693} \approx 6.64.

Since nn must be a positive integer, the smallest value is n=7n = 7.


Question 3 — Binomial theorem

(a) Expand (1+2x)5(1 + 2x)^5 in ascending powers of xx up to and including the term in x3x^3.

(b) Find the coefficient of x4x^4 in the expansion of (3x)7(3 - x)^7.

(c) HL Find the value of kk such that the expansion of (k+x)6(k + x)^6 has a term in x2x^2 equal to 60x260x^2.

Show full solution

(a) Using Tr+1=(5r)(1)5r(2x)r=(5r)2rxrT_{r+1} = \binom{5}{r}(1)^{5-r}(2x)^r = \binom{5}{r} 2^r x^r:

rr(5r)\binom{5}{r}2r2^rTerm
01111
15210x10x
210440x240x^2
310880x380x^3

(1+2x)5=1+10x+40x2+80x3+(1+2x)^5 = 1 + 10x + 40x^2 + 80x^3 + \cdots

(b) General term of (3x)7(3-x)^7: Tr+1=(7r)37r(x)r=(7r)37r(1)rxrT_{r+1} = \binom{7}{r}3^{7-r}(-x)^r = \binom{7}{r}3^{7-r}(-1)^r x^r.

For x4x^4: r=4r = 4.

T5=(74)33(1)4x4=35×27×1×x4=945x4T_5 = \binom{7}{4} 3^3 (-1)^4 x^4 = 35 \times 27 \times 1 \times x^4 = 945\,x^4

Coefficient is 945945.

(c) General term of (k+x)6(k+x)^6: Tr+1=(6r)k6rxrT_{r+1} = \binom{6}{r} k^{6-r} x^r.

For x2x^2: r=2r = 2.

T3=(62)k4x2=15k4x2T_3 = \binom{6}{2} k^4 x^2 = 15k^4 x^2

Set equal to 60x260x^2: 15k4=60k4=4k=±215k^4 = 60 \Rightarrow k^4 = 4 \Rightarrow k = \pm\sqrt{2}.


Question 4 — Proof by induction HL

Prove by mathematical induction that r=1nr2=n(n+1)(2n+1)6\displaystyle\sum_{r=1}^{n} r^2 = \dfrac{n(n+1)(2n+1)}{6} for all nZ+n \in \mathbb{Z}^+.

Show full solution

State P(n)P(n): r=1nr2=n(n+1)(2n+1)6\displaystyle\sum_{r=1}^{n} r^2 = \dfrac{n(n+1)(2n+1)}{6}.

Base case (n=1n=1):

LHS =12=1= 1^2 = 1. RHS =1×2×36=1= \dfrac{1 \times 2 \times 3}{6} = 1.

LHS == RHS. P(1)P(1) is true. \checkmark

Inductive hypothesis: Assume P(k)P(k) is true for some kZ+k \in \mathbb{Z}^+:

r=1kr2=k(k+1)(2k+1)6\sum_{r=1}^{k} r^2 = \frac{k(k+1)(2k+1)}{6}

Inductive step: Show P(k+1)P(k+1): r=1k+1r2=(k+1)(k+2)(2k+3)6\displaystyle\sum_{r=1}^{k+1} r^2 = \dfrac{(k+1)(k+2)(2k+3)}{6}.

r=1k+1r2=r=1kr2+(k+1)2=k(k+1)(2k+1)6+(k+1)2\sum_{r=1}^{k+1} r^2 = \sum_{r=1}^{k} r^2 + (k+1)^2 = \frac{k(k+1)(2k+1)}{6} + (k+1)^2

Factor out (k+1)(k+1):

=(k+1) ⁣[k(2k+1)6+(k+1)]=(k+1)k(2k+1)+6(k+1)6= (k+1)\!\left[\frac{k(2k+1)}{6} + (k+1)\right] = (k+1) \cdot \frac{k(2k+1) + 6(k+1)}{6}

Expand the numerator:

k(2k+1)+6(k+1)=2k2+k+6k+6=2k2+7k+6=(k+2)(2k+3)k(2k+1) + 6(k+1) = 2k^2 + k + 6k + 6 = 2k^2 + 7k + 6 = (k+2)(2k+3)

Therefore:

r=1k+1r2=(k+1)(k+2)(2k+3)6\sum_{r=1}^{k+1} r^2 = \frac{(k+1)(k+2)(2k+3)}{6}

This is the RHS of P(k+1)P(k+1). \checkmark

Conclusion: Since P(1)P(1) is true, and P(k)P(k+1)P(k) \Rightarrow P(k+1) for all kZ+k \in \mathbb{Z}^+, by the principle of mathematical induction P(n)P(n) is true for all nZ+n \in \mathbb{Z}^+. \blacksquare


Question 5 — Systems of equations HL

Consider the system of equations:

x+2y+z=3x + 2y + z = 3 2x+y+az=b2x + y + az = b xy+2z=1x - y + 2z = 1

(a) Show that when a=3a = 3 and b=4b = 4, the system has infinitely many solutions.

(b) Find the condition on aa and bb under which the system has a unique solution.

Show full solution

Augmented matrix:

(121321ab1121)\left(\begin{array}{ccc|c} 1 & 2 & 1 & 3 \\ 2 & 1 & a & b \\ 1 & -1 & 2 & 1 \end{array}\right)

R2R22R1R_2 \to R_2 - 2R_1, R3R3R1R_3 \to R_3 - R_1:

(121303a2b60312)\left(\begin{array}{ccc|c} 1 & 2 & 1 & 3 \\ 0 & -3 & a-2 & b-6 \\ 0 & -3 & 1 & -2 \end{array}\right)

R3R3R2R_3 \to R_3 - R_2:

(121303a2b6003a2(b6))=(121303a2b6003a4b)\left(\begin{array}{ccc|c} 1 & 2 & 1 & 3 \\ 0 & -3 & a-2 & b-6 \\ 0 & 0 & 3-a & -2-(b-6) \end{array}\right) = \left(\begin{array}{ccc|c} 1 & 2 & 1 & 3 \\ 0 & -3 & a-2 & b-6 \\ 0 & 0 & 3-a & 4-b \end{array}\right)

(a) When a=3a = 3, b=4b = 4: bottom row is (0 0 0  0)(0\ 0\ 0\ \mid\ 0), i.e., 0=00 = 0. Infinitely many solutions. \checkmark

(b) Unique solution requires the bottom-right pivot to be non-zero: 3a03 - a \neq 0, i.e., a3a \neq 3.

When a3a \neq 3, the system has a unique solution for any value of bb.

(When a=3a = 3 and b4b \neq 4, the bottom row gives 0=4b00 = 4 - b \neq 0: no solution.)


Question 6 — Mixed: logarithms and series

The nnth term of a sequence is un=log2(2n3)u_n = \log_2(2^n \cdot 3). Show that the sequence is arithmetic and find its common difference.

Show full solution

Use the log product law: un=log2(2n)+log23=n+log23u_n = \log_2(2^n) + \log_2 3 = n + \log_2 3.

This is linear in nn: un=n+log23u_n = n + \log_2 3.

Common difference: d=un+1un=(n+1+log23)(n+log23)=1d = u_{n+1} - u_n = (n+1+\log_2 3) - (n + \log_2 3) = 1.

Since dd is constant, the sequence is arithmetic with common difference d=1d = 1. \blacksquare


PDF download: A print-ready version of this guide with all formulas and worked examples is available at the link below.

Download PDF

IB Formula Booklet — Complex Numbers

Modulus & Polar Form

GIVENz = r(cosθ + i sinθ) = r cis θ
GIVENz = re (Euler form)
MEMORISE|z| = √(a² + b²)
MEMORISEarg(z) — sketch point, use quadrant formula

Polar Multiplication & Division

GIVENz&sub1;z&sub2; = r&sub1;r&sub2; cis(θ&sub1; + θ&sub2;)
GIVENz&sub1;/z&sub2; = (r&sub1;/r&sub2;) cis(θ&sub1; − θ&sub2;)

De Moivre's Theorem

GIVEN(r cis θ)n = rn cis(nθ)
MEMORISEz + 1/z = 2cosθ (when |z|=1)
MEMORISEz − 1/z = 2i sinθ (when |z|=1)

nth Roots

GIVENw1/n = r1/n cis((θ + 2πk)/n), k=0..n-1
MEMORISESum of nth roots of unity = 0
MEMORISE1 + ω + ω² = 0 (cube roots)

Conjugate & Arithmetic

MEMORISEz* = a − bi
MEMORISEz · z* = |z|² (always real)
MEMORISEz + z* = 2Re(z)
MEMORISEz − z* = 2i Im(z)

Loci

MEMORISE|z − a| = r → Circle, centre a, radius r
MEMORISE|z − a| = |z − b| → Perpendicular bisector
MEMORISEarg(z − a) = θ → Ray from a

Vieta's Formulas

MEMORISEz² + az + b = 0: sum = −a, product = b
MEMORISEConjugate root theorem: real coeff → roots come in conjugate pairs