Engineering Math

chapter 5 companion and outline

This page contains companion resources and an outline for chapter 5 of the book An Introduction to Real-Time Computing for Mechanical Engineers, and it therefore lacks most of chapter 5’s contents. While some sections of the book are fully available on this site, many are not. Please consider purchasing a copy from the MIT Press.

Vector calculus

A great many physical situations of interest to engineers can be described by calculus. It can describe how quantities continuously change over (say) time and gives tools for computing other quantities. We assume familiarity with the fundamentals of calculus: limit, series, derivative, and integral. From these and a basic grasp of vectors, we will outline some of the highlights of vector calculus. Vector calculus is particularly useful for describing the physics of, for instance, the following.

mechanics of particles

wherein is studied the motion of particles and the forcing causes thereof

rigid-body mechanics

wherein is studied the motion, rotational and translational, and its forcing causes, of bodies considered rigid (undeformable)

solid mechanics

wherein is studied the motion and deformation, and their forcing causes, of continuous solid bodies (those that retain a specific resting shape)

fluid mechanics

wherein is studied the motion and its forcing causes of fluids (liquids, gases, plasmas)

heat transfer

wherein is studied the movement of thermal energy through and among bodies

electromagnetism

wherein is studied the motion and its forcing causes of electrically charged particles

This last example was in fact very influential in the original development of both vector calculus and complex analysis.1 It is not an exaggeration to say that the topics above comprise the majority of physical topics of interest in engineering.

A good introduction to vector calculus is given by Kreyszig (2011, chaps. 9, 10). Perhaps the most famous and enjoyable treatment is given by Schey (2005) in the adorably titled Div, Grad, Curl and All that.

It is important to note that in much of what follows, we will describe (typically the three-dimensional space of our lived experience) as a euclidean vector space: an \(n\)-dimensional vector space isomorphic to \(\mathbb{R}^n\). As we know from linear algebra, any vector \(\bm{v}\in\mathbb{R}^n\) can be expressed in any number of bases. That is, the vector \(\bm{v}\) is a basis-free object with multiple basis representations. The components and basis vectors of a vector change with basis changes, but the vector itself is invariant. A coordinate system is in fact just a basis. We are most familiar, of course, with Cartesian coordinates, which is the specific orthonormal basis \(\bm{b}\) for \(\mathbb{R}^n\): \[\begin{aligned} \bm{b}_1 = \begin{bmatrix} 1 \\ 0 \\ \vdots \\ 0 \end{bmatrix}, \quad \bm{b}_2 = \begin{bmatrix} 0 \\ 1 \\ \vdots \\ 0 \end{bmatrix}, \quad \cdots, \quad \bm{b}_n = \begin{bmatrix} 0 \\ 0 \\ \vdots \\ 1 \end{bmatrix}. \end{aligned}\] Manifolds are spaces that appear locally as \(\mathbb{R}^n\), but can be globally rather different and can describe non-euclidean geometry wherein euclidean geometry’s parallel postulate is invalid. Calculus on manifolds is the focus of differential geometry, a subset of which we can consider our current study. A motivation for further study of differential geometry is that it is very convenient when dealing with advanced applications of mechanics, such as rigid-body mechanics of robots and vehicles. A very nice mathematical introduction is given by Lee (2012) and Bullo and Lewis (2005) give a compact presentation in the context of robotics.

Vector fields have several important properties of interest we’ll explore in this chapter. Our goal is to gain an intuition of these properties and be able to perform basic calculation.

Divergence, surface integrals, and flux

Curl, line integrals, and circulation

Gradient

Stokes and divergence theorems

Problems

Online resources for Chapter 5

No online resources.

Bullo, Francesco, and Andrew D. Lewis. 2005. Geometric Control of Mechanical Systems: Modeling, Analysis, and Design for Simple Mechanical Control Systems. Edited by J. E. Marsden, L. Sirovich, and M. Golubitsky. Springer.
Kreyszig, Erwin. 2011. Advanced Engineering Mathematics. 10^\text{th} ed. John Wiley & Sons, Limited.
Lee, John M. 2012. Introduction to Smooth Manifolds. Second. Vol. 218. Graduate Texts in Mathematics. Springer.
Schey, H. M. 2005. Div, Grad, Curl, and All That: An Informal Text on Vector Calculus. W.W. Norton. https://books.google.com/books?id=sembQgAACAAJ.

  1. For an introduction to complex analysis, see Kreyszig (2011, pt. D).↩︎