How do we plot $u(4−t)$, where $u(t)$ is a step function?

10.3k Views Asked by At

How do we plot $u(4−t)$?

$u(t)$ is a step function:

$$u(t)=\begin{cases} 1&\text{ for }t \ge 0,\\ 0 & \text{ for }t \lt 0.\end{cases}$$

3

There are 3 best solutions below

3
On

$u(4-t) = 1$ for $4-t\ge0$ so for $t\le4$

$u(4-t) = 0$ for $4-t\lt0$ so for $t\gt4$

Here is the plot:

enter image description here

0
On

Here's the trick:

$u(x)$ will evaluate to 1 if $x$ is positive and zero otherwise, whatever be the expression you have in the place of x.

So, for $u(4-t)$, we need to see what values of $t$ keep $(4-t)$ positive...

0
On

The unit step function has a single transition when the argument is zero.

Check where (4 - t) is zero, that's where the function switches from 0 to 1 or from 1 to 0. To know which transition it is, try a value for t less than or greater than 4, for instance t = 0.