Skip to main content
Engineering LibreTexts

19.9: Chapter Review

  • Page ID
    86333
  • \( \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}}\)

    This chapter introduced differential equations (DE), which are equations that describe the derivatives of an unknown function. In an ordinary differential equation (ODE), all derivatives are taken with respect to the same variable, as opposed to a partial differential equation (PDE), which includes derivatives with respect to more than one variable.

    A first-order DE includes only first derivatives, and a linear DE includes no products or powers of the function and its derivatives. A differential equation is time dependent if the rate function depends on time.

    When we solve a differential equation numerically, the time step is the interval in time between successive elements of the solution. A parameter is a value that appears in a model to quantify some physical aspect of the scenario being modeled.

    Until now we have only put one function in each M-file, but in this chapter we wrote a top-level function, which is the first function in an M-file, and a helper function, which is any function in an M-file that is not the top-level function.

    In the next chapter, we’ll solve systems of ODEs, which are used to describe physical systems with multiple parts that interact. But first, here’s an exercise where you can apply what you’ve learned so far.


    This page titled 19.9: Chapter Review is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by Allen B. Downey (Green Tea Press) via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.