I was struggling with this question, can use some help.
given that $a\not=0$ $$f_a(x) =\frac{1}{x^2+a^2}$$
I'm trying to find k and c dependent on a and b $$(f_a ∗ f_b) (x) = kf_c(x) $$
I know that the convolution can be written as $$ 2 \pi \hat f\hat g$$ but trying to make the calculation just leaves me in more trouble. I also tried directly calculating the convolution but i just hit an unsolvable integral.
Any ideas?
Fourier transform of $f_a$ is: $$\hat f_a = \frac 1a\sqrt{\frac\pi 2}e^{-a|\omega|} \tag 1$$
The fourier transform of a convolution is a regular product: $$\mathscr F\Big[ f_a\star f_b \Big] = \hat f_a\cdot\hat f_b = \frac 1a\sqrt{\frac\pi 2}e^{-a|\omega|} \cdot \frac 1b\sqrt{\frac\pi 2}e^{-b|\omega|} = \frac 1{ab}\frac\pi 2e^{-(a+b)|\omega|} \tag 2$$
The relevant inverse transform is: $$\mathscr F^{-1}\Big[e^{-a|\omega|}\Big] = \sqrt {\frac 2\pi}\frac{a}{x^2+a^2} \tag 3$$
Combining (2) and (3): $$f_a\star f_b = \frac 1{ab}\frac\pi 2 \sqrt {\frac 2\pi}\frac{(a+b)}{x^2+(a+b)^2} = \frac {a+b}{ab}\sqrt{\frac\pi 2} \frac{1}{x^2+(a+b)^2} \tag 4 $$
Therefore: $$c=a+b, \quad k = \frac {a+b}{ab}\sqrt{\frac\pi 2}$$