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

In summary, the conversation discussed rewriting a system of ODEs in standard form using a suitable substitution. The suggested substitution was to define a vector u containing the functions y, y', and z, and then rewrite the system as a first order ODE using this substitution. The final system was given, along with the initial conditions. It was noted that this is not the same as writing a system of 2 ODEs as a 1st order ODE, but rather converting a higher order system into a first order system.
  • #1
Ted123
446
0

Homework Statement



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

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

The Attempt at a Solution



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

Then:

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

so that [itex]{\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[/itex] and [itex]{\bf u}(0) = \begin{bmatrix} 1.8 \\ -2.6 \\ 0.7 \end{bmatrix}[/itex]

2j5zyc.jpg
 
Last edited:
Physics news on Phys.org
  • #2
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.
 

What is a system of 2 ODEs?

A system of 2 ODEs, or ordinary differential equations, is a set of two equations that describe the change in two different variables over time. These equations are typically used to model dynamic systems and can be solved to predict the behavior of the system over time.

Why would I want to write a system of 2 ODEs as a 1st order ODE?

Writing a system of 2 ODEs as a 1st order ODE, or first-order ordinary differential equation, can make the equations easier to solve and analyze. It can also help simplify the overall system, making it easier to understand and interpret the results.

How do I write a system of 2 ODEs as a 1st order ODE?

To write a system of 2 ODEs as a 1st order ODE, you can use a technique called the method of elimination. This involves eliminating one of the variables in the system by substituting its equation into the other equation. This will result in a single equation with only one variable, which can then be solved using standard techniques for solving 1st order ODEs.

Are there any limitations to writing a system of 2 ODEs as a 1st order ODE?

Yes, there are some limitations to this approach. It may not be possible to eliminate one of the variables in the system, in which case the equations will need to be solved using other methods. Additionally, this technique may not be practical for systems with a large number of variables.

What are some real-world applications of writing a system of 2 ODEs as a 1st order ODE?

Systems of 2 ODEs are commonly used to model physical, biological, and chemical systems. Some examples include population growth, chemical reactions, and electrical circuits. Writing these systems as 1st order ODEs allows for easier analysis and prediction of the behavior of these systems over time.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
373
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
3K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
14
Views
399
  • Calculus and Beyond Homework Help
Replies
14
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
574
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
341
Back
Top