Chemical Engineering > GATE 2025 > Process Modeling
Consider a process with transfer function Gp=2e-s/((5s+1)2)
A first-order plus dead time (FOPDT) model is to be fitted to the unit step process reaction curve (PRC) by applying the maximum slope method.
Let τm and θm denote the time constant and dead time, respectively, of the fitted FOPDT model. The value of τmm is ______ (rounded off to 2 decimal places).
GIVEN:
For G=1/(τs+1)2, the unit step output response: y(t)=1-(1+t/τ)e-t/τ
dy(t)/dt = t/τ2 e-t/τ
d2y(t)/dt2 = 1/τ2(1-t/τ)e-t/τ

Explanation

Correct : 2.72

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science