SlideShare a Scribd company logo
Control Systems
Prof. C. S. Shankar Ram
Department of Engineering Design
Indian Institute of Technology, Madras
Lecture – 09
System Response
Part – 1
In the last lecture, we were looking at the concept of transfer function. If we have a linear
ODE with constant coefficient that corresponds to a linear time invariant causal SISO
system. We could apply the Laplace transform, take all initial conditions as 0 and then
get the ratio of the Laplace of the output to the Laplace of the input. Once we do that the
quantity that we get is called as a transfer function of the system. And we defined what
are called as poles and zeros of the transfer function. We are going to discuss the
solution to few exercise problems and make a few observations.
(Refer Slide Time: 01:12)
Let us take the first problem. This is the system, whose governing equation is given by
𝑦̈( 𝑡) + 5𝑦̇( 𝑡) + 6𝑦( 𝑡) = 𝑢(𝑡)
This is a second order system. If we take the Laplace transform on both sides, we get
𝑠2
𝑌( 𝑠) − 𝑠𝑦(0) − 𝑦̇(0) + 5[ 𝑠𝑌( 𝑠) − 𝑦(0)] + 6𝑌( 𝑠) = 𝑈(𝑠)
We collect terms and we will get
[ 𝑠2
+ 5𝑠 + 6] 𝑌( 𝑠) = [ 𝑠𝑦(0) + 5𝑦(0) + 𝑦̇(0)] + 𝑈( 𝑠)
𝑌( 𝑠) =
𝑠𝑦(0) + 5𝑦(0) + 𝑦̇(0)
𝑠2 + 5𝑠 + 6
+
𝑈( 𝑠)
𝑠2 + 5𝑠 + 6
The output term has two components, the first component is due to the initial conditions,
that is what we call as the free response. And the second part is due to the input that is
what is called as forced response of the system. So, now when we want to get the transfer
function, we take all the initial conditions as 0.
(Refer Slide Time: 05:13)
That is, in this particular problem we take 𝑦(0) = 0 and 𝑦̇(0) = 0. Once we have that,
the first term is going to vanish.
𝑌( 𝑠) =
𝑈( 𝑠)
𝑠2 + 5𝑠 + 6
𝑌( 𝑠)
𝑈( 𝑠)
=
1
𝑠2 + 5𝑠 + 6
= 𝑃(𝑠)
This is going to be the plant transfer function or the system transfer function 𝑃(𝑠). Here
we see that the order of the denominator polynomial of the transfer function 𝑛 = 2 and
the order of the numerator polynomial of the transfer function 𝑚 = 0. 𝑛 > 𝑚 so we have
a strictly proper transfer function. And we solve the denominator polynomial equal 0 to
get the poles
𝑠2
+ 5𝑠 + 6 = 0
The poles are -2 and -3 and there are no zeroes for this problem. And typically what we
do is that we plot what is called as an s plane (the complex plane) with the real and the
imaginary axis. The imaginary axis divides the complex plane into two halves called as
the left half plane abbreviated as LHP and right half plane abbreviated as RHP. The
poles are denoted by a cross sign (x) in the complex plane. We locate -2 and -3 on the
negative real axis. The zeros are graphically denoted by a small circle (o) in the complex
plane. There are no zeros in the above problem.
We know that the order of the denominator polynomial is going to be the same as the
order of the system. If we look at the transfer function of the system. The order of the
transfer function is 2, because the denominator polynomial is order 2.
(Refer Slide Time: 10:49)
Now let us calculate the unit step response of the system.
𝑌( 𝑠) = 𝑃( 𝑠) 𝑈(𝑠)
𝑌( 𝑠) =
1
𝑠2 + 5𝑠 + 6
𝑈( 𝑠)
For a unit step response 𝑢( 𝑡) = 1 and 𝑈( 𝑠) =
1
𝑠
.
We can write
𝑌( 𝑠) =
1
𝑠2 + 5𝑠 + 6
1
𝑠
=
1
𝑠(𝑠 + 2)(𝑠 + 3)
=
𝐴
𝑠
+
𝐵
(𝑠 + 2)
+
𝐶
(𝑠 + 3)
A, B, C are called the residues. Evaluating the partial fractions, we get 𝐴 =
1
6
, 𝐵 = −
1
2
,
𝐶 =
1
3
.
𝑌( 𝑠) =
1
6𝑠
−
1
2( 𝑠 + 2)
+
1
3( 𝑠 + 3)
.
If we take the inverse Laplace transform
𝑦( 𝑡) =
1
6
−
1
2
𝑒−2𝑡
+
1
3
𝑒−3𝑡
This is the unit step response of the system. Suppose instead of giving 𝑢( 𝑡) = 1, we give
𝑢( 𝑡) = 5, how will this output change? We can use the property of homogeneity and say
the output (unit step response) gets multiplied by 5.
Let us write down what we observe from this unit step response.
1) As,𝑡 → ∞, 𝑦(𝑡) →
1
6
, this is called as the steady state value.
2) Initial value of 𝑦(𝑡), if we substitute to 𝑡 = 0, we get 𝑦( 𝑡) = 0, because anyway
we assume all the initial conditions to be 0.
3) What can we say about the exponents of the exponential solution? The exponents
here are -2 and -3 which happened to be the poles of the system.
In this problem the poles happen to be real, but in general poles and zeros can be
complex conjugate pairs. We can have complex numbers as poles and zeros but we need
to have, the conjugate also as a corresponding pole or zero, because we are dealing with
dynamic systems where the governing ordinary differential equation has real numbers as
coefficients. Consequently, when we take that Laplace transform, we get a polynomial in
whose coefficients are real. So, once we have a polynomial with real coefficients, we
could have a complex root, but that conjugate must also be a root
The exponents of the exponential terms in general would be the real part of the poles. In
this particular example -2 and -3 are real numbers, the complex part was 0. That is why
we have the terms as 𝑒−2𝑡
and 𝑒−3𝑡
.
(Refer Slide Time: 24:26)
4) What about BIBO stability here? Step is a bounded input, and the corresponding
𝑦( 𝑡) that we have calculated is bounded. The observation we can make here is
that the system is bounded input bounded output stable.
But then it should be bounded for all possible bounded inputs. But that is a
generalization which we are making here, but we will prove it more carefully later on
when we look at stability.

More Related Content

What's hot

Very brief highlights on some key details 2
Very brief highlights on some key details 2Very brief highlights on some key details 2
Very brief highlights on some key details 2
foxtrot jp R
 
Top ranking colleges in india
Top ranking colleges in indiaTop ranking colleges in india
Top ranking colleges in india
Edhole.com
 
Laws of exponents
Laws of exponentsLaws of exponents
Laws of exponents
Patricia Rossouw
 
Riemann Hypothesis and Natural Functions
Riemann Hypothesis and Natural FunctionsRiemann Hypothesis and Natural Functions
Riemann Hypothesis and Natural Functions
Kannan Nambiar
 
3 handouts section3-5
3 handouts section3-53 handouts section3-5
3 handouts section3-5
International advisers
 
Exercise 1a transfer functions - solutions
Exercise 1a   transfer functions - solutionsExercise 1a   transfer functions - solutions
Exercise 1a transfer functions - solutions
wondimu wolde
 
Lagrange's equation with one application
Lagrange's equation with one applicationLagrange's equation with one application
Lagrange's equation with one application
Zakaria Hossain
 
Partial fraction decomposition for inverse laplace transform
Partial fraction decomposition for inverse laplace transformPartial fraction decomposition for inverse laplace transform
Partial fraction decomposition for inverse laplace transform
Vishalsagar657
 
Riemann Hypothesis
Riemann HypothesisRiemann Hypothesis
Riemann Hypothesis
barnetdh
 
Differentiation and applications
Differentiation and applicationsDifferentiation and applications
Differentiation and applications
Ia'natusyarifah Ia'natusyarifah
 
Lec5
Lec5Lec5
Disjoint sets
Disjoint setsDisjoint sets
Disjoint sets
Core Condor
 
Lecture 6 radial basis-function_network
Lecture 6 radial basis-function_networkLecture 6 radial basis-function_network
Lecture 6 radial basis-function_network
ParveenMalik18
 
Lecture 2 fuzzy inference system
Lecture 2  fuzzy inference systemLecture 2  fuzzy inference system
Lecture 2 fuzzy inference system
ParveenMalik18
 
Laplace transformation
Laplace transformationLaplace transformation
Laplace transformation
amanullahkakar2
 
Lagrange's method
Lagrange's methodLagrange's method
Lagrange's method
Karnav Rana
 
Lecture 1 computational intelligence
Lecture 1  computational intelligenceLecture 1  computational intelligence
Lecture 1 computational intelligence
ParveenMalik18
 
A Proof of the Riemann Hypothesis
A Proof of the Riemann  HypothesisA Proof of the Riemann  Hypothesis
A Proof of the Riemann Hypothesis
nikos mantzakouras
 
Logarithms
LogarithmsLogarithms
Logarithms
srobbins4
 
Lagrangian Mechanics
Lagrangian MechanicsLagrangian Mechanics
Lagrangian Mechanics
AmeenSoomro1
 

What's hot (20)

Very brief highlights on some key details 2
Very brief highlights on some key details 2Very brief highlights on some key details 2
Very brief highlights on some key details 2
 
Top ranking colleges in india
Top ranking colleges in indiaTop ranking colleges in india
Top ranking colleges in india
 
Laws of exponents
Laws of exponentsLaws of exponents
Laws of exponents
 
Riemann Hypothesis and Natural Functions
Riemann Hypothesis and Natural FunctionsRiemann Hypothesis and Natural Functions
Riemann Hypothesis and Natural Functions
 
3 handouts section3-5
3 handouts section3-53 handouts section3-5
3 handouts section3-5
 
Exercise 1a transfer functions - solutions
Exercise 1a   transfer functions - solutionsExercise 1a   transfer functions - solutions
Exercise 1a transfer functions - solutions
 
Lagrange's equation with one application
Lagrange's equation with one applicationLagrange's equation with one application
Lagrange's equation with one application
 
Partial fraction decomposition for inverse laplace transform
Partial fraction decomposition for inverse laplace transformPartial fraction decomposition for inverse laplace transform
Partial fraction decomposition for inverse laplace transform
 
Riemann Hypothesis
Riemann HypothesisRiemann Hypothesis
Riemann Hypothesis
 
Differentiation and applications
Differentiation and applicationsDifferentiation and applications
Differentiation and applications
 
Lec5
Lec5Lec5
Lec5
 
Disjoint sets
Disjoint setsDisjoint sets
Disjoint sets
 
Lecture 6 radial basis-function_network
Lecture 6 radial basis-function_networkLecture 6 radial basis-function_network
Lecture 6 radial basis-function_network
 
Lecture 2 fuzzy inference system
Lecture 2  fuzzy inference systemLecture 2  fuzzy inference system
Lecture 2 fuzzy inference system
 
Laplace transformation
Laplace transformationLaplace transformation
Laplace transformation
 
Lagrange's method
Lagrange's methodLagrange's method
Lagrange's method
 
Lecture 1 computational intelligence
Lecture 1  computational intelligenceLecture 1  computational intelligence
Lecture 1 computational intelligence
 
A Proof of the Riemann Hypothesis
A Proof of the Riemann  HypothesisA Proof of the Riemann  Hypothesis
A Proof of the Riemann Hypothesis
 
Logarithms
LogarithmsLogarithms
Logarithms
 
Lagrangian Mechanics
Lagrangian MechanicsLagrangian Mechanics
Lagrangian Mechanics
 

Similar to Lec9

Lec7
Lec7Lec7
Lec18
Lec18Lec18
BIBO stability.pptx
BIBO stability.pptxBIBO stability.pptx
BIBO stability.pptx
MuhammadUsman627082
 
Lec4
Lec4Lec4
control system Lab 01-introduction to transfer functions
control system Lab 01-introduction to transfer functionscontrol system Lab 01-introduction to transfer functions
control system Lab 01-introduction to transfer functions
nalan karunanayake
 
DSP_FOEHU - MATLAB 03 - The z-Transform
DSP_FOEHU - MATLAB 03 - The z-TransformDSP_FOEHU - MATLAB 03 - The z-Transform
DSP_FOEHU - MATLAB 03 - The z-Transform
Amr E. Mohamed
 
Lecture 11 state observer-2020-typed
Lecture 11 state observer-2020-typedLecture 11 state observer-2020-typed
Lecture 11 state observer-2020-typed
cairo university
 
Mba Ebooks ! Edhole
Mba Ebooks ! EdholeMba Ebooks ! Edhole
Mba Ebooks ! Edhole
Edhole.com
 
New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation
Lossian Barbosa Bacelar Miranda
 
Lec1
Lec1Lec1
Lec15
Lec15Lec15
Lec12
Lec12Lec12
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
IOSR Journals
 
control systems.pdf
control systems.pdfcontrol systems.pdf
control systems.pdf
ShilpaSweety2
 
Wk 6 part 2 non linearites and non linearization april 05
Wk 6 part 2 non linearites and non linearization april 05Wk 6 part 2 non linearites and non linearization april 05
Wk 6 part 2 non linearites and non linearization april 05
Charlton Inao
 
lecture 1 courseII (2).pptx
lecture 1 courseII (2).pptxlecture 1 courseII (2).pptx
lecture 1 courseII (2).pptx
AYMENGOODKid
 
1st-order-system.pdf
1st-order-system.pdf1st-order-system.pdf
1st-order-system.pdf
LuzonRochelleMae
 
Servo systems
Servo systemsServo systems
Servo systems
cairo university
 
Bazzucchi-Campolmi-Zatti
Bazzucchi-Campolmi-ZattiBazzucchi-Campolmi-Zatti
Bazzucchi-Campolmi-Zatti
Filippo Campolmi
 
.Chapter7&8.
.Chapter7&8..Chapter7&8.
.Chapter7&8.
jennytuazon01630
 

Similar to Lec9 (20)

Lec7
Lec7Lec7
Lec7
 
Lec18
Lec18Lec18
Lec18
 
BIBO stability.pptx
BIBO stability.pptxBIBO stability.pptx
BIBO stability.pptx
 
Lec4
Lec4Lec4
Lec4
 
control system Lab 01-introduction to transfer functions
control system Lab 01-introduction to transfer functionscontrol system Lab 01-introduction to transfer functions
control system Lab 01-introduction to transfer functions
 
DSP_FOEHU - MATLAB 03 - The z-Transform
DSP_FOEHU - MATLAB 03 - The z-TransformDSP_FOEHU - MATLAB 03 - The z-Transform
DSP_FOEHU - MATLAB 03 - The z-Transform
 
Lecture 11 state observer-2020-typed
Lecture 11 state observer-2020-typedLecture 11 state observer-2020-typed
Lecture 11 state observer-2020-typed
 
Mba Ebooks ! Edhole
Mba Ebooks ! EdholeMba Ebooks ! Edhole
Mba Ebooks ! Edhole
 
New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation
 
Lec1
Lec1Lec1
Lec1
 
Lec15
Lec15Lec15
Lec15
 
Lec12
Lec12Lec12
Lec12
 
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
 
control systems.pdf
control systems.pdfcontrol systems.pdf
control systems.pdf
 
Wk 6 part 2 non linearites and non linearization april 05
Wk 6 part 2 non linearites and non linearization april 05Wk 6 part 2 non linearites and non linearization april 05
Wk 6 part 2 non linearites and non linearization april 05
 
lecture 1 courseII (2).pptx
lecture 1 courseII (2).pptxlecture 1 courseII (2).pptx
lecture 1 courseII (2).pptx
 
1st-order-system.pdf
1st-order-system.pdf1st-order-system.pdf
1st-order-system.pdf
 
Servo systems
Servo systemsServo systems
Servo systems
 
Bazzucchi-Campolmi-Zatti
Bazzucchi-Campolmi-ZattiBazzucchi-Campolmi-Zatti
Bazzucchi-Campolmi-Zatti
 
.Chapter7&8.
.Chapter7&8..Chapter7&8.
.Chapter7&8.
 

More from Rishit Shah

Lec62
Lec62Lec62
Lec61
Lec61Lec61
Lec60
Lec60Lec60
Lec59
Lec59Lec59
Lec58
Lec58Lec58
Lec57
Lec57Lec57
Lec56
Lec56Lec56
Lec55
Lec55Lec55
Lec54
Lec54Lec54
Lec53
Lec53Lec53
Lec52
Lec52Lec52
Lec51
Lec51Lec51
Lec50
Lec50Lec50
Lec49
Lec49Lec49
Lec48
Lec48Lec48
Lec47
Lec47Lec47
Lec46
Lec46Lec46
Lec45
Lec45Lec45
Lec44
Lec44Lec44
Lec43
Lec43Lec43

More from Rishit Shah (20)

Lec62
Lec62Lec62
Lec62
 
Lec61
Lec61Lec61
Lec61
 
Lec60
Lec60Lec60
Lec60
 
Lec59
Lec59Lec59
Lec59
 
Lec58
Lec58Lec58
Lec58
 
Lec57
Lec57Lec57
Lec57
 
Lec56
Lec56Lec56
Lec56
 
Lec55
Lec55Lec55
Lec55
 
Lec54
Lec54Lec54
Lec54
 
Lec53
Lec53Lec53
Lec53
 
Lec52
Lec52Lec52
Lec52
 
Lec51
Lec51Lec51
Lec51
 
Lec50
Lec50Lec50
Lec50
 
Lec49
Lec49Lec49
Lec49
 
Lec48
Lec48Lec48
Lec48
 
Lec47
Lec47Lec47
Lec47
 
Lec46
Lec46Lec46
Lec46
 
Lec45
Lec45Lec45
Lec45
 
Lec44
Lec44Lec44
Lec44
 
Lec43
Lec43Lec43
Lec43
 

Recently uploaded

学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
shadow0702a
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
LAXMAREDDY22
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
Welding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdfWelding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdf
AjmalKhan50578
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
GauravCar
 
An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...
IJECEIAES
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
Divyanshu
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
Anant Corporation
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
Madan Karki
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
ramrag33
 
People as resource Grade IX.pdf minimala
People as resource Grade IX.pdf minimalaPeople as resource Grade IX.pdf minimala
People as resource Grade IX.pdf minimala
riddhimaagrawal986
 

Recently uploaded (20)

学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
Welding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdfWelding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdf
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
 
An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
 
People as resource Grade IX.pdf minimala
People as resource Grade IX.pdf minimalaPeople as resource Grade IX.pdf minimala
People as resource Grade IX.pdf minimala
 

Lec9

  • 1. Control Systems Prof. C. S. Shankar Ram Department of Engineering Design Indian Institute of Technology, Madras Lecture – 09 System Response Part – 1 In the last lecture, we were looking at the concept of transfer function. If we have a linear ODE with constant coefficient that corresponds to a linear time invariant causal SISO system. We could apply the Laplace transform, take all initial conditions as 0 and then get the ratio of the Laplace of the output to the Laplace of the input. Once we do that the quantity that we get is called as a transfer function of the system. And we defined what are called as poles and zeros of the transfer function. We are going to discuss the solution to few exercise problems and make a few observations. (Refer Slide Time: 01:12) Let us take the first problem. This is the system, whose governing equation is given by 𝑦̈( 𝑡) + 5𝑦̇( 𝑡) + 6𝑦( 𝑡) = 𝑢(𝑡) This is a second order system. If we take the Laplace transform on both sides, we get 𝑠2 𝑌( 𝑠) − 𝑠𝑦(0) − 𝑦̇(0) + 5[ 𝑠𝑌( 𝑠) − 𝑦(0)] + 6𝑌( 𝑠) = 𝑈(𝑠)
  • 2. We collect terms and we will get [ 𝑠2 + 5𝑠 + 6] 𝑌( 𝑠) = [ 𝑠𝑦(0) + 5𝑦(0) + 𝑦̇(0)] + 𝑈( 𝑠) 𝑌( 𝑠) = 𝑠𝑦(0) + 5𝑦(0) + 𝑦̇(0) 𝑠2 + 5𝑠 + 6 + 𝑈( 𝑠) 𝑠2 + 5𝑠 + 6 The output term has two components, the first component is due to the initial conditions, that is what we call as the free response. And the second part is due to the input that is what is called as forced response of the system. So, now when we want to get the transfer function, we take all the initial conditions as 0. (Refer Slide Time: 05:13) That is, in this particular problem we take 𝑦(0) = 0 and 𝑦̇(0) = 0. Once we have that, the first term is going to vanish. 𝑌( 𝑠) = 𝑈( 𝑠) 𝑠2 + 5𝑠 + 6 𝑌( 𝑠) 𝑈( 𝑠) = 1 𝑠2 + 5𝑠 + 6 = 𝑃(𝑠) This is going to be the plant transfer function or the system transfer function 𝑃(𝑠). Here we see that the order of the denominator polynomial of the transfer function 𝑛 = 2 and the order of the numerator polynomial of the transfer function 𝑚 = 0. 𝑛 > 𝑚 so we have
  • 3. a strictly proper transfer function. And we solve the denominator polynomial equal 0 to get the poles 𝑠2 + 5𝑠 + 6 = 0 The poles are -2 and -3 and there are no zeroes for this problem. And typically what we do is that we plot what is called as an s plane (the complex plane) with the real and the imaginary axis. The imaginary axis divides the complex plane into two halves called as the left half plane abbreviated as LHP and right half plane abbreviated as RHP. The poles are denoted by a cross sign (x) in the complex plane. We locate -2 and -3 on the negative real axis. The zeros are graphically denoted by a small circle (o) in the complex plane. There are no zeros in the above problem. We know that the order of the denominator polynomial is going to be the same as the order of the system. If we look at the transfer function of the system. The order of the transfer function is 2, because the denominator polynomial is order 2. (Refer Slide Time: 10:49) Now let us calculate the unit step response of the system. 𝑌( 𝑠) = 𝑃( 𝑠) 𝑈(𝑠) 𝑌( 𝑠) = 1 𝑠2 + 5𝑠 + 6 𝑈( 𝑠)
  • 4. For a unit step response 𝑢( 𝑡) = 1 and 𝑈( 𝑠) = 1 𝑠 . We can write 𝑌( 𝑠) = 1 𝑠2 + 5𝑠 + 6 1 𝑠 = 1 𝑠(𝑠 + 2)(𝑠 + 3) = 𝐴 𝑠 + 𝐵 (𝑠 + 2) + 𝐶 (𝑠 + 3) A, B, C are called the residues. Evaluating the partial fractions, we get 𝐴 = 1 6 , 𝐵 = − 1 2 , 𝐶 = 1 3 . 𝑌( 𝑠) = 1 6𝑠 − 1 2( 𝑠 + 2) + 1 3( 𝑠 + 3) . If we take the inverse Laplace transform 𝑦( 𝑡) = 1 6 − 1 2 𝑒−2𝑡 + 1 3 𝑒−3𝑡 This is the unit step response of the system. Suppose instead of giving 𝑢( 𝑡) = 1, we give 𝑢( 𝑡) = 5, how will this output change? We can use the property of homogeneity and say the output (unit step response) gets multiplied by 5. Let us write down what we observe from this unit step response. 1) As,𝑡 → ∞, 𝑦(𝑡) → 1 6 , this is called as the steady state value. 2) Initial value of 𝑦(𝑡), if we substitute to 𝑡 = 0, we get 𝑦( 𝑡) = 0, because anyway we assume all the initial conditions to be 0. 3) What can we say about the exponents of the exponential solution? The exponents here are -2 and -3 which happened to be the poles of the system. In this problem the poles happen to be real, but in general poles and zeros can be complex conjugate pairs. We can have complex numbers as poles and zeros but we need to have, the conjugate also as a corresponding pole or zero, because we are dealing with dynamic systems where the governing ordinary differential equation has real numbers as coefficients. Consequently, when we take that Laplace transform, we get a polynomial in whose coefficients are real. So, once we have a polynomial with real coefficients, we could have a complex root, but that conjugate must also be a root
  • 5. The exponents of the exponential terms in general would be the real part of the poles. In this particular example -2 and -3 are real numbers, the complex part was 0. That is why we have the terms as 𝑒−2𝑡 and 𝑒−3𝑡 . (Refer Slide Time: 24:26) 4) What about BIBO stability here? Step is a bounded input, and the corresponding 𝑦( 𝑡) that we have calculated is bounded. The observation we can make here is that the system is bounded input bounded output stable. But then it should be bounded for all possible bounded inputs. But that is a generalization which we are making here, but we will prove it more carefully later on when we look at stability.