Autonomous ODE: Difference between revisions

From Rice Wiki
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
y' = F(y)
y' = F(y)
</math>
</math>
They can be solved by [[Separation of variables]] method.


= Equilibrium Solutions =
= Equilibrium Solutions =
Line 48: Line 50:


Some equilibrium solutions are [[Equilibrium#Stability|stable]], where the solutions converge and slight perturbations in ''y'' will not result in drastic changes in the solution. In contrast, some other equilibrium solutions are ''unstable'', where slight perturbation will result in drastic changes.
Some equilibrium solutions are [[Equilibrium#Stability|stable]], where the solutions converge and slight perturbations in ''y'' will not result in drastic changes in the solution. In contrast, some other equilibrium solutions are ''unstable'', where slight perturbation will result in drastic changes.
[[Category:Differential Equations]]

Latest revision as of 19:32, 17 May 2024

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

They can be solved by Separation of variables method.

Equilibrium Solutions

Autonomous ODE's have trivial ODE solutions.

If

then

is an equilibrium solution of the ODE.

If is a solution, then so is for any constant

General Solution

Autonomous equations can be solved by Separation of Variables method.

Equilibrium Analysis

Consider

  • If , the solution is at equilibrium
  • If , then y is increasing in t
  • If , then y is decreasing in t

This can be visualized on a phase line.

Some equilibrium solutions are stable, where the solutions converge and slight perturbations in y will not result in drastic changes in the solution. In contrast, some other equilibrium solutions are unstable, where slight perturbation will result in drastic changes.