Time-shifted Integral with Unit Impulse Function

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
4 replies · 2K views
Les talons
Messages
28
Reaction score
0

Homework Statement


Evaluate the integral.
[tex]\int_{-\infty}^\infty f(2 -t) \delta(3 -t) \, dt[/tex]

Homework Equations


The Unit Impulse function is defined
[tex]\hspace{18mm} \delta(0) = 0 \hspace{10mm} t \neq 0[/tex]
[tex]\hspace{-15mm} \int_{-\infty}^\infty \delta(t) \, dt = 1[/tex]

The Attempt at a Solution


Using a u-substitution ##u = 3 -t##, ##dt = -du##, ##t = 3 -u##
[tex]\int_{-\infty}^\infty f(2 -t) \delta(3 -t) \, dt[/tex]
[tex]= \int_{-\infty}^\infty f(2 -(3 -u)) \delta(u) (-1) \, du[/tex]
[tex]= -\int_{-\infty}^\infty f(u -1) \delta(u) \, du[/tex]
[tex]= -f(0 -1)[/tex]
[tex]= -f(-1)[/tex]

Please let me know if the above is unclear. My question is 1) Is this the right solution? and 2) Trusted sources tell me that the answer is just ##f(-1)##. Which is the correct answer? Is there some mathematical detail I am missing? Hope this is clear, and hope you can help. ##\mathcal{Thanks}##
 
Physics news on Phys.org
For the lower limit of the integral, since ##t \rightarrow -\infty##, ##u \rightarrow 3 -(-\infty) \rightarrow 3 +\infty \rightarrow \infty##, and in the upper limit of the integral, ##t \rightarrow \infty##, implying ##u \rightarrow 3 -\infty \rightarrow -\infty##. The net effect is to annihilate the ##-1## in front of the integral, giving the evaluation ##f(-1)##. Thank you both for the insight!