Mathematics Department

Math 340 Home, Textbook Contents, Online Homework Home

Warning: MathJax requires JavaScript to process the mathematics on this page.
If your browser supports JavaScript, be sure it is enabled.

First Order Bernoulli Equations

Additional Examples

Solve the following initial value problem $$ \begin{align}\frac{dy}{dx} + 10y &= (-x - 3)y^{3}\\ y(0) &= 1 \end{align} $$ This is a Bernoulli equation. First we find the general solution following the paradigm.

  1. We substitute $ y = v^{1/(1-3)} = v^{-1/2}$, so $ dy/dx = -(1/2)v^{-3/2}dv/dx$, and our equation becomes $$ -(1/2)v^{-3/2}\frac{dv}{dx} + 10v^{-1/2} = (-x - 3)v^{-3/2} $$
  2. Multiply by $-2v^{3/2}$ to obtain a linear equation in the usual form. $$ \frac{dv}{dx} - 20v = 2x + 6 $$
  3. Solve the linear equation.

    1. Find the integrating factor $$ \mu(x) = \exp\left(\int -20 dx \right) = \exp(-20x) $$
    2. Multiply through by the integrating factor $$ \exp(-20x)\frac{dv}{dx} - 20\exp(-20x)v = (2x + 6)\exp(-20x) $$
    3. Recognize the left-hand-side as $\displaystyle \frac{d}{dx}(\mu(x)v).$ $$ \frac{d}{dx}(\exp(-20x)v) =(2x + 6)\exp(-20x) $$
    4. Integrate both sides. In this case you will need to integrate by parts to evaluate the integral on the right. $$ \exp(-20x)v = (-(1/10)x - 61/200)\exp(-20x) + C $$
    5. Divide through by $\mu(x)$ to solve for $ v.$ $$ v = -(1/10)x - 61/200+ C\exp(20x) $$

  4. Back substitute for $ y.$
  5. $$ y = (-(1/10)x - 61/200+ C\exp(20x))^{-1/2} $$
  6. We check that $ y = 0$ is indeed a singular solution.

Now we plug in the initial values $ x = 0$ and $ y = 1$ and solve for $ C = 261/200,$ to obtain the solution to the initial value problem $$ y = ( -(1/10)x - 61/200 + (261/200)\exp(20x) )^{-1/2} $$ You may reload this page to generate additional examples.


If you have any problems with this page, please contact bennett@math.ksu.edu.
©2010, 2014 Andrew G. Bennett