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.

Exact Equations

Additional Examples

Solve the following initial value problem, $$\begin{align} \frac{dy}{dx} &= \frac{-20y + 14}{15y^2 + 2y + 20x - 24} \\ y(1) &= -2 \end{align}$$ This can be written as an exact equation. First we find the general solution following the paradigm.

  1. We write the equation in the standard form, M dx + N dy = 0. $$ (20y - 14) dx + (15y^2 + 2y + 20x - 24) dy = 0 $$
  2. We test for exactness. $$\frac{\partial}{\partial y}\left(20y - 14\right) = 20 = \frac{\partial}{\partial x}\left(15y^2 + 2y + 20x - 24\right) $$ so the equation is exact.

  3. Write the partial differential equations. $$ \begin{align} \frac{\partial F}{\partial x} &= 20y - 14\\ \frac{\partial F}{\partial y} &= 15y^2 + 2y + 20x - 24 \end{align}$$
  4. Integrate the first partial differential equation. $$ F(x,y) = \int (20y - 14)\,\partial x = 20xy - 14x + C(y) $$
  5. Integrate the second partial differential equation. $$ F(x,y) = \int (15y^2 + 2y + 20x - 24)\,\partial y = 5y^3 + y^2 + 20xy - 24y + \tilde{C}(x) $$
  6. Equate the expressions for F(x,y).

    Matching the expressions up, we find $C(y) = 5y^3 + y^2 - 24y$ and $ \tilde{C}(x) = -14x. $ So $$ F(x,y) = 5y^3 + 20xy + y^2 - 14x - 24y. $$

  7. The solution is $F(x,y) = K.$ $$ 5y^3 + 20xy + y^2 - 14x - 24y = K $$
Now we plug in the initial values $x = 1$ and $y = -2$ and solve for $K = -42$. So the solution to the initial value problem is $$ 5y^3 + 20xy + y^2 - 14x - 24y = -42 $$ 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