Unit Step Function Laplace Transform
Heaviside steps, the second shifting theorem, and piecewise inputs written as u(t − a)
The Heaviside Step Function
The unit step (Heaviside) function switches on at :
Its transform follows straight from the definition, and the integral converges only for :
Writing piecewise functions with steps is the whole point. A function that is , then turns on at and off at , is a window:
So on and afterwards becomes . Building this expression correctly is the step where most of the work — and most of the errors — live. The value assigned at the single point never affects the transform.
The Second Shifting Theorem
If , then a delayed copy of transforms to
Read the left side carefully: the function must be , shifted by the same as the step. A factor of in the -domain always means a time delay of .
When the function is not pre-shifted, use the equivalent form
Inverting runs the same theorem backwards: . For example .
Convolution handles a product of transforms: . This is why times is a shift — convolving with translates .
All of this assumes is piecewise continuous and of exponential order, so the transform exists.
Common Mistakes to Avoid
- Using where the theorem needs . ; you must first rewrite .
- Getting the window backwards. "On during " is ; reversing the order flips the sign of the whole pulse.
- Forgetting . The improper integral diverges otherwise, and the step at the upper limit is only valid there.
- Multiplying the shifts instead of adding. Each switch contributes its own additive term; steps do not compose by multiplication.
- Confusing the two shifting theorems. is a shift in ; corresponds to , a shift in .
- Reassembling an inverse without the factor, which would incorrectly switch the term on for all .
示例题目
常见问题
L{u(t - a)} = e^(-as)/s for s > 0. With a = 0 this reduces to L{1} = 1/s, since u(t) is just the constant 1 on the domain of the transform.
It states that L{u(t-a) f(t-a)} = e^(-as) F(s). In words, delaying a signal by a in the time domain multiplies its transform by e^(-as). Reading it backwards inverts any transform containing an exponential factor.
Rewrite the function in powers of (t - a) first, or use the alternative form L{u(t-a) g(t)} = e^(-as) L{g(t + a)}. For example, u(t-2)t^2 needs t^2 expressed as (t-2)^2 + 4(t-2) + 4.
Convolution says the inverse of a product F(s)G(s) is the integral from 0 to t of f(tau)g(t-tau) d tau. Since e^(-as) is the transform of the shifted impulse, multiplying by it convolves f with delta(t - a), which simply translates f — exactly the second shifting theorem.
相关学习指南
免费试用 AI-Math
任何数学问题都能获得分步解答。拍照上传或输入问题即可。
开始解题