Differentials of variable substitution

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
CantorSet
Messages
44
Reaction score
0
Hi everyone,

This question is a bit involved but it pertains to calculating the differential of a variable substitution used in the proof of the convolution theorem (http://en.wikipedia.org/wiki/Convolution_theorem)

Consider
[tex]\int f(t) \int g(s - t) ds dt.[/tex]

If we use the substitution

[tex]r = s - t[/tex]

we get the differential relation as

[tex]dr = ds[/tex]

so the above equation becomes

[tex]= \int f(t) \int g(r) dr dt = \int f(t) dt \int g(r) dr[/tex]

But why didn't we use the differential relation

[tex]dr = ds - dt[/tex] ?
 
Physics news on Phys.org
Fredrik said:
You did, but the "d" of a constant function is =0. Note that you did the variable substitution r=s-t in the integral

[tex]\int g(s-t)ds[/tex]

where t is just a constant; it represents the constant function h defined by h(s)=t for all s.

I see. Thanks for the explanation, Fredrik.