How to Present a Maths Problem Set

Correct answers alone are rarely enough in academic mathematics. Clear, logical presentation of working — with proper notation, justified steps, and structured proofs — is what separates a distinction from a pass. This guide covers notation standards, step-by-step solution structure, proof writing, and LaTeX basics.

Notation Working Proofs LaTeX Linear Algebra

Why Presentation Matters in Mathematics

In mathematics, the answer is the smallest part of the mark. Markers assess the logical chain from the given information to the conclusion. A correct answer with no working earns zero in most STEM mathematics modules. An incorrect final answer with correct method and clear reasoning can earn partial or full method marks.

Clear mathematical writing also demonstrates that you understand what you are doing — not just that you ran a calculation. Examiners distinguish between students who follow a memorised procedure and those who can articulate why each step is valid.

Standard Notation Rules

ConceptCorrect notationCommon errors to avoid
Setsℝ, ℤ, ℕ, ℂ (or \mathbb in LaTeX)R, Z, N without the double-stroke
Implication⟹ (implies); ⟺ (if and only if)Using "=>" informally without quantifiers
For all / there exists∀x ∈ S, ∃y such that…Writing "for all x" in plain text without formal quantifiers in a proof
Vectorsv (bold) or v⃗ (arrow); components in column notationMixing bold and arrow notation within one document
MatricesA (bold capital) or [aᵢⱼ]Using A and a interchangeably for a matrix and its entries
Functionsf: ℝ → ℝ, f(x) = …Writing f(x) = y = x² + 1 without defining the domain
Limitslim_{x→a} f(x) = LWriting lim f(x) = L without the subscript
Derivativesf′(x) or df/dx or ∂f/∂x (partial)Mixing Leibniz and prime notation without definition

Structuring Step-by-Step Solutions

A well-presented solution reads like a logical argument — each line follows from the previous one by a stated or clearly implied rule. Use the following structure:

  1. State what is given and what is to be found
  2. Write each algebraic step on its own line, aligned at the equals sign
  3. Justify non-obvious steps — "by the chain rule," "applying Cauchy–Schwarz," "since det(A) ≠ 0"
  4. Box or underline the final answer
  5. State the conclusion in words for proofs: "Therefore, f is continuous at x = 0. □"
Weak presentation

x² − 5x + 6 = 0 → x = 2,3 → so x = 2 or x = 3

Clear presentation

x² − 5x + 6 = 0
(x − 2)(x − 3) = 0     [factorising]
∴ x = 2  or  x = 3

Worked example — Integration by parts

Find ∫ x·eˣ dx

Let u = x,   dv = eˣ dx
Then du = dx,   v = eˣ

By the integration by parts formula: ∫u dv = uv − ∫v du

∫ x·eˣ dx = x·eˣ − ∫eˣ dx
            = x·eˣ − eˣ + C
            = eˣ(x − 1) + C

Need help with your maths problem set?

Our maths specialists solve problems with full working, correct notation, and clear step-by-step reasoning — any level from calculus to abstract algebra.

Get Help Now →

Writing Mathematical Proofs

Proofs are the core of pure mathematics and appear increasingly in applied STEM modules (algorithm correctness, statistical theory, signal processing). A proof is a logical argument that a statement is true for all cases covered by its conditions. Every proof must have:

Common proof techniques

TechniqueWhen to useStructure
Direct proofWhen the hypothesis leads naturally to the conclusionAssume P; reason step-by-step; conclude Q
Proof by contradictionWhen assuming the negation leads to an absurdityAssume ¬Q; show this leads to ¬P or a logical contradiction
Proof by contrapositiveWhen ¬Q → ¬P is easier to prove than P → QProve the contrapositive; conclude P → Q holds
Mathematical inductionProving a statement holds for all n ∈ ℕBase case (n=1); inductive step (assume n=k, prove n=k+1)
Proof by constructionExistence proofs — show the thing exists by building itConstruct an explicit example; verify it satisfies all conditions

LaTeX for Maths Assignments

Many STEM programmes require mathematical assignments to be typeset in LaTeX. Even where not required, submitting a LaTeX-typeset problem set signals professionalism. Key commands:

WhatLaTeXRenders as
Fraction\frac{a}{b}a/b (proper fraction)
Square root\sqrt{x}√x
Summation\sum_{i=1}^{n} iΣ from i=1 to n
Integral\int_{a}^{b} f(x)\,dx∫ with limits
Greek letters\alpha, \beta, \lambda, \Sigmaα, β, λ, Σ
Bold vector\mathbf{v}v
Real numbers\mathbb{R}
Aligned equations\begin{align}…\end{align}Multi-line aligned at =

Use Overleaf for LaTeX. Overleaf (overleaf.com) is a free, browser-based LaTeX editor with real-time preview, templates, and collaboration. You do not need to install anything locally. Most universities offer free Overleaf premium accounts — check with your IT department.

Domain-Specific Presentation Tips

Linear Algebra

Calculus and Analysis

Statistics and Probability

Common Mistakes

Frequently Asked Questions

Do I need to justify every step in an applied maths problem?

For routine algebraic manipulation, brief justifications or none at all are fine — markers do not need you to explain that 2×3 = 6. Justify the non-trivial steps: applying a specific theorem, switching the order of integration, using L'Hôpital's Rule. The rule of thumb: justify anything a reasonably competent peer could not immediately verify without thinking.

What if my answer doesn't simplify to a clean number?

Leave it in exact form unless the question asks for a decimal approximation. √2, π/4, e³, and (3 + √5)/2 are perfectly acceptable final answers. Converting to a messy decimal (1.41421…, 0.78539…) introduces rounding error and is not required. If the question specifies "give your answer to 3 significant figures," then round appropriately and state the precision: x ≈ 2.34 (3 s.f.).

Is it acceptable to submit handwritten maths assignments?

Many STEM programmes accept handwritten problem sets, especially for in-class assignments or worksheets. If submitting handwritten work: write clearly and legibly, use a dark pen (not pencil if scanning), number all pages, align equations at the equals sign, and cross out (do not erase) discarded working so markers can see your process. Scan at 300 dpi minimum; do not photograph at an angle.