6.3 Step Functions
The unit step function \( u_c(t) \) is defined as:
We can use that to model many discontinuous functions.
For example,
- \( 0 \) before \( t = 3 \)
- \( 1 \) at and after \( t = 3 \)
The unit step function \( u_c(t) \) is defined as:
We can use that to model many discontinuous functions.
For example,
brings down by 30 at \( t = 1 \)
How about a function defined as follows:
We can express \( f(t) \) using unit step functions \( u_c(t) \). The logic involves adding terms to "reset" the previous behavior and "go to where I want" for the next interval.
Note: The term \( (-t+1) \) resets the initial slope to 0, and subsequent terms adjust the function to the desired piecewise segments.
Simplifying the expression:
Check at \( t = 2.5 \):
Definition of the unit step function:
Calculating the Laplace transform \( \mathcal{L}\{u_c(t)\} \):
Since \( \lim_{a \to \infty} e^{-sa} \to 0 \) if \( s > 0 \), we obtain the final result:
Given a piecewise constant function:
The Laplace transform \( F(s) \) is:
The ramp one is more complicated. Let's try a simpler one first.
This is equivalent to delaying \( f(t) = t \) by one second. The delayed function has its \( t \) changed to \( t - 1 \) (shift to the RIGHT by 1: \( t \to t - 1 \)).
delay by \( c \)
the function activated shifted RIGHT by \( c \): \( t \to t - c \)
Let \( T = t - c \), then \( dT = dt \).
\( \mathcal{L} \{ f(t) \} \) NOT \( \mathcal{L} \{ f(t-c) \} \)
Shift back to origin: \( t \to t + c \) THEN transform.
Consider a piecewise function defined by a ramp starting at \( t = 1 \). We want to find its Laplace transform.
To transform this, we use the shifting property. The function is shifted by 1 unit to the right.
Let's try another example.
We can rewrite this using the unit step function \( u_2(t) \):
inverse transform, THEN shift RIGHT by: \( t \to t-c \)
Annotation for the second term:
Inverse is \( t \), then shift RIGHT by 2: \( t \to t-2 \)
shift in \( t \) by \( c \) \( \to \) \( e^{-cs} \) something in \( s \)
shift in \( s \) by \( c \) \( \to \) ? in \( t \)
\( F(s-c) \to \) ? in \( t \)