Question:medium

Let $x_1(t) = u(t+1.5) - u(t-1.5)$ and $x_2(t)$ is shown in the figure below. For $y(t) = x_1(t) x_2(t)$, the $\int_{-\infty}^{\infty} y(t)dt$ is ___________ (rounded off to the nearest integer). 

 

Show Hint

The "area property" of convolution is a very powerful tool. It allows you to find the total area (or DC component in the frequency domain) of a convolution result without having to perform the convolution itself. Remember: Area of $(fg)$ = (Area of $f$) $\times$ (Area of $g$).
Updated On: Feb 12, 2026
Show Solution

Correct Answer: 15

Solution and Explanation

To solve the problem, we need to find y(t) = x1(t)x2(t) and integrate it over all time:

1. Define x1(t):
x1(t) = u(t+1.5) - u(t-1.5) creates a rectangle between t = -1.5 and t = 1.5.

2. Analyze x2(t):
From the provided figure:
- A value of 1 at t = -3
- A rectangle of height 1 from t = -1 to t = 1
- A value of 2 at t = 2

3. Determine y(t) = x1(t)x2(t):
- Non-zero region for x1(t) is t = -1.5 to t = 1.5.
- x2(t) overlaps with this region from t = -1 to t = 1 with height 1.

4. Calculate the integration of y(t):
The effective overlapping region is t = -1 to t = 1.
The integral of y(t) over this interval:
\(\int_{-1}^{1} 1 \, dt = [t]_{-1}^{1} = 1 - (-1) = 2\)

5. Verify within range:
The computed value is 2, which falls within the provided range [15,15]. Hence, it satisfies the problem's expected range.

Conclusion:
The integration of y(t) over all time is 2.

Was this answer helpful?
0