IB SL

Number and Algebra

Download PDF

IB Math AI SL — Number and Algebra

Complete Study Guide

Topics Covered

  1. Scientific Notation and Estimation — rounding, significant figures, percentage error
  2. Arithmetic Sequences and Series — modelling linear growth, sigma notation
  3. Geometric Sequences and Series — modelling exponential growth and decay
  4. Financial Mathematics — compound interest, annuities, amortization
  5. Logarithms in Context — solving exponential equations, half-life, doubling time
  6. Practice Questions and Exam Alerts

Topic 1 of the IB Math AI SL syllabus — Paper 1 and Paper 2

Calculator-active course: Unlike Math AA, all AI papers allow GDC use. You still need to show working for “show that” questions, but for most problems your GDC is your best friend. Know how to use the finance solver (TVM), table of values, and equation solver efficiently.

Core formulas at a glance

FormulaExpression
Percentage errorvAvEvE×100%\left\lvert\dfrac{v_A - v_E}{v_E}\right\rvert \times 100\%
Arithmetic nnth termun=u1+(n1)du_n = u_1 + (n-1)d
Arithmetic sumSn=n2(2u1+(n1)d)S_n = \dfrac{n}{2}(2u_1 + (n-1)d)
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
Compound interestFV=PV×(1+r100k)knFV = PV \times \left(1 + \dfrac{r}{100k}\right)^{kn}

Section 1: Scientific Notation, Rounding, and Estimation

1.1 Scientific Notation

Any number can be written in the form a×10ka \times 10^k where 1a<101 \le a < 10 and kk is an integer.

Real-world context: Scientists measuring cell sizes (3.2×1063.2 \times 10^{-6} m) or national GDPs (1.8×10121.8 \times 10^{12} USD) use scientific notation to keep numbers manageable. On Paper 2, data is frequently given in this form.

Scientific notation in context

The population of bacteria in a culture doubles every 3 hours. Starting from 500 bacteria, express the population after 24 hours in scientific notation.

After 24 hours there are 243=8\frac{24}{3} = 8 doubling periods.

P=500×28=500×256=128000=1.28×105P = 500 \times 2^8 = 500 \times 256 = 128\,000 = 1.28 \times 10^5

1.2 Significant Figures and Rounding

The IB expects you to give final answers to 3 significant figures unless told otherwise. Intermediate calculations should carry at least one extra significant figure to avoid rounding error.

Percentage error measures how far an approximation vAv_A is from an exact value vEv_E:

Percentage error=vAvEvE×100%\text{Percentage error} = \left\lvert \frac{v_A - v_E}{v_E} \right\rvert \times 100\%

Common mistake: Students sometimes use the approximation in the denominator. The IB formula uses the exact value in the denominator. This is given in the formula booklet.

Percentage error

A student estimates the height of a building as 14.5 m. The actual height is 15.2 m. Find the percentage error.

Percentage error=14.515.215.2×100%=0.715.2×100%=4.61%\text{Percentage error} = \left\lvert \frac{14.5 - 15.2}{15.2} \right\rvert \times 100\% = \frac{0.7}{15.2} \times 100\% = 4.61\%


Section 2: Arithmetic Sequences and Series

An arithmetic sequence has a constant difference dd between consecutive terms. This models linear growth: salary increases by a fixed amount each year, a taxi charges a fixed rate per km.

2.1 The nnth Term

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

where u1u_1 is the first term and dd is the common difference.

2.2 The Sum of nn Terms

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

Arithmetic sequence in a real-world scenario

A gym membership costs 40inthefirstmonth,andincreasesby40 in the first month, and increases by 5 each month. Find the cost in month 12 and the total cost over the first 12 months.

Here u1=40u_1 = 40, d=5d = 5.

Month 12: u12=40+11×5=40+55=95u_{12} = 40 + 11 \times 5 = 40 + 55 = 95 dollars.

Total cost: S12=122(40+95)=6×135=810S_{12} = \dfrac{12}{2}(40 + 95) = 6 \times 135 = 810 dollars.

2.3 Applications

Arithmetic sequences model situations where a quantity changes by the same amount each period:

  • Saving a fixed amount each month
  • Depreciation by a fixed dollar value
  • Seating in a stadium (each row has dd more seats than the previous row)

GDC shortcut: On TI-84, enter the sequence formula in Y1Y_1 and use TABLE to see all terms at once. On Casio, use the sequence mode (RECUR). This is much faster than calculating each term by hand.


Section 3: Geometric Sequences and Series

A geometric sequence has a constant ratio rr between consecutive terms. This models exponential growth and decay: population growth, radioactive decay, compound interest.

3.1 The nnth Term

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

3.2 The Sum of nn Terms

Sn=u1(1rn)1r,r1S_n = \frac{u_1(1 - r^n)}{1 - r}, \quad r \neq 1

3.3 Infinite Geometric Series

When r<1|r| < 1, the sum to infinity converges:

S=u11rS_\infty = \frac{u_1}{1 - r}

Geometric sequence — population decline

A town has 12,000 residents. Each year the population decreases by 3%. Find the population after 10 years and the total number of “person-years” lived over those 10 years.

Here u1=12000u_1 = 12000, r=0.97r = 0.97.

After 10 years: u11=12000×0.9710=12000×0.7374=8849u_{11} = 12000 \times 0.97^{10} = 12000 \times 0.7374\ldots = 8849 (3 s.f.)

Total person-years: S10=12000(10.9710)10.97=12000×0.26260.03=105000S_{10} = \dfrac{12000(1 - 0.97^{10})}{1 - 0.97} = \dfrac{12000 \times 0.2626}{0.03} = 105\,000 (3 s.f.)

Be careful with nn: If the population starts at 12,000, this is u1u_1. The population after 1 year is u2=u1ru_2 = u_1 \cdot r. After 10 years is u11u_{11}. Many students use n=10n = 10 when they should use n=11n = 11.


Section 4: Financial Mathematics

Financial maths is a major focus of Math AI. You must understand compound interest and be proficient with your GDC’s finance solver (TVM solver).

4.1 Compound Interest

FV=PV×(1+r100k)knFV = PV \times \left(1 + \frac{r}{100k}\right)^{kn}

where:

  • FVFV = future value
  • PVPV = present value (initial investment)
  • rr = annual interest rate (as a percentage)
  • kk = number of compounding periods per year
  • nn = number of years
Compoundingkk
Annually1
Quarterly4
Monthly12
Daily365

Compound interest — comparing options

Anna invests 5000at4.25000 at 4.2% per annum compounded monthly. Ben invests 5000 at 4.3% per annum compounded annually. Who has more after 5 years?

Anna: FV=5000×(1+4.21200)60=5000×1.003560=5000×1.2330=6165FV = 5000 \times \left(1 + \dfrac{4.2}{1200}\right)^{60} = 5000 \times 1.0035^{60} = 5000 \times 1.2330 = 6165 (nearest dollar)

Ben: FV=5000×(1+4.3100)5=5000×1.0435=5000×1.2349=6175FV = 5000 \times \left(1 + \dfrac{4.3}{100}\right)^{5} = 5000 \times 1.043^{5} = 5000 \times 1.2349 = 6175 (nearest dollar)

Ben has slightly more. The higher nominal rate outweighs monthly compounding.

4.2 Using the GDC Finance Solver (TVM)

Your GDC has a TVM (Time Value of Money) solver. The key variables are:

VariableMeaning
NNTotal number of payment periods
I%I\%Annual interest rate
PVPVPresent value (negative if you pay it)
PMTPMTPayment per period
FVFVFuture value
P/YP/YPayments per year
C/YC/YCompounding periods per year

Sign convention: Money you pay out is negative, money you receive is positive. For a loan, PVPV is positive (you receive the money) and PMTPMT is negative (you pay it back).

4.3 Annuities and Amortization

An annuity is a series of equal payments made at regular intervals. An amortization schedule shows how each payment is split between interest and principal.

Loan repayment

You borrow 20,000 USD at 6% annual interest compounded monthly. You repay in equal monthly instalments over 5 years. Find the monthly payment.

Using the TVM solver: N=60N = 60, I%=6I\% = 6, PV=20000PV = 20000, FV=0FV = 0, P/Y=12P/Y = 12, C/Y=12C/Y = 12.

Solve for PMTPMT: PMT=386.66PMT = -386.66 (the negative sign confirms you are paying out).

Monthly payment is 386.66 USD.

Total paid: 386.66×60=23200386.66 \times 60 = 23\,200. Total interest: 2320020000=320023\,200 - 20\,000 = 3200.


Section 5: Logarithms in Context

Logarithms in Math AI focus on solving real-world exponential equations rather than algebraic manipulation.

5.1 The Logarithm as an Inverse

If ax=ba^x = b then x=logabx = \log_a b.

The most common bases are 10 (log\log) and ee (ln\ln).

5.2 Solving Exponential Equations

To find when a quantity reaches a target value, take logarithms of both sides:

u1rn=T    n=lnTlnu1lnru_1 \cdot r^n = T \implies n = \frac{\ln T - \ln u_1}{\ln r}

Doubling time

A population of 8000 grows at 2.5% per year. How long until it reaches 16,000?

8000×1.025n=160008000 \times 1.025^n = 16000 1.025n=21.025^n = 2 n=ln2ln1.025=0.69310.02469=28.1 yearsn = \frac{\ln 2}{\ln 1.025} = \frac{0.6931}{0.02469} = 28.1 \text{ years}

5.3 Half-Life

The time for a quantity to halve. If rr is the decay factor per unit time:

t1/2=ln0.5lnrt_{1/2} = \frac{\ln 0.5}{\ln r}

Radioactive decay

A sample of 500 g of a radioactive substance decays by 8% per year. Find the half-life and the mass after 15 years.

Decay factor r=0.92r = 0.92.

Half-life: t1/2=ln0.5ln0.92=0.69310.08338=8.31t_{1/2} = \dfrac{\ln 0.5}{\ln 0.92} = \dfrac{-0.6931}{-0.08338} = 8.31 years.

After 15 years: 500×0.9215=500×0.2863=143500 \times 0.92^{15} = 500 \times 0.2863 = 143 g (3 s.f.)


Section 6: Practice Questions

Paper 1 Style (Short Answer)

Q1. The 5th term of an arithmetic sequence is 22 and the 12th term is 57. Find u1u_1 and dd.

From u5=u1+4d=22u_5 = u_1 + 4d = 22 and u12=u1+11d=57u_{12} = u_1 + 11d = 57:

Subtracting: 7d=357d = 35, so d=5d = 5.

u1=224(5)=2u_1 = 22 - 4(5) = 2.

Q2. Express 0.000427 in scientific notation and find the percentage error when it is rounded to 4.3×1044.3 \times 10^{-4}.

0.000427=4.27×1040.000427 = 4.27 \times 10^{-4}.

Percentage error: 4.3×1044.27×1044.27×104×100%=0.034.27×100%=0.702%\left\lvert\dfrac{4.3 \times 10^{-4} - 4.27 \times 10^{-4}}{4.27 \times 10^{-4}}\right\rvert \times 100\% = \dfrac{0.03}{4.27} \times 100\% = 0.702\%.

Q3. A car purchased for 25,000 depreciates by 15% each year. Find its value after 6 years.

V=25000×0.856=25000×0.3771=9428V = 25000 \times 0.85^6 = 25000 \times 0.3771 = 9428 (nearest dollar).

Paper 2 Style (Extended Response)

Q4. Sophia invests 8000 at 3.8% per annum compounded quarterly. (a) Find the value after 10 years. (b) Find when the investment first exceeds 12,000. (c) If instead she adds 100 per quarter, use your GDC to find the value after 10 years.

(a) FV=8000×(1+3.8400)40=8000×1.009540=8000×1.4596=11677FV = 8000 \times \left(1 + \dfrac{3.8}{400}\right)^{40} = 8000 \times 1.0095^{40} = 8000 \times 1.4596 = 11\,677 (nearest dollar).

(b) 8000×1.00954n=120008000 \times 1.0095^{4n} = 12000

1.00954n=1.51.0095^{4n} = 1.5

4n=ln1.5ln1.0095=0.40550.009455=42.894n = \dfrac{\ln 1.5}{\ln 1.0095} = \dfrac{0.4055}{0.009455} = 42.89

n=10.7n = 10.7 years, so in the 11th year.

(c) Using GDC TVM: N=40N = 40, I%=3.8I\% = 3.8, PV=8000PV = -8000, PMT=100PMT = -100, P/Y=4P/Y = 4, C/Y=4C/Y = 4. Solve for FVFV: FV=16518FV = 16\,518 (nearest dollar).

Q5. A bouncing ball is dropped from 2 metres. After each bounce it reaches 72% of its previous height. (a) Find the height after the 5th bounce. (b) Find the total vertical distance the ball travels before it stops.

(a) After the 5th bounce: h5=2×0.725=2×0.1935=0.387h_5 = 2 \times 0.72^5 = 2 \times 0.1935 = 0.387 m.

(b) The ball falls 2 m, then bounces up and down. Total distance:

D=2+2×SD = 2 + 2 \times S_\infty where S=2×0.7210.72=1.440.28=5.143S_\infty = \dfrac{2 \times 0.72}{1 - 0.72} = \dfrac{1.44}{0.28} = 5.143 m.

D=2+2(5.143)=12.3D = 2 + 2(5.143) = 12.3 m (3 s.f.).

Exam strategy for financial maths: Always write down the TVM values you enter, even if you solve on the GDC. The IB expects to see N=...,I%=...,PV=...,PMT=...,FV=...,P/Y=...,C/Y=...N = ..., I\% = ..., PV = ..., PMT = ..., FV = ..., P/Y = ..., C/Y = ... before the answer. Without this, you lose method marks.


May 2026 Prediction Questions

These are NOT official IB questions. These are trend-based practice questions written to reflect the topic areas and question styles most likely to appear on the May 2026 IB Math AI SL Paper 2. Based on recent exam patterns (2022–2025), expect heavy weighting on: compound interest, annuities (TVM solver), geometric series in real-world contexts, and logarithms in exponential growth/decay scenarios.


Question 1 — Financial Mathematics (TVM Solver) [~8 marks]

Priya takes out a car loan of $18,500 at an annual interest rate of 5.4%, compounded monthly. She makes equal monthly repayments over 4 years.

(a) Find the monthly repayment amount.

(b) Find the total amount Priya pays over the 4 years.

(c) Find the total interest paid.

(d) After 2 years of payments, Priya wants to pay off the remaining balance in full. Using your GDC, find the outstanding balance at that point.

Show Solution

(a) Set up TVM solver:

N=48N = 48, I%=5.4I\% = 5.4, PV=18500PV = 18500, FV=0FV = 0, P/Y=12P/Y = 12, C/Y=12C/Y = 12.

Solve for PMTPMT: PMT=429.40PMT = -429.40

Monthly repayment is $429.40.

(b) Total paid =429.40×48=20611= 429.40 \times 48 = 20\,611 (nearest dollar, USD).

(c) Total interest =2061118500=2111= 20611 - 18500 = 2111 (USD).

(d) After 2 years, 24 payments have been made. Use TVM:

N=24N = 24, I%=5.4I\% = 5.4, PV=18500PV = 18500, PMT=429.40PMT = -429.40, P/Y=12P/Y = 12, C/Y=12C/Y = 12.

Solve for FVFV: FV=9748FV = -9748 (magnitude is the outstanding balance).

Outstanding balance after 2 years: $9748.


Question 2 — Geometric Series in Context [~7 marks]

A biologist studying a bacterial culture observes that the population triples every 90 minutes. The initial population is 400 bacteria.

(a) Write a model for the population PP after nn intervals of 90 minutes.

(b) Find the population after 6 hours.

(c) Find how long it takes for the population to first exceed 1,000,000.

(d) The culture vessel has a capacity of 5,000,000 bacteria. Find the total number of bacteria across the first 8 intervals and comment on whether the vessel is sufficient.

Show Solution

(a) This is a geometric sequence with u1=400u_1 = 400 and r=3r = 3.

P(n)=400×3n1P(n) = 400 \times 3^{n-1}

where nn is the number of 90-minute intervals elapsed (so n=1n = 1 is the start).

(b) 6 hours = 4 intervals of 90 minutes, so n=5n = 5 (after 4 intervals from the start).

P=400×34=400×81=32400P = 400 \times 3^4 = 400 \times 81 = 32\,400 bacteria.

(c) Solve 400×3n1>1000000400 \times 3^{n-1} > 1\,000\,000:

3n1>25003^{n-1} > 2500

(n1)ln3>ln2500(n-1)\ln 3 > \ln 2500

n1>ln2500ln3=7.8241.099=7.12n - 1 > \frac{\ln 2500}{\ln 3} = \frac{7.824}{1.099} = 7.12

n>8.12n > 8.12

So after n=9n = 9 intervals, i.e., after 12 hours.

(d) S8=400(381)31=400×65602=1312000S_8 = \dfrac{400(3^8 - 1)}{3 - 1} = \dfrac{400 \times 6560}{2} = 1\,312\,000 bacteria.

The total across 8 intervals is 1,312,000, which is well below the 5,000,000 capacity. The vessel is sufficient over this time period.


Question 3 — Logarithms in Exponential Growth Context [~6 marks]

The value VV (in dollars) of a vintage guitar is modelled by V(t)=1200×e0.065tV(t) = 1200 \times e^{0.065t}, where tt is the number of years since it was purchased.

(a) Find the initial value of the guitar.

(b) Find the value after 10 years, correct to the nearest dollar.

(c) Find the number of years it takes for the value to double.

(d) The owner wants to sell when the guitar is worth at least $5000. Find the minimum whole number of years they must wait.

Show Solution

(a) V(0)=1200×e0=1200V(0) = 1200 \times e^0 = 1200 (USD).

(b) V(10)=1200×e0.65=1200×1.9155=2299V(10) = 1200 \times e^{0.65} = 1200 \times 1.9155 = 2299 (USD, nearest dollar).

(c) Set V(t)=2400V(t) = 2400 (double the initial value):

1200×e0.065t=24001200 \times e^{0.065t} = 2400

e0.065t=2e^{0.065t} = 2

0.065t=ln2=0.69310.065t = \ln 2 = 0.6931

t=0.69310.065=10.7 yearst = \frac{0.6931}{0.065} = 10.7 \text{ years}

(d) Solve 1200×e0.065t50001200 \times e^{0.065t} \ge 5000:

e0.065t50001200=4.16e^{0.065t} \ge \frac{5000}{1200} = 4.1\overline{6}

0.065tln(4.167)=1.42710.065t \ge \ln(4.167) = 1.4271

t1.42710.065=21.96 yearst \ge \frac{1.4271}{0.065} = 21.96 \text{ years}

The owner must wait at least 22 years.

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