Login
📚 Differential Equations for Engineers
Chapters ▾
⇩ Download ▾

0.2 Introduction to Differential Equations

Differential Equations

The laws of physics are generally written down as differential equations. Therefore, all of science and engineering use differential equations to some degree. Understanding differential equations is essential to understanding almost anything you will study in your science and engineering classes. You can think of mathematics as the language of science, and differential equations are one of the most important parts of this language as far as science and engineering are concerned. As an analogy, suppose all your classes from now on were given in Swahili. It would be important to first learn Swahili, or you would have a very tough time getting a good grade in your classes.

You saw many differential equations already without perhaps knowing about it. And you even solved simple differential equations when you took calculus. Let us see an example you may not have seen:

dxdt+x=2cost.

(0.2.1)
Here x is the dependent variable and t is the independent variable. Equation (0.2.1) is a basic example of a differential equation. It is an example of a first order differential equation, since it involves only the first derivative of the dependent variable. This equation arises from Newton’s law of cooling where the ambient temperature oscillates with time.

Solutions of Differential Equations

Solving the differential equation means finding x in terms of t. That is, we want to find a function of t, which we call x, such that when we plug x, t, and dxdt into (0.2.1), the equation holds; that is, the left hand side equals the right hand side. It is the same idea as it would be for a normal (algebraic) equation of just x and t. We claim that

x=x(t)=cost+sint

is a solution. How do we check? We simply plug x into equation (0.2.1)! First we need to compute dxdt. We find that dxdt=sint+cost. Now let us compute the left-hand side of (0.2.1).

dxdt+x=(sint+cost)dxdt+(cost+sint)x=2cost.

Yay! We got precisely the right-hand side. But there is more! We claim x=cost+sint+et is also a solution. Let us try,

dxdt=sint+costet.

We plug into the left-hand side of (0.2.1)

dxdt+x=(sint+costet)dxdt+(cost+sint+et)x=2cost.

And it works yet again!

So there can be many different solutions. For this equation all solutions can be written in the form

x=cost+sint+Cet,

for some constant C. Different constants C will give different solutions, so there are really infinitely many possible solutions. See Figure 1 for the graph of a few of these solutions. We will see how we find these solutions a few lectures from now.

Function graph showing y = cos(t) + sin(t) + C*exp(-t) on t in [0, 10] and y = cos(t) + sin(t) on t in [0, 10]. Adjustable parameter: Constant C (C) = 1. Viewing window: x from -0.94 to 10.94, y from -3.07 to 4.27.
Every solution of equation (0.2.1): x = cos t + sin t + C·e^(-t), drawn against time t on the horizontal axis (XYZ Graph names the vertical axis y; here it is Lebl's x). Drag C from -3 to 3 and each curve leaves a different starting height at t = 0 - anywhere from -2 to 4, since x(0) = 1 + C - yet by t = 4 every one of them lies within 0.06 of the dashed C = 0 curve. The constant fixes only the transient; the long-run oscillation cos t + sin t is common to all of them. C = 1, the slider's starting value, is the solution the section checks by substitution.
Three solution curves over x from 0 to 5 starting at 3, 1 and -1. All fall through zero, bottom out near -1.45 around x = 3.95, then turn back up almost indistinguishably.
Figure 1: Few solutions of dxdt+x=2cost.

Solving differential equations can be quite hard. There is no general method that solves every differential equation. We will generally focus on how to get exact formulas for solutions of certain differential equations, but we will also spend a little bit of time on getting approximate solutions. And we will spend some time on understanding the equations without solving them.

Most of this book is dedicated to ordinary differential equations or ODEs, that is, equations with only one independent variable, where derivatives are only with respect to this one variable. If there are several independent variables, we get partial differential equations or PDEs.

Even for ODEs, which are very well understood, it is not a simple question of turning a crank to get answers. When you can find exact solutions, they are usually preferable to approximate solutions. It is important to understand how such solutions are found. Although in real applications you will leave much of the actual calculations to computers, you need to understand what they are doing. It is often necessary to simplify or transform your equations into something that a computer can understand and solve. You may even need to make certain assumptions and changes in your model to achieve this.

To be a successful engineer or scientist, you will be required to solve problems in your job that you never saw before. It is important to learn problem solving techniques, so that you may apply those techniques to new problems. A common mistake is to expect to learn some prescription for solving all the problems you will encounter in your later career. This course is no exception.

Differential Equations in Practice

Diagram of a three-node cycle: an arrow labelled abstract runs from Real-world problem to Mathematical model, solve to Mathematical solution, and interpret back to the problem.
Figure 2

So how do we use differential equations in science and engineering? First, we have some real-world problem we wish to understand. We make some simplifying assumptions and create a mathematical model. That is, we translate the real-world situation into a set of differential equations. Then we apply mathematics to get some sort of a mathematical solution. There is still something left to do. We have to interpret the results. We have to figure out what the mathematical solution says about the real-world problem we started with.

Learning how to formulate the mathematical model and how to interpret the results is what your physics and engineering classes do. In this course, we will focus mostly on the mathematical analysis. Sometimes we will work with simple real-world examples so that we have some intuition and motivation about what we are doing.

Let us look at an example of this process. One of the most basic differential equations is the standard exponential growth model. Let P denote the population of some bacteria on a Petri dish. We assume that there is enough food and enough space. Then the rate of growth of bacteria is proportional to the population—a large population grows quicker. Let t denote time (say in seconds) and P the population. Our model is

dPdt=kP,

for some positive constant k>0.

Normally, the k in P=kP is known, and we want to solve the equation for different initial conditions. What does that mean? Take k=1 for simplicity. Suppose we want to solve the equation dPdt=P subject to P(0)=1000 (the initial condition). Then the solution turns out to be (exercise)

P(t)=1000et.

We call P(t)=Cet the general solution, as every solution of the equation can be written in this form for some constant C. We need an initial condition to find out what C is, in order to find the particular solution we are looking for. Generally, when we say "particular solution," we just mean some solution.

Fundamental Equations

A few equations appear often and it is useful to just memorize what their solutions are. Let us call them the four fundamental equations. Their solutions are reasonably easy to guess by recalling properties of exponentials, sines, and cosines. They are also simple to check, which is something that you should always do. No need to wonder if you remembered the solution correctly.

Function graph showing y = exp(k*x), y = exp(-k*x), y = cos(k*x) and y = cosh(k*x). Adjustable parameter: Rate / frequency k (k) = 1. Viewing window: x from -5.28 to 5.28, y from -2.26 to 4.26.
The section's four fundamental equations on one set of axes, all driven by a single shared k. The curve rising to the right is e^(kx), solving y′ = ky; its mirror image rising to the left is e^(-kx), solving y′ = -ky; the wave is cos(kx), solving y″ = -k²y; and the dashed curve is cosh(kx) = (e^(kx) + e^(-kx))/2, solving y″ = k²y — which is why it runs exactly halfway between the two exponentials at every x. All four pass through y = 1 at x = 0, whatever k is. Lebl takes k > 0; drag the slider down to the degenerate k = 0 and the four equations become the same equation, so all four curves collapse onto the single line y = 1. Drag k up to 2 and the wave stays trapped between -1 and 1 while the other three leave the top of the frame ever sooner — but they were already unbounded back at k = 0.1, so what separates oscillation from blow-up is the minus sign on k² in y″ = -k²y, not the size of k. The minus in y′ = -ky buys nothing: it only flips which side e^(-kx) blows up on.

First such equation is

dydx=ky,

for some constant k>0. Here y is the dependent and x the independent variable. The general solution for this equation is

y(x)=Cekx.

We saw above that this function is a solution, although we used different variable names.

Next,

dydx=ky,

for some constant k>0. The general solution for this equation is

y(x)=Cekx.

Next, take the second order differential equation

d2ydx2=k2y,

for some constant k>0. The general solution for this equation is

y(x)=C1cos(kx)+C2sin(kx).

Since the equation is a second order differential equation, we have two constants in our general solution.

Finally, consider the second order differential equation

d2ydx2=k2y,

for some constant k>0. The general solution for this equation is

y(x)=C1ekx+C2ekx,

or

y(x)=D1cosh(kx)+D2sinh(kx).

For those that do not know, cosh and sinh are defined by

coshx=ex+ex2,sinhx=exex2.

They are called the hyperbolic cosine and hyperbolic sine. These functions are sometimes easier to work with than exponentials. They have some nice familiar properties such as cosh0=1, sinh0=0, and ddxcoshx=sinhx (no that is not a typo) and ddxsinhx=coshx.

An interesting note about cosh: The graph of cosh is the exact shape of a hanging chain. This shape is called a catenary. Contrary to popular belief this is not a parabola. If you invert the graph of cosh, it is also the ideal arch for supporting its weight. For example, the gateway arch in Saint Louis is an inverted graph of cosh—if it were just a parabola it might fall. The formula used in the design is inscribed inside the arch:

y=127.7ft·cosh(x/127.7ft)+757.7ft.

Function graph showing y = 630*(cosh(315/a) - cosh(x/a))/(cosh(315/a) - 1) on x in [-315, 315] and y = 630*(1 - (x/315)^2) on x in [-315, 315]. Adjustable parameter: Catenary scale a (a) = 127.7 ft. Viewing window: x from -542.86 to 542.86, y from -20.71 to 650.71.
The arch this section prints, y = 630(cosh(315/a) − cosh(x/a))/(cosh(315/a) − 1), against the parabola through the same two feet (x = ±315 ft) and the same 630 ft apex — so the slider changes nothing but the shape. Lebl's own constants put the arch 630 ft tall over a 630 ft span, and at a = 127.7 ft the catenary rides about 66 ft above the parabola near x = 228 ft, a tenth of the arch's height. Drag a down to 60 and the gap opens past 190 ft; drag it up to 600 and it closes to under 4 ft, since cosh u ≈ 1 + u²/2 once u is small. That last picture is why the popular belief survives — a flat enough catenary is a parabola to the eye. This one is not flat.

Adapted from Differential Equations for Engineers by Jiří Lebl (Oklahoma State University), hosted on LibreTexts (math.libretexts.org) and licensed under CC BY-SA 4.0. Changes were made. License: CC-BY-SA-4.0.