Math 2280 - Lecture 4: Separable Equations and Applications: Dylan Zwick Fall 2013
Math 2280 - Lecture 4: Separable Equations and Applications: Dylan Zwick Fall 2013
Math 2280 - Lecture 4: Separable Equations and Applications: Dylan Zwick Fall 2013
Dylan Zwick
Fall 2013
For the last two lectures we’ve studied first-order differential equations
in standard form:
y ′ = f (x, y).
We learned how to solve these differential equations for the special sit-
uation where f (x, y) is independent of the variable y, and is just a function
of x, so f (x, y) = f (x). We also learned about slope fields, which give us a
geometric method for understanding solutions and approximating them,
even if we cannot find them directly.
Today we’re going to discuss how to solve first-order differential equa-
tions in standard form in the special situation where the function f (x, y) is
separable, which means we can write f (x, y) as the product of a funciton of
x, and a function of y.
The exercises for this section are:
1
Separable Equations and How to Solve Them
Suppose we have a first-order differential equation in standard form:
dy
= h(x, y).
dx
g(x)
h(x, y) = .
f (y)
f (y)dy = g(x)dx.
From here we can just integrate both sides of the equation, and then
solve for y as a funciton of x. Easy!
For example, suppose we’re given the differential equation
dP
= P 2.
dt
dP
= dt,
P2
1
− = t + C.
P
2
Solving this for P as a function of t gives us
1 1
P (t) = .
C−t
dy 4 − 2x
= 2 .
dx 3y − 5
Z Z
2
(3y − 5)dy = (4 − 2x)dx
we get
y 3 − 5y = 4x − x2 + C.
3
If we’re given an initial value, say y(1) = 3, then we can easily solve
for the unknown constant C:
33 − 5(3) = 4(1) − 12 + C ⇒ C = 9.
So, around the point (1, 3) the differential equation will have the unique
solution given implicitly by the curve defined by
y 3 − 5y = 4x − x2 + 9.
dy 2
= 6x(y − 1) 3 .
dx
4
More room for the example problem.
5
A very common, and simple, type of differential equation that is used
to model many, many things2 is:
dx
= kx,
dt
dx
= kdt,
x
Z Z
dx
= kdt
x
to get
ln x = kt + C.
6
Radioactive decay is quite accurately measured by an exponential de-
cay function. For 14 C decay, the decay constant is k ≈ −0.0001216 if t is
measured in years.
Example - Carbon taken from a purported relic of the time of Christ con-
tained 4.6 × 1010 atoms of 14 C per gram. Carbon extracted from a present-
day specimen of the same substance contained 5.0 × 1010 atoms of 14 C per
gram. Compute the approximate age of the relic. What is your opinion as
to its authenticity?
7
Notes on Homework Problems
Problems 1.4.1, 1.4.3, 1.4.17, and 1.4.19 are all straightforward separable
differential equations like the examples above.
Problem 1.4.31 investigates the subtle distinctions between two seeminly
very similar differential equations.
Problem 1.4.35 and 1.4.53 are standard radiocarbon dating problems.
Shouldn’t be too hard.
Problem 1.4.68 is a challenge! It’s an introduction to one of the most
awesome problems in the history of mathematics, the brachistochrone! It’s
also the problem that led to a field of analysis called the “calculus of vari-
ations”, which is extremely important in physics. In fact, it’s one of my fa-
vorite ideas in all of nature! There’s a lecture in volume 1 of The Feynman
Lectures on Physics about the principle of least action that I’d strongly rec-
ommend you read. This problem won’t be graded, but I hope you give it
some effort.