Homogeneous Equations

The differential equation

is homogeneous if the function f(x,y) is homogeneous, that is-

Check that the functions

.

are homogeneous.

In order to solve this type of equation we make use of a substitution (as we did in case of Bernoulli equations). Indeed, consider the substitution . If f(x,y) is homogeneous, then we have

Since y' = xz' + z, the equation (H) becomes

which is a separable equation. Once solved, go back to the old variable y via the equation y = xz.

Example

Solve y'' + 3y - 4 = 0

The strategy is to search for a solution of the form y = ert. The reason for this is that long ago some geniuses figured this stuff out and it works.

Now calculate derivatives:

y' = rert
y'' = r2ert

Substituting into the differential equation gives

r2ert + 3(rert) - 4(ert)
= (r2 + 3r - 4)ert = 0

Now divide by ert to get

r2 + 3r - 4 = 0
(r - 1)(r + 4) = 0
r = 1, r = -4

We can conclude that two solutions are y1 = et and y2 = e-4t

Now let L(y) = y'' + 3y' - 4. It is easy to verify that if y1 and y2 are solutions to L(y) = 0, then c1y1 + c2y2 is also a solution. More specifically we can conclude that y = c1et + c2e-4t

Represents a two dimensional family (vector space) of solutions.