Why is x(t) + x(-t) always even regardless of x(t)'s nature?

  • Thread starter Thread starter tina_singh
  • Start date Start date
  • Tags Tags
    even Signals
AI Thread Summary
The discussion addresses why the expression x(t) + x(-t) is always even, regardless of whether x(t) is even or odd, explaining that for even functions, the sum remains even, and for odd functions, the result is zero, which is even. It clarifies that when adding the unit step function u(t) and u(-t), the value at t=0 does not contribute to the overall result in integration contexts, as the function is typically defined to avoid ambiguity at that point. Additionally, it explains the behavior of time shifts, noting that x(t-3) shifts the function right, while x(-t-3) also shifts right when properly interpreted. The importance of careful notation in function shifts is emphasized to avoid confusion. Overall, the discussion provides clarity on these fundamental properties of functions and their transformations.
tina_singh
Messages
14
Reaction score
0
1)-why is x(t)+x(-t) always even??..no matter if x(t) even or odd?

2)-when we talk about unit step function...u(t)..and we add..u(t)+u(-t)..the value of both is 1 at t=0..so does'n't that gets added twice??..and it becomes 2 at t=0...

3)when we have x(-t) and we time shift it say x(-t-3) it shifts toward the -ve t axis.. where as x(t-3) the function is shifted on the + axis..why is it so??

i would be really greatful if you can help me out with the above 3 doubts..
 
Last edited by a moderator:
Physics news on Phys.org


1) x(t)+x(-t) = x(t)+x(t) for even functions and if x(t) is even then x(t) + x(t) would be even.
As for odd functions the definition of an odd function is for an f(x), -f(x)=f(-x) and therefore x(t)+x(-t) = 0 for an odd function which is technically even.

2) Yes I believe so assuming you define your step function as u(t) = 1 if t≥0 and 0 otherwise

3) For x(t), a shift to x(t-3) would be a shift to the right. Likewise if you wanted to shift x(-t) to the right you would need to have x(-(t-3)) =x(-t+3) and NOT x(-t-3). Just be careful and use parentheses because when you shift you are substituting the independent variable not just throwing a "-3" in there somewhere.
 


tina_singh said:
1)-why is x(t)+x(-t) always even??..no matter if x(t) even or odd?

Define F(t) = x(t) + x(-t). F will be even if F(-t) = F(t). Does that work? Does it matter what the formula for x(t) is?

2)-when we talk about unit step function...u(t)..and we add..u(t)+u(-t)..the value of both is 1 at t=0..so does'n't that gets added twice??..and it becomes 2 at t=0...

The value at a single point usually doesn't matter because u(t) is usually used in integration. Sometimes u(t) isn't even defined at 0 because of this; it is just defined as u(t) = 0 for t < 0 and u(t) = 1 for t > 0.
3)when we have x(-t) and we time shift it say x(-t-3) it shifts toward the -ve t axis.. where as x(t-3) the function is shifted on the + axis..why is it so??

i would be really greatful if you can help me out with the above 3 doubts..

Both x(t-3) and x((-t) - 3) are shifted to the right.
 
Back
Top