Questions: Linear Time-Invariant (LTI) Systems and Properties
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
A sinusoidal input at 10 Hz with amplitude 2 V is applied to an LTI system. What can you guarantee about the steady-state output?
AThe output is a sinusoid at some frequency determined by the system's natural frequencies, not necessarily 10 Hz
BThe output is a sinusoid at exactly 10 Hz, with amplitude and phase determined by the system's frequency response at 10 Hz
CThe output is a sinusoid at 10 Hz, and its amplitude equals 2 V because LTI systems are energy-conserving
DThe output could be any waveform — LTI systems only preserve linearity, not frequency content
A fundamental property of LTI systems is that a sinusoidal input at frequency ω always produces a sinusoidal output at the same frequency ω. The system cannot create new frequencies. The amplitude and phase of the output are determined by the system's transfer function evaluated at the input frequency: |G(jω)| scales the amplitude and ∠G(jω) shifts the phase. This is the foundation of Bode plot analysis — you sweep input frequency and measure how the system modifies amplitude and phase. Option A describes resonance phenomena but misidentifies how LTI systems process sinusoids. Option C incorrectly assumes energy conservation.
Question 2 Multiple Choice
System A is defined by y(t) = 2x(t) (doubles the input). System B is defined by y(t) = x(t) + 5 (adds a constant offset). Which system is LTI, and why is the other not?
ABoth are LTI — both produce predictable outputs for any input
BSystem A is LTI; System B is not, because it violates superposition (the zero input produces nonzero output, so the system has a bias)
CSystem B is LTI; System A is not, because scaling the input by 2 changes the system's gain
DNeither is LTI — true LTI systems only exist as mathematical idealizations
System A satisfies both linearity tests: α·x(t) → α·2x(t) = 2αx(t) = αy(t) (homogeneity), and x₁(t)+x₂(t) → 2x₁(t)+2x₂(t) = y₁(t)+y₂(t) (superposition). System B fails linearity: if x(t)=0 then y(t)=5≠0, which means a zero input produces nonzero output. More formally, adding an offset violates superposition: y(x₁+x₂) = x₁+x₂+5, but y(x₁)+y(x₂) = x₁+5+x₂+5 = x₁+x₂+10 ≠ y(x₁+x₂). System B is actually an affine system — linear plus a constant bias — not a linear system. This distinction matters in practice whenever a system has a non-zero operating point or bias.
Question 3 True / False
A system described by the differential equation dy/dt + t·y(t) = x(t) (where the coefficient of y is the time variable t) is time-invariant.
TTrue
FFalse
Answer: False
Time-invariance requires that the system's differential equation have constant coefficients — if you apply the same input at a different time, you get the same output, just time-shifted. Here, the coefficient of y(t) is 't' itself, which changes with time. If you apply input x(t−t₀), the governing equation at time t uses coefficient 't', not 't−t₀', so the system responds differently depending on when the input is applied. This is a time-varying system and cannot be analyzed with standard Laplace/transfer function methods. Such systems arise in practice — e.g., a pendulum with a moving pivot, or a process with temperature-dependent rate constants — and require more advanced techniques.
Question 4 True / False
The impulse response h(t) of an LTI system fully determines the system's output for any arbitrary input x(t) through the convolution integral.
TTrue
FFalse
Answer: True
This is one of the most powerful results in LTI theory. Because of linearity, any input x(t) can be decomposed into a weighted sum of shifted Dirac delta impulses: x(t) = ∫ x(τ)δ(t−τ)dτ. Because of time-invariance, each shifted impulse δ(t−τ) produces the shifted impulse response h(t−τ). Superposition then gives y(t) = ∫ x(τ)h(t−τ)dτ — the convolution integral. The impulse response h(t) encodes the system's complete behavior: natural frequencies, damping, DC gain, everything. Knowing h(t) is equivalent to knowing the transfer function G(s) (they are a Laplace transform pair), and either one completely characterizes the system.
Question 5 Short Answer
Why do the linearity and time-invariance properties together make the Laplace transform such a powerful tool for analyzing control systems?
Think about your answer, then reveal below.
Model answer: Linearity means the system satisfies superposition, so complex inputs can be analyzed as sums of simple components. Time-invariance means the system has constant coefficients in its differential equation. Together, applying the Laplace transform converts the constant-coefficient differential equation into an algebraic equation in s, where differentiation becomes multiplication by s. The ratio of output to input in the s-domain is the transfer function G(s) — a simple algebraic expression. Without LTI, the differential equation would have time-varying coefficients and the Laplace transform would not produce a clean algebraic form. LTI is the necessary precondition for transfer function analysis.
The key insight is that the Laplace transform trades the difficulty of solving differential equations for the simpler task of algebra and partial fractions — but only if the coefficients are constant. LTI guarantees constant coefficients. If either property fails (nonlinearity or time-variance), the system must be analyzed by other means: linearization, numerical simulation, or specialized techniques for specific system classes.