Stable, Neutrally Stable, and Unstable Systems

  • Thread starter Thread starter jdawg
  • Start date Start date
  • Tags Tags
    Stable Systems
AI Thread Summary
Determining the stability of a differential equation involves analyzing the homogeneous solution, while the particular solution is less critical for this purpose. A system is deemed unstable if the solution approaches infinity as time progresses, while neutral stability occurs when the solution remains bounded but does not converge to a specific value. The discussion highlights confusion around solving a simple differential equation, dx/dt = 3, and the application of the characteristic method versus separation of variables. Participants note that understanding poles and zeros in Laplace transforms can aid in assessing stability. Overall, clarity on these concepts is essential for solving differential equations effectively.
jdawg
Messages
366
Reaction score
2

Homework Statement


I'm having difficulty knowing how to determine if a given differential equation represents a stable, neutrally stable, or an unstable system. I was given a hint to focus on the homogeneous solution, so is the particular solution not important for determining if the differential equation represents a stable, neutrally stable, or an unstable system?

I think I'm supposed to plug in infinity to the solution to the DE, and if x(t) ends up going to infinity then it will be unstable? What result would make the system neutrally stable or unstable?

Also, when trying to solve for the particular solution, I was told to guess either a constant, x, or some polynomial depending on what the forcing function of the DE was. But looking at this example, I must be guessing incorrectly because it isn't making sense:

dx/dt = 3
the homogeneous solution:
memt=0 therefore m = 0:
xh(t)=Ce(0)t=C

So then when you try to solve for the particular solution, your forcing function is a constant, so you guess that it is equal to a constant:

xp=D
But the derivative of this is zero! so then when you go to plug the derivative back into your original equation, you get 0=3, which doesn't make sense. Maybe I'm missing something!

I hope my questions aren't too unorganized or confusing. Thanks for any help!

Homework Equations

The Attempt at a Solution

 
Physics news on Phys.org
What methods have you learned, so far? There is a simple Calculus method for this particular one (dx/dt = 3).
 
  • Like
Likes jdawg
Haha oh wow, I can't believe I didn't think of doing separation of variables with this one. I've already taken DE, but that was about 2 years ago. In the class I'm taking now we only use the characteristic method and Laplace Transforms.

Does the characteristic method not work for this problem?
 
jdawg said:
Haha oh wow, I can't believe I didn't think of doing separation of variables with this one. I've already taken DE, but that was about 2 years ago. In the class I'm taking now we only use the characteristic method and Laplace Transforms.

Does the characteristic method not work for this problem?
Ha. It's been longer for me. I'm going to have to re-read about the characteristic.

Laplace should be pretty easy. Laplace can help with the stability question. Have you learned about poles and zeros? The location of the poles will determine stability of a system.
 
Yeah I'm not sure if there is some sort of condition that has to be met for you to be able to use the characteristic method? Cause I had two homework problems where it didn't seem to work. The other problem I had was a second order linear DE so I don't think I could use separation of variables with it :(

We just started relearning Laplace yesterday, so I'm pretty rusty with it. Poles and zeros don't sound familiar at all to me!
 
Thread 'Have I solved this structural engineering equation correctly?'
Hi all, I have a structural engineering book from 1979. I am trying to follow it as best as I can. I have come to a formula that calculates the rotations in radians at the rigid joint that requires an iterative procedure. This equation comes in the form of: $$ x_i = \frac {Q_ih_i + Q_{i+1}h_{i+1}}{4K} + \frac {C}{K}x_{i-1} + \frac {C}{K}x_{i+1} $$ Where: ## Q ## is the horizontal storey shear ## h ## is the storey height ## K = (6G_i + C_i + C_{i+1}) ## ## G = \frac {I_g}{h} ## ## C...
Back
Top