Integral of x*delta((x/y)-t) dx from 0 to infinity

Applejacks01
Messages
26
Reaction score
0

Homework Statement



∫x*delta((x/y)-t) dx from 0 to infinity

Homework Equations


∫x*delta((x/y)-t) dx from 0 to infinity = ty*|y|*θ(ty)

The Attempt at a Solution



Okay, so using the transformation of variables technique via the Jacobian, I see where the |y| comes from. However, using the dirac delta method I have NO clue how that |y| is derived logically. I know that the property of the dirac delta is that, for ex, ∫f(x)*delta(x-a) dx from x = -infinity to infinity = f(a). In other words, we solve the equation x-a = 0 for x. Likewise, we have ((x/y)-t) = 0, solved for x = ty.

So I can see where ty*θ(ty) comes from...but how is the |y| derived?


Thank you very much.
 
Physics news on Phys.org
Try using the substitution u=x/y to get the argument of the delta function to look like it appears in the property you cited.
 
vela said:
Try using the substitution u=x/y to get the argument of the delta function to look like it appears in the property you cited.

Don't forget that if y is negative you need to adjust the limits in the u integral. That's where the absolute value will come from.
 
Ok assuming y is positive( it actually is for the question I was really working on)...
okay so u = x/y implies x = y*u. So we have (y*u*Delta(u-t))
we need to convert dx to du
x = y* u
Dx = y du
int(y*u*Delta(u-t)*ydu)
So u = t and we get
y*t*y*Heaviside(yt)




I can see how the y is derived now. Hopefully my logic is perfect in my derivation. Thank you!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top