1

I want to prove the next statement:

"If $A$ is a symmetric negative-definite matrix, then for a sufficiently big $k\in\mathbb{R}^+$, the eigenvalues of $M = kA + B$ are all with negative real part, where $B$ is just an arbitrary matrix with the appropriated dimensions. Assume further that $A$ and $B$ are real matrices."

I believe it is true since the intuition says that for a big $k$ you are making more negative the eigenvalues of $A = T kD T^{-1}$, where $T$ is just a transformation matrix and $D$ is the diagonal matrix with the eigenvalues of $A$. Since the eigenvalues are continuous functions of the elements of the matrix, $B$ can be considered as a small perturbation and then the eigenvalues of $M$ are still with negative real part.

Now I would like to prove it more rigorously and compute $k$ (it does not matter if it is conservative value). I guess one way can be looking at $M+M^T = k(A+A^T) + (B+B^T)$, if this matrix is negative-definite, then the eigenvalues of $M$ are with negative real part [1], but I do not know how to proceed, any ideas or suggestions?

Thanks in advance.

1 Answers1

1

We note that a real $M$ has eigenvalues with negative real part if $x^TMx < 0$ for all $x \in \Bbb R^n$ with $x \neq 0$.

We then see that $$ x^T(kA + B)x = k(x^TAx) + x^TBx $$ Let $\lambda = \lambda_{max}(A) = \min \left| \frac{x^TAx}{x^Tx} \right|$. It suffices to take $k$ so that $$ \left|k\lambda\right| > \|B\| = \sup_{x \in \Bbb R \setminus \{0\}} \frac{\|Bx\|}{\|x\|} \geq \sup_{x \in \Bbb R \setminus \{0\}} \frac{|x^TBx|}{x^Tx} $$ So, we can take $$ k > \frac{\|B\|}{|\lambda|} $$

Ben Grossmann
  • 225,327