Sei sulla pagina 1di 2

where A and B are arbitrary constants.

Both of these equations are homogeneous linear


differential equations with constant coefficients. An
nth -order linear differential equation is of the form

an f n (t) + + a2 f 00 (t) + a1 f 0 (t) + a0 f (t) = b.


Linear Differential Equations
Math 130 Linear Algebra that is, some linear combination of the derivatives
D Joyce, Fall 2015
up through the nth derivative is equal to b. In gen-
Its important to know some of the applications eral, the coefficients an , . . . , a1 , a0 , and b can be any
of linear algebra, and one of those applications is functions of t, but when theyre all scalars (either
to homogeneous linear differential equations with real or complex numbers), then its a linear differ-
constant coefficients. ential equation with constant coefficients. When b
is 0, then its homogeneous.
What is a differential equation? Its an equa- For the rest of this discussion, well only consider
tion where the unknown is a function and the equa- at homogeneous linear differential equations with
tion is a statement about how the derivatives of the constant coefficients. The two example equations
function are related. are such; the first being f 0 kf = 0, and the second
Perhaps the most important differential equation being f 00 + f = 0.
is the exponential differential equation. Thats the
one that says a quantity is proportional to its rate of What do they have to do with linear alge-
change. If we let t be the independent variable, f (t) bra? Their solutions form vector spaces, and the
the quantity that depends on t, and k the constant dimension of the vector space is the order n of the
of proportionality, then the differential equation is equation.
The first example was the first-order equation
f 0 (t) = kf (t).
f 0 kf = 0. Its solutions were Aekt where A was
Its general solution is an arbitrary constant. The set of these solutions
is a vector space because the 0 function is one so-
f (t) = Aekt lution, theyre closed under addition, and theyre
where A is an arbitrary constant. This differential closed under multiplication by constants.
equation has applications as the exponential model The second example was the second-order equa-
of population growth, radioactive decay, compound tion f 00 + f = 0. Its solutions, A cos t + B sin t form
interest, Newtons law of cooling, and lots more. a two-dimensional vector space.
Another important differential equation is the In general the set of solutions will always be a
one that the sine and cosine function satisfies. For vector space. The zero function is always a solution;
both of those functions, their second derivative is thats because were only considering homogeneous
their negation. They satisfy the differential equa- differential equations. If f and g both satisfy the
tion equation, then so does f + g. Finally, if c is a scalar
f 00 (t) = f (t). and f satisfies the equation, so does cf .

Thats called a second order differential equation


since the second derivative is involved. The general So, how do you solve these equations, and
solution to this differential equation is why does the dimension of the solution space
equal the order of the equation? Lets take
f (t) = A cos t + B sin t an example to illustrate it. It should be general

1
enough to show the method, but not two compli- You can use Eulers identity to convert between the
cated. Consider the fourth-order equation two forms.
We still have the other factor (D 2)2 to deal
f 0000 4f 000 + 5f 00 4f 0 4f = 0. with. The double root at 2 complicates the solu-
The trick is to treat derivatives as differential tions. Ill leave out the derivation 2of the solution
operatorsthings which operate on functions. We to the differential equation (D 2) t2t= 0, and t2
just
d give its general solution, f (t) = Cte + De . You
could denote this operator as as is common in can check that it works. Analogous solutions can
dt
calculus, but a simple uppercase D makes it eas- be found when there are multiple roots rather than
ier to see whats going on. Then the differential just double roots.
equation looks like In summary, this example differential equation,
0000
f 4f 000 + 5f 00 4f 0 4f = 0, has the general
D4 f 4D3 f + 5D2 f 4Df 4f = 0,
solution
and that can be rewritten as f (t) = Aeit + Beit + Cte2t + Det2 .
(D4 4D3 + 5D2 4D 4)f = 0. We havent shown that there arent any other solu-
tions, but well skip that part since were just doing
Now, I chose this example to factor nicely. The a survey on the topic, not a whole course.
differential operator D4 4D3 +5D2 4D4 factors
as (D2 + 1)(D2 4D + 4), which further factors as
Dynamical systems. You might ask, are these
(D2 + 1)(D 2)2 . That first quadratic polynomial,
really important? Yes. Linear dynamical systems
D2 + 1, is irreducible over R but factors over C,
are modelled using these equations.
so to make things easier, well work over C. That
In such a system you have several things that
gives us the factorization into linear factors
change over time. Suppost theyre the quantities
(D i)(D + i)(D 2) . 2 x, y, and z. Some of these things affect others pos-
itively, some negatively. If x affects y positively,
The Fundamental Theorem of Algebra assures us then y 0 will have a term kx where k is positive, but
that we can always factor an nth degree polynomial if negatively, then k is negative. A linear dynamical
into linear factors over C, so what happened in this system is a system of linear equations like
example will also happen in the general case. The 0
x = + 2y z
Fundamental Theorem of Algebra connnects the or-
y 0 = 2x
der of the differential equation to the dimension of 0
z = y 3z
the solution space.
Now we can break down the differential equations For this example, x and y affect each other posi-
into linear pieces. We can solve (D i)f = 0 since tively in a positive feedback loop, and y positively
its just the exponential differential equation. It has affects z, but z negatively affects x and itself.
solutions f (t) = Aeit . Likewise (D+i)f = 0 has the Although its a system of three linear differential
it equations, its equivalent to one third order differ-
solutions f (t) = Be . That gives us solutions for
it
(D + 1)f = 0, namely Ae + Be . Note that we ential equation.
2 it

already saw a different description of the solutions Dynamical systems like this are used in physics,
00
for this equation, f f = 0, and that was as chemistry, biology, economics, and almost any sub-
A cos t + B sin t. The connection between the two ject that calls itself a science.
forms of the solutions is Eulers identity
Math 130 Home Page at
it http://math.clarku.edu/~ma130/
e = cos t + i sin t.

Potrebbero piacerti anche