Bernoulli differential equation

From HandWiki
Short description: Type of ordinary differential equation

In mathematics, an ordinary differential equation is called a Bernoulli differential equation if it is of the form

[math]\displaystyle{ y'+ P(x)y = Q(x)y^n, }[/math]

where [math]\displaystyle{ n }[/math] is a real number. Some authors allow any real [math]\displaystyle{ n }[/math],[1][2] whereas others require that [math]\displaystyle{ n }[/math] not be 0 or 1.[3][4] The equation was first discussed in a work of 1695 by Jacob Bernoulli, after whom it is named. The earliest solution, however, was offered by Gottfried Leibniz, who published his result in the same year and whose method is the one still used today.[5]

Bernoulli equations are special because they are nonlinear differential equations with known exact solutions. A notable special case of the Bernoulli equation is the logistic differential equation.

Transformation to a linear differential equation

When [math]\displaystyle{ n = 0 }[/math], the differential equation is linear. When [math]\displaystyle{ n = 1 }[/math], it is separable. In these cases, standard techniques for solving equations of those forms can be applied. For [math]\displaystyle{ n \neq 0 }[/math] and [math]\displaystyle{ n \neq 1 }[/math], the substitution [math]\displaystyle{ u = y^{1-n} }[/math] reduces any Bernoulli equation to a linear differential equation

[math]\displaystyle{ \frac{du}{dx} - (n-1)P(x)u = - (n-1)Q(x). }[/math]

For example, in the case [math]\displaystyle{ n = 2 }[/math], making the substitution [math]\displaystyle{ u=y^{-1} }[/math] in the differential equation [math]\displaystyle{ \frac{dy}{dx} + \frac{1}{x}y=xy^2 }[/math] produces the equation [math]\displaystyle{ \frac{du}{dx} -\frac{1}{x}u=-x }[/math], which is a linear differential equation.

Solution

Let [math]\displaystyle{ x_0 \in (a, b) }[/math] and

[math]\displaystyle{ \left\{\begin{array}{ll} z: (a,b) \rightarrow (0, \infty)\ ,&\textrm{if}\ \alpha\in \mathbb{R}\setminus\{1,2\},\\ z: (a,b) \rightarrow \mathbb{R}\setminus\{0\}\ ,&\textrm{if}\ \alpha = 2,\\\end{array}\right. }[/math]

be a solution of the linear differential equation

[math]\displaystyle{ z'(x)=(1-\alpha)P(x)z(x) + (1-\alpha)Q(x). }[/math]

Then we have that [math]\displaystyle{ y(x) := [z(x)]^{\frac{1}{1-\alpha}} }[/math] is a solution of

[math]\displaystyle{ y'(x)= P(x)y(x) + Q(x)y^\alpha(x)\ ,\ y(x_0) = y_0 := [z(x_0)]^{\frac{1}{1-\alpha}}. }[/math]

And for every such differential equation, for all [math]\displaystyle{ \alpha\gt 0 }[/math] we have [math]\displaystyle{ y\equiv 0 }[/math] as solution for [math]\displaystyle{ y_0=0 }[/math].

Example

Consider the Bernoulli equation

[math]\displaystyle{ y' - \frac{2y}{x} = -x^2y^2 }[/math]

(in this case, more specifically a Riccati equation). The constant function [math]\displaystyle{ y=0 }[/math] is a solution. Division by [math]\displaystyle{ y^2 }[/math] yields

[math]\displaystyle{ y'y^{-2} - \frac{2}{x}y^{-1} = -x^2 }[/math]

Changing variables gives the equations

[math]\displaystyle{ \begin{align} u = \frac{1}{y} \; & , ~ u' = \frac{-y'}{y^2} \\ -u' - \frac{2}{x}u &= - x^2 \\ u' + \frac{2}{x}u &= x^2 \end{align} }[/math]

which can be solved using the integrating factor

[math]\displaystyle{ M(x)= e^{2\int \frac{1}{x}\,dx} = e^{2\ln x} = x^2. }[/math]

Multiplying by [math]\displaystyle{ M(x) }[/math],

[math]\displaystyle{ u'x^2 + 2xu = x^4. }[/math]

The left side can be represented as the derivative of [math]\displaystyle{ ux^2 }[/math] by reversing the product rule. Applying the chain rule and integrating both sides with respect to [math]\displaystyle{ x }[/math] results in the equations

[math]\displaystyle{ \begin{align} \int \left(ux^2\right)' dx &= \int x^4\,dx \\ ux^2 &= \frac{1}{5}x^5 + C \\ \frac{1}{y}x^2 &= \frac{1}{5}x^5 + C \end{align} }[/math]

The solution for [math]\displaystyle{ y }[/math] is

[math]\displaystyle{ y = \frac{x^2}{\frac{1}{5}x^5 + C}. }[/math]

Notes

References

  • Bernoulli, Jacob (1695), "Explicationes, Annotationes & Additiones ad ea, quae in Actis sup. de Curva Elastica, Isochrona Paracentrica, & Velaria, hinc inde memorata, & paratim controversa legundur; ubi de Linea mediarum directionum, alliisque novis", Acta Eruditorum . Cited in (Hairer Nørsett).
  • Hairer, Ernst; Nørsett, Syvert Paul; Wanner, Gerhard (1993), Solving ordinary differential equations I: Nonstiff problems, Berlin, New York: Springer-Verlag, ISBN 978-3-540-56670-0 .

External links