Writing an th order linear equation as is more than shorthand. It reveals that solving a differential equation is the same kind of problem as solving a matrix equation , because is a linear operator. Every structural result in this chapter is a consequence of that single property.
Quick Reference
| Item | Statement |
|---|---|
| General linear equation of order | |
| Standard form | |
| Conversion | and , valid where |
| The operator | |
| Compact equation | |
| Domain of | functions, those with continuous derivatives |
| Linearity | |
| Homogeneous case |
Standard Form
A linear differential equation of order is an equation of the form
where and are functions of defined on an interval .
Suppose
Then, dividing both sides by , we get
\frac{d^{n}y}{dx^{n}} + P_{1}(x)\frac{d^{n-1}y}{dx^{n-1}} + \cdots + P_{n}(x)y = f(x) , \tag{1}
where
Equation (1) is called the standard form of a linear differential equation of order .
The hypothesis is essential and is not always satisfied. A point where vanishes is called a singular point. In x^{2}y'' + xy' + y = 0 the origin is singular, and the standard form's coefficients and blow up there. Solutions can behave strangely at such points, which is exactly the situation that the method of Frobenius in Chapter 6 was invented to handle.
The Differential Operator
We define , the linear differential operator of order , as
According to this definition,
In fact, is a function whose domain is the set of functions with continuous derivatives; such functions are called functions. The output is another function of . So takes functions to functions, which is why it is called an operator rather than simply a function.
Using this operator, we can write the differential equation (1) as
For example, if is a linear differential operator of order , then
and is shorthand for a second-order linear differential equation.
Note the last term. The operator ends in with no derivative attached, which should be read as , that is, multiplication by . Multiplication by a function is a perfectly respectable linear operator, and including it keeps the pattern uniform.
Why Is Called Linear
For any constants and and any functions and ,
Proof
The proof rests on two facts from calculus, applied term by term.
First, differentiation is additive: .
Second, constants pass through derivatives: .
Applying both to each of the terms making up ,
\begin{aligned} L\left[c_1y_1 + c_2y_2\right] &= \sum_{k} P_k(x)\frac{d^{n-k}}{dx^{n-k}}\left(c_1y_1 + c_2y_2\right) \\ &= \sum_{k} P_k(x)\left(c_1\frac{d^{n-k}y_1}{dx^{n-k}} + c_2\frac{d^{n-k}y_2}{dx^{n-k}}\right) \\ &= c_1\sum_{k} P_k(x)\frac{d^{n-k}y_1}{dx^{n-k}} + c_2\sum_{k} P_k(x)\frac{d^{n-k}y_2}{dx^{n-k}} \\ &= c_1 L\left[y_1\right] + c_2 L\left[y_2\right] . \end{aligned}Note that the coefficients are not constants and cannot be pulled out of the derivatives; they simply multiply each term after the differentiation is done, which is all the argument requires.
The immediate payoff is the superposition principle.
Superposition Principle. If and are solutions of the homogeneous equation , then is also a solution, for any constants and .
Proof
By linearity,
In the language of linear algebra: the set of solutions of is closed under addition and scalar multiplication, so it is a vector space, specifically the kernel of . Section 3.3 shows that this space has dimension exactly .
Worked Examples
Write x^{2}y'' - 3xy' + 4y = x^{3} in standard form and identify the operator . Where is the standard form valid?
Solution
Here , which vanishes at . Dividing by ,
y'' - \frac{3}{x}y' + \frac{4}{x^{2}}y = x .So , , and , with
The standard form is valid on any interval not containing the origin, so on or on , but not across .
Let . Compute , , and .
Solution
so is a solution of the homogeneous equation.
By linearity, without any new differentiation,
Note the labor saved: linearity let us assemble the answer from results already computed. This is exactly how the method of undetermined coefficients works in Chapter 4.
Show that the operator N[y] = y'' + y^{2} is not linear.
Solution
Take , so . Then
while
Since , the additivity property fails and is not linear.
This is why nonlinear equations have no superposition principle, and why adding two solutions of a nonlinear equation almost never produces a third.
Exercises
Write \left(1-x^{2}\right)y'' - 2xy' + 6y = 0 in standard form and state where it is valid.
Solution
Dividing by ,
y'' - \frac{2x}{1-x^{2}}y' + \frac{6}{1-x^{2}}y = 0 .The coefficient vanishes at , so the standard form is valid on , on , or on , but not across the endpoints. This is Legendre's equation with parameter , and the interval is the one of interest in applications.
Let . Verify that and are solutions of , and use superposition to write down infinitely many more.
Solution
For : . ✓
For : . ✓
By superposition, solves for every choice of and . Section 3.3 shows this two-parameter family is in fact all the solutions.
Suppose and . What equation does satisfy?
Solution
By linearity, .
So solves the equation with the combined forcing function. This is the superposition principle for nonhomogeneous equations, and it is genuinely useful: to solve , solve and separately and add the answers.
Frequently Asked Questions
What is a linear differential operator?
It is the rule that takes a function and returns the left-hand side of the differential equation, . Writing the equation as separates the machinery (the operator) from the data (the forcing function), which is what makes the general theory possible.
Why must be nonzero?
Because the standard form is obtained by dividing by . Where vanishes, the leading coefficient of the equation disappears and the equation effectively drops in order at that point. Such singular points require special treatment, and they are exactly where power series methods become necessary.
What does mean?
It is the set of functions having continuous derivatives. This is the natural domain for an operator of order , since applying requires differentiating times and the result should be a continuous function. Polynomials, exponentials, sines, and cosines all belong to for every .
Does linearity require the coefficients to be constants?
No. Linearity is a statement about how treats , not about the coefficients. The operator is perfectly linear. Constant coefficients matter for solving the equation, not for the theory in this chapter.
What is the difference between and ?
The first is homogeneous, the second nonhomogeneous. Their solution sets differ in an important way: the homogeneous solutions form a vector space closed under addition, while the nonhomogeneous solutions do not (adding two of them gives ). The relationship between the two is the subject of Section 3.4.