I have the following dynamic system $A\cdot\ddot{x}+B\cdot\dot{x}+ C\cdot x=0 $ and A,B,C are positive definite matrices. I have to show that it has only one equilibrium point and that this point is asymptotically stable. Any help will be appreciated!
UPDATE
Following the comment about treating A,B,C as scalars
$\dot{x_1}=x_2 = f_1(x_2)\\
\dot{x_2}=(-B\cdot x_2-C\cdot x_1)/A = f_2(x_1,x_2)$
$\longrightarrow \dot{x}=A(x)|_{x=0} \cdot x \\ $
$ A(x)=\begin{bmatrix} \frac{\partial f_1}{\partial x_1} & \frac{\partial f_1}{\partial x_2} \\ \frac{\partial f_2}{\partial x_1} & \frac{\partial f_2}{\partial x_2} \\ \end{bmatrix}=\begin{bmatrix} 0 & 1\\ -C/A&-B/A\\ \end{bmatrix}$ $det(A-\lambda\cdot I)= 0 \longrightarrow det(\begin{bmatrix} -\lambda & 1\\ -C/A& -\lambda -B/A\\ \end{bmatrix}) =0 \longrightarrow \lambda^2+\lambda B/A+C/A=0$\
But I don't seem to get any idea on how to generalize it.
At an equilibrium point you get $\dot x=0$ and $\ddot x=0$, so the remaining condition is $Cx=0$, now apply that $C$ is s.p.d.
For the normalization use $\tilde B=A^{-1/2}BA^{-1/2}$ and $\tilde C=A^{-1/2}CA^{-1/2}$ so that with $y=A^{1/2}x$ you get a system $$ \ddot y+\tilde B\dot y+\tilde Cy=0 $$ with still s.p.d. coefficient matrices. Then try to conclude that any exponential basis solution $ve^{\lambda t}$ needs to have $\lambda$ real and negative, or possibly complex with negative real part.