NTH Order
NTH Order
NTH Order
Equations
1
Equivalently, there is a solution z(x) of the homogeneous equa-
tion such that y2(x) = y1(x) + z(x).
•3) If g(x) = α g1(x) + β g2(x) and y1(x) and y2(x) are so-
lutions of the inhomogeneous equation with g(x) replaced by
g1 (x) and g2 (x), respectively, then y(x) = α y1(x) + β y2(x) is
a solution of
d ny d n−1 y dy
+ p1 (x) + ... + pn−1 (x) + pn (x) y = g(x)
dx n dx n−1 dx
= α g1 (x) + β g2 (x).
2
The basic requirement for n solutions z1 (x), z2 (x), ..., zn (x) to
constitute a fundamental set of solutions for the homogeneous
equation is that for each such specification of initial conditions it
should be possible to choose a unique set of coefficients c1 , c2 , ..., cn
such that the linear combination c1 z1 (x) + c2 z2 (x) + ... +
cn zn (x), again a solution of the homogeneous equation, will sat-
isfy those conditions. We will see that, just as in the second
order case, this property depends only on the choice of the so-
lutions z1 (x), z2 (x), ..., zn (x) and not on the particular point x0
in question.
3
to be an equation of the form
d ny d n−1 y dy
+ p1 + ... + pn−1 + pn y = 0,
dx n dx n−1 dx
where p1 , p2 , ..., pn are constants; we will always take them to be
real in our work here but one can equally well treat equations
with complex coefficients. Substituting a solution of the form
y(x) = erx one obtains
erx (rn + p1 rn−1 + ... + pn−1 r + pn ) = 0,
necessitating, as in the previous second order case, that r should
satisfy the characteristic equation
p(r) ≡ rn + p1 rn−1 + ... + pn−1 r + pn = 0.
This is an n-th degree polynomial equation; from the Funda-
mental Theorem of Algebra we know that this equation has a
total of n roots, real or complex, r1 , r2 , ..., rn . the list may con-
tain repetitions; if rk is repeated m times we say it is a root
of multiplicity m. If the coefficients p1 , p2 , ..., pn are all real,
any complex roots must appear in conjugate pairs; i.e., if the
list includes rk = ρ + iσ then somewhere it must also include
rj = ρ − iσ. Complex roots can also be repeated. For example,
the equation
r4 + 4 r2 + 4 = 0
becomes, on setting s = r2 , the equation s2 + 4 s + 4 = 0,
2
which has s = −2 as a double root.
√ Then solving r = −2 we
obtain each of the roots r = ±i 2 as a double complex root of
the original equation.
4
It is not generally possible to find closed algebraic forms for
the roots of an n-th degree polynomial equation. This is possible
for n ≤ 4; the procedures for n = 1, 2 are familiar while the
procedures for n = 3, 4 are very complicated. All of these
cases are included in Mathematica and Maple. If the equations
are worked by hand the most important tool is the Remainder
Theorem: the binomial r − a is a factor of p(r) if and only if
p(a) = 0. Thus, e.g., in the case of the equation
p(r) = r3 − r2 + r − 1 = 0
q(r) = r3 + r2 + r + 1 = 0.
Once a factor has been found, it can be divided out of the equa-
tion to yield an equation of lower degree. Thus, since
p(r)
= r2 + 1 ≡ p̂(r),
r −1
we can immediately see that the remaining roots of the corre-
sponding equation p(r) = 0 are those of the equation p̂(r) =
r2 + 1 = 0, and thus are ±i.
5
Example 1 We consider the differential equation
d 4y d 2y
+ 4 2 + 4 y = 0.
dx 4 dx
4 2
We have seen that √the characteristic equation r + 4 r + 4 = 0
has the roots ±i 2, each of them√a root of double
√ multiplicity.
i 2x −i 2x
This means that the functions e and e are both
√ solu-
i 2x
tions√and, because each root is double, the functions x e and
−i 2x
xe are also solutions. When we go to the real parts of these
solutions we see that the equation has the general solution
y(x, c1 , c2 , c3 , c4 ) =
√ √ √ √
c1 sin 2x + c2 cos 2x + c3 x sin 2x + c4 x cos 2x.
7
It is easy to see that p(1) = 0, so the remainder theorem says
that r − 1 is a factor of p(r), i.e., r1 = 1 is a root of the
characteristic equation p(r) = 0. Carrying out the division, we
see that
p(r) = (r − 1)(r2 − r + 2).
The quadratic formula then gives the roots of r2 − r + 2 = 0
as √ √
1 7 1 7
r2 = + i , r3 = − i .
2 2 2 2
Thus the general solution takes the form
√ √
7x 7x
y(x, c1 , c2 , c3 ) = c1 ex + ex/2(c2 sin + c3 cos ).
2 2
p(r) = 2 r5 − 5 r4 + 2 r − 5 = 0.
9
Accordingly, we have the real root r1 = 52 . The remaining roots
are obtained by solving r4 = −1. Writing r = ρ eiθ , −1 =
ei(π + 2kπ) , we have
10