Finding Pole-zero pattern of transfer fcn and Stability of LTI system

AI Thread Summary
The discussion focuses on analyzing the transfer function H(s) = (s^2 + 2)/(s^3 + 2s^2 + 2s + 1) to determine its pole-zero pattern and stability. The zeros of the function are identified as √2*i and -√2*i, while the poles include -1 and two complex poles at (-1 + √3*i)/2 and -(1 + √3*i)/2. Stability is assessed by examining the location of the poles; since one pole is in the left half-plane and the others are complex, the system is considered stable. The method for determining stability involves checking if any poles lie in the right half-plane or on the imaginary axis. Overall, the analysis concludes that the system is stable based on the pole locations.
aguntuk
Messages
7
Reaction score
0

Homework Statement



The transfer function of an LTI system H(s) = (s^2 + 2)/(s^3+2s^2+2s+1)
Find the followings

i) pole-zero pattern of H(s)
ii) Stability of the system
iii) Impulse response h(t)

Homework Equations



Zero for which H(s) = 0 & Pole is for which H(s) = ∞

The Attempt at a Solution



Finding Zeros:
Here H(S) =0, if s^2 + 2 =0, so how to find out the solution for s from the equation, I tried for different combination for imaginary values of i.

Finding Poles:
Here H(S) =∞, if s^3+2s^2+2s+1=0

so, s^3+2s^2+2s+1 =(s+1) (s^2+s+1) . Can anyone find me the solution here to find out the poles?

Please help me to find out the zeros & poles so that I can find out the stability of the system.
 
Physics news on Phys.org
there are 2 zeros,
hint (-2)*(-2)=(2)*(2)

also the zeros will be purely imaginary.


there are 3 poles.
one of them is -1

you should be able to find the other 2
 
Well, I found the zeros = √2*i & -√2*i
poles = -1, (-1+√3*i)/2 & -(1+√3*i)/2

Now, I am confused with the stability here? What type of stability is this LTI system? Anyone?
 
take the inverse laplace transform of the transfer function, and evaluate it as t approaches inf. If the expression approaches infinity, then the system is unstable. If the system is purely sinusoidal then it is marginally stable. If not the system is stable.

Now the being said there is a shortcut. The poles of a system determine stability. If any pole is in the right half plane, the system is unstable. If any pole is on the y-axis the system is marginally stable. Else, the system is stable
 
  • Like
Likes 1 person
Back
Top