Is This System Time-Invariant and How Does It Respond to Absolute Time Inputs?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 6K views
teknodude
Messages
150
Reaction score
0

Homework Statement



Consider the following input-output relationship:
[tex]y(t) = \int_0^\infty e^{-\sigma}x(t-\sigma) d\sigma[/tex]

A) Is the system time-invariant?
B) Find the output y(t) when the input to the system is [tex]x(t) = \mid t \mid , -\infty < t < \infty[/tex]

Homework Equations



These are the equations to check for time invariance

A system with an input-output transformation y(*) = T[x(*)] is time invariant if for any t and [tex]\tau[/tex]

[tex]y(t) = T[x(t)][/tex]

[tex]z(t) = x(t-\tau)[/tex]

[tex]T[z(t)] = y(t-\tau)[/tex]

The Attempt at a Solution



Edit: Ok I think it's time to get some sleep. This problem was actually pretty simple and I totally screwed it up earlier.

[tex]z(t) = T[x(t-\tau)] = \int_0^\infty e^{-\sigma}z(t - \tau - \sigma) d\sigma[/tex]

[tex]y(t-\tau) = \int_0^\infty e^{-\sigma}z(t - \tau - \sigma) d\sigma[/tex]

therefore [tex]T[x(t-\tau)] = y(t-\tau)[/tex] , so it is time-invariant

Now how do I atempt part B? I'm not seeing how the given input can be included in the given output function. My main thought is to just substitute [tex]x(t-\sigma)[/tex] with [tex]x(t)[/tex]

My other minor thought is maybe I should use the change of variable rule from calculus to the y(t) fxn.
 
Last edited:
Physics news on Phys.org
teknodude said:
Now how do I atempt part B? I'm not seeing how the given input can be included in the given output function. My main thought is to just substitute [tex]x(t-\sigma)[/tex] with [tex]x(t)[/tex]

Since x(t) = |t|, then [itex]x(t - \sigma) = |t - \sigma|[/itex]. So, all you have to do is evaluate:

[tex]y(t) = \int_0^\infty e^{-\sigma} |t - \sigma| \, d\sigma[/tex]