Comparison

Time Invariant vs Time Variant System

An RC low-pass filter with fixed 10 kΩ and 10 nF components responds identically whether you apply a pulse at t = 0 or at t = 5 s — it is time-invariant. A variable-frequency oscillator whose capacitance is swept by a varactor diode changes its behaviour with time, making it time-variant. This distinction decides which analysis tools — specifically convolution and the fixed H(s) — are even valid.

EEE, ECE, EI

Side-by-side comparison

ParameterTime InvariantTime Variant System
DefinitionShift in input by t0 causes same shift in output: y(t−t0)A time shift in input does NOT produce a proportional shift in output
System parametersResistances, capacitances, inductances are constantAt least one parameter changes with time, e.g., L(t) or C(t)
Impulse responseh(t, τ) depends only on (t − τ); written as h(t − τ)h(t, τ) depends on both t and τ separately
Convolution validityy(t) = x(t) * h(t) is validConvolution integral changes form; not simple * operation
Transfer functionH(s) or H(jω) is well-defined and constantNo fixed H(s); must use time-varying state equations
Real exampleFixed Butterworth LPF using TL072, fc = 1 kHzFM modulator — carrier frequency varies with message signal
Test methodApply x(t − t0), check if output is y(t − t0)Output differs from shifted version for at least one input
Typical LTI toolLaplace Transform, Fourier Transform, Z-TransformFloquet theory, time-varying state space, numerical ODE
Common GATE trapy(t) = x(t)·cos(2π·1000·t) — this is TIME-VARIANTy(t) = x(t − 2) — this IS time-invariant (just a shift)
ApplicationMost communication receivers, fixed digital filtersRadar Doppler processing, kalman filter with varying noise

Key differences

Time invariance means the system's behaviour does not change with when you apply the input. The formal test: replace x(t) with x(t − t0) and check if output becomes y(t − t0). The classic GATE trap is y(t) = x(t) · cos(2000πt): replacing t with (t − t0) gives x(t−t0)·cos(2000π(t−t0)), which is NOT the same as y(t−t0) = x(t−t0)·cos(2000πt0). So it is time-variant. A fixed RC circuit is LTI; an FM modulator whose effective gain changes with the message is time-variant.

When to use Time Invariant

Use a time-invariant model when the circuit components are fixed and the operating conditions do not change — for example, analysing the step response of a second-order RLC circuit with R = 100 Ω, L = 10 mH, C = 1 µF.

When to use Time Variant System

Model the system as time-variant when a component's value or the system's gain changes with time — for example, in an amplitude modulator where y(t) = x(t)·cos(2π·100000·t), the multiplying carrier makes the effective gain time-dependent.

Recommendation

For GATE, treat every system as time-invariant until the test fails — then call it time-variant. In interviews, choose the LTI framework for any fixed-hardware problem and flag time-variance only when you see an explicit time-dependent coefficient like a multiplier, compressor, or Doppler shift.

Exam tip: The GATE examiner's favourite test case is y(t) = x(t)·cos(ω0·t) — always perform the formal delay-and-compare test and write out each step; stating the answer without working earns no marks.

Interview tip: An interviewer at a telecom company will ask you to classify y[n] = n·x[n] — point out that the coefficient n changes with time, so the system is time-variant, and cannot be described by a single H(z).

More Signals Systems comparisons