When an initial value problem has a solution that cannot be obtained from the
general solution by choosing an appropriate value of an arbitrary constant,
then such solution is called the singular solution. In this case the initial
value problem has multiple solutions and uniqueness fails.
Return to computing page for the first course APMA0330
Return to computing page for the second course APMA0340
Return to Mathematica tutorial for the second course APMA0340
Return to the main page for the course APMA0330
Return to the main page for the course APMA0340
Return to Part II of the course APMA0330
is the derivative of the function y(x) with respect to independent variable x. If the function F is smooth, then Eq.\eqref{Eq.singular.1} can be solved with respect to y' according to the inverse function theorem; this leads to the differential equation in the normal form:
Solving Eq.\eqref{Eq.singular.1} is equivalent to determination of the null-space (also called kernel) of the operator F. Generally speaking, F is an operator because it
assigns to every input function y(x) the output F(x, y, y'),
involving a derivative operator \( \texttt{D} = {\text d}/{\text d}x . \) Solving Eq.\eqref{Eq.singular.1} means determination of all functions y(x) that are annihilated by the operator F(x, y, y'). You know from calculus that \( \texttt{D} \) is an unbounded operator and its null-space is a one dimensional space spanned on a constant function: \( \texttt{D}^{-1} \,f(x) = \int f(x) \,{\text d} x + c . \) Note that D-1 is not a true inverse, but only the right inverse: \( \texttt{D}\,\texttt{D}^{-1} = I , \quad \texttt{D}^{-1} \texttt{D} \ne I, \) where I is the identical operator.
Therefore, it is expected that the null-space of F is also a one-dimensional space depending on some constant. If this is true, the null-space is called the general solution in the opposite to calculus where the term «antiderivative» is used. A general solution of Eq.\eqref{Eq.singular.1} or \eqref{Eq.singular.2} depends on a constant and is usually written as a relation
\begin{equation}
\psi (x, y, c ) = 0 ,
\label{Eq.singular.3}
\end{equation}
where c is an arbitrary constant from some domain. Equation \eqref{Eq.singular.3} defines a one-parameter family of solutions to the equation F(x, y, y') = 0. However, for some equations, the null-space of F(x, y, y') = 0 is more complicated and may contain functions that are not included into the general form \eqref{Eq.singular.3}; such solutions deserve a special attention.
The differential equation \eqref{Eq.singular.1} may have solutions that cannot be obtain from
ψ(x, y, c) = 0 for an appropriate choice of a constant c.
A solution is
called the singular solution of the differential equation F(x, y, y') = 0 if it cannot be obtained from the general solution for any choice of arbitrary constant c, including infinity, and for which the initial value problem has failed to have a unique solution.
Therefore, the null-space of the differential operator \eqref{Eq.singular.1} may consist of two parts: solutions that are determined by the relation \eqref{Eq.singular.3} (called the general solution) and those that are not identified by Eq.\eqref{Eq.singular.3}. The latter comprises the set of singular solutions. Uniqueness theorems, presented in section, show the cases when singular solutions do not exist. For example, if a slope function in Eq.\eqref{Eq.singular.2} is a Lipschitz function in variable y, then a singular solution does not exist. You will learn later that linear equations as well and Bernoulli equations have no a singular solution.
Obviously, an initial
value problem with multiple solutions may be not suitable for modeling
because it confuses a software in use. In applications, when uniqueness of
solutions is required, singular solutions must be eliminated.
One of the common ways to determine existence of a singular solution is to
eliminate c from the system of equations:
\[
\psi \left( x, y, c \right) =0 , \qquad \frac{\partial \psi}{\partial c} = 0.
\]
A singular solution in a stronger sense is such function that is
tangent to every solution from a family of solutions, forming the envelope of this family of solutions.
Constant functions are usually not solutions of the differential equations unless they annihilate the slope
function. In this case, we call them critical points or equilibrium/stationary solutions.
Therefore, if y = y* vanishes the slope function, \( f(x, y^{\ast} ) \equiv 0 , \)
then y = y* is the equilibrium solution of the differential equation \( y' = f(x, y ) . \)
A stationary solution may be singular or not, which we will show in the following examples.
Therefore, the Lipschitz condition is not satisfied throughout any region containing the origin.
The given equation admits the explicit solution
\[
y = c^2 - \sqrt{x^4 + c^2} ,
\]
containing an arbitrary real constant c. Since this function satisfies the initial condition y(0) = 0, the given initial value problem has infinite many solutions.
Return to Mathematica page
Return to the main page (APMA0330)
Return to the Part 1 (Plotting)
Return to the Part 2 (First Order ODEs)
Return to the Part 3 (Numerical Methods)
Return to the Part 4 (Second and Higher Order ODEs)
Return to the Part 5 (Series and Recurrences)
Return to the Part 6 (Laplace Transform)
Return to the Part 7 (Boundary Value Problems)