Linear systems modeling dynamics

Click For Summary
SUMMARY

The discussion focuses on the dynamics of linear systems modeled by the equations R' = aJ and J' = bR. The participants analyze eigenvalues and eigenvectors derived from the associated matrix {{0, a}, {b, 0}}. They clarify that the correct eigenvalues are L1 = i sqrt(a+b) and L2 = -i sqrt(a+b), indicating the presence of imaginary numbers, which complicates graphing in the real plane. The conversation also addresses how to use eigenvectors to sketch phase portraits, emphasizing the significance of eigenvalues in determining the behavior of solutions over time.

PREREQUISITES
  • Understanding of linear differential equations
  • Familiarity with eigenvalues and eigenvectors
  • Knowledge of phase portraits in dynamical systems
  • Experience with matrix operations and determinants
NEXT STEPS
  • Study the implications of complex eigenvalues in linear systems
  • Learn how to sketch phase portraits using eigenvectors
  • Explore the stability of equilibrium points in dynamical systems
  • Investigate the role of eigenvalues in determining system behavior over time
USEFUL FOR

Students and professionals in mathematics, physics, and engineering who are studying linear systems and dynamical systems analysis.

epsilonzero
Messages
14
Reaction score
0

Homework Statement



R' = aJ
J' = bR

What happens to the graphs of R(t) and J(t)?

The Attempt at a Solution



I made the matrix {{0, a}{b, 0}} and then got the equation (L=lambda) L^2 - 0L + (a+b) after computing the trace and determinant of that matrix. I then solved for the eigenvalues using the quadratic and got L1 = i sqrt(a+b) and L2 = -i sqrt(a+b)

But I didn't think I was supposed to get imaginary numbers when dealing with eigenvalues because then I can't graph the eigenvectors on the real plane. Did I do something wrong?

Thanks.
 
Physics news on Phys.org
Yes, the determinant of [[-L,a],[b,-L]] is L^2-ab. How did you get this (a+b) stuff?
 
Good call. I have no idea how I got (a+b) when it should be -ab.
 
Last edited:
Another question related to this problem. For the eigenvectors I got

(L=lambda)

e1 = {{b},{L-a}} = {{0},{b}}
e2 = {{L-d},{c}} = {{-b},{a}}

Now how do I use those eigenvectors to sketch a phase portrait of the system? My book doesn't explain it well.

Thanks.
 
I don't think those are the eigenvectors either. Let's go back to the first question. What are the eigenvalues?
 
My bad. My last post was referring to a different problem.

Here's the other problem I'm working on:

R' = 0
J' = aR + bJ

{{0, 0},{a,b}}

L^2 - bL

L1 = (b+sqrt(b^2))/2 = b
L2 = (b-b)2/ = 0

e1 = {{b},{L-a}} = {{0},{b}}
e2 = {{L-d},{c}} = {{-b},{a}}

Now how do I go from those eigenvectors to drawing asymptotes and graphing it? I thought the eigenvectors were used to find the slope of the asymptotes, but they contain variables in this case. Then how do I know where to draw the curves and how are points moving along them in time?

Thanks
 
The eigenvectors are linear solutions to the system. If one eigenvector is <0, b>, which points in the direction of the line from (0,0) to (0,b), x= 0, then the L- axis, R= 0, is itself a solution. (That should be obvious from the fact that one equation is R'= 0. In fact, it not at all difficult to just solve the two equations.) The fact that the corresponding eigenvalue is b tells you that the value of y, as t increases, increases with "speed" b which, here, is a constant. The fact that <-b, a>, which points in the direction of the line, which points in the direction of the line from (0,0) to (-b,a), y= -(b/a)x, is an eigenvector tells you that the line y= -(b/a)x is also a solution. The fact that the corresponding eigenvalue is 0 tells you that there is no "motion": each point on that line is a constant solution. In cases where neither of the lines has 0 eigenvalue, other phase lines would be curves that do not cross them or each other and have "motion" the same direction as the curves. In this special case, where one eigenvalue is 0, you will have lines parallel to the line with non-zero eigenvalue and the same direction simply crossing the line with eigenvalue 0.
 
Thanks, that helped me out a lot.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
8
Views
3K
  • · Replies 24 ·
Replies
24
Views
4K
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
1
Views
2K