IB

Number and Algebra Formulae AI HL only

Master IB Math AI HL Number & Algebra with our comprehensive guide. Complex numbers, matrices, eigenvalues, infinite series & advanced algebra for Higher Level students. Interactive calculators included.
Number and Algebra Formulae AI HL mathematics educational banner with algebraic expressions and formulas

Number and Algebra Formulae AI HL: Complete IB Mathematics Higher Level Guide

Welcome to the comprehensive guide for Number and Algebra in IB Mathematics Applications and Interpretation Higher Level. This advanced curriculum extends beyond Standard Level to include complex numbers, matrix algebra with eigenvalues, infinite series, and sophisticated algebraic techniques essential for university-level mathematics and real-world applications. Mastering these concepts requires both theoretical understanding and practical problem-solving skills that will serve you throughout your academic and professional career.

Complex Numbers

Complex numbers extend the real number system to include solutions to equations like \( x^2 + 1 = 0 \), which have no real solutions. This powerful mathematical construct has applications in electrical engineering, quantum mechanics, signal processing, and advanced mathematics. Understanding complex numbers in all their forms is fundamental to IB Math AI HL success.

Rectangular Form

The rectangular form, also called Cartesian form, expresses complex numbers in terms of real and imaginary components.

Rectangular Form Definition
\[ z = a + bi \]

where \( a = \text{Re}(z) \) is the real part, \( b = \text{Im}(z) \) is the imaginary part, and \( i^2 = -1 \)

Complex Conjugate
\[ \text{If } z = a + bi, \text{ then } \bar{z} = a - bi \]

The conjugate has the same real part but opposite imaginary part

Modulus (Absolute Value)
\[ |z| = \sqrt{a^2 + b^2} \]

The distance from the origin to point \( (a, b) \) in the complex plane

Operations with Complex Numbers

Addition and Subtraction
\[ (a + bi) \pm (c + di) = (a \pm c) + (b \pm d)i \]

Add or subtract real and imaginary parts separately

Multiplication
\[ (a + bi)(c + di) = (ac - bd) + (ad + bc)i \]

Expand using FOIL method and remember \( i^2 = -1 \)

Division
\[ \frac{a + bi}{c + di} = \frac{(a + bi)(c - di)}{(c + di)(c - di)} = \frac{(ac + bd) + (bc - ad)i}{c^2 + d^2} \]

Multiply numerator and denominator by the conjugate of the denominator

Example: Complex Number Operations

Let \( z_1 = 3 + 4i \) and \( z_2 = 1 - 2i \)

Addition: \( z_1 + z_2 = (3+1) + (4-2)i = 4 + 2i \)

Multiplication: \( z_1 \times z_2 = (3)(1) - (4)(-2) + [(3)(-2) + (4)(1)]i = 11 - 2i \)

Modulus: \( |z_1| = \sqrt{3^2 + 4^2} = \sqrt{25} = 5 \)

Polar Form (Modulus-Argument Form)

Polar form expresses complex numbers using their distance from the origin (modulus) and angle from the positive real axis (argument).

Polar Form Definition
\[ z = r(\cos\theta + i\sin\theta) = r\text{ cis }\theta \]

where \( r = |z| \) is the modulus and \( \theta = \arg(z) \) is the argument

Finding the Argument
\[ \theta = \arg(z) = \arctan\left(\frac{b}{a}\right) \]

Consider the quadrant when determining \( \theta \). Principal argument: \( -\pi < \theta \leq \pi \)

Conversion: Rectangular to Polar
\[ z = a + bi \Rightarrow r = \sqrt{a^2 + b^2}, \quad \theta = \arctan\left(\frac{b}{a}\right) \]
Conversion: Polar to Rectangular
\[ z = r\text{ cis }\theta \Rightarrow a = r\cos\theta, \quad b = r\sin\theta \]

Euler Form (Exponential Form)

Euler's Formula
\[ z = re^{i\theta} \]

where \( e^{i\theta} = \cos\theta + i\sin\theta \) (Euler's identity)

Euler's Remarkable Identity

When \( \theta = \pi \), Euler's formula gives \( e^{i\pi} + 1 = 0 \), connecting five fundamental mathematical constants: \( e \), \( i \), \( \pi \), 1, and 0. This is considered one of the most beautiful equations in mathematics.

Multiplication and Division in Polar Form

Multiplication in Polar Form
\[ z_1 \times z_2 = r_1\text{ cis }\theta_1 \times r_2\text{ cis }\theta_2 = r_1r_2\text{ cis }(\theta_1 + \theta_2) \]

Multiply moduli, add arguments

Division in Polar Form
\[ \frac{z_1}{z_2} = \frac{r_1\text{ cis }\theta_1}{r_2\text{ cis }\theta_2} = \frac{r_1}{r_2}\text{ cis }(\theta_1 - \theta_2) \]

Divide moduli, subtract arguments

De Moivre's Theorem
\[ (r\text{ cis }\theta)^n = r^n\text{ cis }(n\theta) \]

Used for finding powers and roots of complex numbers

Sequences and Series

Sequences and series form the foundation for understanding patterns, modeling phenomena, and financial mathematics. AI HL students must master both finite and infinite series, with particular emphasis on convergence conditions and applications.

Arithmetic Sequences

nth Term of Arithmetic Sequence
\[ u_n = u_1 + (n-1)d \]

where \( u_1 \) is the first term, \( d \) is the common difference, and \( n \) is the term number

Sum of First n Terms (Arithmetic)
\[ S_n = \frac{n}{2}(2u_1 + (n-1)d) = \frac{n}{2}(u_1 + u_n) \]

Two equivalent formulas for arithmetic series sum

Geometric Sequences

nth Term of Geometric Sequence
\[ u_n = u_1 \times r^{n-1} \]

where \( u_1 \) is the first term and \( r \) is the common ratio

Sum of First n Terms (Geometric)
\[ S_n = \frac{u_1(1-r^n)}{1-r} = \frac{u_1(r^n-1)}{r-1} \quad (r \neq 1) \]

Use first form when \( |r| < 1 \), second when \( |r| > 1 \)

Infinite Geometric Series
\[ S_\infty = \frac{u_1}{1-r} \quad \text{converges when } |r| < 1 \]

The series diverges if \( |r| \geq 1 \)

Example: Infinite Geometric Series

Find the sum of the infinite series: \( 8 + 4 + 2 + 1 + \frac{1}{2} + \ldots \)

Solution: \( u_1 = 8 \), \( r = \frac{4}{8} = \frac{1}{2} \)

Since \( |r| = \frac{1}{2} < 1 \), the series converges:

\( S_\infty = \frac{8}{1-\frac{1}{2}} = \frac{8}{\frac{1}{2}} = 16 \)

Sigma Notation

Sigma Notation
\[ \sum_{k=1}^{n} u_k = u_1 + u_2 + u_3 + \cdots + u_n \]

Compact notation for expressing sums of sequences

Common Sigma Formulas
\[ \sum_{k=1}^{n} k = \frac{n(n+1)}{2} \] \[ \sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6} \] \[ \sum_{k=1}^{n} k^3 = \left[\frac{n(n+1)}{2}\right]^2 \]

Logarithms

Logarithms are the inverse operations of exponentiation and are essential for solving exponential equations, analyzing growth models, and understanding various scientific phenomena. Understanding logarithmic properties is crucial for IB Math AI HL success.

Logarithm Definition
\[ a^x = b \Leftrightarrow x = \log_a(b) \]

where \( a > 0 \), \( a \neq 1 \), and \( b > 0 \)

Laws of Logarithms

Product Law
\[ \log_a(xy) = \log_a(x) + \log_a(y) \]

The logarithm of a product equals the sum of logarithms

Quotient Law
\[ \log_a\left(\frac{x}{y}\right) = \log_a(x) - \log_a(y) \]

The logarithm of a quotient equals the difference of logarithms

Power Law
\[ \log_a(x^m) = m\log_a(x) \]

The logarithm of a power brings the exponent to the front

Change of Base Formula
\[ \log_a(x) = \frac{\log_b(x)}{\log_b(a)} = \frac{\ln(x)}{\ln(a)} \]

Convert between different logarithm bases

Common Logarithm Mistakes
  • \( \log_a(x + y) \neq \log_a(x) + \log_a(y) \) (This is WRONG!)
  • \( \log_a(x - y) \neq \log_a(x) - \log_a(y) \) (This is WRONG!)
  • \( \frac{\log_a(x)}{\log_a(y)} \neq \log_a\left(\frac{x}{y}\right) \) (This is WRONG!)

Matrix Algebra

Matrices provide a powerful tool for representing and solving systems of linear equations, performing geometric transformations, and modeling complex relationships. AI HL students must develop fluency with matrix operations, including advanced concepts like eigenvalues and eigenvectors.

Matrix Operations

Matrix Addition
\[ A + B = \begin{pmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{pmatrix} + \begin{pmatrix} b_{11} & b_{12} \\ b_{21} & b_{22} \end{pmatrix} = \begin{pmatrix} a_{11}+b_{11} & a_{12}+b_{12} \\ a_{21}+b_{21} & a_{22}+b_{22} \end{pmatrix} \]

Add corresponding elements

Scalar Multiplication
\[ kA = k\begin{pmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{pmatrix} = \begin{pmatrix} ka_{11} & ka_{12} \\ ka_{21} & ka_{22} \end{pmatrix} \]

Multiply each element by scalar \( k \)

Matrix Multiplication (2×2)
\[ AB = \begin{pmatrix} a & b \\ c & d \end{pmatrix}\begin{pmatrix} e & f \\ g & h \end{pmatrix} = \begin{pmatrix} ae+bg & af+bh \\ ce+dg & cf+dh \end{pmatrix} \]

Row by column multiplication

Determinants and Inverses

Determinant of 2×2 Matrix
\[ A = \begin{pmatrix} a & b \\ c & d \end{pmatrix} \Rightarrow \det(A) = |A| = ad - bc \]

Cross-multiplication formula

Inverse of 2×2 Matrix
\[ A^{-1} = \frac{1}{\det(A)}\begin{pmatrix} d & -b \\ -c & a \end{pmatrix} = \frac{1}{ad-bc}\begin{pmatrix} d & -b \\ -c & a \end{pmatrix} \]

Exists only when \( \det(A) \neq 0 \)

Matrix Inverse Properties
  • \( AA^{-1} = A^{-1}A = I \) (where \( I \) is the identity matrix)
  • \( (AB)^{-1} = B^{-1}A^{-1} \) (reverse order)
  • \( (A^{-1})^{-1} = A \)
  • \( \det(A^{-1}) = \frac{1}{\det(A)} \)

Solving Systems of Equations

Matrix Equation Form
\[ AX = B \Rightarrow X = A^{-1}B \]

where \( A \) is coefficient matrix, \( X \) is variable vector, \( B \) is constant vector

Example: Solving System with Matrices

Solve the system: \( 2x + 3y = 8 \) and \( x - y = 1 \)

Matrix form: \( \begin{pmatrix} 2 & 3 \\ 1 & -1 \end{pmatrix}\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 8 \\ 1 \end{pmatrix} \)

Determinant: \( \det(A) = 2(-1) - 3(1) = -5 \)

Inverse: \( A^{-1} = \frac{1}{-5}\begin{pmatrix} -1 & -3 \\ -1 & 2 \end{pmatrix} \)

Solution: \( X = A^{-1}B = \begin{pmatrix} 2.2 \\ 1.2 \end{pmatrix} \), so \( x = 2.2 \), \( y = 1.2 \)

Eigenvalues and Eigenvectors

Eigenvalues and eigenvectors are advanced concepts in linear algebra with applications in physics, engineering, computer science, and data analysis. These concepts are unique to AI HL and represent sophisticated mathematical thinking essential for university-level studies.

Eigenvalue-Eigenvector Equation
\[ A\mathbf{v} = \lambda\mathbf{v} \]

where \( \lambda \) is an eigenvalue and \( \mathbf{v} \) is the corresponding eigenvector

Characteristic Equation
\[ \det(A - \lambda I) = 0 \]

Solve this equation to find eigenvalues

For 2×2 Matrix
\[ A = \begin{pmatrix} a & b \\ c & d \end{pmatrix} \Rightarrow \det\begin{pmatrix} a-\lambda & b \\ c & d-\lambda \end{pmatrix} = 0 \] \[ (a-\lambda)(d-\lambda) - bc = 0 \] \[ \lambda^2 - (a+d)\lambda + (ad-bc) = 0 \]

Matrix Diagonalization

Diagonalization Formula
\[ A = PDP^{-1} \]

where \( P \) is the matrix of eigenvectors and \( D \) is the diagonal matrix of eigenvalues

Matrix Powers
\[ A^n = PD^nP^{-1} \]

where \( D^n = \begin{pmatrix} \lambda_1^n & 0 \\ 0 & \lambda_2^n \end{pmatrix} \)

Example: Finding Eigenvalues

Find eigenvalues of \( A = \begin{pmatrix} 5 & 2 \\ 2 & 2 \end{pmatrix} \)

Characteristic equation: \( \det\begin{pmatrix} 5-\lambda & 2 \\ 2 & 2-\lambda \end{pmatrix} = 0 \)

\( (5-\lambda)(2-\lambda) - 4 = 0 \)

\( \lambda^2 - 7\lambda + 6 = 0 \)

\( (\lambda - 6)(\lambda - 1) = 0 \)

Eigenvalues: \( \lambda_1 = 6 \), \( \lambda_2 = 1 \)

Quadratic Theory

The Discriminant

Discriminant Formula
\[ \Delta = b^2 - 4ac \]

For quadratic equation \( ax^2 + bx + c = 0 \)

Discriminant ValueNature of RootsGraph Interpretation
\( \Delta > 0 \)Two distinct real rootsParabola crosses x-axis twice
\( \Delta = 0 \)One repeated real rootParabola touches x-axis once (vertex on x-axis)
\( \Delta < 0 \)Two complex conjugate rootsParabola does not intersect x-axis

Financial Mathematics

Financial mathematics applies algebraic and exponential concepts to real-world monetary situations. Understanding these formulas is essential for modeling investments, loans, and long-term financial planning. Explore more about compound interest applications.

Compound Interest

Compound Interest Formula
\[ FV = PV\left(1 + \frac{r}{100k}\right)^{kn} \]

where FV = future value, PV = present value, \( r \)% = annual rate, \( k \) = compounding periods per year, \( n \) = years

Annuities

Future Value of Annuity
\[ FV = PMT\left[\frac{(1+i)^n - 1}{i}\right] \]

where PMT = periodic payment, \( i \) = interest rate per period, \( n \) = number of periods

Present Value of Annuity
\[ PV = PMT\left[\frac{1-(1+i)^{-n}}{i}\right] \]

Used for loan calculations and amortization

Interactive Complex Number Calculator

Complex Number Operations

Calculate modulus and convert between rectangular and polar forms

Advanced Applications

Complex Numbers in Real-World Contexts

  • Electrical Engineering: Complex numbers model AC circuits, with impedance represented as \( Z = R + jX \) where \( R \) is resistance and \( X \) is reactance
  • Signal Processing: Fourier transforms use complex exponentials to analyze frequency components of signals
  • Quantum Mechanics: Wave functions are complex-valued, with probabilities derived from modulus squared
  • Control Systems: System stability analyzed using complex eigenvalues in the complex plane

Matrix Applications

  • Computer Graphics: Transformation matrices perform rotations, scaling, and translations of 2D and 3D objects
  • Economics: Input-output models use matrices to analyze economic sectors and production relationships
  • Network Analysis: Adjacency matrices represent connections in social networks, transportation systems, and the internet
  • Data Science: Principal component analysis (PCA) uses eigenvalues and eigenvectors for dimensionality reduction

Study Strategies for AI HL

Mastering Complex Concepts

  1. Build Conceptual Understanding: Don't just memorize formulas. Understand why they work and when to apply them
  2. Practice Form Conversions: Regularly practice converting complex numbers between rectangular, polar, and Euler forms
  3. Master Matrix Operations: Work through numerous examples of matrix multiplication, inversion, and eigenvalue problems
  4. Use Technology Effectively: Learn GDC functions for complex numbers, matrices, and sequence calculations. Verify hand calculations with technology
  5. Connect Topics: Recognize relationships between sequences (geometric) and financial mathematics (compound interest)
  6. Work Past Papers: AI HL examination questions often combine multiple topics. Practice authentic IB questions regularly

Common Challenges and Solutions

ChallengeStrategyPractice Focus
Complex number operationsWork in systematic steps, converting forms as neededMultiplication/division in polar form, De Moivre's theorem
Matrix multiplication errorsUse row-by-column method carefully, check dimensions3×2 and 2×2 matrices, non-commutative property
Finding eigenvaluesPractice characteristic equation systematicallySolve \( \det(A - \lambda I) = 0 \) for various matrices
Logarithm law applicationsRecognize patterns, avoid common errorsSolving exponential equations, change of base
Series convergenceCheck \( |r| < 1 \) before applying infinite series formulaIdentify geometric series in various contexts

GDC (Graphing Display Calculator) Tips

Essential GDC Functions for AI HL
  • Complex Numbers: Learn to convert between rectangular and polar forms (Casio: OPTN → COMPLEX → ►r∠θ or ►a+bi)
  • Matrices: Store matrices, compute determinants, inverses, and powers efficiently
  • Eigenvalues: Use built-in eigenvalue functions (varies by calculator model)
  • Financial Solver: TVM (Time Value of Money) solver for compound interest and annuity problems
  • Sequences: Generate arithmetic and geometric sequences, calculate sums
  • Equation Solver: Verify analytical solutions to complex equations

Exam Preparation Checklist

Before Your IB Math AI HL Exam
  • ✓ Memorize formulas not in the formula booklet (eigenvalue process, logarithm laws)
  • ✓ Practice complex number operations in all three forms
  • ✓ Master matrix operations including eigenvalues and eigenvectors
  • ✓ Review convergence conditions for infinite series
  • ✓ Understand when to use each logarithm law
  • ✓ Practice financial mathematics problems with GDC
  • ✓ Work through complete past papers under timed conditions
  • ✓ Verify GDC battery and functionality
  • ✓ Review common mistakes and how to avoid them
  • ✓ Practice explaining mathematical reasoning in writing

Additional Resources

Enhance your Number and Algebra mastery with these complementary resources:

Differences from AI SL

AI HL extends significantly beyond AI SL in Number and Algebra. Understanding these differences helps you appreciate the depth required at HL.

TopicAI SL CoverageAI HL Additional Content
Complex NumbersNot coveredAll three forms, operations, De Moivre's theorem, applications
MatricesBasic operations onlyEigenvalues, eigenvectors, diagonalization, matrix powers
SequencesFinite arithmetic and geometricInfinite geometric series, convergence, advanced sigma notation
LogarithmsBasic laws and simple equationsAdvanced applications, change of base, complex equations
Financial MathCompound interest basicsAnnuities, amortization, advanced loan calculations

Conclusion

Mastering Number and Algebra at IB Mathematics AI Higher Level requires dedication, systematic practice, and deep conceptual understanding. The advanced topics covered—complex numbers, matrix algebra with eigenvalues, infinite series, and sophisticated logarithmic techniques—represent university-level mathematics that prepares you for STEM careers and quantitative fields.

Success in AI HL comes from recognizing connections between topics, practicing regularly with authentic IB questions, and developing both analytical and technological problem-solving skills. The concepts you learn extend far beyond examinations, providing powerful tools for modeling real-world phenomena in engineering, physics, economics, computer science, and data analytics.

Remember that complex abstract concepts require time to internalize. Work through examples systematically, use your GDC effectively to verify results, and don't hesitate to explore applications that interest you personally. The mathematical maturity you develop through AI HL Number and Algebra creates a strong foundation for advanced study and professional success.

Continue building your IB Math AI HL knowledge through our comprehensive collection of IB Mathematics resources, practice with our various calculators, and explore connections with other IB subjects that use quantitative reasoning.

Shares: