Draw Trajectories for Autonomous DE: Where to Begin?

  • Context: MHB 
  • Thread starter Thread starter onie mti
  • Start date Start date
  • Tags Tags
    Trajectories
Click For Summary
SUMMARY

The discussion centers on drawing trajectories for an autonomous differential equation (DE) represented by the matrix A = [[1, 0], [0, -1]]. Participants explain the process of computing the matrix exponential etA and how to apply initial conditions to derive solutions. The eigenvalues of the matrix are identified as 2 and -1, with corresponding eigenvectors. The final solution to the DE is expressed in terms of the initial condition, leading to the trajectory equations.

PREREQUISITES
  • Understanding of matrix exponentiation, specifically etA.
  • Familiarity with eigenvalues and eigenvectors in linear algebra.
  • Knowledge of differential equations and their solutions.
  • Ability to perform matrix multiplication and apply initial conditions.
NEXT STEPS
  • Learn about matrix exponentiation techniques for diagonal matrices.
  • Study the application of initial conditions in solving differential equations.
  • Explore the geometric interpretation of trajectories in the context of dynamical systems.
  • Investigate the stability of solutions based on eigenvalues of the system.
USEFUL FOR

Students and professionals in mathematics, engineering, or physics who are working with autonomous differential equations and seeking to understand trajectory analysis and matrix methods.

onie mti
Messages
42
Reaction score
0
when you are asked to draw a trajectory for a an autonomous DE, where does one begin
eg
given the matrix A=
1 0
0 -1


they say find e^tA then draw the trajectories. I know how to find e^tA but i cannot draw
 
Physics news on Phys.org
Well, go ahead and compute $e^{t \mathbf{A}}$. You'll have some initial condition $\mathbf{x}_{0}$. Your solution to the DE $ \dot{ \mathbf{x}}=A \mathbf{x}$ is then $e^{t \mathbf{A}} \mathbf{x}_{0}$. Go ahead and perform the matrix multiplication $e^{t \mathbf{A}} \mathbf{x}_{0}$ and see what you get.
 
Ackbach said:
Well, go ahead and compute $e^{t \mathbf{A}}$. You'll have some initial condition $\mathbf{x}_{0}$. Your solution to the DE $ \dot{ \mathbf{x}}=A \mathbf{x}$ is then $e^{t \mathbf{A}} \mathbf{x}_{0}$. Go ahead and perform the matrix multiplication $e^{t \mathbf{A}} \mathbf{x}_{0}$ and see what you get.

My eigenvalues were 2 and 1
Eigenvector associated with λ_1=2 is ■(0@1) and
λ_1= Is ■(1@0)
Where x(t) = c(1)e^(2t) ■(0@1) + c(2)e^t ■(1@0)

Now solving for e^tA
x_1(0)= ■(1@0) = c(1)e^2t ■(0@1) + c(2) e^t ■(1@0)
Where c(1)= 0 and c(2)= 1

Then for x_2(0), c(1)= 1 and c(2) = 0
Such that, x_1(t)= c(2) ■(1@0)
x_2(t) = e^2t ■(0@1)
Therefore e^tA is: ■(c(2) ■(1@0) @e^2t ■(0@1))
I still do not understand how to do the trajectories
 
Hmm. You might want to check your calculations. With a diagonal matrix, the eigenvalues are simply the values on the diagonal. In this case, you get $\lambda= \pm 1$; the eigenvector for $\lambda=1$ is $\begin{bmatrix}1 \\ 0 \end{bmatrix}$, and the eigenvector corresponding to $\lambda=-1$ is $\begin{bmatrix}0 \\ 1 \end{bmatrix}$. As the matrix is already diagonal, you can exponentiate it fairly easily:
$$e^{t \mathbf{A}}= \begin{bmatrix} e^{t} &0 \\ 0 &e^{-t} \end{bmatrix}.$$
What is your initial condition?
 
Ackbach said:
Hmm. You might want to check your calculations. With a diagonal matrix, the eigenvalues are simply the values on the diagonal. In this case, you get $\lambda= \pm 1$; the eigenvector for $\lambda=1$ is $\begin{bmatrix}1 \\ 0 \end{bmatrix}$, and the eigenvector corresponding to $\lambda=-1$ is $\begin{bmatrix}0 \\ 1 \end{bmatrix}$. As the matrix is already diagonal, you can exponentiate it fairly easily:
$$e^{t \mathbf{A}}= \begin{bmatrix} e^{t} &0 \\ 0 &e^{-t} \end{bmatrix}.$$
What is your initial condition?

I was not given any initial condition
 
onie mti said:
I was not given any initial condition

Ok, that's fine. Let's call the initial condition something arbitrary, then: $\begin{bmatrix}x_0 \\ y_0 \end{bmatrix}$. What is the full solution to the DE?
 

Similar threads

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