Differential EquationsExpected Educational ResultsBloom’s TaxonomyDifferential EquationsDirection FieldsDefinition: Direction FieldInvestigation 05Use Technology to Sketch Direction Fields.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.

A direction field is a graphical representation of all solutions to an ode.
NOTE: Direction fields will be sketched using technology only.
Use technology to sketch the direction fields for the following odes:
NOTE: On all Assessments, you may use technology to sketch directions fields without showing any work.
Example 03: Sketch the direction field for:
Mathematica:
1(* Example 04: Sketch direction field for dy/dx=y/(x+1) *)2(* The first argument is a grouping of 1 and DE *)3(* The last two arguments are the values for the graph to be shown *)4StreamPlot[{1, y/(x+1)}, {x, -5, 5}, {y, -5, 5}]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,
StreamPlot[ ] has at least three arguments:
The ODE to be sketched, using
1; and
the ODE function (NOT the equation)
The interval of
The interval of
The dependent variable does NOT use function notation, i.e.,
For help on using the StreamPlot[ ] function:
In Mathematica, execute the code:
Click on
Click on local
Read how to use the StreamPlot[ ] 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.2: # 3, 4, 5, 6, 7 [technology only], 9 [technology only], 13, [technology only].
Section 9.4: # 3, 7, 9, 11.
Section 3.8: # 1, 3, 7, 17, 18, 21, 29.
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 - 10:45 (EDT)