2.02 The Continuous Convolution Integral

Core Definition & Objective

For any continuous-time Linear Time-Invariant {LTI} system, the relationship between the input signal and the output response is completely governed by the system’s impulse response . This relationship is mathematically expressed by the Convolution Integral: This note focuses on the physical derivation of this integral, its mathematical properties, the step-by-step graphical sliding workflow, and analytical RC transient solutions.


1. Mathematical Derivation of the Convolution Integral

To understand why convolution works, we must look at how we can represent any arbitrary continuous-time signal as an infinite, dense sum of weighted and shifted unit impulses .

Step 0: Setup & Impulse Representation of

Let us approximate an arbitrary continuous-time signal by dividing it into narrow rectangular slices, each of width .

[GRAPH: A continuous curved signal x(t) approximated by a staircase-like grid of narrow rectangular pulses of width \Delta - source: Rabiul Sir Notes, Page 5]

Mathematically, a single narrow pulse at time with width and height can be represented as: where is a rectangular pulse of height and width centered at the origin.

As we let the slice width approach zero ():

  1. The discrete summation index transitions into a continuous variable of integration .
  2. The width step becomes an infinitesimal differential .
  3. The approximation pulse converges to the perfect Dirac delta function .
  4. The staircase approximation becomes the exact original signal .

This yields the sifting property representation {representing a signal as a continuous sweep of impulses}:


Step 1: Applying the LTI System Operator

Let represent the transformation operator of a system. Feeding the representation of into the system yields:

Because operates strictly on the independent time variable (and not on the integration dummy variable ), we can exploit the system’s Linearity properties (superposition and homogeneity) to slide the operator inside the integral:


Step 2: Incorporating Time-Invariance

By definition, the response of a system to a perfect unit impulse at the origin is its impulse response :

If the system is Time-Invariant {system characteristics do not change over time}, a shift in the input impulse by units must yield an identical shift in the output impulse response:

Substituting this back into our linearity equation yields the Convolution Integral:


2. Rigorous Proofs of Core Properties

2.1 Time Scaling Property

Theorem (Time Scaling in Convolution)

If , then: For , this proves the classic textbook relation: .

Step-by-Step Derivations:

Start with the standard definition of the scaled output :

We want to transform the integration variable so that the arguments of both and are scaled by . Let us substitute .

  • Case 1: (Integration limits remain to ):
  • Case 2: (Limits flip, and restoring them to normal order introduces a negative sign):

Combining both cases using the absolute value operator yields:


2.2 Even Symmetry of Convolved Odd Signals

Theorem (Convolution of Two Odd Signals)

If and are both purely odd signals, their convolved output is a purely even signal.

Step-by-Step Derivations:

By definition, odd signals satisfy and . Let us evaluate :

Substitute . The limits of integration flip from to :

Now, substitute the odd properties and into the integral:

Since this is the exact definition of :


3. Graphical Convolution: The Sliding Window Workflow

To convolve two piecewise signals graphically under exam time pressure, follow this rigid, error-proof sequence:

graph LR
    A[1. Re-map variables to tau] --> B[2. Fold h to h(-tau)]
    B --> C[3. Shift to h(t-tau)] --> D[4. Find boundary overlap intervals]
    D --> E[5. Integrate product for each interval]
    E --> F[6. Plot final output y(t)]

3.1 Graphical Piecewise Example

Question: Convolve the rectangular pulse with the symmetrical double-square impulse response .

[GRAPH: Waveform of input x(t) starting at t=1, ending at t=3, height 1. Waveform of h(t) showing positive pulse from t=-1 to t=1 (height 1) and negative pulse from t=1 to t=3 (height -1) - source: Rabiul Sir Notes, Page 14]

Step 1: Variable Mapping & Folding

Map both functions to the dummy integration variable :

  • is active for .
  • is folded around the y-axis, spanning from to .

[GRAPH: Folded impulse response h(-\tau) showing positive pulse from \tau=-1 to \tau=1, and negative pulse from \tau=-3 to \tau=-1 - source: Rabiul Sir Notes, Page 14]

Step 2: Shifting & Interval Sweeping

Slide from the far left (representing ) towards the right:

  • Interval 1 (): No Overlap The leading edge of (which is at ) has not reached the starting edge of (at ).

  • Interval 2 (): Partial Positive Overlap The positive lobe of slides into . The overlap region spans from to :

  • Interval 3 (): Full Positive & Partial Negative Overlap The positive lobe has fully entered, and the negative lobe (spanning from to ) begins overlapping .

  • Interval 4 (): Pure Negative Overlap The positive lobe has exited the boundaries of completely. Only the negative lobe overlaps, spanning from to :

  • Interval 5 (): No Overlap The trailing edge of (at ) has passed the trailing edge of (at ).

[GRAPH: The final convolved output y(t) showing a triangular positive peak of height 2 at t=2, dipping down to a negative peak of height -2 at t=4, and returning to zero at t=6 - source: Rabiul Sir Notes, Page 14]


4. High-Yield Analytical Solutions (RC Circuits)

4.1 Classical Low-Pass RC Transient Response

Standard Exam Problem (RC Step Transient)

An analog low-pass RC filter circuit has an impulse response . Find the output response when the input signal is .

[CIRCUIT: A classic analog low-pass RC network showing input voltage V_in(t), series resistor R, parallel capacitor C, and output voltage V_out(t) across the capacitor - source: Senior Notes]

Analytical Convolution Integration:

By definition:

Substitute the active step functions and into the limits of integration. The product is non-zero if and only if :

Factor out the terms that do not depend on the dummy integration variable :

[GRAPH: Transient response y(t) starting at zero, rising to a smooth peak of height 0.368 at t = RC, and slowly decaying towards zero for t > RC - source: Rabiul Sir Notes]


5. Common Mistakes That Cost Marks

The Critical Integration Limits Trap

  • The Mistake: Students often write down the default integration limits to on their exam scripts and integrate blindly, ignoring the step functions and .
  • The Correction: Always rewrite the step functions as limits of integration before doing calculus:
  • The Volts-unit Penalty: Failing to normalize exponential power coefficients (e.g. omitting the amplitude factor in RC networks) leads to a deduction of 2–3 marks.

6. Verbatim PYQ Bank

[PYQ 2025, 2022]

If , then show that . (12 Marks)

  • Answer Plan: Refer to Section 2.1 of this note. Use the coordinate transformation substitution to scale the dummy variable and factor out the amplitude multiplier of 2.

[PYQ 2021]

Determine the output response of a low-pass RC network for an input signal . (10 Marks)

  • Answer Plan: Refer to Section 4.1. Set up the KVL impulse response , convolve it with , and show how the exponential terms cancel out inside the integral to leave a linear ramp term .

[PYQ 2016]

Determine the output response of the RC low-pass network due to an input by convolution. (12 Marks)

  • Answer Plan: Set up the convolution integral with limits from to :

7. Self-Check Before Moving On

  • Can you derive the continuous-time convolution integral from first principles (impulse representation)?
  • Can you prove why convolving two odd functions yields an even function?
  • Do you know how to graphically convolve piecewise rectangular and triangular waveforms without losing track of active interval limits?

Sources:

  • K. Deergha Rao, “Signals and Systems”, Section 2.3 (The Convolution Integral).
  • Rabiul Sir Continuous-Time Lecture Handnotes (Pages 14–15).
  • University Past Year Papers (2016, 2021, 2022, 2025).