We will define the convolution (slightly unconventionally to match Rudin's proof) of $f$ and $g$ as follows: $$(f\star g)(x)=\int_{-1}^1f(x+t)g(t)\,dt\qquad(0\le x\le1)$$
- Let $\delta_n(x)$ be defined as $\frac n2$ for $-\frac1n<x<\frac1n$ and 0 for all other $x$. Let $f(x)$ be defined as $x$ for $.4<x<.7$ and let $f(x)=0$ for all other $x$. Find a piecewise algebraic expression for $f\star\delta_{10}$ and graph $f\star\delta_{10}$. Repeat the exercise for $f\star\delta_{20}$. In what sense does $f\star\delta_n$ converge on $[0,1]$ and to what function does it converge?
Hello everyone, I just need help finding a piecewise algebraic expression for $f* \delta_{ 10}$. I think I should be able to figure out everything else in the question once I know how to do this.
Thoughts/things I know (how to do): Delta 10 is defined as $5$ for $-1/10<x<1/10$ and $0$ otherwise. $f(x)=x$ for $0.4<x<0.7$ and $0$ otherwise. I know how both graphs look like visually. I guess you could say there is a jump in the graph of f(x) at 0.4 and 0.7 and a jump in the graph of $\delta_{10}$ at $-1/10$ and $1/10$.
Now confusions: I believe that perhaps I will have to split up the problem into several cases/integrals as both f(x) and delta are piecewise. The main problem in this question is I don't understand what the t represents so I don't know how to set up my bounds as my bounds are in terms of t (as we integrate with respects to $dt$). I believe that the integral seemingly from the definition is only valid for $0\leq x<\leq1$ inclusive. Also if I'm doing $f* \delta_{10}$, lets say for x between $0.4<x<0.7$ then wouldn't $f(x+t)=x+t$ and $g(t)=0$? Overall, I think I'm confused so I could really use some guidance on this problem for the first case $f*\delta_{10}$, then I believe I could figure out the rest. Thank you!
$f\star\delta_{10}(x) = \int_{-1}^1 f(x - t)\delta(t)\ dt$
but $\delta_{10}(t) = 0$ for most of this interval
$f\star\delta_{10}(x) = \int_{-\frac {1}{10}}^{\frac {1}{10}} 5(x - t) dt$
$x\in [0.5, 0.6]$
But if $x$ is outside this interval:
$x\in [0.3, 0.5]$
$f\star \delta_{10}\int_{0.4-x}^{0.1} 5(x - t) dt$
$x\in [0.6, 0.8]$
$f\star \delta_{10}\int_{-0.1}^{0.7-x} 5(x - t) dt$
$f\star\delta_{10} = \begin {cases} \frac 52 (x+0.1)^2 - 0.4 &x\in[0.3,0.5]\\x&x\in[0.5,0.6]\\ -\frac 52x^2 + 0.5x + 1.2& x\in [0.6,0.8]\\0&\text {elsewhere}\end{cases}$
The delta function puts a small blur on the edges that sharpens as $n$ gets big.