Laplace Symbol and Definition
Read, write and apply the notation L{f(t)} = F(s) with step-by-step examples
What the Symbol Means
The script letter is the Laplace transform operator. It takes a function of time and returns a function of the complex variable :
Read as "the Laplace transform of of ". The braces are function-application brackets, not a set. By convention the time-domain function is lower case and its transform upper case, so .
How to write it: in LaTeX, \mathcal{L}; in Unicode, the script capital ℒ (U+2112); by hand, a looped script L. The inverse operator is .
The lower limit is , so the transform only ever sees .
Existence, Linearity and the Table
When the integral converges
The improper integral converges if is piecewise continuous on and of exponential order, meaning for some constants. Then exists for all . That inequality is why every entry below carries a condition on : exists only for , and has no transform at all.
Linearity
Standard transforms
| Condition | ||
|---|---|---|
| all | ||
| all |
First shifting theorem: — multiplying by an exponential in shifts the transform in .
Common Mistakes to Avoid
- Writing : the transform lives in the -domain. Mixing and in one expression is almost always an error.
- Dropping the condition on : is only the transform of where ; outside that half-plane the defining integral diverges.
- Treating as a multiplication: . The product of transforms corresponds to a convolution in time.
- Assuming every function has a transform: exponential order is a real hypothesis, and fails it.
- Forgetting the transform ignores : implicitly every input is multiplied by the unit step .
示例题目
常见问题
It is a script capital L. In LaTeX write \mathcal{L}{f(t)}; in Unicode the character is U+2112 (ℒ); by hand, draw an ornate looped L. The inverse transform is written with a superscript -1 on the same symbol.
It is 0. The defining integral has an integrand of e^(-st) times 0, which is identically zero, so the integral is zero for every s. This is also forced by linearity, since the transform of a constant multiple is that multiple of the transform.
For all s greater than the exponential order c of the function, where |f(t)| is bounded by M·e^(ct). That half-plane is the region of convergence: for e^(3t) it is s > 3, and for bounded functions like sin t and constants it is s > 0.
L moves a problem from the time domain into the s domain, where derivatives become algebra. L inverse brings the answer back, usually by rewriting F(s) with partial fractions until it matches table entries. Solving a differential equation uses both, in that order.
相关求解器
相关学习指南
免费试用 AI-Math
任何数学问题都能获得分步解答。拍照上传或输入问题即可。
开始解题