Constant coefficients The general solution to y′=ay+b, where a and b are constants, is y=aAeax−b. Here A is a constant that can be determined given an initial condition.
Integrating factor The big idea of integrating factor is to multiply both sides of y′+p(x)y=q(x) by μ(x)=exp∫p(x)dx so that the left hand side becomes (μy)′.
Separable equation A separable equation is an equation of the form a(x)dx=b(y)dy. Let A(x),B(y) be the anti-derivative of a(x),b(y). Then A(x)=B(y)+C for some constant C depending on the initial condition.
Exact equation Suppose we have the differential equation M(x,y)+N(x,y)y′=0 and a region D. If there is a function Ψ(x,y) so that Ψx(x,y)=M(x,y),Ψy=N(x,y) for all (x,y)∈D, then we call the differential equation exact in D. In this case, the implicit solution is Ψ(x,y)=c for (x,y)∈D, and we call Ψ(x,y) the potential function.
Test for exact differential equation Suppose the region D is simply connected. The differential equation M(x,y)+N(x,y)y′=0 is exact in D if and only if My(x,y)=Nx(x,y) at each (x,y)∈D.
Integrating factor + exact equation It is sometimes possible to convert a differential equation that is not exact into an exact equation by multiplying the equation by a suitable integrating factor.
Existence and uniqueness Suppose that F(x,y) is a continuous function defined in some region
R=(x0−δ,x0+δ)×(y0−ϵ,y0+ϵ)
containing the point (x0,y0). Then there exists δ1>0 so that a solution y=f(x) to y′=F(x,y) is defined for x∈(x0−δ1,x0+δ1). Suppose, furthermore, that ∂y∂F(x,y) is a continuous function defined on R. Then there exists δ2>0 so that the solution is the unique solution to y′=F(x,y) for x∈(x0−δ2,x0+δ2).
Homogeneous with constant coefficients The characteristic equation of ay′′+by′+c=0 is ar2+br+c=0. Let r1,r2 be the roots of the characteristic equation. (1) When r1,r2 are distinct reals, the general solution is y=c1er1x+c2er2x; (2) When r1,r2=λ±iμ are complex, the general solution is y=eλx(c1cosμx+c2sinμx); (3) When r1,r2=r are repeated roots, the general solution is y=erx(c1+c2x.
Non-homongenous The general solution of the second order nonhomogeneous linear equation y′′+p(x)y′+q(x)y=g(x) can be expressed in the form y=yh+yp, where yp is any particular function that satisfies the nonhomogeneous equation and yh is a general solution to the homogeneous equation y′′+p(x)y′+q(x)y=0.
Homogeneous with constant coefficients The characteristic equation of
y(n)+a1y(n−1)+a2y(n−2)+⋯+any=0
is
rn+a1rn−1+a2rn−2+⋯+an=0.
If the roots of the characteristic equation are distinct reals r1,r2,…,rn, then the general solution is
c1er1x+c2er2x+⋯+cnernx.
Existence and uniqueness Given a linear differential equation
y(n)+p1(x)y(n−1)+p2(x)y(n−2)+⋯+pn(x)y=g(x)
with initial conditions
y(x0)=y0,y′(x0)=y1,…,y(n−1)(x0)=yn−1,x0∈(x1,x2).
If p1,…,pn,g are continuous on the open interval (x1,x2), then there exists exactly one solution to the initial value problem for x1<x<x2.
Wronskian For n functions f1(x),…,fn(x), the Wronskian W(f1,…,fn) is defined by
f1(x)f1′(x)⋮f1(n−1)(x)f2(x)f2′(x)⋮f2(n−1)(x)⋯⋯⋱⋯fn(x)fn′(x)⋮fn(n−1)(x).
(1) If the Wronskian of n functions is not identically zero, then these n functions are linearly independent. (2) If the Wronskian of n solutions to an nth order homogeneous linear differential equation does not vanish on an interval (x1,x2), then these solutions form a fundamental set of solutions.
Order reduction Order reduction is employed when one solution y1(x) is known and other linearly independent solutions are desired. Assume the other solutions are of the form y=vy1. Plugging this substitution into the differential equation then leads to a linear differential for v of a lower order.
Radius of convergence of series solutions If the Taylor series of p1(x),p2(x),…,pn(x) converge for ∣x−x0∣<r, then the series solutions to
y(n)+p1(x)y(n−1)+p2(x)y(n−2)+⋯+pn(x)y=0
converge for ∣x−x0∣<r. In other words, the radius of convergence of the series solutions is at least the minimum radius of convergence of p1(x),p2(x),…,pn(x).