Rewriting a piecewise function using step functions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
selig5560
Messages
38
Reaction score
0
TL;DR
Function properties
Suppose we have a piecewise function

f(t) = exp(c*t) when 0 <= t < 2 and f(t) = 0 when t >= 2.

Can the above be rewritten as

f(t)= exp(at)*[H(t-0) - H(t-2)],

H is a heaviside function.
 
Physics news on Phys.org
You didn't specify f(t) for t < 0.