!main_tags!Undetermined Coefficients - differential-equations | What's Your IQ !main_header!

Overview

Definition

Undetermined coefficients: a direct method to find particular solutions of linear nonhomogeneous ODEs with constant coefficients. Applies when forcing term is polynomial, exponential, sine, cosine, or their combinations.

Purpose

Purpose: determine a particular solution without variation of parameters or Laplace transforms. Simplifies solving second order linear ODEs.

History

History: method developed in 18th century; standard in classical ODE theory and engineering mathematics.

"Differential equations describe change; undetermined coefficients provide a systematic key to unlock their forced behaviors." -- E. L. Ince

Preliminaries

Linear Differential Equations

Form: linear combination of function and derivatives equals forcing function. Superposition principle applies to homogeneous part.

Homogeneous vs Nonhomogeneous

Homogeneous: right side zero. Nonhomogeneous: nonzero forcing term. Solution = complementary + particular.

Constant Coefficients

Coefficients: constants, enabling characteristic equation method. Simplifies particular solution guessing.

General Form of Equations

Standard Form

Second order ODE: ay'' + by' + cy = g(t), with constants a,b,c and forcing function g(t).

Forcing Function Types

Common g(t) types: polynomials, exponentials, sines, cosines, and their finite sums/products.

Linearity and Superposition

Linearity allows decomposition of g(t) and corresponding particular solutions; sum of particular solutions solves full equation.

Complementary Solution

Characteristic Equation

Form: ar^2 + br + c = 0. Roots: real distinct, repeated, or complex conjugates.

Complementary Solution Forms

Real distinct roots: y_c = C_1 e^{r_1 t} + C_2 e^{r_2 t}. Repeated roots: multiply by t. Complex roots: exponential times sine/cosine.

Role in Total Solution

General solution: y = y_c + y_p, where y_p is particular solution from undetermined coefficients.

Particular Solution

Definition

Any specific solution satisfying the full nonhomogeneous ODE. Does not include arbitrary constants.

Relation to Forcing Function

Form of y_p depends on g(t). Trial solutions mimic g(t) structure with undetermined constants.

Uniqueness

Unique up to addition of complementary solution terms. Undetermined coefficients method provides one explicit form.

Method Procedure

Step 1: Solve Homogeneous Equation

Find roots of characteristic equation; write complementary solution y_c.

Step 2: Identify Forcing Function

Analyze g(t) type: polynomial, exponential, trigonometric, or combination.

Step 3: Formulate Trial Solution

Propose y_p with undetermined coefficients matching g(t) pattern.

Step 4: Adjust for Resonance

If trial terms overlap with y_c, multiply by appropriate powers of t.

Step 5: Substitute and Solve

Insert y_p into ODE; equate coefficients; solve resulting algebraic system for unknowns.

Trial Solution Forms

Polynomials

If g(t) is polynomial degree n, trial: polynomial degree n with undetermined coefficients.

Exponentials

For g(t) = e^{\alpha t}, trial: y_p = Ae^{\alpha t}. Modify if e^{\alpha t} is root.

Sines and Cosines

g(t) = \sin(\beta t) or \cos(\beta t), trial: y_p = A \cos(\beta t) + B \sin(\beta t).

Combined Forms

For sums/products, trial: linear combinations of corresponding individual trials.

Table of Common Forcing Functions and Trial Solutions

Forcing Function g(t) Trial Solution y_p
Polynomial of degree n: t^n + ... Polynomial degree n with undetermined coefficients
Exponential: e^{\alpha t} Ae^{\alpha t}, multiply by t^s if root multiplicity s
Sine or Cosine: \sin(\beta t), \cos(\beta t) A\cos(\beta t) + B\sin(\beta t), multiply by t^s if root multiplicity s
Polynomials × Exponentials × Trigonometric Product of corresponding trial forms, adjusted by t^s if needed

Resonance and Multiplicity

Definition of Resonance

Resonance: forcing function corresponds to characteristic roots, causing overlap in solution forms.

Adjusting Trial Solutions

If g(t) terms appear in y_c, multiply trial by t or higher powers to ensure linear independence.

Multiplicity of Roots

Multiplicity m of root r implies multiply trial by t^m. Ensures non-redundant particular solution.

Example:If root r = α + iβ has multiplicity 2 and forcing term ~ e^{α t} cos(β t),Trial solution multiplied by t^2:y_p = t^2 (A cos(β t) + B sin(β t)) e^{α t}

Examples

Example 1: Polynomial Forcing

Equation: y'' - 3y' + 2y = t^2. Complementary solution: roots 1 and 2.

Trial: y_p = At^2 + Bt + C. Substitute, solve for coefficients.

Example 2: Exponential Forcing

Equation: y'' + y = e^{t}. Roots: r = ±i. Trial: y_p = Ae^{t}.

Example 3: Trigonometric Forcing with Resonance

Equation: y'' + 4y = \cos(2t). Roots: r = ±2i. Trial modified to y_p = t(A \cos 2t + B \sin 2t).

Example 1 solution steps:1. y_c = C_1 e^{t} + C_2 e^{2t}2. y_p = At^2 + Bt + C3. Compute y_p', y_p''4. Substitute into ODE and equate coefficients5. Solve for A, B, C

Limitations and Applicability

Applicable Forcing Functions

Limited to forcing functions of polynomial, exponential, sine, cosine types or their finite sums/products.

Inapplicability to Variable Coefficients

Fails for non-constant coefficient ODEs; method requires constant coefficients for characteristic equation.

Complex Forcing Functions

For arbitrary or non-elementary g(t), variation of parameters or numerical methods preferred.

Advantages and Disadvantages

Advantages

  • Direct, mechanical procedure.
  • Efficient for common forcing functions.
  • Clear trial solution guidelines.

Disadvantages

  • Limited to specific forcing terms.
  • Algebraic complexity grows with polynomial degree.
  • Requires adjustment for resonance, which can be error-prone.

Summary

Undetermined coefficients: a powerful, systematic method for finding particular solutions of linear nonhomogeneous ODEs with constant coefficients and specific forcing functions. Key steps: solve homogeneous equation, propose trial solution based on forcing function, adjust for resonance, substitute, and solve for unknown coefficients. Widely used in engineering and physics for forced oscillations, electrical circuits, and mechanical vibrations.

Step Action
1 Find complementary solution by solving characteristic equation
2 Identify form of forcing function g(t)
3 Construct trial particular solution with undetermined coefficients
4 Adjust trial solution for resonance by multiplying by t^s
5 Substitute trial into ODE, solve for coefficients

References

  • Boyce, W. E., DiPrima, R. C., "Elementary Differential Equations and Boundary Value Problems," Wiley, 10th Edition, 2012, pp. 123-156.
  • Ince, E. L., "Ordinary Differential Equations," Dover Publications, 1956, pp. 201-230.
  • Zill, D. G., "Differential Equations with Boundary-Value Problems," Cengage Learning, 8th Edition, 2013, pp. 98-130.
  • Polking, J., Boggess, A., Arnold, D., "Differential Equations with Mathematica," Springer, 2003, pp. 45-70.
  • Boyd, J. P., "Differential Equations: An Introduction," Academic Press, 2001, pp. 60-85.
!main_footer!