Autonomous ODE

From Rice Wiki
Revision as of 22:20, 15 April 2024 by Rice (talk | contribs) (Created page with "'''Autonomous ODE's''' have no explicit t-dependence. They come in the form <math> y' = F(y) </math> = Equilibrium = Autonomous ODE's have trivial ODE solutions. If <math> F(c) = 0 </math> then <math> y(t) = c </math> is the equilibrium solution of the ODE. If <math>y(t)</math> is a solution, then so is <math>z(t) = y(t + t_0)</math> for any constant <math>t_0</math> <math> \begin{aligned} y'(t) &= F(y(t))\\ z'(t) &= y'(t + t_0) \\ &= F(y(t + t_0)) \\ &= F(z(t)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Autonomous ODE's have no explicit t-dependence. They come in the form

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y' = F(y) }

Equilibrium

Autonomous ODE's have trivial ODE solutions.

If

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle F(c) = 0 }

then

is the equilibrium solution of the ODE.

If Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y(t)} is a solution, then so is Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle z(t) = y(t + t_0)} for any constant Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle t_0}

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{aligned} y'(t) &= F(y(t))\\ z'(t) &= y'(t + t_0) \\ &= F(y(t + t_0)) \\ &= F(z(t)) \end{aligned} }

Solution

Autonomous equations can be solved by Separation of Variables method.

Phase Line

Consider Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y' = F(y)}

  • If Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle F(y) = 0} , the solution is at equilibrium
  • If Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle F(y) >0} , then y is increasing in t
  • If Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle F(y) < 0} , then y is decreasing in t