Related Concepts: 2.01 Systems Classification, LTI Properties & Stability | 2.02 The Continuous Convolution Integral | 2.04 Systems Described by Differential & Difference Equations
2.03 Properties of the Convolution Integral
Core Theorem Overview
Convolution {the mathematical folding, shifting, and integrating of two signals} is not just a blind computational tool; it behaves like a standard algebraic product. By utilizing the algebraic properties of convolution—namely the Commutative, Distributive, Associative, and Impulse-Shifting properties—we can bypass complex integrations entirely and solve cascaded or parallel LTI networks instantly.
1. The Commutative Property
Alright — let’s start with a highly comforting fact: the order in which you convolve two signals does not matter. The system’s output remains identical whether you fold-and-shift the input signal or the system’s impulse response .
Mathematically, this is stated as:
This is incredibly high-signal for exams! If you are convolving a simple rectangular pulse with a complex decaying exponential, the commutative property lets you choose the simpler function to fold and shift, saving you valuable time and reducing algebraic errors.
Step-by-Step Derivation
Let’s prove this formally using a classic change of variables.
Step 0: Setup and Definition
Start with the standard definition of the continuous convolution integral:
Step 1: Change of Variables
We want to swap the arguments of our functions. Let us define a new dummy integration variable, :
Step 2: Evaluate Limits and Differentials
Now, find the differential by differentiating both sides with respect to :
Next, transform the limits of integration from to :
- When , then .
- When , then .
Step 3: Substitute and Simplify
Substitute these variables back into our original integral setup:
We can use the negative sign of the differential to flip the integration limits back to their standard order:
Since is just a dummy variable {a temporary variable name used strictly for the duration of the integration}, we can rename it back to :
2. The Distributive and Associative Properties
These two properties allow us to analyze interconnected LTI networks by simplifying parallel and cascaded systems into a single equivalent impulse response block.
2.1 The Distributive Property (Parallel Systems)
Convolution is distributive over addition:
Physical Significance
This property describes Parallel System Interconnections. If an input signal is applied simultaneously to two parallel LTI subsystems with impulse responses and , the overall system’s impulse response is simply the sum of the individual impulse responses:
+--------+
+--->| h1(t) |---+
| +--------+ |
x(t)-+ v (+)---> y(t)
| +--------+ ^
+--->| h2(t) |---+
+--------+
2.2 The Associative Property (Cascaded Systems)
Convolution is associative:
Physical Significance
This property describes Cascaded System Interconnections. If a signal passes through subsystem and its output immediately feeds into subsystem , the overall cascaded system behaves as a single block with an equivalent impulse response:
x(t) ---> [ h1(t) ] ---> y1(t) ---> [ h2(t) ] ---> y(t)
Equivalently:
x(t) --------------> [ h1(t) * h2(t) ] -------------> y(t)
By the commutative property, we can swap the order of blocks in a cascade without changing the output:
3. Convolution with an Impulse ()
Convolution with a unit impulse behaves exactly like multiplication by 1 in standard algebra. The impulse acts as an identity operator under convolution.
Mathematically, this is expressed as:
Step-by-Step Derivation
Let’s prove this using the sifting property {the mathematical ability of the Dirac delta function to select a single, discrete value of a signal when integrated}.
Step 0: Setup and Definition
Apply the standard convolution integral definition:
Step 1: Utilize the Sifting Property
The impulse function is active {non-zero} only at the single point where its argument becomes zero:
Step 2: Evaluate the Integral
Because the impulse is zero everywhere except at , the integral evaluates directly to the value of the function at that specific point:
4. The Time-Delay Shifting Property
This property is a massive, high-yield shortcut for your continuous-time signal examinations! It states that convolving two shifted signals simply shifts the final convolved output by the sum of their individual delays.
The Time-Delay Shifting Theorem
If we know that: Then convolving their delayed versions yields:
Step-by-Step Derivation
Let’s prove this mathematically.
Step 1: Setup the Convolution of Shifted Inputs
Using the convolution integral definition, let’s write out the left-hand side of our equation:
Step 2: Define a Variable Substitution
To align this with our standard convolution form, let’s substitute the argument of our first function:
The limits of integration remain unchanged at and .
Step 3: Substitute and Simplify the Integral
Substitute these variables back into our shifted integral expression:
Step 4: Map to the Base Convolution
Notice that the resulting integral is identical to the definition of , except that the time variable has been replaced by .
Therefore:
5. High-Yield Worked Numerical
Let’s see how we can use these algebraic properties to solve complex, piecewise exam problems in seconds without doing any calculus.
Worked Exam Problem
Find the output of an LTI system with impulse response when the input signal is .
Step-by-Step Solution
Step 1: Write down the Algebraic Expression
Using the distributive and commutative properties, we can write the overall convolution as:
Distribute the terms:
Step 2: Apply the Shifting Property of the Impulse
We know that convolving any signal with a shifted impulse simply shifts the signal by :
Let’s apply this to our two distributed terms:
- First term:
- Second term:
Step 3: Combine and Write the Final Expression
Combine the terms to get our final output:
By using convolution properties, we solved a complex, multi-interval piecewise problem with zero calculus integrations!
[GRAPH: x-y axis plotting y(t). It is 0 for t < 3. It jumps to amplitude 4 at t = 3, stays at 4 until t = 5, where it drops to 0. It stays at 0 until t = 6, where it jumps to amplitude 2, stays at 2 until t = 8, and drops back to 0 for all t > 8.]
Common Mistakes That Cost Marks
Critical Exam Pitfalls
- The Time-Scaling Phase Trap: Remember that the time-scaling property introduces a scaling amplitude multiplier: . Forgetting the factor when compressing or expanding a convolved signal is a very common source of lost marks.
- Applying Shifting to the Wrong Variable during Integration: In the proof of commutative property, when substituting , remember that the differential is with respect to (meaning , so ). Treating as a variable instead of a constant parameter during integration will ruin the entire proof.
PYQ Bank — Verbatim Questions & Answer Plans
[PYQ 2025] [12 Marks]
- Question: If , then show that .
- Answer Plan:
- Write out the basic convolution integral for .
- Set up the variable substitution to scale the dummy variable.
- Compute and substitute it into the integral.
- Extract the scaling factor of 2 outside the integral to prove the theorem.
[PYQ 2021] [10 Marks]
- Question: Prove the time-shifting property of convolution: .
- Answer Plan:
- Follow the 4-step proof outlined in Section 4 of this note verbatim.
- Include a brief physical explanation of how delay in system blocks accumulates.
Self-Check Before Moving On
- Can you derive the commutative property of convolution from scratch?
- Do you understand how parallel and cascaded LTI systems map to the distributive and associative properties?
- Can you apply the time-delay shifting property to solve delta-convolution numericals rapidly?
Source: (k.Deergha Rao) signals and systems.pdf Section 2.3.1