First-order first-degree autonomous differential equation: Difference between revisions
(2 intermediate revisions by the same user not shown) | |||
Line 42: | Line 42: | ||
subject to the initial condition that at <math>t = 0</math>, <math>x = 1</math>. | subject to the initial condition that at <math>t = 0</math>, <math>x = 1</math>. | ||
We make cases based on the growth rate of <math>f</math>: | We consider various possibilities for <math>f</math> a function that sends 1 and higher numbers to positive numbers, and make cases based on the growth rate of <math>f</math>: | ||
{| class="sortable" border="1" | {| class="sortable" border="1" | ||
Line 51: | Line 51: | ||
| <math>f(x) := x^\gamma, 0 < \gamma < 1</math> || <math>x = O(t^{1/(1 - \gamma)})</math> (i.e., it grows roughly like a power function of <math>t</math>) | | <math>f(x) := x^\gamma, 0 < \gamma < 1</math> || <math>x = O(t^{1/(1 - \gamma)})</math> (i.e., it grows roughly like a power function of <math>t</math>) | ||
|- | |- | ||
| linear function <math>f(x) := mx, m > 0</math> || exponential function <math>x := \exp(mt)</math> | | linear function <math>f(x) := mx, m > 0</math> || exponential function <math>x := \exp(mt)</math> | ||
|- | |- | ||
| linear times logarithmic, something like <math>x (\ln x + 1)</math> || <math>x</math> grows something like a doubly exponential function of <math>t</math> | | linear times logarithmic, something like <math>x (\ln x + 1)</math> || <math>x</math> grows something like a doubly exponential function of <math>t</math> (note: if we wanted growth between exponential and double exponential, we would need something like <math>x(\ln x + 1)^\gamma, 0 < \gamma < 1</math>, and if we wanted triple exponential growth, we would multiply by a double logarithmic term) | ||
|- | |- | ||
| <math>f(x) := x^\gamma, \gamma > 1</math> || <math>x</math> grows so fast in terms of <math>t</math> that it reaches <math>\infty</math> in finite time. | | <math>f(x) := x^\gamma, \gamma > 1</math> || <math>x</math> grows so fast in terms of <math>t</math> that it reaches <math>\infty</math> in finite time. | ||
|} | |} |
Latest revision as of 21:51, 5 July 2012
Definition
Following the convention for autonomous differential equation, we denote the dependent variable by and independent variable by .
Form of the differential equation
The differential equation is of the form:
Solution method and formula
We convert the differential equation to an integration problem:
and carry out the integrations on both sides. If is an antiderivative of , the solution will be:
with the freely varying parameter over : every particular value of gives a solution. To express as a function of , we need to invert . If we can do so, we'd have:
as the general solution.
In addition, there may be stationary solutions. These are solutions that correspond to constant functions that satisfy .
Related notions
- Separable differential equation: A slightly more general type of first-order differential equation.
- Second-order autonomous differential equation of degree one: Although such equations cannot always be solved, they can always be reduced to first-order differential equations.
Analysis
Starting at time zero with value one
Suppose we want to solve the initial value problem for the differential equation:
subject to the initial condition that at , .
We consider various possibilities for a function that sends 1 and higher numbers to positive numbers, and make cases based on the growth rate of :
Nature of | Nature of in terms of ? |
---|---|
constant function | linear function |
(i.e., it grows roughly like a power function of ) | |
linear function | exponential function |
linear times logarithmic, something like | grows something like a doubly exponential function of (note: if we wanted growth between exponential and double exponential, we would need something like , and if we wanted triple exponential growth, we would multiply by a double logarithmic term) |
grows so fast in terms of that it reaches in finite time. |