Writing a system of 2 ODEs as a 1st order ODE

Click For Summary
SUMMARY

The discussion focuses on converting a system of second-order ordinary differential equations (ODEs) into a system of first-order ODEs. The initial value problem involves two functions, y(x) and z(x), with specific initial conditions: y(0)=1.8, y'(0)=-2.6, and z(0)=0.7. The proposed substitution involves defining a vector u containing y, its derivative, and z, leading to the formulation of first-order equations. The final representation is confirmed as correct, emphasizing the distinction between rewriting a system of equations and the original title's implication.

PREREQUISITES
  • Understanding of ordinary differential equations (ODEs)
  • Familiarity with vector notation and systems of equations
  • Knowledge of initial value problems in calculus
  • Proficiency in using arctangent functions in mathematical expressions
NEXT STEPS
  • Study the method of converting higher-order ODEs to first-order systems
  • Learn about initial value problems and their solutions in ODEs
  • Explore the application of vector notation in differential equations
  • Investigate the properties and applications of the arctangent function in differential equations
USEFUL FOR

Students and professionals in mathematics, particularly those studying differential equations, as well as educators looking for methods to teach ODE systems effectively.

Ted123
Messages
428
Reaction score
0

Homework Statement



Consider the following initial value problem for two functions y(x),z(x): 0 = y''+(y'+7y)\text{arctan}(z) 5z' = x^2+y^2+z^2 where 0 \leqslant x \leqslant 2,\; y(0)=1.8,\;y'(0)=-2.6,\;z(0)=0.7.

Rewrite the system of ODEs in standard form using a suitable substitution.

The Attempt at a Solution



Would putting {\bf u} = \begin{bmatrix} u_1 \\ u_2 \\ u_3 \end{bmatrix} where u_1(x) = y(x),\; u_2(x) = y'(x),\; u_3(x)=z(x) work?

Then:

u_1' = y' = u_2 u_2' = y'' = -(y'+7y)\arctan(z) = -(u_2+7u_1)\arctan(u_3) u_3' = z = \frac{1}{5} ( x^2 + u_1^2 + u_3^2)

so that {\bf u'} = \begin{bmatrix} u_1' \\ u_2' \\ u_3' \end{bmatrix} = \begin{bmatrix} u_2 \\ -(u_2+7u_1)\arctan(u_3) \\ \frac{1}{5} ( x^2 + u_1^2 + u_3^2) \end{bmatrix} ,\; 0 \leqslant x \leqslant 2 and {\bf u}(0) = \begin{bmatrix} 1.8 \\ -2.6 \\ 0.7 \end{bmatrix}

2j5zyc.jpg
 
Last edited:
Physics news on Phys.org
Yes, that is perfectly correct. Note that this does NOT reflect your title! You are NOT "Writing a system of 2 ODEs as a 1st order ODE". You are, rather, writing a higher order system of equations as a system of first order ODEs.
 

Similar threads

Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
3
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K