Understanding System Stability: BIBO Stability Question Explained

  • Thread starter Thread starter rusty009
  • Start date Start date
  • Tags Tags
    Stability
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
rusty009
Messages
68
Reaction score
0
Hi,

I am trying to find out if a system is bounded (stable) or not, and I don't understand the process, I basically have these two functions,

y1[n]=n2*x[n]

y2[n]=x4[n]

According to my notes, y1[n] is not stable, as the output is proportional to n2 which is not bounded, I understand this part. My notes also state that y2[n] is stable, this is what I don't understand, you have the input to the power of 4, why is this not-bounded ? Thanks in advance for any help
 
Engineering news on Phys.org
A bounded quantity raised to the power of 4 would also be bounded. To me it is obvious why.

A < x[n] < B

A4 < (x[n])4 < B4