0% found this document useful (0 votes)
11 views7 pages

1 4 Separable Equations

Uploaded by

kidgamers45
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views7 pages

1 4 Separable Equations

Uploaded by

kidgamers45
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

MATH 2243: Linear Algebra & Differential Equations

Instructor: Jodin Morey [email protected]


Website: math.umn.edu/~moreyjc

1.4: Separable Equations and Applications


Separation of Variables:
How do we solve a differential equation when y ′ is written not only in terms of x, but also in terms of y like: y ′  fx, y.
Can’t just integrate right away, but can we multiply both sides of equation by some factor which allows us to then
integrate? Sometimes! When we can, this something is called an integrating factor. It’s called this because after
multiplying, both sides of the equation take the form of a derivative, allowing us to integrate.
dy 9x
Example: 
dx 4y

dy
4ydy  9xdx or 4y  9x (integrating factor 4y)
dx

 4ydy   9xdx  2y 2  9
2
x2  c (implicit solution)

9 c
y 4
x2  2
.

dy
Example: dx
 2xy  2

1 dy
y2 dx
 2x when ??

yx ≠ −2.

 1
y2
dy   2xdx

ln|y  2|  x 2  c,

2 c
e ln|y2|  e x

2
y  2  e x e c

2
y  2  de x , where d ≠ 0.

2
So our (partial) solution is: y  de x − 2, where d ≠ 0.

But what happens if yx  −2 ?


Observe that for both sides of the given differential equation, we have:
dy d−2
dx
 dx
 0 and 2xy  2  2x−2  2  0.

2
So, yx  −2 IS a solution. And the FULL solution is: y  de x − 2, for any d ∈ R (d can be zero!).

More Formally
dy dy
Separable equations: If you can (re)write dx  fx, y as dx  gxhy (an expression in x multiplied by an expression in
1
y), with hy ≠ 0, then rearrange the equation as: hy dy  gxdx.

Now you hope to integrate both sides of the equation:

 1
hy
dy   gxdx.

So that, Fyx  Gx  C, where Fyx   1


hy
dy and Gx   gxdx.

Implicit Solutions:
dy
Given dx
 fx, with initial condition y0  2.
Usually we want to find an explicit solution y of the form: yx  (some expression in x).

However, for x  yy ′  0 we solve to find an implicit solution:


x2  y2 − 4  0  yx   4 − x 2 (which is it:  or − ??)

Only one of these satisfies the given initial condition: y0  2.

So in this case, the solution actually is: yx  4 − x2 .

Moral of Story: Not every explicit solution obtained from an implicit


solution satisfies all initial conditions (so check them!).

Definition: An equation Kx, y  0 is called an implicit solution of a DEQ


if it is satisfied by some solution y of the DEQ.

By this definition y − 2xx 2  y 2 − 4  0, where we have multiplied


both sides of the equation by y − 2x is still an implicit solution.
However, this new equation also tells us y  2x, which does not solve the DEQ.

These types of erroneous conclusions can enter our calculations


when we use integrating factors while solving a DEQ.
So we must check the solutions we obtain.

We also saw in a previous section that multiplying by an integrating factor


can cause us to lose singular solutions. So we must keep track of the
different "cases" where we might be dividing by zero.

Exponential Growth/Decay:
dy
Equations of the form: dx
 ky have solutions...

y  Ce kx , where C ∈ . How do we know?

 1y dy   kdx, when y ≠ 0,

 ln|y|  kx  c  |y|  e kxc

 y  Ce kx , where C  e c ∈ \0 (any real number except zero)

When y  0, note that this is a solution to our differential equation. Additionally, we can incorporate y  0 as a solution
into our previous solution (y  Ce kx ) if we let C  0. So, we edit our conditions on C so it can be any real number, or
with fancy notation: C ∈ .

Examples:
Population Growth: P ′ t  kP, where k   −  and ,  are the birth and death rates, respectively.
Radioactive Decay: N ′ t  −kN, where N is the number of atoms, and k  0 is the rate at which N decays.
Drug Elimination: A ′ t  −A, where   0 is the "elimination constant" for that drug.
dI
Underwater Light Intensity: dx
 −kI, where I is the amount of light, x is the depth below the surface,
and k  0 depends upon the properties of the water.

Newton’s law of cooling

The rate of change (with respect to time) of the Temperature Tt of an object immersed in an ambient temperature A is
proportional to the difference A − T. In other words: dT
dt
 kA − T, where k is a constant that depends upon the heat
conductivity of the surrounding medium (air?).

Example: A cake is removed from a 210°F oven, and left to cool in room temperature, which is 70°F. After 30 minutes
the temperature of the cake is 140°F. When will it be 100°F?
dT
dt
 kA − T  k70 − T

1
70−T
dT  kdt, when T ≠ 70. (what happens when T  70 ?)

 1
70−T
dT   kdt − ln|70 − T|  kt  c

kt  − ln|70 − T| − c

1
e kt  e −ln|70−T|−c  e −ln|70−T| e −c  70−T
C, where C ≠ 0. Then ??

1
e k0  70−210
C  − 140  C. Then ??

1
e k30  70−140
−140  2

ln 2
 30k  ln 2, k 30
. Then ??

ln 2 t 1 14
e 30  70−100
−140  3

30 ln 14
ln 2 14
30
t  ln 3
, t ln 2
3
≈ 67 minutes till the cake will be 100°F.

T 200

150

100

50

0
0 50 100 150 200
t
ln 2 t −140
e 30  70−T

Exercises

Problem: #26 Find explicit particular solutions of the initial value problem:
dy
dx
 2xy 2  3x 2 y 2 , with init. cond. y1  −1.

dy
dx
 y 2 2x  3x 2 
1 dy
y 2 dx
 2x  3x 2   d
dx
− 1y dx  2x  3x 2 dx (integrating factor 1
y2
)

 − 1y  x 2  x 3  C, yx  − x 2 x13 C . Are we done?

−1  − 1 2 113 C , 2  C  1, C  −1.

So, yx  − x 2 x13 −1 .

1.5
y
1.0

0.5

0.0
1 2 3 4 5
-0.5 x
-1.0

-1.5

− x 2 x13 −1

Underwater Light Intensity


dy
Problem: #45 * Natural (Exponential) Growth and Decay: dx
 ky, where k is a constant.

The intensity I of light at a depth of x meters below the surface of a lake


dI
satisfies the differential equation: dx
 −1. 4I.

Part a. At what depth is the light intensity I half of the surface light intensity I 0 : I0?

1 1
I
dI  −1. 4dx, for I ≠ 0. (integrating factor I
)

 d
dx
ln|I|dx  −1. 4  dx

ln|I|  −1. 4x  C

e ln|I|  e C e −1.4x
1.0
I

The light intensity at a depth of x meters is therefore given by Ix  I 0 e −1.4x . 0.5

(how do I know e C  I 0 ?) Are we done?


0.0
0 2 4 6 8 10
m

e −1.4x
Recall: "At what depth is the light intensity I, half of the surface light intensity, I 0 (where x  0)?"

1
We solve the equation I
2 0
 I 0 e −1.4x .

1
e −1.4x  2
,

1 −ln 2
−1. 4x  ln 2
,  x −1.4
≈ 0. 495 m below the surface.

Part b. What is the intensity at a depth of 10 m (in terms of I 0 )? Ix  I 0 e −1.4x

At depth 10 meters, the intensity is: I10  I 0 e −1.410 ≈ 8. 32  10 −7 I 0 . (very dark)

Population Growth
Problem: For a population of kangaroos, assume that 10% of kangaroos become
pregnant every year and have, on average, two joeys (babies) per litter. Also assume that 10%
of kangaroos die annually.
a) Given an exponential growth model, what is the DEQ which describes the population?

  0. 2,   0. 1.

So k   −   0. 1,

and P ′ t  kP  0. 1P.

b) What is the general solution?

1 dP
Solving: P dt
 0. 1 (assuming Pt ≡ 0, which is a solution!)

  d
dt
ln Pdt   0. 1dt

 ln P  0. 1t  c  P  Ce 0.1t , where C  0.
Note that since Pt ≡ 0 is a singular solution, we can generate the general solution as P  Ce 0.1t , where C ≥ 0.

c) If you know that in the 2011 there were 34 million kangaroos, how many kangaroos are predicted by this model
this year?

Let t represent the number of years since 2011. So we have the initial condition P0  34.

34  Ce 0  P  34e 0.1t

P10  34e 0.110 ≈ 92. 422 kangaroos!

Kangas
200

100

0
0 5 10 15 20
t

You might also like