- Method of undetermined coefficients
-
In mathematics, the method of undetermined coefficients, also known as the lucky guess method, is an approach to finding a particular solution to certain inhomogeneous ordinary differential equations and recurrence relations. It is closely related to the annihilator method, but instead of using a particular kind of differential operator (the annihilator) in order to find the best possible form of the particular solution, a "guess" is made as to the appropriate form, which is then tested by differentiating the resulting equation. For complex equations, the annihilator method or variation of parameters is less time consuming to perform.
Undetermined coefficients is not as general a method as variation of parameters, since it only works for differential equations that follow certain forms.[1]
Contents
Description of the method
Consider a linear non-homogeneous ordinary differential equation of the form
- any(n) + a(n − 1)y(n − 1) + ... + a1y' + a0y = g(x).
The method consists of finding the general homogeneous solution yc for the complementary linear homogeneous differential equation
- any(n) + a(n − 1)y(n − 1) + ... + a1y' + a0y = 0,
and a particular integral yp of the linear non-homogeneous ordinary differential equation based on g(x). Then the general solution y to the linear non-homogeneous ordinary differential equation would be
- y = yc + yp.[2]
If g(x) consists of the sum of two functions h(x) + w(x) and we say that yp1 is the solution based on h(x) and yp2 the solution based on w(x). Then, using a superposition principle, we can say that the particular integral yp is
- yp = yp1 + yp2.[2]
Typical forms of the particular integral
In order to find the particular integral, we need to 'guess' its form, with some coefficients left as variables to be solved for. This takes the form of the first derivative of complementary function. Below is a table of some typical functions and the solution to guess for them.
Function of x Form for y If a term in the above particular integral for y appears in the homogeneous solution, it is necessary to multiply by a sufficiently large power of x in order to make the two solutions linearly independent. If the function of x is a sum of terms in the above table, the particular integral can be guessed using a sum of the corresponding terms for y.[1]
Examples
- Example 1
Find a particular integral of the equation
The right side t cos t has the form
with n=1, α=0, and β=1.
Since α + iβ = i is a simple root of the characteristic equation
we should try a particular integral of the form
Substituting yp into the differential equation, we have the identity
Comparing both sides, we have
which has the solution A0 = 0, A1 = 1/4, B0 = 1/4, B1 = 0. We then have a particular integral
- Example 2
Consider the following linear inhomogeneous differential equation:
This is like the first example above, except that the inhomogeneous part (ex) is not linearly independent to the general solution of the homogeneous part (c1ex); as a result, we have to multiply our guess by a sufficiently large power of x to make it linearly independent.
Here our guess becomes:
- yp = Axex.
By substituting this function and its derivative into the differential equation, one can solve for A:
- Axex + Aex = Axex + ex
- A = 1.
So, the general solution to this differential equation is thus:
- y = c1ex + xex.
- Example 3
Find the general solution of the equation:
f(t), t2, is a polynomial of degree 2, so we look for a solution using the same form,
- yp = At2 + Bt + C, where
Plugging this particular integral with constants A, B, and C into the original equation yields,
- 2At + B = t2 − (At2 + Bt + C), where
- t2 − At2 = 0 and − Bt = 2At and − C = B
Replacing resulting constants,
- yp = t2 − 2t + 2
To solve for the general solution,
- y = yp + yc
where yc is the homogeneous solution yc = c1e − t, therefore, the general solution is:
- y = t2 − 2t + 2 + c1e − t
References
- ^ a b Ralph P. Grimaldi (2000). "Nonhomogeneous Recurrence Relations". Section 3.3.3 of Handbook of Discrete and Combinatorial Mathematics. Kenneth H. Rosen, ed. CRC Press. ISBN 0-8493-0149-1.
- ^ a b Dennis G. Zill (2001). A first course in differential equations - The classic 5th edition. Brooks/Cole. ISBN 0-534-37388-7.
Categories:- Ordinary differential equations
Wikimedia Foundation. 2010.