Definitions and Notation

Definitions

  1. A differential equation is an equation involving an unknown function and its derivatives.

  2. A differential equation is an ordinary differential equation if the unknown function depends on only one independent variable, otherwise it is a partial differential equation.

  3. The order of a differential equation is the order (number of derivatives taken) of the highest derivative appearing in the equation.

  4. The degree of a differential equation that can be written as a polynomial in the unknown function and its derivatives is the power to which the highest order derivative is raised.

  5. An $n^{th}$ order differential equation is linear if it has the form

    \begin{equation} a_n(x) y^{(n)}(x) + a_{n-1}(x) y^{(n-1)}(x) + \dots + a_0(x) y(x) = b(x)\label{linearinhomo} \end{equation}

    A linear equation is homogeneous if $b(x) = 0$ and inhomogeneous if $b(x)\ne 0$.

  6. A solution of a differential equation in the unknown function $y$ and the independent variable $x$ on the interval $I$ is a function $y(x)$ that satisfies the differential equation identically for all $x$ in $I$.

  7. A particular solution is any one solution. The general solution is the set of all solutions.

  8. An initial value problem is a differential equation together with conditions (known as initial conditions) on the unknown function and its derivatives all at the same value of the independent variable.

  9. A boundary value problem is a differential equation together with conditions (known as boundary conditions) on the unknown function and its derivatives at more than one value of the independent variable.

Notation

There are several different notations for derivatives in common use. You should be comfortable with all of them. Leibniz's notation for derivatives is: \begin{equation} \frac{dy}{dx}, \qquad \frac{d^2 y}{dx^2}\qquad\frac{d^3 y}{dx^3}\qquad\dots\qquad\frac{d^n y}{dx^n} \end{equation} Lagrange's notation for the same derivatives (wrt to the independent variable $x$) is: \begin{equation} y^{\prime} \qquad y^{\prime\prime}\qquad y^{\prime\prime\prime} \qquad \dots \qquad y^{(n)} \end{equation} Newton, who used time ($t$) as the independent variable, rather than $x$, used dots instead of primes: \begin{equation} \dot{y} \qquad \ddot{y} \qquad \dots \qquad y^{(n)} \end{equation}

The equation for the general linear inhomogeneous differential equation, eqn.(\ref{linearinhomo}) above is long and messy looking. To simplify this equation, it is common to pull out all the derivative operators with their coefficients into a single differential operator acting on the unknown function $y$ and denoting the big messy operator by the single caligraphic letter $\cal{L}$, i.e. $$\cal{L}\equiv a_n(x) \frac{d^{n}}{dx^{n}} + a_{n-1}(x) \frac{d^{n-1}}{dx^{n-1}} + \dots + a_0(x)$$ so that eqn.(\ref{linearinhomo}) becomes $$\cal{L} y(x)=b(x).$$


Personal Tools