Is the Routh Stability Test Result Correct for This System?

  • Thread starter Thread starter angel23
  • Start date Start date
  • Tags Tags
    Stability Test
AI Thread Summary
The discussion revolves around determining the stability of a system defined by the polynomial s^4+2ks^3+2s^2+(1+k)s+2=0 using the Routh Stability Test. Initial calculations suggested values of k for stability, but participants identified errors in the coefficients leading to confusion about the correct ranges for k. It was concluded that the system is unstable for all values of k due to the negative leading coefficient in the derived polynomial. The conversation highlights the complexities and potential pitfalls in applying the Routh-Hurwitz criteria, with some participants expressing frustration over inconsistent results. Ultimately, the consensus is that the system does not achieve stability for any k.
angel23
Messages
21
Reaction score
0
to find values of k for which the system is stable.

s^4+2ks^3+2s^2+(1+k)s+2=0

first (1+k)must be >0 and 2K must be >0 then i construct routh array
to get 3k-1/2k as a coefficent of s^2 and
(3k-1)/2k *(1+k) - 4k as a coefficent of s .
then k must be>1/3 and K>2.15 and K>-0.154 then k must be >2.15 ?
is this right or there is something wrong??
 
Engineering news on Phys.org
the idea is right but your numbers are wrong . it will be k > 1 .
 
For the line s^1 I got
-\frac{1}{3} < k < 1
And for the line s^2
\frac{1}{3} < k
So, you should have
\frac{1}{3} < k < 1
 
how did you get that for s^1 k<1
the coeff is (3k+1)(k-1)(2k) so K must be >1 not <1 !
i just want to know how did you get this as i substituted by a value greater than 1 and found system to be unstable.is there anything wrong with my rules or numbers?
 
I did the calculations wrong. The coeff for s is (3k-1)(1+k) - 8k^2 = -5k^2 + 2k -1, whose roots are complex. Since the higher power of k has a negative coeff, the parabola has the concavity down. For all values of k the polynomial has negative value.
Your system is unstable for every k.
 
i am really too confused everytime i solve this problem i get different solution ! i solved now and got the same result as yours.


but please tell me if the coeff of s^1 is(3k+1)(k-1) then how to get the range?
 
i think you reached this for S^1 :

[ (3k-1)(1+k)-8k^2 ] / 3k-1 > 0

you can't multiply by 3k-1 , so :

(1+k) - (8k^2 / 3k-1) > 0

simplify to get : 5k^2 - 2K +1 < 0

and since your first condition from S^3 is K>0 , then :

system is unstable for all values of k ..
 
ha, my control systems prof basically said routh hurwitz was BS and skipped it. Can't help you here.
 
Back
Top