Differential EquationsExpected Educational ResultsBloom’s TaxonomyDifferential EquationsInitial Value Problems (IVPs)Definition: Initial Value Problem (IVP)Solving IVPsProcedure to Solving First-Order IVPsUse Technology to Verify Solutions to First-order IVPs.Investigation 04HomeworkCC 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.

An initial value problem is a DE with an appropriate number of initial conditions (i.e., points). The IVP results in one (1) solution curve, i.e., no constant of integration.
There are two (2) methods to solve IVPs:
Analytic Method – using theorems to manipulate symbols to find exact solutions;
Numeric Methods – finding an approximate solution;
We will discuss only one (1) analytic method: Solving first-order separable IVPs.
Suppose an ODE can be written in the form
Then the ODE can be rewritten as:
Integrate both sides of the equation:
Use
Enter
Solve for
Check your answer.
Example 02: Solve
Solution:
From Example 01, the general solution is
The solution to the IVP is:
Check your answer:
We need the derivative,
Substitute
NOTE: The use of technology in this activity is to verify solutions to first-order IVPs. On all Assessments, you must show work demonstrating your understanding of finding solutions to first-order IVPs.
Mathematica:
1(* Example 03: Solve dy/dx=y/(x+1), y(0)=3 *)2DSolve[{y[x]/(x+1),y[0]==3},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,
DSolve[ ] has at least three arguments:
The IVP to be solved. Using
The ODE;
The initial condition,
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:
Solve the following IVPs.
At this time, you should be able to complete the following assignments:
Section 9.3: # 13, 15, 17
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:57 (EDT)