191k views
1 vote
How do I do this? please detail steps.

How do I do this? please detail steps.-example-1
User Kanya
by
6.3k points

1 Answer

3 votes
Define

{x} = \left[\begin{array}{ccc}x_(1)\\x_(2)\end{array}\right]

Then
x₁ = cos(t) x₁(0) + sin(t) x₂(0)
x₂ = -sin(t) x₁(0) + cos(t) x₂(0)

Differentiate to obtain
x₁' = -sin(t) x₁(0) + cos(t) x₂(0)
x₂' = -cos(t) x₁(0) - sin(t) x₂(0)

That is,

\dot{x} = \left[\begin{array}{ccc}-sin(t)&cos(t)\\-cos(t)&-sin(t)\end{array}\right] x(0)

Note that

\left[\begin{array}{ccc}0&1\\-1&09\end{array}\right] \left[\begin{array}{ccc}cos(t)&sin(t)\\-sin(t)&cos(t)\end{array}\right] = \left[\begin{array}{ccc}-sin(t)&cos(t)\\-cos(t)&-sin(t)\end{array}\right]

Therefore

x(t) = \left[\begin{array}{ccc}0&1\\-1&0\end{array}\right] x(t)

User Mnoronha
by
6.8k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.