This section illustrates application of the modified decomposition method (MDM for short) in some systems of nonlinear ordinary differential
equations.
Return to computing page for the first course APMA0330
Return to computing page for the second course APMA0340
Return to Mathematica tutorial for the first course APMA0330
Return to Mathematica tutorial for the second course APMA0340
Return to the main page for the first course APMA0330
Return to the main page for the second course APMA0340
Return to Part II of the course APMA0340
Introduction to Linear Algebra with Mathematica
where \( \dot{\bf y} = {\text d}{\bf y}/{\text d}t
\) and A is a constant square matrix, is called an
Euler system of equations or a Cauchy--Euler system of equation. It is sometimes referred to as an equidimensional equation because of its particularly simple equidimensional structure: the differential equation can be solved explicitly.
This vector equation with
variable coefficients is an analog of a famous Euler
equation for a single unknown function, discussed previously in
section
Euler
equations. Every single Euler equation of the form
The characteristic polynomial for the corresponding matrix
\( {\bf A} = \begin{bmatrix} 0&1 \\
4&0 \end{bmatrix} \) is χ(λ) = det(λI
- A) = λ²
-4. Therefore, the eigenvalues of matrix A are ±2, and
we obtain the same general solution as for single equation.
■
Using substitution
\[
t = e^x \qquad x = \ln t \qquad \Longrightarrow \qquad t\,\dot{\bf y} = t\,\frac{{\text d}{\bf y}}{{\text d}t} =
\frac{{\text d}{\bf y}}{{\text d}x} ,
\]
we reduce the Euler system ty'
= Ay to a constant coefficient system of differential equations:
where c is a column vector of arbitrary constants. The latter formula is not friendly for applications,
so we explain how to use it depending on eigenvalues of matrix A.
Suppose that n-by-n matrix A is diagonalizable and all its eigenvalues are real numbers.
Then there exists a basis of eigenvectors:
Canceling tλ from both sides, we get a vector equation
\[
\lambda\,{\bf \xi} = {\bf A}\, {\bf \xi} ,
\]
which indicates that λ is an eigenvalue and ξ is a
corresponding eigenvector for the matrix A. Since the matrix
A has two real eigenvalues λ = 3 and λ = -2, we
obtain the general solution:
Therefore, the vector ξ = [0,1]T must be an eigenvector
of matrix
(A - I)² = -I corresponding to its eigenvalue (-1).
Similar conclusion is true for another vector η = [1,0]T.
■
Return to Mathematica page
Return to the main page (APMA0340)
Return to the Part 1 Matrix Algebra
Return to the Part 2 Linear Systems of Ordinary Differential Equations
Return to the Part 3 Non-linear Systems of Ordinary Differential Equations
Return to the Part 4 Numerical Methods
Return to the Part 5 Fourier Series
Return to the Part 6 Partial Differential Equations