You may find it useful to look at the example notebook corresponding
to Chapter 1, Section 1.2, of ``Differential Equations with
Mathematica''.
You may find it useful to look at the example notebook corresponding to Chapter 1, Section 1.4 (for graphing vector fields and phase curves) as well as at Chapter 8, Sections 8.1 and 8.7 (for performing the algebraic computations) of ``Differential Equations with Mathematica''.
d^2 y d y ----- = -y - k --- d t^2 d t
Visualize the behavior of the eigenvalues of the system as a function of k.
Solve the equation and plot the phase portrait near the origin for each of the three distinct cases (a pair of complex conjugate eigenvalues, one real eigenvalue, two distinct real eigenvalues).
Do not use the Mathematica functions DSolve
or
MatrixExponential
. Instead, carry out the matrix
computations (change of basis!) explicitly. You may use the functions
Eigenvalues
, Eigenvectors
, and
JordanDecomposition
---consult the online documentation
for details.