Skip to main content
Mathematics LibreTexts

13.1: A brief introduction to linear time invariant systems

  • Page ID
    6551
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Let’s start by defining our terms.

    Signal. A signal is any function of time.

    System. A system is some machine or procedure that takes one signal as input does something with it and produces another signal as output.

    Linear system. A linear system is one that acts linearly on inputs. That is, \(f_1 (t)\) and \(f_2 (t)\) are inputs to the system with outputs \(y_1 (t)\) and \(y_2 (t)\) respectively, then the input \(f_1 + f_2\) produces the output \(y_1 + y_2\) and, for any constant \(c\), the input \(cf_1\) produces output \(cy_1\).

    This is often phrased in one sentence as input \(c_1f_1 + c_2 f_2\) produces output \(c_1 y_1 + c_2 y_2\), i.e. linear combinations of inputs produces a linear combination of the corresponding outputs.

    Time invariance. Suppose a system takes input signal \(f(t)\) and produces output signal \(y(t)\). The system is called time invariant if the input signal \(g(t) = f(t - a)\) produces output signal \(y(t - a)\).

    LTI. We will call a linear time invariant system an LTI system.

    Example \(\PageIndex{1}\)

    Consider the constant coefficient differential equation

    \[3y'' + 8y' + 7y = f(t) \nonumber \]

    This equation models a damped harmonic oscillator, say a mass on a spring with a damper, where \(f(t)\) is the force on the mass and \(y(t)\) is its displacement from equilibrium. If we consider \(f\) to be the input and \(y\) the output, then this is a linear time invariant (LTI) system.

    Example \(\PageIndex{2}\)

    There are many variations on this theme. For example, we might have the LTI system

    \[3y'' + 8y' + 7y = f'(t) \nonumber \]

    where we call \(f(t)\) the input signal and \(y (t)\) the output signal.


    This page titled 13.1: A brief introduction to linear time invariant systems is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by Jeremy Orloff (MIT OpenCourseWare) via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.