4.6.26 · D2Ordinary Differential Equations

Visual walkthrough — Transforms of standard functions — proofs

2,120 words10 min readBack to topic

Everything below assumes you have met the definition from Laplace Transform — Definition and Existence, but I will re-earn every symbol anyway.


Step 1 — What "transform" even means (the weighing machine)

WHAT. We have a function . The letter is time, and it only runs forward: . A transform is a machine that takes this whole function and produces one new function of a different variable, which we call .

WHY. Why bother swapping for ? Because in the -world, the hard operation of calculus (differentiation) turns into the easy operation of algebra (multiply by ). That superpower is the whole reason the machine exists — see Transform of Derivatives — solving ODEs. But to use it we first need to know what the machine does to simple inputs.

PICTURE. Think of a set of scales. For each moment we place a weight on the pan. The weight is — it starts heavy near and fades as time goes on. We multiply the function's value at each moment by that fading weight, then add up everything. The total is one number. Change , get a different total. All those totals together form the new function .

Figure — Transforms of standard functions — proofs
  • is a knob we hold fixed while integrating. is the variable we sum over and which disappears after the integral.
  • is an improper integral — the top limit is infinity, so we secretly mean "let the top climb to and see where the area settles" (details in Improper Integrals).

Step 2 — Look at the weight before we use it

WHAT. Before feeding anything in, stare at the weight alone: the curve .

WHY. Everything about convergence — the "" conditions scattered through the dictionary — comes from whether this curve dies fast enough. If we understand the weight, we understand every condition for free.

PICTURE. For the curve starts at height (because ) and slides down toward . The bigger is, the faster it dives. For it is a flat line at height (never dies). For it grows and shoots to infinity — hopeless for adding up a finite area.

Figure — Transforms of standard functions — proofs
  • : base , exponent . Negative exponent ⇒ shrinking, as long as .
  • The shaded area under this curve is exactly the number we are about to compute — the flat line just leaves the weight untouched.

Step 3 — Compute : find the area under the weight

WHAT. Put into the recipe. Then , so we need the area under the curve of Step 2.

WHY the antiderivative ? We need a function whose slope is . Differentiating pulls down a factor (chain rule). To cancel that unwanted , we divide by it in advance:

So the running area up to a top limit is

PICTURE. Watch the top edge slide rightward. The area fills up but never past a ceiling — it saturates. That ceiling is our answer.

Figure — Transforms of standard functions — proofs
  • Bottom term (): , giving .
  • Top term (): here the condition is born. For , , so this term vanishes. For it does not vanish and the area runs off — no transform exists.

Step 4 — Shift the knob: is the same move

WHAT. Feed in a growing (or shrinking) exponential . Inside the integral two exponentials meet and merge:

  • Combining exponents: . The knob has simply been replaced by .

WHY. We do not redo any work. This integral is identical to Step 3 with the letter swapped for . So copy the answer:

PICTURE. The input tries to lift the graph; the weight tries to crush it. Only the net exponent decides who wins. If the crushing wins and the area is finite; the closer creeps to , the taller the leftover pile and the bigger grows — blowing up as .

Figure — Transforms of standard functions — proofs
  • Net exponent : sign decided by . This single quantity carries every convergence condition on the exponential.
  • This "shift the knob" idea is exactly the Linearity and First Shifting Theorem in embryo.

Step 5 — Climb the ladder: by recursion

WHAT. Now feed a power (with ). Name the answer . We attack it with Integration by Parts: , choosing

WHY this choice? Differentiating lowers the power to . That means the problem shrinks each time — a ladder we can climb down to something we already know ().

The boundary term is zero:

  • At : (for ) shrinks faster than any polynomial grows, so the product .
  • At : for .

So we get the ladder rule and unroll it:

PICTURE. Each step of the ladder multiplies by ; stacking all the rungs multiplies into the numerator and adds one power of to the bottom each time.

Figure — Transforms of standard functions — proofs
  • (read "n factorial") . It is not decoration — it is the product of every rung you stepped on. Forgetting it is a classic error flagged in the parent note.

Step 6 — The wiggle: and via Euler

WHAT. For the oscillating inputs we borrow Euler's Formula $e^{i\theta}$: , where . Instead of integrating a wiggle directly, we reuse Step 4 with replaced by :

WHY. A raw wiggle needs integration by parts twice. But a complex exponential integrates as easily as a real one — it is still just . So we do the easy complex integral, then split it into a real part (cos) and an imaginary part (sin). To read those parts off, make the denominator real by multiplying top and bottom by the conjugate :

  • — the flips the minus into a plus. That plus sign is why trig transforms carry .

Because is linear, . Match parts:

PICTURE. The complex number is an arrow in the plane. Its horizontal shadow is the cos-transform; its vertical shadow is the sin-transform. One integral, two answers read off as shadows.

Figure — Transforms of standard functions — proofs
  • Real part → cos (an even function, worth at , hence the on top). Imaginary part → sin (an odd function, hence the on top).

Step 7 — The degenerate cases (nothing is left unshown)

WHAT & WHY. A derivation is only honest if it says what happens at the edges.

  • for : the weight is a flat line, area is infinite. is undefined at — the formula warns you by blowing up. No transform.
  • for : net exponent , weight no longer decays, area diverges. blows up as .
  • in : then and , giving — it collapses exactly back to Step 3. Beautiful consistency check.
  • in the wiggle: everywhere, and indeed . Also , matching . All consistent.

PICTURE. One "convergence map": on the horizontal -axis, shade the region where each transform lives. lives on ; starts at ; the wiggle again on . The left edge of each shaded strip is the abscissa of convergence.

Figure — Transforms of standard functions — proofs

The one-picture summary

Everything above is a single idea used four times: multiply by the fading weight , add up the area, and note how fast the weight must fade.

Figure — Transforms of standard functions — proofs
Recall Feynman: tell it to a 12-year-old

You have a machine that "weighs" a function. Every moment in time gets a weight that starts big and fades — the fading speed is set by a knob called . To transform a function you multiply it by that fading weight and add up the total over all time; the total is your answer for that knob setting.

  • For a flat line the answer is just the area under the fading weight: it comes out — turn the knob up (fade faster), get less area.
  • For a growing exponential , the growth fights the fade; only the leftover fade matters, so the answer is the same picture with the knob shifted: .
  • For a power you peel one power off at a time (integration by parts), and each peel multiplies by a number — stack them all and you collect , giving .
  • For a wiggle (sine/cosine) you cleverly use a spinning complex arrow ; its flat shadow is the cosine answer and its upright shadow is the sine answer, both over . The single warning throughout: the knob must be big enough that the weight really does fade, or the total runs off to infinity and there is no answer.
Recall Quick self-test

Why is the top boundary term in the integration by parts equal to zero? ::: Because for the weight shrinks faster than the polynomial grows, so their product tends to at infinity (and it is at for ). Where does the in the trig denominator come from? ::: From ; the turns a minus into a plus. Set in . What do you get and why is that reassuring? ::: , matching Step 3 — the power formula contains the flat-line case.

Connections