- #1
jlatshaw
- 16
- 0
Ok, so this is a differential equation question.
How can I use the eigenvectors/eigenvalues to find the formulas for straight line trajectories and from those formulas that I come up with, how can I alter them so as to start at any given point that I would like them to (like with starter data)?
I know that I can come up with the straight line trajectories starting at the tips of the eigenvectors using:
{x1[t_], y1[t_]} = eigenvector[1] E^(eigenvalue[1] t)
{x2[t_], y2[t_]} = eigenvector[2] E^(eigenvalue[2] t)
Using the above, then if I want my solution plots to obey certain starter data, say x[0] = A, y[0] = B,
What do I have to do to the above to make the by solution plots start at those values?
Any suggested reading or videos on the subject to get a good understanding of it?
Thanks for any help,
-James
How can I use the eigenvectors/eigenvalues to find the formulas for straight line trajectories and from those formulas that I come up with, how can I alter them so as to start at any given point that I would like them to (like with starter data)?
I know that I can come up with the straight line trajectories starting at the tips of the eigenvectors using:
{x1[t_], y1[t_]} = eigenvector[1] E^(eigenvalue[1] t)
{x2[t_], y2[t_]} = eigenvector[2] E^(eigenvalue[2] t)
Using the above, then if I want my solution plots to obey certain starter data, say x[0] = A, y[0] = B,
What do I have to do to the above to make the by solution plots start at those values?
Any suggested reading or videos on the subject to get a good understanding of it?
Thanks for any help,
-James
Last edited by a moderator: