Page 1 of 7
Home Whiteboard AI Assistant Online Compilers Jobs Tools Art
SQL HTML CSS Javascript Python Java C C++ PHP Scala C#
Control Systems - Controllers
The various types of controllers are used to improve the performance of control systems.
In this chapter, we will discuss the basic controllers such as the proportional, the
derivative and the integral controllers.
Proportional Controller
The proportional controller produces an output, which is proportional to error signal.
u(t) ∝ e(t)
⇒ u(t) = KP e(t)
Apply Laplace transform on both the sides -
U (s) = KP E (s)
U (s)
= KP
E (s)
Therefore, the transfer function of the proportional controller is KP .
Where,
U(s) is the Laplace transform of the actuating signal u(t)
E(s) is the Laplace transform of the error signal e(t)
KP is the proportionality constant
The block diagram of the unity negative feedback closed loop control system along with
the proportional controller is shown in the following figure.
Page 2 of 7
The proportional controller is used to change the transient response as per the
requirement.
Derivative Controller
The derivative controller produces an output, which is derivative of the error signal.
de(t)
u(t) = KD
dt
Apply Laplace transform on both sides.
U (s) = KD sE (s)
U (s)
= KD s
E (s)
Therefore, the transfer function of the derivative controller is KD s .
Where, KD is the derivative constant.
The block diagram of the unity negative feedback closed loop control system along with
the derivative controller is shown in the following figure.
The derivative controller is used to make the unstable control system into a stable one.
Integral Controller
Page 3 of 7
The integral controller produces an output, which is integral of the error signal.
u(t) = KI ∫ e(t)dt
Apply Laplace transform on both the sides -
KI E (s)
U (s) =
s
U (s) KI
=
E (s) s
KI
Therefore, the transfer function of the integral controller is s
.
Where, KI is the integral constant.
The block diagram of the unity negative feedback closed loop control system along with
the integral controller is shown in the following figure.
The integral controller is used to decrease the steady state error.
Let us now discuss about the combination of basic controllers.
Proportional Derivative (PD) Controller
The proportional derivative controller produces an output, which is the combination of
the outputs of proportional and derivative controllers.
de(t)
u(t) = KP e(t) + KD
dt
Apply Laplace transform on both sides -
U (s) = (KP + KD s)E (s)
U (s)
= KP + KD s
E (s)
Page 4 of 7
Therefore, the transfer function of the proportional derivative controller is KP + KD s.
The block diagram of the unity negative feedback closed loop control system along with
the proportional derivative controller is shown in the following figure.
The proportional derivative controller is used to improve the stability of control system
without affecting the steady state error.
Proportional Integral (PI) Controller
The proportional integral controller produces an output, which is the combination of
outputs of the proportional and integral controllers.
u(t) = KP e(t) + KI ∫ e(t)dt
Apply Laplace transform on both sides -
KI
U (s) = (KP + ) E (s)
s
U (s) KI
= KP +
E (s) s
KI
Therefore, the transfer function of proportional integral controller is KP +
s
.
The block diagram of the unity negative feedback closed loop control system along with
the proportional integral controller is shown in the following figure.
Page 5 of 7
The proportional integral controller is used to decrease the steady state error without
affecting the stability of the control system.
Proportional Integral Derivative (PID) Controller
The proportional integral derivative controller produces an output, which is the
combination of the outputs of proportional, integral and derivative controllers.
de(t)
u(t) = KP e(t) + KI ∫ e(t)dt + KD
dt
Apply Laplace transform on both sides -
KI
U (s) = (KP + + KD s) E (s)
s
U (s) KI
= KP + + KD s
E (s) s
Therefore, the transfer function of the proportional integral derivative controller is
KI
KP + + KD s.
s
The block diagram of the unity negative feedback closed loop control system along with
the proportional integral derivative controller is shown in the following figure.
The proportional integral derivative controller is used to improve the stability of the
control system and to decrease steady state error.
TOP TUTORIALS
Python Tutorial
Java Tutorial
C++ Tutorial
C Programming Tutorial
C# Tutorial
Page 6 of 7
PHP Tutorial
R Tutorial
HTML Tutorial
CSS Tutorial
JavaScript Tutorial
SQL Tutorial
TRENDING TECHNOLOGIES
Cloud Computing Tutorial
Amazon Web Services Tutorial
Microsoft Azure Tutorial
Git Tutorial
Ethical Hacking Tutorial
Docker Tutorial
Kubernetes Tutorial
DSA Tutorial
Spring Boot Tutorial
SDLC Tutorial
Unix Tutorial
CERTIFICATIONS
Business Analytics Certification
Java & Spring Boot Advanced Certification
Data Science Advanced Certification
Cloud Computing And DevOps
Advanced Certification In Business Analytics
Artificial Intelligence And Machine Learning
DevOps Certification
Game Development Certification
Front-End Developer Certification
Chapters Categories
AWS Certification Training
Python Programming Certification
COMPILERS & EDITORS
Online Java Compiler
Online Python Compiler
Page 7 of 7
Online Go Compiler
Online C Compiler
Online C++ Compiler
Online C# Compiler
Online PHP Compiler
Online MATLAB Compiler
Online Bash Compiler
Online SQL Compiler
Online Html Editor
ABOUT US | OUR TEAM | CAREERS | JOBS | CONTACT US | TERMS OF USE |
PRIVACY POLICY | REFUND POLICY | COOKIES POLICY | FAQ'S
Tutorials Point is a leading Ed Tech company striving to provide the best learning material on
technical and non-technical subjects.
© Copyright 2025. All Rights Reserved.