First-order differential equation: Difference between revisions
(Created page with "==Definition== The term '''first-order differential equation''' is used for any differential equation whose order is 1. In other word...") |
|||
| Line 10: | Line 10: | ||
==Solution strategies== | ==Solution strategies== | ||
===Solution strategies in particular cases=== | ===Solution strategies in particular cases=== | ||
| Line 18: | Line 16: | ||
{| class="sortable" border="1" | {| class="sortable" border="1" | ||
! Equation type | ! Equation type !!Degree (if polynomial in highest order derivative) !! Quick summary of solution strategy | ||
|- | |- | ||
| [[first-order linear differential equation]] which in simplified form looks like <math>y' + p(x)y = q(x)</math> || 1 || Use the [[integrating factor]] <math>e^{H(x)}</math> where <math>H'=p</math>. The general solution is <math>y = Ce^{-H(x)} + e^{-H(x)}\int p(x)e^{H(x)} \, dx</math> | | [[first-order linear differential equation]] which in simplified form looks like <math>y' + p(x)y = q(x)</math> || 1 || Use the [[integrating factor]] <math>e^{H(x)}</math> where <math>H'=p</math>. The general solution is <math>y = Ce^{-H(x)} + e^{-H(x)}\int p(x)e^{H(x)} \, dx</math> | ||
Revision as of 16:53, 29 June 2012
Definition
The term first-order differential equation is used for any differential equation whose order is 1. In other words, it is a differential equation of the form:
where is an expression (function) involving three variables. Note that must make use of , but it could ignore or .
For more on general theory and terminology, see differential equation.
Solution strategies
Solution strategies in particular cases
Below are some formats of equations for which general strategies are known. Note that the letter is no longer used for the solution function but may be used for other functions.:
| Equation type | Degree (if polynomial in highest order derivative) | Quick summary of solution strategy |
|---|---|---|
| first-order linear differential equation which in simplified form looks like | 1 | Use the integrating factor where . The general solution is |
| separable differential equation which is of the form (any first-order autonomous differential equation is separable, though there are separable differential equations that aren't autonomous) | 1 | Separate and solve as . Also find solutions corresponding to where . |
| Clairaut's equation which is of the form | need not be polynomial; if polynomial, may have any degree | with (all straight lines) and a single other solution explicitly described as the solution to , given by as a parametric curve in terms of . |