The Power of Checking
Mathematics is almost unique among school subjects in offering students a genuine ability to verify their own answers. Write a history essay and you cannot know whether it is correct — your teacher will decide. Solve a maths problem and, in most cases, you can find out for yourself before anyone marks it. That is an extraordinary advantage, and most students do not use it enough.
Why maths is different
The key insight is that the method you use to check an answer is usually completely different from the method you used to find it. This is what makes a check genuinely informative: two independent routes to the same conclusion give you strong evidence that the conclusion is correct. If you simply repeat the same calculation, you are likely to repeat the same mistake.
A good check takes a fraction of the time of the original solution, and the habit of checking — systematically, not just glancing over your working — is one of the most reliable ways to improve your exam performance.
Back-substitution
If you have solved an equation, put your answer back into the original equation and see whether it is satisfied. This works for algebraic equations, differential equations, and systems of simultaneous equations alike.
Differentiating after integration
If you have computed an indefinite integral, differentiate your answer. If you obtain the original integrand, the integral is correct. This check costs almost nothing — differentiation is almost always easier than integration — and it is completely reliable.
Calculator check for definite integrals
Modern graphical calculators and computer algebra systems can evaluate definite integrals numerically. If you have computed a definite integral analytically, ask your calculator for the numerical value and compare. The two numbers should agree to many decimal places.
This check is particularly useful in examinations where a calculator is permitted, and is an immediate catch if you have made an error in the limits or a sign error. It does not confirm that your method is correct, but it confirms that your numerical answer is.
Numerical and order-of-magnitude checks
Before committing to a symbolic answer, ask: is this answer numerically plausible? If the answer to a probability question is greater than 1, or the answer to a distance question is negative, something has gone wrong. This sounds obvious, but surprisingly many exam errors are of exactly this type and go unnoticed because the student did not pause to ask the question.
A slightly stronger version: use your calculator to evaluate your symbolic answer at a specific numerical input, then evaluate the original expression at the same input and compare. If they agree, you have not made a symbolic algebra mistake.
Graphical and plotting checks
Plotting both sides of an equation, or plotting a function and its claimed derivative or integral, provides a visual check that is independent of all algebraic manipulation. A discrepancy that would be invisible in the algebra often jumps out immediately on a graph.
Useful applications:
- Equation solutions: plot both sides separately and confirm the intersections are at your claimed solutions.
- Integration: plot the integrand and your claimed antiderivative on the same axes; the antiderivative should have turning points where the integrand crosses zero.
- Inequalities: shade the solution set on a graph to confirm it matches the region you computed analytically.
Recovering simpler cases
When you have a general solution that reduces to a simpler known problem by setting some parameter to zero, check that it actually does so. This is one of the most powerful checks available in applied mathematics, because it tests the structure of the solution rather than just its numerical value.
Dimensional analysis
Every quantity in mechanics has dimensions: length [L], mass [M], time [T], and combinations thereof. A correct formula must be dimensionally consistent — the dimensions on both sides of an equation must match, and you cannot add quantities with different dimensions.
Dimensional analysis cannot confirm that a numerical coefficient is correct (it cannot, for example, distinguish 2mv² from ½mv²), but it immediately catches a wide class of structural errors.
Matrix checks
Does M · M⁻¹ equal the identity?
If you have computed a matrix inverse, multiply M by M⁻¹ (or M⁻¹ by M — both should work). The result must be the identity matrix I. A single off-diagonal non-zero entry or a wrong diagonal entry immediately identifies an error.
You can also check: det(M) · det(M⁻¹) should equal 1. Since det(M) = 1 and det(M⁻¹) = 1, this is consistent.
Are your invariant points actually invariant?
An invariant point p satisfies Mp = p. If you have found an invariant point, apply the matrix to it and check you get the same vector back.
Does your eigenvector actually satisfy the eigenvector equation?
An eigenvector v with eigenvalue λ satisfies Mv = λv. Compute Mv directly and check that it equals λv. This catches both wrong eigenvectors and wrong eigenvalues.
Symmetry and sign checks
Many problems have a built-in symmetry that the answer must respect. If you can identify this symmetry before solving, you have a free check.
- Even and odd functions: the integral of an odd function over a symmetric interval is zero. If you obtain a non-zero answer, something is wrong.
- Probability: all probabilities must lie in [0, 1] and a complete probability distribution must sum (or integrate) to 1. If yours does not, there is an error somewhere in the distribution.
- Sign checks: if a physical quantity must be positive (a mass, a distance, a variance), and your answer is negative, you have made an error.
- Parity of a polynomial: if a polynomial equation has only even powers, its roots come in ±pairs. An answer that breaks this symmetry is wrong.
Conservation laws
In mechanics problems, conservation of energy and conservation of momentum provide independent equations that the solution must satisfy. If you have solved a collision problem using impulse-momentum arguments, check that momentum is conserved. If you have solved a problem using energy methods, check that the energy balance closes.
Solving by two different methods
When time permits, the strongest check of all is to solve the same problem by an entirely different method. If both methods agree, the probability that you have made the same error in both is very small.
- Solve a trigonometric equation both graphically and analytically.
- Evaluate a determinant by cofactor expansion along two different rows.
- Find a volume of revolution both by the disk method and by the shell method.
- Solve a system of simultaneous equations by both substitution and elimination.
- Compute a derivative using the product rule, then verify it using logarithmic differentiation.
Summary of techniques
| Technique | What it checks | Best applied to |
|---|---|---|
| Back-substitution | Answer satisfies the original equation | Equations of all types, ODEs |
| Differentiate after integrating | Antiderivative is correct | Any indefinite integral |
| Calculator definite integral | Numerical value of a definite integral | Any definite integral (calculator exam) |
| Evaluative / spot-check | Symbolic algebra at a specific value | Partial fractions, series, identities |
| Plotting | Visual consistency | Equations, inequalities, integrations |
| Recovering simpler cases | Structure of a general solution | Mechanics, series, combinatorics |
| Dimensional analysis | Physical units are consistent | Mechanics, physics-style problems |
| Matrix × inverse = I | Inverse is correct | Matrix inversion |
| Eigenvector equation Mv = λv | Eigenvalue and eigenvector are consistent | Eigenvalue problems |
| Symmetry and sign | Structural plausibility | Any problem with known symmetry |
| Conservation laws | Energy and momentum balance | Collisions, mechanics |
| Two independent methods | Complete answer | Any problem where two methods exist |
