Analyzing Linear Systems with Complex Eigenvalues: A Case Study

AI Thread Summary
The linear system analyzed has complex eigenvalues λ = ±i√2, indicating that the origin is a center. The eigenvectors were initially miscalculated, but the correct eigenvectors are V1 = (i√2, 1) and V2 = (-i√2, 1). The direction of oscillations is determined to be clockwise based on the behavior of the system at the initial point (1, 0). The discussion also touches on the method for determining eigenvectors when the matrix is in a different form. Understanding the motion through dx/dt and dy/dt clarifies the system's dynamics.
stunner5000pt
Messages
1,443
Reaction score
4
For this linear system with complex eigenvalues
a) find the eigenvalues
b) determine whether the origin is a spiral source, sink or center
c) Determine the direction of oscillations, clockwise or anticlockwise

\frac{dY}{dt} = \left(\begin{array}{cc}0&2\\-2&0\end{array}\right) Y with initial conditions Y_{0} = (1,0)

i foudn the eigenvalues to be
\lambda = \pm i \sqrt{2} which would make it a center
also the eigenvectors
\left(\begin{array}{cc}0&2\\-2&0\end{array}\right) \left(\begin{array}{cc}x\\y\end{array}\right) = \pm i \sqrt{2} \left(\begin{array}{cc}x\\y\end{array}\right) i computed to be
V_{1} = \left(\begin{array}{cc}i\sqrt{2}\\1\end{array}\right)
and V_{1} = -V_{2}

i feel i made a mistake in finding the eigenvectors
also what would be the direction of the oscillations then?? Do i solve the Initial value problem to get hte direction of the oscillations??
 
Physics news on Phys.org
You have V1 correct but V2 is NOT -V1.
V_{2} = \left(\begin{array}{cc}-i\sqrt{2}\\1\end{array}\right)

In order to determine the direction of rotation, look what happens to (1, 0):
dx/dt= 2y= 0 but dy/dt= -2 so the "motion" is downward and the rotation is clearly clockwise.
 
thank you very much :smile: didnt realize that the dx/dt and dy/dt were the directions of the vector. But what if the matrix was i nthe form
a b
c d then would i have to reduce this till i get zeroes in the 1x2 and 2x1 spots?
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
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}...

Similar threads

Back
Top