Time Shifting & Stretching: Questions Explained

  • Thread starter Thread starter lennybogzy
  • Start date Start date
  • Tags Tags
    Time
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
2 replies · 2K views
lennybogzy
Messages
94
Reaction score
0
I have a question regarding time shifting, stretching etc. For example:

if I have y(t) = x(3t) does that mean that x(t) = y(t/3)?

if I have y(t)=(-1/2)x(-3t+2) does x(t) = -2y(t/3 -2) ?
 
Last edited:
Physics news on Phys.org
lennybogzy said:
I have a question regarding time shifting, stretching etc. For example:

if I have y(t) = x(3t) does that mean that x(t) = y(t/3)?

Yes.

if I have y(t)=(-1/2)x(-3t+2) does x(t) = -2y(t/3 -2) ?

No. Let u = -3t+2 so t = (-1/3)(u-2). This gives

y((-1/3)(u-2))=(-1/2)x(u)

-2y((-1/3)(u-2)) = x(u). Replace the u by t and it's a little different than what you wrote.