First-degree differential equation: Difference between revisions
(Created page with "==Definition== A '''first-degree differential equation''' is a differential equation that is linear in its highest-order derivative. Explicitly, of the independent variab...") |
No edit summary |
||
| Line 3: | Line 3: | ||
A '''first-degree differential equation''' is a [[differential equation]] that is linear in its highest-order derivative. Explicitly, of the independent variable is <math>x</math>, the dependent variable is <math>y</math>, and the order is <math>k</math>it has the form: | A '''first-degree differential equation''' is a [[differential equation]] that is linear in its highest-order derivative. Explicitly, of the independent variable is <math>x</math>, the dependent variable is <math>y</math>, and the order is <math>k</math>it has the form: | ||
<math> | <math>P(x,y,y',\dots,y^{(k-1)})y^{(k)} = Q(x,y,y',\dots,y^{(k-1)})</math> | ||
===Relation with explicit differential equations=== | ===Relation with explicit differential equations=== | ||
First-degree differential equations are typically solved by converting them to [[explicit differential equation]]s. This simply involves dividing by <math> | First-degree differential equations are typically solved by converting them to [[explicit differential equation]]s. This simply involves dividing by <math>P</math>. The explicit differential equation form is: | ||
<math>y^{(k)} = \frac{ | <math>y^{(k)} = \frac{Q(x,y,y',\dots,y^{(k-1)})}{P(x,y,y',\dots,y^{(k-1)})}</math> | ||
However, when doing this division, we may throw away some solutions where <math> | However, when doing this division, we may throw away some solutions where <math>P(x,y,y',\dots,y^{(k-1)}) = Q(x,y,y',\dots,y^{(k-1)}) = 0</math>. These solutions can be checked for separately, but we can note that these are differential equations of a lower order (specifically, order at most <math>k - 1</math>) hence presumably easier to solve. | ||
Latest revision as of 20:49, 9 July 2012
Definition
A first-degree differential equation is a differential equation that is linear in its highest-order derivative. Explicitly, of the independent variable is , the dependent variable is , and the order is it has the form:
Relation with explicit differential equations
First-degree differential equations are typically solved by converting them to explicit differential equations. This simply involves dividing by . The explicit differential equation form is:
However, when doing this division, we may throw away some solutions where . These solutions can be checked for separately, but we can note that these are differential equations of a lower order (specifically, order at most ) hence presumably easier to solve.