1
$\begingroup$

Let $\chi(x)$ be defined as $1$ for $x\in(-1,1)$ and everywhere else it's 0. So I managed to calculate $\chi\ast\chi$ which is equal to $2-\lvert x \rvert$ for $x\in(-2,2)$ and everywhere else it's 0. I did it graphically and also with the integral. But when I try to do $\chi\ast\chi\ast\chi$ I kinda get stuck, because when I plot the function online and try to calculte the integral $\int_{-1}^{1} (\chi\ast\chi)(x-y)dy$ I don't get "smooth" transitions from the x axes. Can someone give me some kind of hint of how to do it? Calculating the integral gives me $3-x^2$ for $x\in[-1,1]$, $2-2\lvert x\rvert$ for $\lvert x\rvert\in[1,3)$ and everywhere else it's 0.

1 Answers 1

1

Here is a powerful way for computing this convolution.

Let us first recall three properties, with $H$ the Heaviside step function:

$$\tag{0} \begin{cases}(i) & H'(x-a)=\delta_a(x)\\ (ii) & \delta_a \ast \delta_b=\delta_{a+b}\\ (iii) & (f*g)'=f'*g=f*g'\end{cases}$$

The main idea is A) to differentiate $\chi\ast\chi\ast\chi$ 3 times, reach the level at which one can compute on $\delta_a$ "functions", and then B) integrate the result 3 times (!).

Part A):

As a consequence of $(0)(iii)$, the third derivative is

$$\tag{1}(\chi\ast\chi\ast\chi)'''=\chi'\ast\chi'\ast\chi'$$

Knowing that, (using $(0)(i)$):

$$\tag{2}\chi(x):=H(x+1)-H(x-1) \ \ \implies \ \ \chi'=\delta_{-1}-\delta_{1}$$

Plugging the result of $(2)$ into $(1)$, we get:

$$\tag{3}(\chi\ast\chi\ast\chi)'''=(\delta_{-1}-\delta_{1})\ast(\delta_{-1}-\delta_{1})\ast(\delta_{-1}-\delta_{1}) \ = \ \delta_{-1}\ast \delta_{-1}\ast \delta_{-1}+\cdots$$

Using the result $(0)(ii)$, we finally obtain:

$$\tag{4}(\chi\ast\chi\ast\chi)'''=\delta_{-3}-3\delta_{-1}+3\delta_{1}-\delta_{3}.$$

(The sequence of coefficients $1,-3,3,-1$ can be explained by considering binomial expansion.)

Part B) We have to integrate 3 times expression $(3)$:

$$\text{1st int.:} \ (\chi\ast\chi\ast\chi)''=H(x+3)-3H(x+1)+3H(x-1)-H(x)$$

$$(\chi\ast\chi\ast\chi)''=\begin{cases} \ \ \ 1 & \text{if} -3

$$\text{2nd int.:} \ (\chi\ast\chi\ast\chi)'=\begin{cases} \ \ \ 1x+a & \text{if} \ -3

(where the integration constants $a,b,c$ have been chosen to grant continuity to the result).

$$\text{3rd integration:} \ \chi\ast\chi\ast\chi=\begin{cases} \ \ \ x^2/2+3x+9/2 & \text{if} \ -3

(we have not detailed in this case the computation of integration constants.)

Here is the graphical representation (which belongs to the family of quadratic splines, union of 3 Bezier curves):

enter image description here

  • 0
    I just can't understand what this $\delta_a$ is2017-01-24
  • 0
    Do you know the definition of Heaviside function $0$ if $x<0$ and $1$ if $x \geq 0$ ?2017-01-24
  • 0
    Yes, I do know the definition of the Heaviside function. And shouldn't it up there be $H(x+3)-3H(x+1)+3H(x-1)-H(x-3)$?2017-01-24
  • 0
    Then, you know implicitly $\delta$ which is the derivative of $H(x)$ see ( mae.ufl.edu/~uhk/HEAVISIDE.pdf)2017-01-24
  • 0
    and $\delta_a(x)$ is the derivative of $H(x-a)$.2017-01-24
  • 0
    1) I have re-drawn the curve with Geogebra for a better look. 2) I didn't comment your result. You had found the good one for the central arch. For $1$\chi$ discontinuous $\implies \chi* \chi$ continuous $\implies \chi* \chi* \chi$ differentiable). – 2017-01-25
  • 0
    I have taken the freedom to add the tag "spline" to the two others. Do you agree ?2017-01-25