JOVANA
Explore Library Glossary Getting Started Three Levels Fields How it works Mission
Join the mission
All guides

The Laplace Transform in Time

Space runs both ways to infinity, but time starts at t = 0 and only goes forward. Meet the transform built for that one-sided world: it swallows the initial data whole, turns time-derivatives into powers of s, and is the natural weapon for transient diffusion and signals on a cable.

Time is not like space

By now the Fourier transform feels like home. You break a function into pure waves, the dreaded x-derivative becomes a tidy multiply-by-i-k, and a PDE on the whole line collapses into algebra. But look closely at where that trick lived: it lived in the space variable x, which runs from minus infinity to plus infinity, symmetric and boundless. Time, the variable we have been quietly carrying along as a parameter, is a different animal. It begins at a definite instant t = 0 and marches forward only; we are never handed the temperature of a bar at t = minus infinity, we are handed its temperature now and asked what happens next.

This one-sidedness is exactly why a Fourier transform in time feels slightly wrong, and why a different tool was built for the job. The Laplace transform integrates a function f(t) — defined only for t greater than or equal to 0 — against e^(-s t), where s is a complex variable. Where Fourier sees only pure oscillation, the Laplace kernel e^(-s t) also sees pure growth and decay, because s can have a real part. That is no accident: transient diffusion fading away, a circuit settling, a pulse dying on a wire — these are decay stories, and Laplace is the language of decay.

Hold the two side by side. Fourier integrates over all of x, from minus infinity to infinity, against the oscillating kernel e^(-i k x) with k real — perfect for a two-sided, boundless space. Laplace integrates only from t = 0 forward, against e^(-s t) with s allowed to be complex — perfect for a one-sided time that begins at an initial instant. The shape of each variable's domain is what picks the tool: the same urge to trade a function for its frequency content, fitted to a clock that only ticks one way.

The rule that swallows the initial data

The Fourier transform earned its keep with one fact: differentiate in x, multiply by i k. The Laplace transform has its own version, and it is even friendlier, because it does extra work for you. Integrate by parts once and you find that the transform of f'(t) is s F(s) minus f(0) — the derivative becomes multiplication by s, but the initial value f(0) is pulled out and set on the table. Do it again for the second derivative and the transform of f''(t) is s^2 F(s) minus s f(0) minus f'(0). The pattern is the headline: every time-derivative turns into a power of s, and the initial conditions are not lost — they are baked straight into the algebra.

transform of  f'(t)   =  s F(s)  -  f(0)
transform of  f''(t)  =  s^2 F(s)  -  s f(0)  -  f'(0)

  time-derivative   <-->   multiply by s,  AND  hand back the initial data
  (the coupling)           (algebra, with f(0), f'(0) already inside)
Each t-derivative costs one power of s and gives back one piece of initial data. This is why Laplace marries initial-value problems: the data is in the formula from the very first line.

Feel the difference from Fourier in your bones. When you Fourier-transformed the heat equation in space, the initial profile f(x) had to be carried separately and stitched back in at the inversion step. Here, applying the Laplace transform in time to a PDE makes every u_t and u_tt collapse into s and s^2, with f(0) and the initial velocity already folded inside the same expression. There is nothing to remember to add later; the moment you transform, the initial data is part of the equation. That is the single feature that makes Laplace the natural partner of an initial-value problem.

Transform time, solve in space, invert

Here is the whole method in one sentence, and notice it is the mirror image of the Fourier strategy. With Fourier you transformed the space variable and were left with an ODE in time. With Laplace you transform the time variable and are left with an ODE in space. Apply the Laplace transform in t to the heat equation u_t = k u_xx. The left side, u_t, becomes s U minus the initial temperature f(x). The right side, k u_xx, is untouched in s except that U is now a function of x and s — so it stays k U_xx. The PDE has become k U_xx minus s U equals minus f(x): an ordinary differential equation in x, with s riding along as a parameter and the initial data sitting in plain view as the source term.

  1. Transform the PDE in t. Each u_t becomes s U minus the initial data and each u_tt becomes s^2 U minus the data, so u_t = k u_xx turns into the ODE k U_xx - s U = -f(x), with s a fixed parameter.
  2. Solve the ODE in x. Now it is an ordinary boundary-value problem in space; its solutions carry factors like e^(-sqrt(s/k) x), where the square root of s is the seed of all the interesting behaviour to come.
  3. Impose the spatial boundary conditions. The boundary data — a held temperature, an insulated end — pins down the free constants, exactly as it would for any ODE, leaving a clean formula for U(x, s).
  4. Invert from s back to t. Apply the inverse Laplace transform to turn U(x, s) into u(x, t). As with Fourier, this last step is where the genuine work — and the genuine difficulty — lives.

The return ticket, and where it gets hard

Your answer U(x, s) now lives in the s-world, and you must travel back to read it as u(x, t). The return ticket is the Bromwich inversion integral. Unlike the Fourier inverse, which integrates along the real axis, this one runs up a vertical line in the complex plane, a line placed to the right of every singularity of F(s). That vertical placement is precisely what lets Laplace handle growth and decay that an axis-hugging real integral could never see. Be honest, though: in practice you almost never evaluate it as written. You close the contour into a big loop to the left and let the residue theorem do the accounting.

This is the moment the physics finally steps into the light, and it is genuinely beautiful. The poles of F(s) — the points where it blows up — become the building blocks of u(x, t). A simple pole at s = minus gamma contributes a term decaying like e^(-gamma t): that pole is a natural mode of the system, dying at its own rate. So reading off the poles tells you the system's natural frequencies and decay rates before you compute a single integral. Diffusion problems add a twist: the sqrt(s) that appeared in step 2 is not a pole but a branch cut, and wrapping the contour around that cut is exactly what produces the spreading, error-function, algebraically-trailing behaviour that diffusion is famous for.

The cable that is wave and diffusion at once

Where the Laplace transform truly shines is the telegrapher's equation, the model of a signal running down a long cable — an old telegraph line, a coaxial cable, even a nerve fibre. Such a signal does two things at once: it propagates like a wave and it leaks and damps like diffusion. One common form reads u_tt + (a + b) u_t + a b u = c^2 u_xx. Strip out the u_t and u terms and you are left with the pure wave equation u_tt = c^2 u_xx; keep only a single dominant u_t and drop u_tt and a diffusion equation emerges. The telegrapher's equation lives exactly in between, and the friction term u_t is the new ingredient that makes a signal decay and smear as it travels.

Run the method: Laplace-transform in time, and the equation becomes a boundary-value ODE in x whose solution carries a factor like e^(-sqrt(...) x). Inverting through the Bromwich contour reveals two things travelling together — a sharp wavefront moving at speed c, plus a diffusive tail trailing behind it. The transform also hands you the dispersion relation for free, telling you how each frequency travels and decays. And it carries a famous punchline: Oliver Heaviside found that with the right balance of the cable's parameters — the 'distortionless condition' — every frequency travels at the same speed, so a signal arrives attenuated but undistorted. That single insight is what made long-distance telegraphy and telephony possible.

Honest limits of the s-world

Before you reach for Laplace by reflex, weigh what it asks and what it gives. Like the Fourier method, it rests on linearity and constant coefficients in time: the time-derivative rule only works because the system superposes and does not change its rules as the clock ticks. A coefficient that varies with t, or a nonlinear term, breaks the clean conversion of u_t into s U. And the transform integral must actually converge — f(t) may grow as t increases, but only no faster than some exponential, which is why the contour must sit to the right of every singularity. Run a problem that violates these and the s-world simply will not hold together.

And keep the honest physics straight, the same physics every guide in this rung has insisted on. The diffusion side of the telegrapher's equation, and the heat equation it reduces to, has the smoothing and the infinite propagation speed you already know — and running it backwards in time is ill-posed, a fact no clever transform can repair. The wave side has finite speed and does not smooth. The Laplace transform is a faithful bookkeeper, not a magician: it will encode whichever of these behaviours the equation truly has, the well-posed and the ill-posed alike, and the poles and branch cuts it reveals are simply the equation telling the truth about itself.