Previous Year Question
A certain system has a state space model as
What will be the transfer function of this system?
Correct answer: A
Explanation
Use G(s)=C(sI−A)−1B+D. Here det(sI−A)=s2+8. Multiplying C·adj(sI−A)·B gives 8s+1; therefore G(s)=(8s+1)/(s2+8).
Formula
Step-by-step solution

Correct Answer
The denominator comes from det(sI−A)=s²+8 and the numerator from C·adj(sI−A)·B=8s+1.
What This Question Is Really Testing
For a state-space realization ẋ = Ax + Bu, y = Cx + Du, the transfer function under zero initial conditions is obtained directly from the resolvent matrix (sI−A)−1. This is a matrix calculation, so sign discipline is essential.
Concept Foundation
From the question:
Step 1 — Write the Transfer-Function Formula
Step 2 — Form the Matrix sI − A
Step 3 — Calculate the Determinant
Step 4 — Write the Adjugate and Inverse
Step 5 — Multiply the Adjugate by B
Step 6 — Multiply by C and Include D
Hence the correct option is A.
Why This Method Works
Taking the Laplace transform of ẋ = Ax + Bu with zero initial state gives (sI−A)X(s)=BU(s). Thus X(s)=(sI−A)−1BU(s), and substitution into the output equation produces the transfer-function formula.
Independent Verification / Cross-Check
The determinant independently confirms the common denominator. Only the numerator calculation is then needed to distinguish the options.
Concept Extension
- D=0 means there is no direct input-to-output feedthrough.
- The denominator is tied to the state matrix A.
- Numerator errors usually come from signs in sI−A or the adjugate.
Exam Strategy
For a 2×2 state-space MCQ: calculate det(sI−A) first. It checks the denominator and often eliminates work before you calculate the numerator.
Other options
All options share the denominator s²+8. Direct multiplication C·adj(sI−A)·B gives exactly 8s+1; the numerators in B, C and D do not match the state-space model.
Common mistake
Writing sI + A instead of sI − A, or changing the off-diagonal signs incorrectly while forming the adjugate.
Exam tip
For a 2×2 realization, write sI−A and its determinant explicitly before any multiplication.
Quick method
Denominator first: det(sI−A)=s²+8. Then compute only C·adj(sI−A)·B.