Re(eigenvalue) inequality problem

  • Thread starter Thread starter N2
  • Start date Start date
  • Tags Tags
    Inequality
AI Thread Summary
The discussion focuses on determining the values of K for which the differential equation characterized by the equation λ^2 + (3-K)λ + 1 = 0 is asymptotically stable, requiring that the real part of the eigenvalues λ is less than zero. The eigenvalues are expressed as λ = -3/2 + K/2 ± 1/2√(5-6K+K^2). Stability analysis reveals that for K between 1 and 3, the system is stable, while it becomes unstable for K between 3 and 5. For K values less than or equal to 1 or greater than or equal to 5, a more detailed examination of the eigenvalue expressions is necessary to determine stability. The suggested method involves solving the quadratic equation derived from setting the eigenvalue expression to zero to identify stability intervals.
N2
Messages
6
Reaction score
0
Hello,
if a diff.eqn. has the characteristic equation \lambda^2 + (3-K) \lambda + 1 = 0
the eigenvalues solves to \lambda=-3/2 + K/2 \pm 1/2 \sqrt{5-6K+K^2}. No problem there. But when is the diff.eqn. asymp. stable, meaning \Re(\lambda)<0 ?

I can only get this far
\Re(-3/2 + K/2 \pm 1/2*\sqrt{5-6K+K^2})<0
-3/2+1/2 \Re(K \pm \sqrt{5-6K+K^2})<0

How can i find the values for K, where this inequality is true?

Thanks
 
Physics news on Phys.org
My inclination would be to first consider the case when 5-6K+K^2 is positive, and then consider the case when it is negative. If you separate them out, it shouldn't be too hard.

Carl
 
Solving K2- 6K+ 5> 0 tells us that there will be complex roots for K between 1 and 5 and real roots for K<= 1, >= 5.

I there are complex roots, the real part is just -3/2+ K/2. That is 0 for K= 3, negative for K< 3, positive for K> 3. The solution will be stable for 1< K< 3, unstable for 3< K< 5.

For K<= 1 or K>= 5, we need to look at all of -3/2 + K/2 \pm 1/2 \sqrt{5-6K+K^2}

The best way to determine where that is positive or negative is to set it equal to 0 and solve the resulting quadratic equation. Those will separate "< 0" from "> 0". Choose one value of K in each resulting interval to see whether this is positive or negative.
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top