Skip to main content
Mathematics LibreTexts

3.3: Direction Fields for First Order Equations

  • Page ID
    15015
  • This page is a draft and is under active development. 

    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    It's impossible to find explicit formulas for solutions of some differential equations. Even if there are such formulas, they may be so complicated that they're useless. In this case we may resort to graphical or numerical methods to get some idea of how the solutions of the given equation behave.

    In Section~3.4 we'll take up the question of existence of solutions of a first order equation

    \begin{equation} \label{eq:3.4.1} y'=f(x,y). \end{equation}

    In this section we'll simply assume that \eqref{eq:3.4.1} has solutions and discuss a graphical method for approximating them.

    In Chapter~3 we discuss numerical methods for obtaining approximate solutions of \eqref{eq:3.4.1}. Recall that a solution of \eqref{eq:3.4.1} is a function \(y=y(x)\) such that \(y'(x)=f(x,y(x))\) for all values of \(x\) in some interval, and an integral curve is either the graph of a solution or is made up of segments that are graphs of solutions.Therefore, not being able to solve \eqref{eq:3.4.1} is equivalent to not knowing the equations of integral curves of \eqref{eq:3.4.1}. However, it's easy to calculate the slopes of these curves. To be specific, the slope of an integral curve of \eqref{eq:3.4.1} through a given point \((x_0,y_0)\) is given by the number \(f(x_0,y_0)\). This is the basis of the method of direction fields.

    If \(f\) is defined on a set \(R\), we can construct a direction field for \eqref{eq:3.4.1}

    in \(R\) by drawing a short line segment through each point \((x,y)\) in \(R\) with slope \(f(x,y)\). Of course, as a practical matter, we can’t actually draw line segments through every point in \(R\); rather, we must select a finite set of points in \(R\). For example, suppose \(f\) is defined on the closed rectangular region \[R:\{a\le x\le b, c\le y\le d\}.\nonumber \]

    Let \[a= x_0< x_1< \cdots< x_m=b\nonumber \] be equally spaced points in \([a,b]\) and \[c=y_{0}<y_{1}<\cdots < y_{n}=d\nonumber \] form a rectangular grid (Figure \(\PageIndex{1}\)). Through each point in the grid we draw a short line segment with slope \(f(x_i,y_j)\). The result is an approximation to a direction field for Equation \ref{eq:3.4.1} in \(R\). If the grid points are sufficiently numerous and close together, we can draw approximate integral curves of Equation \ref{eq:3.4.1} by drawing curves through points in the grid tangent to the line segments associated with the points in the grid.

    A rectangular grid

    alt

    A rectangular grid
    Figure \(\PageIndex{1}\): A rectangular grid

    Unfortunately, approximating a direction field and graphing integral curves in this way is too tedious to be done effectively by hand. However, there is software for doing this. As you’ll see, the combination of direction fields and integral curves gives useful insights into the behavior of the solutions of the differential equation even if we can’t obtain exact solutions.

    If you are interested, study numerical methods for solving a single first order equation \eqref{eq:3.4.1} . These methods can be used to plot solution curves of \eqref{eq:3.4.1} in a rectangular region \(R\) \( \textcolor{blue}{\mbox{if \(f\) is continuous on}} \) \(R\).

    Figures \(\PageIndex{2}\), \(\PageIndex{3}\), and \(\PageIndex{4}\) show direction fields and solution curves for the differential equations:

    • \(y'=\frac{x^2-y^2}{1+x^2+y^2}\),
    • \(y'=1+xy^2\), and
    • \(y'=\frac{x-y}{1+x^2}\).

    which are all of the form Equation \ref{eq:3.4.1} with \(f\) continuous for all \((x,y)\).

    A direction and integral curves for y'= {\frac{x-y}{1+x^2}}
    Figure \(\PageIndex{2}\): A direction and integral curves for \(y'= {\frac{x^2-y^2}{1+x^2+y^2}}\).
    clipboard_e46a7ceccf554eef35321a593a4b05f68.png
    Figure \(\PageIndex{3}\): A direction and integral curves for \(y'= 1 + xy^2\).
    clipboard_e9f89012948524d1a5e9f274cf05a8b5c.png
    Figure \(\PageIndex{4}\): A direction and integral curves for \(y'= {\frac{x-y}{1+x^2}}\).

    The methods of Chapter~3 won't work for the equation \begin{equation} \label{eq:3.4.2} y'=-x/y \end{equation}

    if \(R\) contains part of the \(x\)-axis, since \(f(x,y)=-x/y\) is undefined when \(y=0\). Similarly, they won't work for the equation

    \begin{equation} \label{eq:3.4.3} y'={x^2\over1-x^2-y^2} \end{equation}

    if \(R\) contains any part of the unit circle \(x^2+y^2=1\), because the right side of \eqref{eq:3.4.3} is undefined if \(x^2+y^2=1\). However, \eqref{eq:3.4.2} and \eqref{eq:3.4.3} can written as \begin{equation} \label{eq:3.4.4} y'={A(x,y)\over B(x,y)} \end{equation}

    where \(A\) and \(B\) are continuous on any rectangle \(R\). Because of this, some differential equation software is based on numerically solving pairs of equations of the form \begin{equation} \label{eq:3.4.5} {dx\over dt}=B(x,y),\quad {dy\over dt}=A(x,y) \end{equation}

    where \(x\) and \(y\) are regarded as functions of a parameter \(t\). If \(x=x(t)\) and \(y=y(t)\) satisfy these equations, then \(y'={dy\over dx}={dy\over dt}\left/{dx\over dt}\right.={A(x,y)\over B(x,y)},\) so \(y=y(x)\) satisfies \eqref{eq:3.4.4}.

    Eqns.~\eqref{eq:3.4.2} and \eqref{eq:3.4.3} can be reformulated as in \eqref{eq:3.4.4} with \({dx\over dt}=-y,\quad {dy\over dt}=x\) and \({dx\over dt}=1-x^2-y^2,\quad {dy\over dt}=x^2\) respectively. Even if \(f\) is continuous and otherwise "nice'' throughout \(R\), your software may require you to reformulate the equation \(y'=f(x,y)\) as \({dx\over dt}=1,\quad {dy\over dt}=f(x,y)\) which is of the form \eqref{eq:3.4.5} with \(A(x,y)=f(x,y)\) and \(B(x,y)=1\).

    Figure \(\PageIndex{5}\) shows a direction field and some integral curves for \eqref{eq:3.4.2}. As we saw earlier, the integral curves of \eqref{eq:3.4.2} are circles centered at the origin.

    A direction field and integral curves for y'=- {x\over y}
    Figure \(\PageIndex{5}\): A direction field and integral curves for \(y'=- {x\over y}\)

    Figure \(\PageIndex{6}\) shows a direction field and some integral curves for Equation \ref{eq:3.4.3}. The integral curves near the top and bottom are solution curves. However, the integral curves near the middle are more complicated. For example, Figure \(\PageIndex{7}\) shows the integral curve through the origin. The vertices of the dashed rectangle are on the circle \(x^2+y^2=1\) ( \(a\approx.846\), \(b\approx.533\)), where all integral curves of Equation \ref{eq:3.4.3} have infinite slope. There are three solution curves of Equation \ref{eq:3.4.3} on the integral curve in the figure: the segment above the level \(y=b\) is the graph of a solution on \((-\infty,a)\), the segment below the level \(y=-b\) is the graph of a solution on \((-a,\infty)\), and the segment between these two levels is the graph of a solution on \((-a,a)\).

    clipboard_e92bbc9b84c33808a314e44f72ca226ae.png

    Figure \(\PageIndex{6}\): A direction field and integral curves for \(y'= \dfrac{x^2}{1-x^2-y^2}\).
    clipboard_ec6e9b8ce1409f360c4050c8818d74135.png
    Figure \(\PageIndex{7}\): A direction field and integral curves for \(y'=- {x\over y}\)

    Contributors

    Trench, William F., "Elementary Differential Equations" (2013). Faculty Authored and Edited Books & CDs. 8.
    https://digitalcommons.trinity.edu/mono/8


    3.3: Direction Fields for First Order Equations is shared under a CC BY-NC-SA license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?