Está en la página 1de 9

Separation of Variables

Separation of Variables is a special method to solve some Differential Equations


A Differential Equation is an equation with a function and one or more of its derivatives:

Example: an equation with the function y and its derivative dy/dx

When Can I Use it?

Separation of Variables can be used when:


All the y terms (including dy) can be moved to one side of the equation, and
All the x terms (including dx) to the other side.

Method
Three Steps:

Step 1 Move all the y terms (including dy) to one side of the equation and all the x terms
(including dx) to the other side.

Step 2 Integrate one side with respect to y and the other side with respect to x. Don't
forget "+ C" (the constant of integration).

Step 3 Simplify

Example: Solve this (k is a constant)


dy/dx = ky
Step 1 Separate the variables by moving all the y terms to one side of the equation and all
the x terms to the other side.
Multiply both sides by dx:
Divide both sides by y:

dy = ky dx
dy/y = k dx

Step 2 Integrate both sides of the equation separately:


Put the integral sign in front:
Integrate left side:
Integrate right side:

dy/y = k dx
ln(y) + C = k dx
ln(y) + C = kx + D

C is the constant of integration. And we use D for the other, as it is a different constant.

Step 3 Simplify
We can roll the two constants into one (a=DC):
(ln(y))

= y , so let's take exponents on both sides:


And ekx + a = ekx ea so we get:

ea is just a constant so we replace it with c

ln(y) = kx + a
y = ekx + a
y = ekx ea
y = cekx

We have solved it:

y = cekx
This is a general type of first order differential equation which turns up in all sorts of
unexpected places in real world examples.
We used y and x, but the same method works for other variable names, like this:

Example: Rabbits!
The more rabbits you have the more baby rabbits you will get. Then those rabbits grow up
and have babies too! The population will grow faster and faster.
The important parts of this are:

the population N at any time t

the growth rate r

the population's rate of change dN/dt

The rate of change at any time equals the growth rate times the population:
dN/dt = rN
But hey! This is the same as the equation we just solved! It just has different letters:

N instead of y

t instead of x

r instead of k

So we can jump to a solution:

N = cert

2t

And here is an example, the graph of N = 0.3e :

Exponential Growth
There are other equations that follow this pattern such as continuous compound interest.

More Examples
OK, on to some different examples of separating the variables:

Example: Solve this


dy
dx

1
y

Step 1 Separate the variables by moving all the y terms to one side of the equation and all
the x terms to the other side.
Multiply both sides by dx:
Multiply both sides by y:

dy = (1/y) dx
y dy = dx

Step 2 Integrate both sides of the equation separately:


Put the integral sign in front:
Integrate each side:

y dy = dx
(y2)/2 = x + C

We integrated both sides in the one line, and used just one constant of integration C. This
saves time, and is perfectly OK as we could have +D on one, +E on the other and just say
that C = ED.
Step 3 Simplify

y2 = 2(x + C)

Multiply both sides by 2:

y = (2(x + C))

Square root of both sides:

Note: This is not the same as y = (2x) + C, because the C was added before we took the
square root. This happens a lot with differential equations. We cannot just add the C at the
end of the process. It is added when doing the integration.
We have solved it:

y = (2(x + C))
A harder example:

Example: Solve this


dy
dx

2xy
1 + x2

Step 1 Separate the variables

Multiply both sides by dx, divide both sides by y:

1
y

dy =

2x
1 + x2

dx

Step 2 Integrate both sides of the equation separately:

Put the integral sign in front:

2x

y dy = 1 + x2 dx

The left side is a simple logarithm, the right side can be integrated using substitution:

Let u = 1 + x2, so du = 2x dx

y dy = u du

Integrate:

ln(y) = ln(u) + C

Then we make C = ln(k):

ln(y) = ln(u) + ln(k)


y = uk

So we can get this:


Now put u = 1 + x2 back again:

y = k(1 + x2)

Step 3 Simplify
It is already as simple as can be. We have solved it:

y = k(1 + x2)
An even harder example: the famous Verhulst Equation

Example: Rabbits Again!


Remember our growth Differential Equation:
dN
dt

= rN

Well, that growth can't go on forever as they will soon run out of available food.
A guy called Verhulst included k (the maximum population the food can support) to get:
dN
dt

= rN(1-N/k)

The Verhulst Equation


Can this be solved?
Yes, with the help of one trick ...
Step 1 Separate the variables
Multiply both sides by dt:
Divide both sides by N(1-N/k):

dN = rN(1N/k) dt
1
N(1N/k)

dN = r dt

Step 2 Integrate

Put the integral sign in front:

N(1N/k) dN = r dt

Hmmm... the left side looks hard to integrate. In fact it can be done, with a little trick.

We start with this:

N(1N/k)
k

Multiply top and bottom by k:

N(kN)
N+kN

Now here is the trick, add N and N to the top


(see Partial Fractions):
and split it into two fractions:

Simplify each fraction:

N(kN)
N
N(kN)
1
kN

+
+

kN
N(kN)
1
N

They can be integrated separately now, like this:

kN dN + N dN = r dt
Integrate:

ln(kN) + ln(N) = rt + C

Done!
(Why did that become minus ln(kN)? Because we are integrating with respect to N.)
Step 3 Simplify

ln(kN) ln(N) = rt C
ln((kN)/N) = rt C

Negative of all terms:


Combine ln():

(kN)/N = ertC
(kN)/N = ert eC

Now take exponents on both sides:


Separate the powers of e:

(kN)/N = Aert

eC is a constant, we can replace it with A:

We are getting close! Just a little more algebra to get N on its own:

(k/N)1 = Aert
k/N = 1 + Aert

Separate the fraction terms:


Add 1 to both sides:

1/N = (1 + Aert)/k
N = k/(1 + Aert)

Divide both by k:
Reciprocal of both sides:
And we have our solution:

N=

k
1 + Aert

And here is an example, the graph of

40
1 + 5e2t

It starts rising exponentially,


then flattens out as it reaches k=40

También podría gustarte