Mathematics

~6 mins

Mathematics is the abstract science of number, quantity, and space, either as abstract concepts or as applied to other disciplines. It provides the language and tools to describe patterns, relationships, and structures in the universe, from counting objects to understanding the curvature of spacetime.

1) Numbers exist because early humans needed to track quantities — "How many sheep do I have?" or "How much grain should I trade?" The first numbers were natural numbers ℕ = {1, 2, 3, 4, 5, ...}, literally for counting objects. You can touch 3 apples, see 5 birds, count 10 fingers. But what about "no apples"? That's why we invented zero (0). What about owing 3 apples? That's negative numbers (-3). Together with zero, these form integers ℤ = {..., -3, -2, -1, 0, 1, 2, 3, ...}. But what if you want half an apple? That's 1/2, a rational number ℚ (any fraction p/q where q ≠ 0). But some numbers can't be written as fractions — like √2 (the diagonal of a unit square) or π (circle circumference ÷ diameter). These irrational numbers plus rationals form real numbers ℝ. Finally, equations like x² + 1 = 0 have no real solutions (no real number squared gives -1), so we invented imaginary unit i where i² = -1, creating complex numbers ℂ = a + bi. Each number system solved practical problems the previous couldn't handle.

Related: Numbers | Natural Numbers | Complex Numbers

2) Arithmetic operations (+, −, ×, ÷) are humanity's first mathematical tools, representing fundamental ways we combine quantities in daily life. Addition (+) means "putting together" — if you have 3 coins in your left pocket and 5 coins in your right pocket, you have 3 + 5 = 8 coins total. Subtraction (−) means "taking away" — if you spend 3 of those 8 coins, you have 8 − 3 = 5 coins left. Multiplication (×) is repeated addition — if you buy 4 packs of gum with 3 pieces each, you get 4 × 3 = 3 + 3 + 3 + 3 = 12 pieces total. Division (÷) splits things equally — if you share 12 pieces of gum among 3 friends, each gets 12 ÷ 3 = 4 pieces. These operations follow reliable patterns: commutativity means order doesn't matter (3 + 5 = 5 + 3, and 4 × 7 = 7 × 4), associativity means grouping doesn't matter ((2 + 3) + 4 = 2 + (3 + 4) = 9), and distributivity connects multiplication with addition (3 × (4 + 2) = 3 × 4 + 3 × 2 = 18). These rules make arithmetic predictable and allow us to manipulate numbers confidently.

Related: Arithmetic | Basic Operations | Mathematical Properties

3) Algebra uses letters like x and y to represent unknown numbers, transforming mathematics from calculating with specific numbers to solving general problems. Imagine you're buying concert tickets: each ticket costs some amount (let's call it x), plus a £5 booking fee, and your total is £11. The equation becomes x + 5 = 11. To find x, we "undo" the addition by subtracting 5 from both sides: x + 5 − 5 = 11 − 5, so x = 6. Each ticket costs £6. This process works because equations are like balanced scales — whatever you do to one side, you must do to the other to keep balance. Variables (letters) represent unknown quantities we want to find. Functions describe relationships: if f(x) = 2x + 3, this means "take any number x, double it, then add 3." So f(5) = 2(5) + 3 = 13. Functions are like mathematical machines: input goes in, output comes out according to a rule. Algebra lets us write general formulas instead of calculating each case separately — the area of any rectangle is A = length × width, regardless of specific dimensions. This generality makes algebra incredibly powerful for modelling real-world situations.

Related: Algebra | Variables | Functions

4) Geometry studies shapes, sizes, and properties of space. Points have no dimension, lines have length but no width. Angles measure rotation: 90° is a right angle, 180° is a straight line, 360° is a full circle. Triangles have angles summing to 180°. The Pythagorean theorem states a² + b² = c² for right triangles. Circles have circumference C = 2πr and area A = πr². Three-dimensional shapes include spheres with volume V = (4/3)πr³.

Related: Geometry | Pythagorean Theorem | Circle

5) Trigonometry relates angles to side lengths in triangles. In right triangles, sine (sin θ = opposite/hypotenuse), cosine (cos θ = adjacent/hypotenuse), and tangent (tan θ = opposite/adjacent) connect angles to ratios. The unit circle extends these to all angles. Trigonometric functions are periodic: sin(θ + 360°) = sin θ. Used in navigation, engineering, and wave analysis.

Related: Trigonometry | Trig Functions | Unit Circle

6) Calculus studies continuous change through derivatives (rates of change) and integrals (accumulated quantities). The derivative f'(x) measures how fast a function changes. For f(x) = x², the derivative f'(x) = 2x. Integration reverses differentiation: ∫f'(x)dx = f(x) + C. The fundamental theorem connects derivatives and integrals. Applications include finding maximum profits, calculating areas, and modelling population growth.

Related: Calculus | Derivatives | Integrals

7) Statistics analyses data to understand patterns and make predictions. Mean (average), median (middle value), and mode (most frequent) measure central tendency. Standard deviation measures spread. Probability quantifies uncertainty from 0 (impossible) to 1 (certain). The normal distribution (bell curve) appears frequently in nature. Correlation measures relationships between variables (r = 1 perfect positive, r = 0 no correlation, r = −1 perfect negative).

Related: Statistics | Probability | Normal Distribution

8) Mathematical proof establishes absolute certainty through logical reasoning. Direct proofs show statements follow from axioms. Proof by contradiction assumes the opposite and shows this leads to impossibility. Mathematical induction proves statements for all natural numbers. Euclid proved infinitely many prime numbers exist. Gödel's incompleteness theorems showed fundamental limits to mathematical knowledge.

Related: Mathematical Proof | Mathematical Induction | Gödel's Theorems

9) Set theory studies collections of objects called elements. A = {1, 2, 3, 4, 5} is a set. Operations include union (A ∪ B), intersection (A ∩ B), and complement (A'). The empty set ∅ contains no elements. Infinite sets can have the same cardinality as proper subsets. Cantor showed different sizes of infinity exist, with real numbers having larger cardinality than integers.

Related: Set Theory | Cardinality | Cantor's Theorem

10) Number theory studies properties of integers. Prime numbers (2, 3, 5, 7, 11, ...) have exactly two divisors. Every integer > 1 has unique prime factorisation. Euclid proved infinitely many primes exist. Modular arithmetic works with remainders: 17 ≡ 2 (mod 5). RSA encryption uses large primes to secure internet communications, showing abstract number theory has practical applications.

Related: Number Theory | Prime Numbers | RSA Encryption

11) Linear algebra studies vectors and matrices. Vectors represent quantities with magnitude and direction. In 2D, vector v = (3, 4) has magnitude |v| = √(3² + 4²) = 5. Matrices represent linear transformations. Applications include 3D graphics, data analysis, machine learning, and Google's PageRank algorithm.

Related: Linear Algebra | Vectors | Matrices

12) Differential equations describe how quantities change over time. dy/dx = ky models exponential growth. Solutions are functions satisfying the equation. Newton's second law F = ma becomes m(d²x/dt²) = F. Used in physics, engineering, biology, and economics to model dynamic systems.

Related: Differential Equations | ODEs | PDEs

13) Abstract algebra studies algebraic structures like groups, rings, and fields. A group has closure, associativity, identity element, and inverses. Integers under addition form a group. Symmetries of shapes form groups. The fundamental theorem of algebra states every polynomial has complex roots.

Related: Abstract Algebra | Groups | Rings

14) Topology studies properties preserved under continuous deformations. A coffee mug and doughnut are topologically equivalent (both have one hole). Euler's formula V − E + F = 2 relates vertices, edges, and faces. The four-colour theorem states any map needs at most four colours. Topology underlies modern physics.

Related: Topology | Euler Characteristic | Four Colour Theorem

15) Complex analysis studies functions of complex variables z = x + iy where i² = −1. Analytic functions have derivatives at every point. The Riemann zeta function ζ(s) = Σn⁻ˢ connects number theory to complex analysis. The Riemann hypothesis about its zeros is one of mathematics' most important unsolved problems.

Related: Complex Analysis | Analytic Functions | Riemann Hypothesis

16) Mathematical logic formalises reasoning using symbols like ∧ (and), ∨ (or), ¬ (not), → (implies). Predicate logic adds quantifiers ∀x (for all) and ∃x (there exists). Gödel's incompleteness theorems revealed fundamental limitations of formal systems, influencing computer science and philosophy.

Related: Mathematical Logic | Propositional Logic | Predicate Logic

17) Combinatorics counts arrangements and selections. Permutations P(n,r) = n!/(n−r)! count ordered arrangements. Combinations C(n,r) = n!/(r!(n−r)!) count unordered selections. Graph theory studies networks of vertices and edges. The travelling salesman problem illustrates computational complexity.

Related: Combinatorics | Permutations | Graph Theory

18) Mathematical modelling translates real problems into mathematics. Population models use dP/dt = rP for exponential growth. Economic models use optimisation. Game theory models strategic interactions. Climate models use complex differential equations. Mathematics enables quantitative analysis of real phenomena.

Related: Mathematical Modelling | Population Models | Game Theory

19) Chaos theory studies deterministic systems with unpredictable behaviour. The logistic map xₙ₊₁ = rxₙ(1 − xₙ) shows how simple equations produce complex dynamics. The butterfly effect illustrates sensitivity to initial conditions. Chaos appears in weather, populations, and markets despite being deterministic.

Related: Chaos Theory | Butterfly Effect | Strange Attractors

20) Fractals exhibit self-similarity at all scales. The Mandelbrot set shows infinite complexity. The Koch snowflake has finite area but infinite perimeter. Fractals have non-integer dimensions. Natural phenomena like coastlines, clouds, and trees exhibit fractal properties, with applications in computer graphics and medical imaging.

Related: Fractals | Mandelbrot Set | Fractal Dimension

21) Information theory quantifies information content. Shannon defined information as reduction of uncertainty, measured in bits. Entropy H = −Σpᵢlog₂(pᵢ) measures average information content. Error-correcting codes add redundancy. Information theory influences cryptography, compression, and machine learning.

Related: Information Theory | Information Entropy | Shannon's Theorem

22) Optimisation finds best solutions from feasible options. Linear programming uses the simplex method. Gradient descent moves in steepest direction: xₙ₊₁ = xₙ − α∇f(xₙ). Applications include portfolio optimisation, resource allocation, neural network training, and route planning.

Related: Mathematical Optimisation | Linear Programming | Gradient Descent

23) Computational mathematics develops numerical methods for unsolvable analytical problems. Newton's method solves f(x) = 0: xₙ₊₁ = xₙ − f(xₙ)/f'(xₙ). Fast Fourier Transform computes in O(n log n) time. Enables weather prediction, structural analysis, and computer graphics.

Related: Numerical Analysis | Newton's Method | Fast Fourier Transform

24) Mathematical constants appear throughout mathematics. π ≈ 3.14159 is circumference to diameter ratio. e ≈ 2.71828 is the natural logarithm base. Golden ratio φ = (1 + √5)/2 ≈ 1.618 appears in art and nature. Euler's identity e^(iπ) + 1 = 0 connects five fundamental constants.

Related: Mathematical Constants | Pi (π) | Euler's Number (e)

25) Sequences and series study ordered lists and their sums. Arithmetic sequences have constant differences: 2, 5, 8, 11, ... Geometric sequences have constant ratios: 3, 6, 12, 24, ... Power series like e^x = Σxⁿ/n! represent functions. Fourier series express periodic functions as sums of sines and cosines.

Related: Sequences | Series | Fourier Series

26) Discrete mathematics studies countable objects. Boolean algebra uses AND (∧), OR (∨), NOT (¬). Graph theory models networks. Algorithms are step-by-step procedures analysed for complexity. Cryptography uses number theory. Discrete mathematics forms computer science's foundation.

Related: Discrete Mathematics | Boolean Algebra | Algorithms

27) Mathematical analysis rigorously studies limits, continuity, and convergence. Sequences converge to limits. Functions are continuous if lim[x→a] f(x) = f(a). Measure theory generalises length and area. Real analysis provides calculus's rigorous foundation.

Related: Mathematical Analysis | Real Analysis | Measure Theory

28) Applied mathematics solves practical problems. Differential equations model physics. Fourier analysis processes signals. Operations research optimises business decisions. Financial mathematics models options using Black-Scholes equation. Biomathematics models populations and diseases.

Related: Applied Mathematics | Mathematical Physics | Operations Research

29) History of mathematics shows concept development through civilisation. Babylonians used base-60 and solved quadratics (2000 BCE). Greeks emphasised proofs. Islamic mathematicians developed algebra (800 CE). Renaissance brought symbolic notation. 17th century saw calculus. 19th century brought rigour. 20th century introduced set theory and computer-assisted proofs.

Related: History of Mathematics | Euclid's Elements | Islamic Mathematics

30) Mathematics connects all disciplines through quantitative reasoning. Physics uses calculus and linear algebra. Computer science uses discrete mathematics and algorithms. Economics uses optimisation and statistics. Biology uses differential equations and networks. Engineering uses mathematics for design and analysis. Mathematics provides universal language for precise reasoning about quantitative relationships.

Related: Mathematics and Art | Mathematical Economics | Mathematical Biology

↩ Back to Encyclopedia