Foundations — Transforms of standard functions — proofs
This page assumes nothing. If you have never seen , , , , , or , start here and read top-to-bottom. Each symbol is earned before the next one uses it.
0. The whole sentence we are decoding
Everything in the parent topic hangs on this single line:
We will now take it apart one symbol at a time, left to right, picture by picture. By the end you should be able to point at every mark on that line and say what it means and what it looks like.

Look at the figure: the blue curve is the raw signal , the coral curve is the fading weight , and the shaded mint region is their product — the thing whose area we measure. Keep this picture in mind; every symbol below is one piece of it.
1. — the input clock
Picture: a number line starting at the point and marching right forever — There is no "before zero" in this story; the machine only cares about .
Why the topic needs it: a Laplace transform is built for signals that "switch on" at a starting moment (a voltage applied at , a mass released at ). Restricting to is what makes the lower limit of the integral a clean .
2. — the signal, a machine that answers "what is the value at time ?"
Picture: a curve drawn above the time axis. The height of the curve above the point is the value . Examples you will meet: the flat line , the wiggle , the runaway growth .
Why the topic needs it: is the raw material — the thing being transformed. The entire dictionary of results (, , …) is just this same machine fed different curves.
3. and the exponential — constant-percentage change
Picture: two mirror-image curves.
- (for ): a curve that curls upward faster and faster — explosive growth.
- (for ): a curve starting at height and sliding down toward the floor , never quite touching it.

Why the topic needs it: the whole trick of the Laplace transform is the fading factor . Without a decaying weight, adding up a signal over infinite time would usually give infinity. The exponential is what tames that.
4. — the tuning knob (and why it can be complex)
Picture: think of a family of coral weight-curves, one per value of . Big → steep, fast-dying curve. Small → shallow, slow-dying curve. Choosing picks which weight you use.
Sometimes is allowed to be a complex number — a number with a real part and an imaginary part, written . For proofs like we lean on this (see Euler's Formula $e^{i\theta}$). The piece that controls fading is only the real part, written .
Why the topic needs it: the output is a function of , and every convergence condition (like or or ) is really a statement about being big enough to win the fading race.
5. — the weight, assembled
Now combine §3 and §4. Fix an . As runs :
Why the topic needs it: this single factor is what turns a possibly-infinite total into a finite number. Its behaviour at the two ends ( and ) is where boundary conditions and convergence strips are born.
6. — "add up over all forward time"
Picture: slice the region under a curve into thousands of skinny vertical rectangles, add all their areas, then let the rectangles get infinitely thin. The exact total is the integral.

The limits and mean "start adding at time zero and never stop." An integral whose upper limit is is called an improper integral — see Improper Integrals.
Why the topic needs it: the transform is this infinite sum. "Does it converge?" is the same question as "is big enough?" — the fading weight must outrun the growth of .
7. and — the machine and its output
Picture: a box labelled . In goes a curve over ; out comes a curve over . The two curves live in different worlds — the time world and the -world.
Why the topic needs it: the entire point of the parent topic is building a dictionary — a two-column table of " in the time world ⟷ in the -world." Every proof fills in one row of that table.
8. The superpower — why anyone built this machine
Why we need the dictionary first: to solve an equation in the -world you must recognise which came from which — and to go back you need the reverse lookup, Inverse Laplace Transform — Partial Fractions. Both directions require the standard table.
9. — the factorial (needed for )
Picture: a staircase of multiplications, each step adding one more factor. It appears in because the proof multiplies by one new factor at every integration-by-parts step (a recursion).
Why the topic needs it: it is the exact fingerprint that separates the correct from the common wrong guess .
10. Two tools the proofs borrow
These are not new symbols but techniques the proofs assume you can already run:
- Integration by parts — . Used to peel a power off one at a time, and to swap . Full detail in Integration by Parts.
- Euler's formula — . Used to get both the and transforms from a single exponential integral. Full detail in Euler's Formula $e^{i\theta}$.
And two structural facts proved in Linearity and First Shifting Theorem:
- Linearity — respects sums and constant multiples, so you can transform each piece of (a ) separately.
How these foundations feed the topic
Read it top to bottom: the raw pieces (time, exponential, knob) assemble the weighted product; the integral plus convergence wrap that into the machine ; the machine plus three borrowed tools produce the dictionary; the dictionary unlocks the superpower.
Equipment checklist
Recall Self-test: can you answer each without peeking?
What does the variable range over in a Laplace transform? ::: All time from to ; there is no negative time. What is , in one sentence? ::: A rule that turns each time into one output number — a curve above the time axis. What is special about the function ? ::: Its rate of growth equals its own height; , as . Why is called a "fading weight"? ::: For it starts at and decays toward , trusting early times and fading out later ones. Is integrated over? ::: No — is a fixed knob held constant while we integrate over . What does mean and why does it matter? ::: The real part of ; it alone controls whether the weight fades, so all convergence conditions are really about it. What does compute? ::: The total area under from to (an improper integral). What does "the integral converges" mean? ::: As the upper limit grows, the running total settles on a finite number instead of running to infinity. What is and what does it output? ::: The machine "multiply by , integrate to "; it outputs a new function of . Why do we bother building this dictionary? ::: Because differentiating in becomes multiplying by , turning ODEs into algebra — but only if we can look transforms up. What is and ? ::: and . Which two techniques do the sin/cos and proofs borrow? ::: Integration by parts and Euler's formula.
Connections
- Parent: Transform of Derivatives — solving ODEs · Laplace Transform — Definition and Existence
- Tools used here: Integration by Parts · Euler's Formula $e^{i\theta}$ · Improper Integrals
- Next steps: Linearity and First Shifting Theorem · Inverse Laplace Transform — Partial Fractions