First-order differential equation: Difference between revisions

From Calculus
(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===
===Solution strategies in particular cases===
Line 18: Line 16:


{| class="sortable" border="1"
{| class="sortable" border="1"
! Equation type !! Order !! Degree (if polynomial in highest order derivative) !! Quick summary of solution strategy
! 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:

F(x,y,dydx)=0

where F is an expression (function) involving three variables. Note that F must make use of dy/dx, but it could ignore x or y.

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 f 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 y+p(x)y=q(x) 1 Use the integrating factor eH(x) where H=p. The general solution is y=CeH(x)+eH(x)p(x)eH(x)dx
separable differential equation which is of the form y=f(x)g(y) (any first-order autonomous differential equation is separable, though there are separable differential equations that aren't autonomous) 1 Separate and solve as dyg(y)=f(x)dx. Also find solutions corresponding to y=k where g(k)=0.
Clairaut's equation which is of the form y=xy+f(y) need not be polynomial; if polynomial, may have any degree y=Cx+f(C) with CR (all straight lines) and a single other solution explicitly described as the solution to x+f(dy/dx)=0, given by x=f(p),y=f(p)pf(p) as a parametric curve in terms of p.