Difficulty: Easy
Correct Answer: (E / s) * (1 - e^{-a s})
Explanation:
Introduction / Context:In signals and systems, the Laplace transform of time-limited rectangular pulses is a staple result used in control, communications, and circuit analysis. Recognizing how to build a pulse from step functions lets us derive the transform quickly and correctly.
Given Data / Assumptions:
Concept / Approach:
A finite-duration pulse can be written as the difference of two steps: E[u(t) − u(t − a)]. The Laplace transform of u(t) is 1/s (for Re{s} > 0), and the time shift property gives L{u(t − a)} = e^{-a s}/s. Linearity then yields the pulse transform.
Step-by-Step Solution:
Represent pulse: v(t) = E[u(t) − u(t − a)].Apply linearity: L{v(t)} = E[L{u(t)} − L{u(t − a)}].Use step transforms: L{u(t)} = 1/s, L{u(t − a)} = e^{-a s}/s.Combine: V(s) = (E/s)(1 − e^{-a s}).Verification / Alternative check:
Direct integration also works: V(s) = ∫0a E e^{-s t} dt = E(1 − e^{-a s})/s, which matches the step-based result exactly.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
(E / s) * (1 - e^{-a s})
Discussion & Comments