Singular solution
From Free net encyclopedia
A singular solution ys(x) of an ordinary differential equation is a solution that is tangent to every solution from the family of general solutions. By tangent we mean that there is a point x where ys(x) = yc(x) and y's(x) = y'c(x) where yc is any general solution.
Usually, singular solutions appear in differential equations when there is a need to divide in a term that might be equal to zero. Therefore, when one is solving a differential equation and using division one must check what happens if the term is equal to zero, and whether it leads to a singular solution.
Example
Consider the following Clairaut's equation:
- <math> y(x) = x \cdot y' + (y')^2 \,\!</math>
where primes denote derivatives with respect to x. We write y' = p and then
- <math> y(x) = x \cdot p + (p)^2 \,\!</math>
Now, we shall take the differential according to x:
- <math> p = y' = p + x p' + 2 p p' \,\!</math>
which by simple algebra yields
- <math> 0 = ( 2 p + x )p' \,\!</math>
This condition is solved if 2p+x=0 or if p'=0.
If p' = 0 it means that y' = p = c = constant, and the general solution is:
- <math> y_c(x) = c \cdot x + c^2 \,\!</math>
where c is determined by the initial value.
If x + 2p = 0 than we get that p = −(1/2)x and substituting in the ODE gives
- <math> y_s(x) = -(1/2)x^2 + (-(1/2)x)^2 = -(1/4) \cdot x^2 \,\!</math>
Now we shall check whether this a singular solution.
First condition of tangency: ys(x) = yc(x). We solve
- <math> c \cdot x + c^2 = y_c(x) = y_s(x) = -(1/4) \cdot x^2 \,\!</math>
to find the intersection point, which is (−2c, −c).
Second condition tangency: y's(x) = y'c(x).
We calculate the derivatives:
- <math> y_c'(-2 \cdot c) = c \,\!</math>
- <math> y_s'(-2 \cdot c) = -(1/2) \cdot x |_{x = -2 \cdot c} = c \,\!</math>
We see that both requirements are satisfied and therefore ys is tangent to general solution yc. Hence,
- <math> y_s(x) = -(1/4) \cdot x^2 \,\!</math>
is a singular solution for the family of general solutions
- <math> y_c(x) = c \cdot x + c^2 \,\!</math>
of this Clairaut equation:
- <math> y(x) = x \cdot y' + (y')^2 \,\!</math>
Note: The method shown here can be used as general algorithm to solve any Clairaut's equation, i.e. first order ODE of the form
- <math> y(x) = x \cdot y' + f(y'). \,\!</math>
See also caustic (mathematics).