Related Concepts: 3.01 Introduction to State-Space & Phase-Variable Formulations | 3.03 State-Space Modeling of Electrical Circuits | 3.04 State-Space Modeling of Block Diagrams & Signal Flow Graphs


3.06 State Transition Matrix: Properties & Solution Methods

Core Idea

The State Transition Matrix (denoted or ) is a matrix-valued function of time that completely characterizes the unforced (zero-input) natural dynamic response of a continuous-time LTI state-space system. It maps the state vector from its initial state at to its state at any future time {acting as the matrix-valued equivalent of the scalar exponential decay factor in first-order systems}.


1. Mathematical Definition of the Matrix Exponential

For a linear time-invariant continuous-time system governed by the state equation:

When the external input is deactivated (), the system becomes homogeneous:

In a simple first-order scalar system, has the solution . By mathematical extension, the solution to the vector-matrix differential equation is defined using the matrix exponential :

Thus, we define the State Transition Matrix (STM) as:


2. Fundamental Properties of the State Transition Matrix

The matrix exponential satisfies several critical algebraic properties that are heavily tested in ECE 2107 Section B theoretical questions.

PropertyMathematical FormulationPhysical/Analytical Meaning
1. IdentityAt , the state vector is mapped to itself (no transition has occurred).
2. Group / AdditiveTransitioning from to is identical to transitioning to , then .
3. InverseTransitioning backward in time is equivalent to running the inverse transition.
4. TransitiveChain multiplication allows intermediate state-taps to be bypassed.
5. PowerMultiplying the transition times scales the transition duration by .
6. DerivativeThe rate of state transition matches the system dynamics matrix .

3. Method 1: The Laplace Resolvent Method (Analytical)

The Laplace Resolvent Method is the most robust analytical technique used to calculate for systems of any order. It bypasses infinite series approximations by moving into the -domain.

3.1 Rigorous Mathematical Derivation

We begin with the unforced, homogeneous system state equation:

Taking the unilateral Laplace transform on both sides, accounting for non-zero initial conditions :

Gathering the terms to the left-hand side:

Since is a scalar and is an matrix, we introduce the identity matrix {to make the matrix subtraction dimensionally valid}:

We solve for the state vector by multiplying both sides by the inverse matrix (known as the Resolvent Matrix):

To return to the time domain, we apply the inverse Laplace transform ():

Comparing this to our initial definition of the state transition, , we prove the fundamental relation:


4. Method 2: The Infinite Power Series Method

For certain simple matrices (especially upper/lower triangular or diagonal companion matrices), we can evaluate directly by computing the Taylor series expansion of the matrix exponential:

4.1 Series Derivation Example [PYQ 2022 / 2025]

Question: Evaluate the state transition matrix using the infinite series method for:

Step-by-Step Solution:

  1. Compute Succeeding Powers of : By mathematical induction, the -th power of is:

  2. Substitute into the Taylor Series Expansion:

  3. Evaluate the Scalar Series Sums:

    • The diagonal elements are the standard exponential expansion:
    • The upper-right element is evaluated by simplifying the coefficient:
  4. Assemble the Final STM Matrix:


5. State-Space to Transfer Function Conversion Derivation

Another heavily tested theoretical derivation in ECE 2107 is converting a state-space model back to an -domain transfer function .

5.1 Rigorous Mathematical Derivation

Given the complete continuous-time system model:

  1. Apply Laplace Transform assuming Zero Initial Conditions ():

  2. Isolate the State Vector :

  3. Substitute into the Output Equation:

  4. Extract the Transfer Function :


6. Comprehensive Worked Example (The Exam Killer)

6.1 Solving the Standard Transition and Transfer Function Matrix [PYQ 2024 / 2022]

Question: Given the state-space matrices of a continuous-time system: Find:

  1. The s-domain transfer function .
  2. The state transition matrix .

Part 1 Solution: Transfer Function

  1. Formulate :

  2. Compute the Resolvent Matrix Inverse :

    • Determinant:
    • Adjoint:
    • Inverse:
  3. Perform Matrix Multiplication for : Multiply with first: Now multiply by :


Part 2 Solution: State Transition Matrix

We calculate by performing partial fraction expansion on the individual terms of the resolvent matrix.

  1. Analyze Resolvent Matrix Elements:

  2. Partial Fraction Expansion for element :

  3. Take Inverse Laplace of Each Element:

  4. Reassemble the Time-Domain Matrix :


7. Common Mistakes That Cost Marks

The Identity Matrix Subtraction Oversight

When constructing , students frequently subtract the matrix directly from the scalar variable (e.g., writing instead of ). Always map to the diagonal elements of an identity matrix of matching dimensions first to prevent mathematically invalid matrix subtractions.

The Inverse Order Multiplier Trap

In the transfer function derivation, remember that matrix multiplication is non-commutative. The transfer function is strictly defined as . Swapping the multiplication order to will trigger dimensional mismatches or mathematically incorrect companion polynomials.


8. PYQ Bank — Verbatim Questions & Answer Plans

8.1 PYQ 2022 Question 6a / 2024 Question 6a [10 Marks]

Question: Determine the relationship between Laplace transform and Fourier transform.

  • Answer Plan: Define the bilateral Laplace transform with . Show that by setting (meaning we evaluate along the imaginary -axis), the Laplace transform collapses exactly into the continuous-time Fourier transform. State the absolute convergence condition (the imaginary axis must lie inside the Laplace Region of Convergence (ROC) for the Fourier transform to exist).

8.2 PYQ 2022 / 2025 Question 8d [13 Marks]

Question: Find the state transition matrix by the infinite series method for the system matrix .

  • Answer Plan: Follow the complete step-by-step Taylor series expansion shown in Section 4.1. Calculate and , state the mathematical induction pattern for , write out the scalar summation series, and assemble the final exponential matrix.

9. Self-Check Before Moving On

  • Can you state and explain all 6 algebraic properties of the state transition matrix?
  • Do you know how to derive the Laplace Resolvent equation from the unforced homogeneous state equation?
  • Can you mathematically derive the transfer function conversion formula ?
  • Do you know how to calculate using both analytical Laplace inversions and infinite power series methods?

Source: (k.Deergha Rao) signals and systems.pdf (Chapter 3 / 8), ECE-2107_STATE_SPACE_ANALYSIS.pdf, Azmat Sir-2309008.pdf (Class Lecture Slides).