computational science as the third pillar
For most of history science had two ways of finding things out: think hard about how nature ought to behave (theory), and go look at how it actually behaves (experiment). But many questions sit beyond both. You cannot put a galaxy on a lab bench, you cannot wait a thousand years to watch a climate shift, and you cannot solve the equations of a turbulent jet engine with pencil and paper. Computational science is the now-mature third way: write down the governing equations, turn them into a program a computer can step through, and run the experiment inside the machine.
Concretely, it means taking a model — Newton's laws, the Navier-Stokes equations, Schroedinger's equation, a set of chemical reaction rates — and applying everything earlier in this subject (discretization, linear solvers, time-stepping, quadrature, error control) to march it forward and produce numbers you can compare against reality. The simulation acts as an instrument: a microscope that resolves the dance of individual atoms in a protein, or a telescope that follows dark matter clumping over billions of simulated years. Crucially the answer is always an APPROXIMATION with a knowable error, not an oracle; the whole discipline of numerical analysis exists to keep that error understood and bounded.
It now underpins drug design, aircraft and chip design, weather forecasts, climate policy, cosmology, and much of modern engineering, and the three pillars reinforce one another: theory supplies the equations, experiment supplies and checks the data, simulation explores the vast space in between where neither alone can reach. The honest caveat is the oldest one in the field: garbage in, garbage out. A simulation is only as trustworthy as its model, its numerical method, and the care taken to verify and validate it — a beautiful, high-resolution picture of the wrong equations is still wrong.
Before a new car is ever built, engineers run thousands of crash simulations: the steel structure is discretized into a finite-element mesh, the equations of motion are time-stepped through a 100-millisecond impact, and the predicted deformation guides the design — long before a single physical prototype is sacrificed in a real crash test.
A virtual crash test: equations + a method + a computer stand in for an expensive real experiment.
Simulation does not replace experiment or theory — it joins them. A result that no experiment and no theory can corroborate should be treated as a hypothesis, not a fact.