First-order differential equation

From Calculus
Revision as of 16:51, 29 June 2012 by Vipul (talk | contribs) (Created page with "==Definition== The term '''first-order differential equation''' is used for any differential equation whose order is 1. In other word...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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 Order 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.