Differential Equations

Author: John J Weber III, PhD Corresponding Textbook Sections:

Expected Educational Results

Bloom’s Taxonomy

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.

Bloom’s Taxonomy for different levels of understanding
Figure 1.1: Bloom's Taxonomy

Differential Equations

Direction Fields

Definition: Direction Field

A direction field is a graphical representation of all solutions to an ode.

NOTE: Direction fields will be sketched using technology only.

Investigation 05

Use technology to sketch the direction fields for the following odes:

  1. dydx=yx2+1

  2. dydx=xsec(x)sin(y)

  3. (x21)y3dx+x2dy=0

  4. xdydx=y3

  5. dydx=1+xyxy

Use Technology to Sketch Direction Fields.

NOTE: On all Assessments, you may use technology to sketch directions fields without showing any work.

Example 03: Sketch the direction field for: dydx=yx+1:

Mathematica:

Warnings:

  1. 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.

  2. You may need parens, ( and ), to group multiple terms in the numerator and denominator.

  3. StreamPlot[ ] has at least three arguments:

    1. The ODE to be sketched, using { and } to group

      1. 1; and

      2. the ODE function (NOT the equation)

    2. The interval of x-values to be shown in the direction field;

    3. The interval of y-values to be shown in the direction field;

  4. The dependent variable does NOT use function notation, i.e., y;

  5. For help on using the StreamPlot[ ] function:

    1. In Mathematica, execute the code: ?StreamPlot

    2. Click on near the bottom-left of output

    3. Click on local

    4. Read how to use the StreamPlot[ ] function – you will be able to copy-paste code.

  6. Remember, correct Mathematica code will be all black except for variables.

  7. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

Homework

At this time, you should be able to complete the following assignments:

CC BY-NC-SA 4.0

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)