ODE: Repeated Roots and Reduction of Order
ODE: Repeated Roots and Reduction of Order
When solving the differential equations that model vibrating systems, electrical circuits, or control theory, you often encounter a snag: the characteristic equation yields the same root twice. This "repeated root" case isn't just a minor exception; it's a fundamental scenario where the standard method of finding two independent solutions fails. Mastering how to handle it—through a modified general solution and the powerful reduction of order technique—is crucial for analyzing systems with critical damping or other degenerate behaviors.
The General Solution for Repeated Roots
Consider a homogeneous, second-order linear ODE with constant coefficients: The standard approach is to assume a solution of the form , leading to the characteristic equation . When the discriminant is zero, this equation has a single repeated root .
If you only used , you would have just one fundamental solution, which is insufficient to construct the general solution. To find a second, linearly independent solution, we employ a clever guess, informed by the method of reduction of order (which we will derive next). The result is that the second solution takes the form . Therefore, the general solution for the repeated root case is: where and are arbitrary constants. The term is linearly independent from because no constant multiple of can produce the extra factor of . This solution is non-oscillatory and represents a critically damped response in physical systems, where the system returns to equilibrium as quickly as possible without overshooting.
Derivation of the Reduction of Order Method
Reduction of order is a powerful, general method for finding a second solution to a homogeneous linear ODE when one solution is already known. Its derivation is elegant and provides the theoretical backbone for the solution.
Given a second-order linear ODE in standard form: and one known solution , we guess that a second solution has the form: where is an unknown function to be determined. We substitute into the ODE. First, compute the derivatives: Substituting these into and grouping terms yields: The critical observation is that the coefficient of is precisely the original ODE applied to , which equals zero because is a solution. This simplifies the equation dramatically: Now, let . This transforms the equation into a first-order linear ODE for : or This is a separable equation. Solving it gives us , and integrating gives us . The beauty is that the formula for will always produce a second, linearly independent solution. For the constant-coefficient, repeated-root case where and is constant, this process directly yields , confirming our earlier result .
Applying Reduction of Order When One Solution is Known
The derivation provides the theory, but applying reduction of order is a straightforward, four-step process. Let's walk through a concrete example where the ODE does not have constant coefficients.
Example: Given that is a solution to for , find the general solution.
- Write the ODE in standard form: Divide by .
Here, and .
- Apply the formula for : From our derivation, we have .
Since , then . Substitute , , and :
- Solve the first-order ODE for : This is separable: .
Integrating: . We only need one non-trivial , so we choose the simplest particular solution by setting the constant : Since , we have .
- Integrate to find and form :
Therefore, the second solution is . The factor of can be absorbed into the arbitrary constant, so we simply take .
The general solution is a linear combination of the two independent solutions: .
Abel's Formula for the Wronskian
A deep connection between the solutions of a linear ODE and the coefficients of the equation is provided by Abel's formula (also known as Abel's identity). It gives you a direct way to compute the Wronskian of two solutions without even knowing the solutions explicitly, only that they exist.
For the second-order linear ODE in standard form, , if and are solutions, then their Wronskian is given by: where is a constant that depends on the choice of fundamental set of solutions.
Why it matters: The Wronskian tests for linear independence (). Abel's formula proves that for these ODEs, the Wronskian is either always zero (if , meaning the solutions are dependent) or never zero (if ). It also provides a quick check on your work. In our repeated root constant-coefficient example where is a constant , Abel's formula gives , which is indeed non-zero for , confirming the independence of and .
Common Pitfalls
- Forgetting the factor of 't' in the general solution. When you see a repeated root, the most common error is to write . This is incorrect because these two functions are linearly dependent. You must remember the modified form: .
- Misapplying reduction of order by forgetting standard form. The formula requires the ODE to be in the form . If you apply it directly to , your calculation for will be wrong. Always divide through by the leading coefficient first.
- Incorrectly integrating or simplifying during reduction of order. The step from to is straightforward but prone to sign errors and mistakes in the integration of . Work slowly and check that your indeed satisfies the original ODE.
- Ignoring the domain when applying Abel's formula. The formula is valid on any interval where is continuous. If your problem involves a value where is discontinuous (like in an ODE with ), you must consider solutions on separate intervals where the theory holds.
Summary
- For a constant-coefficient ODE with a repeated root of the characteristic equation, the general solution is . The term provides the necessary second, linearly independent solution.
- The reduction of order method is a universal technique derived by substituting into the ODE. It systematically reduces the problem to solving a first-order linear equation for .
- When applying reduction of order, the critical workflow is: (1) Put the ODE in standard form, (2) Substitute into the derived formula for , (3) Solve the resulting first-order equation, and (4) Integrate to find and construct .
- Abel's formula, , provides a direct link between the coefficient and the Wronskian of two solutions, serving as a powerful theoretical tool and a useful check for consistency.