Number and algebra
🎯What you need to be able to do
- Work with numbers in the form \( a \times 10^{k} \), and never write calculator notation in an answer.
- Use the \(n\)th term and sum formulae for arithmetic and geometric sequences, including sigma notation.
- Apply geometric sequences to compound interest, depreciation and real value under inflation.
- Round to a given number of decimal places or significant figures, state upper and lower bounds, and calculate percentage error.
- Judge whether an answer is reasonable, and estimate before calculating.
- Use the financial package on your calculator for amortization and annuities.
- Solve systems of linear equations and polynomial equations with technology.
- Use the laws of exponents with integer exponents, and evaluate logarithms base 10 and \( \mathrm{e} \).
- AHL Apply the laws of logarithms and simplify rational exponents.
- AHL Sum an infinite geometric series.
- AHL Work with complex numbers in Cartesian, polar and exponential form, including adding sinusoids.
- AHL Use matrices: algebra, determinants, inverses and solving systems.
- AHL Find eigenvalues and eigenvectors, and use them to compute powers of a \( 2 \times 2 \) matrix.
📚The mathematics
1.1 Standard form
A number in standard form is \( a \times 10^{k} \) with \( 1 \le a < 10 \) and \(k\) an
integer. Your calculator may display 5.2E30, but that is calculator notation and it is
not accepted in an answer. Write \( 5.2 \times 10^{30} \). This applies to every paper and it is
free marks lost.
1.2 Arithmetic sequences and series
The \( (n-1) \) is the classic slip: the tenth term involves nine steps. Given two terms, subtract the equations rather than guessing — from \( u_7 = 25 \) and \( u_{12} = 45 \) you get \( 5d = 20 \) immediately.
Arithmetic models describe anything growing by a fixed amount: simple interest, a salary rising by a set sum each year, seats increasing by a constant number per row. If the growth is by a fixed percentage, it is geometric instead, and choosing wrongly between the two is the most consequential decision in this topic.
1.3 Geometric sequences and series
To find \(r\) from two given terms, divide rather than subtract: \( \dfrac{u_6}{u_3} = r^{3} \). Geometric sequences model anything with a constant percentage change — population growth, radioactive decay, salary rises of 3% a year, the spread of a disease in its early phase.
1.4 Financial applications
Compound interest is a geometric sequence. With \(PV\) invested at a nominal annual rate of \(r\%\) compounded \(k\) times per year for \(n\) years:
Half-yearly is \( k = 2 \), quarterly \( k = 4 \), monthly \( k = 12 \). Depreciation is the same formula with a negative rate — an asset losing 15% a year is multiplied by \( 0.85 \) annually.
To find the real value of an investment, adjust the growth for inflation by dividing rather than subtracting: a 6% nominal return with 4% inflation gives a real growth factor of \( \dfrac{1.06}{1.04} \), about 1.92% — close to, but not equal to, the 2% that subtraction suggests. Over twenty years that difference is visible.
1.7 Amortization and annuities
An annuity pays out a regular sum from an invested lump; amortization pays off a loan with regular repayments. Both are done with the finance solver (TVM) on your calculator, and the syllabus expects that rather than a formula.
1.6 Approximation, bounds and error
Round to a stated number of decimal places or significant figures, and choose a sensible accuracy from the data you were given. If \( x = 4.1 \) to one decimal place then \( 4.05 \le x < 4.15 \) — those are the bounds, and note the asymmetry of the inequality signs.
where \( v_A \) is the approximate value and \( v_E \) the exact one. The exact value goes on the bottom — dividing by the approximation instead is the standard error, and it gives a different answer. Estimation matters too: before trusting a calculator output, ask whether the magnitude is plausible. Lengths cannot be negative, probabilities cannot exceed 1, and a population cannot be 4.7 people.
1.5 Exponents and logarithms, and 1.8 solving with technology
The laws of exponents with integer exponents: \( a^{m}a^{n} = a^{m+n} \), \( \dfrac{a^{m}}{a^{n}} = a^{m-n} \), \( (a^{m})^{n} = a^{mn} \), \( a^{-n} = \dfrac{1}{a^{n}} \). A logarithm is an exponent: \( a^{x} = b \) means exactly \( \log_a b = x \), for \( b > 0 \), and \( \ln x \) is \( \log_{\mathrm{e}} x \). At standard level you evaluate logarithms numerically with technology; the manipulation laws are HL.
You are also expected to solve systems of up to three linear equations in three unknowns, and polynomial equations, using technology — no particular method is required, and in examinations a system will always have a unique solution. Learn the words though: the solutions of \( f(x) = 0 \) are the roots of the equation and the zeros of the function.
AHL 1.9 & 1.10 Logarithm laws and rational exponents
In examinations the base will be 10 or \( \mathrm{e} \). Beware the false laws: \( \log(x+y) \ne \log x + \log y \), and \( \dfrac{\log x}{\log y} \ne \log\dfrac{x}{y} \). These laws are what make it possible to linearise exponential data in Topic 2, which is their main use in AI.
Rational exponents: \( a^{1/n} = \sqrt[n]{a} \) and \( a^{m/n} = \sqrt[n]{a^{m}} \), so \( 32^{3/5} = \left(\sqrt[5]{32}\right)^{3} = 2^{3} = 8 \). Take the root first — the numbers stay small.
AHL 1.11 Infinite geometric series
State the convergence condition explicitly; it is often a mark of its own. This connects to fractals in Topic 3 and to Markov chains in Topic 4.
AHL 1.12 & 1.13 Complex numbers
Define \( \mathrm{i} \) by \( \mathrm{i}^{2} = -1 \). In Cartesian form \( z = a + b\mathrm{i} \), with conjugate \( z^{*} = a - b\mathrm{i} \) and modulus \( |z| = \sqrt{a^{2}+b^{2}} \), plotted on an Argand diagram. A quadratic with real coefficients and \( b^{2} - 4ac < 0 \) has a conjugate pair of complex roots.
Polar form is \( z = r(\cos\theta + \mathrm{i}\sin\theta) = r\,\mathrm{cis}\,\theta \), and exponential (Euler) form is \( z = r\mathrm{e}^{\mathrm{i}\theta} \). Multiplying multiplies the moduli and adds the arguments; geometrically, multiplication is a rotation combined with a stretch.
The application AI cares about is adding sinusoids of the same frequency: two alternating voltages with different phase shifts add to a single sinusoid of the same frequency, and representing each as a complex number turns an awkward trigonometric sum into a straightforward vector addition. That is why complex numbers appear in this course at all — the electrical engineering context is the point, not a decoration.
AHL 1.14 Matrices
A matrix has order rows \( \times \) columns. Addition and scalar multiplication are element-wise. Multiplication is defined only when the inner dimensions agree, and it is not commutative — \( AB \ne BA \) in general, which is the single most important structural fact about matrices and the one most often forgotten under time pressure. It is associative and distributive.
For a \( 2 \times 2 \) matrix \( A = \begin{pmatrix} a & b \\ c & d \end{pmatrix} \), \( \det A = ad - bc \) and
Swap the leading diagonal, negate the other, divide by the determinant. A matrix with \( \det A = 0 \) is singular and has no inverse. Larger matrices are handled with technology. A system of linear equations written \( A\mathbf{x} = \mathbf{b} \) is then solved by \( \mathbf{x} = A^{-1}\mathbf{b} \), and applications include coding and decoding messages.
AHL 1.15 Eigenvalues and eigenvectors
An eigenvector of \(M\) is a direction the matrix does not turn: \( M\mathbf{v} = \lambda\mathbf{v} \), where the scalar \( \lambda \) is the eigenvalue telling you how much that direction is stretched. Find the eigenvalues from the characteristic equation \( \det(M - \lambda I) = 0 \), then substitute each back to find its eigenvector.
With distinct real eigenvalues you can diagonalise, and that makes high powers cheap:
where \(P\) has the eigenvectors as its columns and \(D\) is the diagonal matrix of eigenvalues — and raising a diagonal matrix to a power just means raising each entry. This is the machinery behind long-run population models and Markov chains, where the eigenvalue equal to 1 corresponds to the steady state.
✏️Worked example
(a) Quarterly means \( k = 4 \), so the quarterly rate is \( \dfrac{4.8}{4} = 1.2\% \) and there are \( 4 \times 5 = 20 \) compounding periods:
(b) Solve \( 6500(1.012)^{4n} > 9000 \), so \( (1.012)^{4n} > 1.3846 \). Using technology — either the finance solver or the graph of the left-hand side — \( 4n > 27.28 \), so \( n > 6.82 \). The question asks for complete years, so the answer is 7 years.
(c) Divide by the inflation factor rather than subtracting the rate:
So although the account grew by about $1750 in nominal terms, in purchasing power it gained only about $650. The investment did beat inflation, but by far less than the headline figure suggests.
📝Practise
Work through these, then reveal the answer. Each question targets a different objective from the list above.
1. A theatre has 22 seats in the front row, and each subsequent row has 3 more seats than the one in front. There are 18 rows. Find the number of seats in the last row and the total seating capacity.
2. A machine bought for €45 000 depreciates by 18% per year. Find its value after 4 years, and the first year in which its value falls below €15 000.
3. A student measures the length of a room as 5.8 m. The true length is 5.94 m. Find the percentage error, and state the bounds within which the true length lies if the measurement is correct to 1 decimal place.
4. A loan of $18 000 is taken out at 7.2% per year compounded monthly, to be repaid in equal monthly instalments over 5 years. Find the monthly repayment and the total interest paid.
5. AHL Find the inverse of \( A = \begin{pmatrix} 3 & 5 \\ 1 & 4 \end{pmatrix} \) and use it to solve \( 3x + 5y = 11 \), \( x + 4y = 9 \).
6. AHL Find the eigenvalues of \( M = \begin{pmatrix} 4 & 1 \\ 2 & 3 \end{pmatrix} \) and an eigenvector for each.
For \( \lambda = 5 \): \( (4-5)x + y = 0 \) gives \( y = x \), so \( \begin{pmatrix} 1 \\ 1 \end{pmatrix} \) is an eigenvector.
For \( \lambda = 2 \): \( (4-2)x + y = 0 \) gives \( y = -2x \), so \( \begin{pmatrix} 1 \\ -2 \end{pmatrix} \) works.
Any non-zero multiple of either is equally valid — an eigenvector specifies a direction, not a length, so an answer differing from the markscheme by a scalar factor is still right.
🔗Go deeper — other people’s work
These are external resources, not mine. If one stops working, tell me and everything above it on this page still stands.
- 3Blue1Brown — Essence of Linear Algebra, especially the episode on eigenvectors
- Khan Academy — sequences, series and financial mathematics
- Your GDC’s own manual — genuinely worth twenty minutes on the finance and matrix menus