- #1
valjok
- 71
- 0
I read that n different eigenvalue matrix has always n eigenvectors. But I cannot find any.
Here is the state transition function, A:
[tex]\left[\begin{array}{cc}\dot{I}\\ \dot{U}\end{array}\right] = \left[\begin{array}{cc}0&-1/L\\ 1/C&0\end{array}\right] \left[\begin{array}{cc}{I}\\ {U}\end{array}\right][/tex]
The state variables, I and U are inductor current and capacitor voltage correspondingly. They oscillate. As you see, the matrix is anti-diagonal. The experts say that the "natural" state variables are better, which implies the matrix diagonalization. The diagonal elements are the same eigenvalues, the roots of
[tex]det(sE-A)= \left|\begin{array}{cc}s&+1/L\\ -1/C&s\end{array}\right| = s^2 + \frac1{LC} = 0[/tex]
They turned out to be λ1,2= ±i/√LC. The trouble starts finding the corresponding eigenvectors. Let's take first eigenvalue i/√LC.
[tex]\lambda x = Ax[/tex]
which is
[tex]\frac i{\sqrt{LC}} \left[\begin{array}{cc}{x_1}\\ {x_2}\end{array}\right] = \left[\begin{array}{cc}0&-1/L\\ 1/C&0\end{array}\right] \left[\begin{array}{cc}{x_1}\\ {x_2}\end{array}\right][/tex]
which is equivalent to
[tex]\left\{\begin{array}{cc}i x_1/\sqrt{LC} = -x_2/L \\ i x_2 / \sqrt{LC} = x_1/C\end{array}[/tex].
Expressing [tex]x_2 = -i x_1 \sqrt{L/C}[/tex], which looks promising since variables seem to be derivatives of each other, we get
[tex] x_1/C = i x_2 / \sqrt{LC} = i (-i x_1 \sqrt{L/C})/ \sqrt{LC} = x_1 / C[/tex]
or
1 = 1 which is a tautology.
The same result can be achieved more easily, avoiding the eigenvalues computation, by
[tex]\lambda \left[\begin{array}{cc}{I}\\ {U}\end{array}\right] = \left[\begin{array}{cc}0&-1/L\\ 1/C&0\end{array}\right] \left[\begin{array}{cc}{I}\\ {U}\end{array}\right][/tex]
(I look for the eigenvectors)
[tex]\left\{\begin{array}{ll} \lambda I = -U/L \\ \lambda U = I/C = -U/LC\end{array}[/tex]
which also results in complete cancellation of U:
λ= -1/LC.
What does it mean? The diagonal matrix implies that the state variables are independent - they accumulate something by self-feedback only. I would like to see how it is possible in oscillator, which variables must ping-pong the energy periodically and one determines the speed of change of another.
Here is the state transition function, A:
[tex]\left[\begin{array}{cc}\dot{I}\\ \dot{U}\end{array}\right] = \left[\begin{array}{cc}0&-1/L\\ 1/C&0\end{array}\right] \left[\begin{array}{cc}{I}\\ {U}\end{array}\right][/tex]
The state variables, I and U are inductor current and capacitor voltage correspondingly. They oscillate. As you see, the matrix is anti-diagonal. The experts say that the "natural" state variables are better, which implies the matrix diagonalization. The diagonal elements are the same eigenvalues, the roots of
[tex]det(sE-A)= \left|\begin{array}{cc}s&+1/L\\ -1/C&s\end{array}\right| = s^2 + \frac1{LC} = 0[/tex]
They turned out to be λ1,2= ±i/√LC. The trouble starts finding the corresponding eigenvectors. Let's take first eigenvalue i/√LC.
[tex]\lambda x = Ax[/tex]
which is
[tex]\frac i{\sqrt{LC}} \left[\begin{array}{cc}{x_1}\\ {x_2}\end{array}\right] = \left[\begin{array}{cc}0&-1/L\\ 1/C&0\end{array}\right] \left[\begin{array}{cc}{x_1}\\ {x_2}\end{array}\right][/tex]
which is equivalent to
[tex]\left\{\begin{array}{cc}i x_1/\sqrt{LC} = -x_2/L \\ i x_2 / \sqrt{LC} = x_1/C\end{array}[/tex].
Expressing [tex]x_2 = -i x_1 \sqrt{L/C}[/tex], which looks promising since variables seem to be derivatives of each other, we get
[tex] x_1/C = i x_2 / \sqrt{LC} = i (-i x_1 \sqrt{L/C})/ \sqrt{LC} = x_1 / C[/tex]
or
1 = 1 which is a tautology.
The same result can be achieved more easily, avoiding the eigenvalues computation, by
[tex]\lambda \left[\begin{array}{cc}{I}\\ {U}\end{array}\right] = \left[\begin{array}{cc}0&-1/L\\ 1/C&0\end{array}\right] \left[\begin{array}{cc}{I}\\ {U}\end{array}\right][/tex]
(I look for the eigenvectors)
[tex]\left\{\begin{array}{ll} \lambda I = -U/L \\ \lambda U = I/C = -U/LC\end{array}[/tex]
which also results in complete cancellation of U:
λ= -1/LC.
What does it mean? The diagonal matrix implies that the state variables are independent - they accumulate something by self-feedback only. I would like to see how it is possible in oscillator, which variables must ping-pong the energy periodically and one determines the speed of change of another.