Is x(t) equal to the shifted step function u(t+2)-u(t)?

Drao92
Messages
70
Reaction score
0

Attachments

  • Stepf.png
    Stepf.png
    1.1 KB · Views: 660
Physics news on Phys.org
The basic definition is
u(t) = \begin{cases} 0 & t < 0 \\ 1 & t > 0 \end{cases}
(and usually it's defined as u(0) = 1/2, but let's ignore that for now).

So the shifted step function is 1 only if t - a > 0, which means if t > a.

From your graph I gather that you want a function which is 1 if -2 < x < 0 and 0 otherwise. You can easily verify your answer x(t) = u(t + 2) - u(t) by considering the regions x < -2, -2 < x < 0 and x > 0 separately.
E.g. what do x(-3), x(-1) and x(1) work out to?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top