SarkariResultOutVidyut Sahayak (Junior Engineer - Electrical) · 2024

Previous Year Question

In a transfer function representation of a system, what does the denominator polynomial represent?
  1. Input to the system
  2. Output of the system
  3. Frequency constant of the system
  4. Characteristics of the system

Correct answer: D

Explanation

D — Characteristics of the system. The denominator gives the characteristic equation; its roots determine the poles and natural response of the represented system.

Formula

G(s) = N(s)/D(s)
D(s) = 0 gives the characteristic roots

Step-by-step solution

Correct answer: D — Characteristics of the system

Denominator and characteristic equation

A transfer function relates the Laplace transform of the output to that of the input for a linear time-invariant system with zero initial conditions. It is written as a ratio of two polynomials:

G(s) = Y(s)/U(s) = N(s)/D(s)
Characteristic equation: D(s) = 0

The roots of the denominator are the system poles, after any common numerator–denominator factors have been cancelled. These poles describe the modes that appear in the natural response. Their positions determine whether a response decays, grows or oscillates, and how quickly the transient dies out. This is why the denominator represents the system’s characteristics.

How the denominator describes the response

For example, consider G(s) = 5/(s² + 3s + 2). Factor the denominator and set it equal to zero:

s² + 3s + 2 = (s + 1)(s + 2) = 0
Poles: s = −1 and s = −2

The corresponding natural-response terms are proportional to e−t and e−2t. Both decay, so these modes are stable; the pole at −1 produces the slower decay. The numerator controls the zeros and gain of this transfer function. A reduced transfer function may hide cancelled internal modes, so transfer-function poles alone do not always describe every internal state.

Other options

A is the external excitation, not a denominator property. B is the response variable, not the denominator polynomial. C is too narrow: a denominator may contain several dynamic parameters, not one ‘frequency constant’. D correctly captures the characteristic dynamics.

Common mistake

Treating the entire denominator polynomial as a single time or frequency constant instead of recognizing it as the characteristic polynomial.

Exam tip

Denominator → poles; numerator → zeros. That two-word association solves many control-system MCQs.

Quick method

Denominator → D(s)=0 → poles → stability.