Lesson 5 - Separable Equations

In some situations, we can separate an equation by it's variables through products or division. These equations are called separable differential equations.

Separable differential equations are characterized by the form dydx=g(x)p(y). Notice we can use division to separate the variables by x and y.

dy=g(x)p(y)dx1p(y)dy=g(x)dx

Classify as separable or not separable DEs.
a) y=x2eycosy
b) dydx=x2y1
c) y=exycosy
d) y=(x2+y2)y3

a) We can easily separate x2 from eycosy by division. This is a separable DE.
b) Notice that we cannot separate x2 from y because we are subtracting 1. If we add 1 to each side, this would create the same issue for separating dydx. This is not a separable DE.
c) We have an exponent consisting of x and y. exy can be separated through the laws of exponents, ex+ey. However, since these exponents are added, we are cannot separate the variables.
d) Because x2 and y2 are added, we cannot separate the DE.

Note: Some DEs may appear inseparable due to adding or subtracting. However, recall that factoring is a tool that we can use to separate variables that are added.

Example:

y=(x2y2+2y2)

y=y2(x2+2)

This is now a separable DE.

Let's solve this differential equation.

y=y2(x2+2)dydx=y2(x2+2)1y2dy=(x2+2)dx1y2dy=(x2+2)dx

Left side, using power rule:

y2dy=1y1=1y

Right side, similarly using power rule:

(x2+2)dx=13x3+2x+C

Now, we solve for y.

1y=13x3+2x+C1=(13x3+2x+C)y113x3+2x+C=y

You can choose to further simplify to provide a cleaner solution.

Differential equations often require various techniques of manipulation to be executed. When we are tasked with finding solutions to differential equations that truly are inseparable, there are a few tools we can use to accomplish this. Let's move on to one of the first tools we can use in solving first order differential equations.

Next Lesson: Lesson 6 - Linear First-Order Equations

Table of Contents: Table of Contents