2

I would like to know more about the following integration technique encountered in Landau and Lifshitz' Mechanics, wherein the authors solve an integral equation for $x_2 - x_1$ as a function of $U$ by multiplying the equation by a factor with an unspecified parameter $\alpha$ and integrating over $\alpha$:

Integration Technique

Specifically, I would like to know

  1. What is this technique called?
  2. When can I expect to use it?
  3. Other integrals for which it is useful.
Diffycue
  • 836

1 Answers1

1

First of all, I think there is no name for this as a technique.

This technique is, IMHO, not to be remembered, because the same result can be achieved with Laplace Transform through a more direct path.

The basic observation is that convolution operation is hidden everywhere. The function (or, better said, distribution) with which one "convolves" is :

$$K(E):=\dfrac{1}{\sqrt{E}}.$$

You find a convolution by this function $K$ as well :

  • in the initial equation which can be expressed as: $ \ T=\sqrt{2m}((x'_2-x'_1) * K) \ \ (1)$ and

  • in the final equation: $ \ x_2-x_1=\dfrac{1}{\pi \sqrt{2m}}T * K \ \ (2)$.

Remark : These convolutions are in the sense of "causal" functions (all concerned functions are zero for negative values of the variable): see edit at the bottom.

This induces the fact that this computation can entirely be done using Laplace Transform (and convolution !) taking into account the fact that L.T. of $\dfrac{1}{\sqrt{t}}$ is $\sqrt{\pi}\dfrac{1}{\sqrt{s}}$ (see for example this).

Here is the detail of the computation:

Let us convolve equ. (1) by $K$ .

$$T * K = \sqrt{2m}(x_2 - x_1)' * K * K.$$

Now we take the L.T. of the RHS (only): $\sqrt{2m} s(X_2-X_1).\dfrac{\pi}{s}$

The two $s$ cancel ; taking now the inverse L.T., one gets $\sqrt{2m} (x_2-x_1).\pi$, which, equated with $T * K$, gives an equation equivalent to (2), as desired.

More economical than the method of Landau and Lifshitz (very witty, for sure), isn't it ?

Remarks : 1) Convolution by $K$ is equivalent to the operation of mult. by $\dfrac{1}{\sqrt{\alpha - E}}$ in L. & L. computation.

2) Have you noticed where $\pi$ has crept into the computations ?

Final remark: I have been looking for a specific integral transform (like Mellin transform) that could also explain things, but I have found nothing till now.

Edit: What is the difference between the "ordinary" convolution:

$$(f*g)(x):=\int_{t=-\infty}^{\infty}f(t)g(x-t)dt \ \ \ (3)$$

and the convolution of causal functions "defined" by

$$(f*g)(x):=\int_{t=0}^{x}f(t)g(x-t)dt \ \ \ (4)$$

Its very simple; it comes from the fact that one can always write a causal function into the following form $h(t)=U(t)h(t)$ where $U$ is the Heaviside step function ($U(t)=0$ for $t<0$, $U(t)=1$ for $t\geq 0$).

Therefore, when we deal with causal functions, (3) can be written under the following form:

$$(f*g)(x)=\int_{t=-\infty}^{\infty}(U(t)f(t))(U(x-t)g(x-t))dt$$

$$=\int_{t=-\infty}^{\infty}V(t)f(t))g(x-t)dt$$

Where $V(t):=U(t)U(x-t)=1$ iff $t \in [0,x]$, and $V$ is zero elsewhere : $V$ is the characteristic function of interval $[0,x]$. We can of course make $V$ disappear by taking into account it in the bounds of integration, yielding relationship (4).

Jean Marie
  • 81,803
  • Thank you, you make the connection between the Laplace transform and the solution very clear! Before I accept your answer, there is one more thing I'd like explained; you write the RHS of the final equation as proportional to $T * K,$ but I thought the convolution operator integrated from 0 to infinity, not from 0 to some constant (in this instance, $U$). Why here are we allowed to take the upper bound only as $U$? – Diffycue Aug 09 '16 at 18:00
  • Thank you! This is an extremely clear and well-presented explanation; I'm now convinced that L&L's method was actually an application of convolutions disguised so that they wouldn't have to discuss the technique. – Diffycue Aug 09 '16 at 20:01
  • It's hard to say. I don't know when they wrote their book, but it is possible they were belonging to a generation that had not been "exposed" to convolutions and Laplace Transform (this transform has been slowly introduced in engineering studies in the 1950s...) – Jean Marie Aug 09 '16 at 20:03