Differential EquationsExpected Educational ResultsBloom’s TaxonomyDifferential EquationsSolving ODEsDefinition: First-Order Separable ODEsProcedure to Solving First-Order Separable ODEsUse Technology to Verify Solutions to First-order Separable ODEs.Investigation 03Use Technology to Factor Expressions.HomeworkCC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
Section 9.2 – Direction Fields and Euler's Method
Section 9.3 – Separable Equations
Section 9.4 – Models for Population Growth
Section 3.8 – Exponential Growth and Decay
Objective 15–01: I can identify ordinary differential equations (ODEs).
Objective 15–02: I can identify the order of ODEs.
Objective 15–03: I can solve first-order separable ordinary differential equations.
Objective 15–04: I can solve first-order separable initial value problems.
Objective 15–05: I can use technology to sketch a direction field for a first-order ordinary differential equation.
Objective 15–06: I can model population growth and decay with a differential equation.
A modern version of Bloom’s Taxonomy is included here to recognize various different levels of understanding and to encourage you to work towards higher-order understanding (those at the top of the pyramid). All Objectives, Investigations, Activities, etc. are color-coded with the level of understanding.

There are mathematics courses designed to discuss solving ODEs, e.g., Math 2652 – Introduction to Differential Equations.
There are three (3) methods to solve ODEs:
Analytic Method – using theorems to manipulate symbols to find exact solutions;
Numeric Methods – finding an approximate solution (for solving IVPs);
Graphical Methods – using a graph, called Direction Fields (also, Vector Fields), to understand the properties of solutions.
We will discuss only one (1) analytic method: Solving first-order separable ODEs.
Suppose an ODE can be written (using any valid algebraic procedure) in the form
Then the ODE can be rewritten (using only multiplication or division) as:
Integrate both sides of the equation:
Use
Solve for
Check your answer.
Example 01: Solve
Solution:
The ODE is a first-order separable ODE because
Rewrite:
Multiply both sides of the ODE by the differential
Divide both sides of the ODE by
Integrate both sides of the ODE:
Solve for
Rewrite answer using the exponential form of the logarithm:
Use property of exponents to rewrite the right-side of the solution:
We know
Thus, the solution is:
Check your answer:
We need the derivative,
Substitute
NOTE: The use of technology in this activity is to verify solutions to first-order separable ODEs. On all Assessments, you must show work demonstrating your understanding of finding solutions to first-order separable ODEs.
Mathematica:
1(* Example 02: Solve dy/dx=y/(x+1) *)2DSolve[y'[x]==y[x]/(x+1),y[x],x]Warnings:
Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Mathematica syntax is located at: http://www.jjw3.com/TECH_Common_Functions.pdf.
Mathematica requires two
You may need parens,
Mathematica does not recognize implicit multiplication, e.g.,
DSolve[ ] has at least three arguments:
The ODE to be solved;
The dependent variable in function notation, i.e.,
The independent variable,
For help on using the DSolve[ ] function:
In Mathematica, execute the code:
Click on
Click on local
Read how to use the DSolve[ ] function – you will be able to copy-paste code.
Remember, correct Mathematica code will be all black except for variables.
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
Mathematica may return a result in a different, but equivalent, form than your answer.
Mathematica solution:
which looks similar to our solution for Example 01.
Solve the following ODEs, if possible.
NOTE: On all Assessments, you may use technology to factor expressions without showing any work.
Mathematica:
xxxxxxxxxx21(* Investigation 03-13: Factor (xy+2y-x-2)/(xy-3y+x-3) *)2Factor[(x*y+2y-x-2)/(x*y-3y+x-3)]Warnings:
Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Mathematica syntax is located at: http://www.jjw3.com/TECH_Common_Functions.pdf.
You may need parens,
Mathematica does not recognize implicit multiplication, e.g.,
Factor[ ] has one argument:
The expression to be factored.
For help on using the Factor[ ] function:
In Mathematica, execute the code:
Click on
Click on local
Read how to use the Factor[ ] function – you will be able to copy-paste code.
Remember, correct Mathematica code will be all black except for variables.
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
At this time, you should be able to complete the following assignments:
Section 9.3: # 1, 3, 5, 7, 9, 11
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License [http://creativecommons.org/licenses/by-nc-sa/4.0/].
Created: Thursday, 15 October 2020 6:42 EDT Last Modified: Thursday, 14 July 2022 - 09:30 (EDT)