How do I find the convolution of two functions with different domains?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
bobred
Messages
170
Reaction score
0

Homework Statement


I have the two functions below and have to find the convolution [itex]\beta * L[/itex]

Homework Equations


Assume a<1
[tex] \beta(x)=\begin{cases}<br /> \frac{\pi}{4a}\cos\left(\frac{\pi x}{2a}\right) & \left|x\right|<a\\<br /> 0 & \left|x\right|\geq a<br /> \end{cases}[/tex]
[tex] L(x)=\begin{cases}<br /> 1 & \left|x\right|<1\\<br /> 0 & \left|x\right|\geq 1<br /> \end{cases}[/tex]

The Attempt at a Solution


[tex]\beta * L=\int^\infty_{-\infty}\beta(y)L(x-y)dy=\int^\infty_{-\infty}\beta(x-y)L(y)dy[/tex]
What I am unsure about is the limits and which integral to use. Any hints would be greatly appreciated.
 
Physics news on Phys.org
bobred said:

Homework Statement


I have the two functions below and have to find the convolution [itex]\beta * L[/itex]

Homework Equations


Assume a<1
[tex] \beta(x)=\begin{cases}<br /> \frac{\pi}{4a}\cos\left(\frac{\pi x}{2a}\right) & \left|x\right|<a\\<br /> 0 & \left|x\right|\geq a<br /> \end{cases}[/tex]
[tex] L(x)=\begin{cases}<br /> 1 & \left|x\right|<1\\<br /> 0 & \left|x\right|\geq 1<br /> \end{cases}[/tex]

The Attempt at a Solution


[tex]\beta * L=\int^\infty_{-\infty}\beta(y)L(x-y)dy=\int^\infty_{-\infty}\beta(x-y)L(y)dy[/tex]
What I am unsure about is the limits and which integral to use. Any hints would be greatly appreciated.

Start by drawing the two-dimensional ##A## region for the second form:
$$A_a = \{ (x,y) : -1 \leq y \leq 1, |x-y| \leq a \}.$$
There are three cases: (1) ##a < 1##; (2) ##a = 1##; and (3) ##a > 1##. The region will look slightly different in cases (1) and (3).For some values of ##x## the line vertical line through ##x## will miss region ##A_a## completely, so the ##y##integral will equal 0. For other values of ##x## the vertical line through ##x## will intersect region ##A_a## in a vertical line segment, so will have the form ##y_1(x) \leq y \leq y_2(x)##, and your ##y##-integration will be from ##y_1(x)## to ##y_2(x)##.