Proving stability of linear system equations

Click For Summary
The discussion centers on proving the stability of linear system equations by first deriving the characteristic equation and eigenvalues from a matrix representation. A participant suggests using polar coordinates to analyze stability, indicating that the behavior of the radius (r) and angle (θ) can determine stability at the origin. Another participant mentions traditional methods for assessing stability, such as using the Jacobian matrix or direct methods, including the potential application of a Lyapunov function. The conversation highlights the importance of exploring alternative approaches when faced with challenges in deriving partial derivatives. Overall, the thread emphasizes various strategies for analyzing the stability of nonlinear systems.
member 731016
Homework Statement
Please see below
Relevant Equations
Please see below
For this problem,
1716877322765.png

My solution is to find the characteristic equation of the system by putting the system into a matrix. This gives ##\lambda^2 + 2f \lambda + f^2 + 1 = 0##
Then each eigenvalue is ##\lambda_1 = -f - i## and ##\lambda_2 = -f + i##

I then want to find the Jacobian, however, I would need to find the partial derivatives (with respect to x and y) of ##F(x,y) = y - xf(x,y)## and ##G(x,y) = - x - yf(x,y)##, however, I'm not sure how to do that with the ##f(x,y)## in there.

Does anybody please know what I should do?

Thanks!
 
Physics news on Phys.org
You don't need to look at the Jacobian; the fact that the question tells you nothing about the partial derivatives of f is a strong suggestion that this is the wrong way to proceed.

When I see scalar multiples of (x,y) and (-y,x) on the right hand side, I immediately think of polar coordinates (x,y) = (r \cos \theta, r \sin \theta). This is because \begin{split}<br /> r\frac{dr}{dt} &amp;= x\frac{dx}{dt} + y\frac{dy}{dt} \\<br /> r^2\frac{d\theta}{dt} &amp;= x\frac{dy}{dt} - y\frac{dx}{dt} \end{split} so that the coefficient of (x,y) tells you how r behaves and the coefficient of (-y,x) tells you how \theta behaves. If \dot r &lt; 0 the origin is asymptotically stable; if \dot r &gt; 0 the origin is unstable.
 
Last edited:
  • Love
Likes member 731016
pasmith said:
You don't need to look at the Jacobian; the fact that the question tells you nothing about the partial derivatives of f is a strong suggestion that this is the wrong way to proceed.

When I see scalar multiples of (x,y) and (-y,x) on the right hand side, I immediately think of polar coordinates (x,y) = (r \cos \theta, r \sin \theta). This is because \begin{split}<br /> r\frac{dr}{dt} &amp;= x\frac{dx}{dt} + y\frac{dy}{dt} \\<br /> r^2\frac{d\theta}{dt} &amp;= x\frac{dy}{dt} - y\frac{dx}{dt} \end{split} so that the coefficient of (x,y) tells you how r behaves and the coefficient of (-y,x) tells you how \theta behaves. If \dot r &lt; 0 the origin is asymptotically stable; if \dot r &gt; 0 the origin is unstable.
Thank you for your reply @pasmith!

That is a interesting idea that I have not seen before. They have taught me to me so far to methods to find the stability of a non-linear system of equations, to either use the Jacobian matrix for linearization to find a equivalent linear DE system to the non-linear DE system or use the direct method.

If I think about for the later method, we could also try to solve this problem by using a Liapunov function of the form ##V(x,y) = dx^2 + dy^2 = d(x^2 + y^2)##? If that does not work then I could generalize to more coefficients, ##V(x,y) = dx^2 + gy^2##?

Thanks!
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...