Introductory university-level calculus, linear algebra, abstract algebra, probability, statistics, and stochastic processes.
Homogeneous linear differential equations with constant coefficients
Get link
Facebook
X
Pinterest
Email
Other Apps
-
Consider the homogeneous linear differential equation
where are constants.
Using the differential operator and its polynomial
(Eq:code) can be expressed as
Now, consider the polynomial of variable
Then, we have
and (Eq:code) is expressed as
We can use the properties of polynomials to solve this type of differential equation. We need some results from algebra.
Definition (Relatively prime, coprime)
Polynomials and are said to be relatively prime or coprime if the equations and do not have common solutions within .
Lemma
The polynomials and in are relatively prime if and only if there exist polynomials and such that
Proof. Omitted. ■
Remark. The proof of this lemma is based on the Euclidean Algorithmfor finding the greatest common divisor (GCD) of polynomials. The right-hand side of the above equation being equal to 1 indicates that the GCD of and is 1 (or any constant, but not a polynomial of ), that is, they are relatively prime (just like integers). □
Example. Let and . These are clearly relatively prime, and
where and . □
Example. Let and . By dividing by , we have
By dividing by , we have
From this, we can see that the greatest common divisor of and is 1 (we use the convention that the coefficient of the leading term of a GCD is 1), which means they are relatively prime.
From (eg. 2),
Using (eg. 1),
Setting and , we have
□
Example. Let and . The greatest common divisor is , and hence they are not relatively prime. Suppose there are polynomials and such that holds. The left-hand side is divisible by , whereas the right-hand side is not. This is a contradiction. Therefore, there are no such polynomials as and . □
Theorem (Solution of when and are relatively prime)
Let and be polynomials in that are relatively prime, and . Then, any solution of is of the form where and are solutions of and , respectively. Conversely, any function of the form , where and are solutions of and , respectively, is a solution of .
Proof. Suppose is a solution of . By the above Lemma, there exist polynomials and such that . Using these polynomials, let us define
Then, we have . Now,
Thus, is a solution of . Similarly, is a solution of .
Conversely, suppose and are solutions of and , respectively, and let . Then,
Thus, is a solution of . ■
Example. Let us find the general solution of
Using the differential operator, this can be written as
The operator can be factorized as
and and are relatively prime. The solution of is , and that of is . Thus, the general solution of is
where and are constants. □
Complex-valued functions
To treat more general linear equations, it is convenient to use complex-valued functions. Before proceeding, please read the Calculus of complex-valued functions.
We use the following theorem without proof.
Theorem (Fundamental Theorem of Algebra)
A polynomial equation of degree with coefficients in ,
has exactly (possibly redundant) solutions in .
This theorem implies that it is always possible to factorize the above polynomial of degree as
where is some natural number, are the distinct solutions, and are the multiplicities of the solutions with .
Remark. It is easy to show that if is a solution of a polynomial equation with real coefficients, then its complex conjugate is also a solution (exercise!) □
Theorem (Solution of )
Let where and . The general solution of the differential equation is given by
where are constants.
Proof. Let be an arbitrary function of . We have
By repeating this, we have, in general
If is a polynomial of degree less than , then . Therefore, the function of the form of (eq:sol1) is a solution of .
Conversely, suppose that is a solution of and let . We have . From what we have shown above, . But so , and hence . This indicates that is a polynomial of degree at most . Thus, has the form of (eq:sol1). ■
Example (Harmonic oscillator). The equation of motion of a harmonic oscillator with spring constant and mass is given by
Let . This become
But , so we need to solve
and
From the former, we have . From the latter, we have . Therefore, the general solution is
But, we note that should be a real function because it describes a physical quantity (the coordinate of the mass point). Let's rewrite the above solution using Euler's formula,
For this to be a real function, must be real and must be purely imaginary. This can be achieved if we set (i.e., and are complex conjugate of each other). By setting and , we can rewrite the solution as
This is indeed a real-valued function if and are real constants. □
Example. Let us solve
Let . The above ODE is . Since
where , the general solution is the sum of the solutions of , , and . From these, we have , , and , respectively. Thus, the general solution is
To make this a real function, we set and and use Euler's formula to have
Note that this is a real-valued function if all the constants , and are real. □
Defining the birth process Consider a colony of bacteria that never dies. We study the following process known as the birth process , also known as the Yule process . The colony starts with cells at time . Assume that the probability that any individual cell divides in the time interval is proportional to for small . Further assume that each cell division is independent of others. Let be the birth rate. The probability of a cell division for a population of cells during is . We assume that the probability that two or more births take place in the time interval is . That is, it can be ignored. Consequently, the probability that no cell divides during is . Note that this process is an example of the Markov chain with states \({n_0}, {n_0 + 1}, {n_0 + 2}...
Generational growth Consider the following scenario (see the figure below): A single individual (cell, organism, etc.) produces descendants with probability , independently of other individuals. The probability of this reproduction, , is known. That individual produces no further descendants after the first (if any) reproduction. These descendants each produce further descendants at the next subsequent time with the same probabilities. This process carries on, creating successive generations. Figure 1. An example of the branching process. Let be the random variable representing the population size (number of individuals) of generation . In the above figure, we have , , , , We shall assume as the initial condition. Ideally, our goal would be to find how the population size grows through generations, that is, to find the probability for e...
In mathematics, we must prove (almost) everything and the proofs must be done logically and rigorously. Therefore, we need some understanding of basic logic. Here, I will informally explain some rudimentary formal logic. Definitions (Proposition): A proposition is a statement that is either true or false. "True" and "false" are called the truth values, and are often denoted and . Here is an example. "Dr. Akira teaches at UBD." is a statement that is either true or false (we understand the existence of Dr. Akira and UBD), hence a proposition. The following statement is also a proposition, although we don't know if it's true or false (yet): Any even number greater than or equal to 4 is equal to a sum of two primes. See also: Goldbach's conjecture Next, we define several operations on propositions. Note that propositions combined with these operations are again propositions. (Conjunction, logical "and"): Let ...
Comments
Post a Comment