Q.43 The output y(t) of a first-order process is governed by the following differential equation:
τpdy/dt + y = Kp f(t)
where τp is a non-zero time constant, Kp is the gain and
f(t) is the input with f(0) = 0.
Assume y(0) = 0. The transfer function for this process
(consider s as the independent variable in the Laplace domain) is:
First-Order Process Transfer Function
The correct transfer function for the given first-order process
is option (A):
G(s) =
Kp /
(τps + 1)
Derivation Process
Start with the first-order differential equation:
τp dy/dt + y = Kp f(t)
Assume zero initial conditions:
- y(0) = 0
- f(0) = 0
Applying the Laplace transform:
τp sY(s) + Y(s) = Kp F(s)
Factorizing:
Y(s)(τps + 1) = Kp F(s)
Hence, the transfer function becomes:
G(s) = Y(s)/F(s) = Kp / (τps + 1)
Option Analysis
- (A) Kp / (τps + 1):
Correct. Matches the standard first-order form where
steady-state gain is Kp and
time constant is τp. - (B) τp / (Kps + 1):
Incorrect. Gain becomes τp, not Kp, and
parameters are mismatched. - (C) τp / (Kp(s + 1)):
Incorrect structure. Wrong numerator–denominator relationship and
improper handling of τp. - (D) Kp / (τp(s + 1)):
Close but incorrect. Effectively changes the time constant to 1,
not τp.
Key Insights
First-order transfer functions commonly model systems such as
tanks, heaters, and thermal processes in control engineering.
The pole at:
s = −1 / τp
determines the exponential decay rate of the system response.
The corresponding step response is:
y(t) = Kp(1 − e−t/τp)u(t)


