Differential Equations

I.  Homework

II.  Differential Equations

A differential equation is an equation that involves derivatives.  Examples are

y'' + 3y - 2 = 0

x2y' - 3xy2 = 1/x

dy/dx - 2ex = y  

III.  Solutions to Differential Equations

We say that y = f(x) is a solution to a given differential equation if substitution yields a true statement.

Example

Verify that y = 2e2x is a solution to the differential euqation y'' - y' - 2y = 0.

Solution:

We find:  y' = 4e2x, y'' = 8e2x

Substituting into the differential equation:

8e2x - 4e2x - 2e2x = 0

Exercise:

Show that y = 3e-x is also a solution to the differnetial euqation.

IV.  Particular Solutions

Example:  An object in motion follows the differential equation

y'' + 3y' - 4y = 0

A.  Show that a general solution to this differntial eqation is

y = cex + ke-4x

B.  If y(0) = 10 and y'(0) = 4 find the particular solution.

Solution:

A.  We have

y' = cex - 4ke-x and y'' = cex + 16ke-x

substituting we get

cex + 16ke-x  + 3(cex - 4ke-x) - 4(cex + ke-4x) = 0

B.  y(0) = 3 gives

c + k = 5

and y'(0) = 4 gives

c - 4k = 0

Subtracting the equations gives

5k = 10 or k = 2 hence c = 3.  The particular solution is

y = 2ex + 3e-4x