Dif.eq.system; complex eigenvalues

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
prehisto
Messages
111
Reaction score
0

Homework Statement


Given system:
dx/dt=-x-5y
dy/dt=x+y


Homework Equations





The Attempt at a Solution


So I calculated that [itex]\lambda[/itex]_1=-2i and [itex]\lambda[/itex]_2=2i
Generaly [itex]\lambda[/itex]=+-qi

next i know that general solution is in form:
x=C1cos(qt)+C2sin(qt)
y=C*1cos(qt)+C*2sin(qt)

So to calculate constsnts C*_1 and C*_2 I can choose C_1 and C_2 how i want.
Then from systems second eq.(dy/dt=x+y) i calculate C*_1 and C*_2 .


My question is- which q value I put in solution,is it
x=C1cos(2t)+C2sin(-2t)
or
x=C1cos(2t)+C2sin(2t)
?
 
Physics news on Phys.org
You have two different complex eigenvalues [itex]\lambda_1, \lambda_2[/itex] and thus also two linearly independent eigenvectors [itex]\vec{e}_1,\vec{e}_2[/itex]. Then the general solution of the linear ODE system reads
[tex]\vec{r}(t)=[\vec{x}(t),\vec{y}(t)]^t=A_1 \vec{e}_1 \exp(\lambda_1 t) + A_2 \vec{e}_2 \exp(\lambda_2 t).[/tex]
Since your eigenvalues are conjugate complex and the original matrix is real, you have [itex]\vec{e}_2=\vec{e}_1^*[/itex]. In order to get the general real solutions you have to set [itex]A_2=A_1^*[/itex].
 
  • Like
Likes   Reactions: 1 person
prehisto said:

Homework Statement


Given system:
dx/dt=-x-5y
dy/dt=x+y
Have you learned about the matrix exponential? If you have, this problem is nicely formulated to have a very simple matrix exponential solution.If you haven't, you'll have to use the techniques you have been taught.
My question is- which q value I put in solution,is it
x=C1cos(2t)+C2sin(-2t)
or
x=C1cos(2t)+C2sin(2t)
?
Does it make any difference? That's a rhetorical question. Since C2 is an arbitrary constant and since sin(-x) = -sin(x), your two forms are equivalent.
 
  • Like
Likes   Reactions: 1 person
D H said:
Have you learned about the matrix exponential? If you have, this problem is nicely formulated to have a very simple matrix exponential solution.


If you haven't, you'll have to use the techniques you have been taught.

Does it make any difference? That's a rhetorical question. Since C2 is an arbitrary constant and since sin(-x) = -sin(x), your two forms are equivalent.

OK,I did not see sin(-x) = -sin(x). So it means that i can put either one of q values and it does not make a difference?

My goal for this system to draw ( i really don't know how its called in english meiby integral lines) integral lines, which should look like ellipse (so the form of elipse is dependent from q)
 
It is easy to solve the system of equations in the OP by transforming them into a second order equation:
d^2y/dt^2=dx/dt+dy/dt--> d^2y/dt^2+4y=0. The solutions are y1=sin(2t ) and y2=cos (2t ), and the corresponding x-s are obtained as x1(t)=y1-dy1/dt, x2(t)=y2-dy2/dt. The general solution is x=c1x1+c2x2, y=c1y1+c2y2, or it can be written as Y=Asin(2t+θ), X=2Acos(2t+ θ)-Asin(2t+θ)
You get the ellipses iin the x,y plane by eliminating t.

ehild
 
  • Like
Likes   Reactions: 1 person