You have 3 free guides left 😟
Unlock your guides
You have 3 free guides left 😟
Unlock your guides

Higher-order linear differential equations often require special techniques to solve. The and are two powerful approaches for finding particular solutions to .

These methods complement each other, with Undetermined Coefficients being simpler for specific forms of nonhomogeneous terms, while Variation of Parameters offers a more general approach. Understanding both expands your toolkit for tackling a wide range of differential equations.

Particular Solution Forms

Polynomial and Exponential Forms

Top images from around the web for Polynomial and Exponential Forms
Top images from around the web for Polynomial and Exponential Forms
  • Identify appropriate form based on nonhomogeneous term in linear differential equations
  • For polynomial nonhomogeneous terms use polynomial of same or higher degree (depending on roots)
    • Example: For x2+3xx^2 + 3x, try Ax2+Bx+CAx^2 + Bx + C
  • With exponential nonhomogeneous term eaxe^{ax}, use form AeaxAe^{ax}
    • Example: For 5e2x5e^{2x}, try Ae2xAe^{2x}
  • Product of functions requires product of individual particular solutions
    • Example: For xexxe^x, try AxexAxe^x

Trigonometric and Special Cases

  • Trigonometric nonhomogeneous terms (sin(bx) or cos(bx)) use form Asin(bx)+Bcos(bx)A \sin(bx) + B \cos(bx)
    • Example: For 3sin(4x)3\sin(4x), try Asin(4x)+Bcos(4x)A\sin(4x) + B\cos(4x)
  • When nonhomogeneous term matches homogeneous solution, multiply by xkx^k (k is root multiplicity)
    • Example: If exe^x is both nonhomogeneous term and homogeneous solution, try AxexAxe^x
  • Method of undetermined coefficients applies to combinations of polynomials, exponentials, sines, and cosines
    • Example: For 2x+3ex+sin(x)2x + 3e^x + \sin(x), try Ax+B+Cex+Dsin(x)+Ecos(x)Ax + B + Ce^x + D\sin(x) + E\cos(x)

Undetermined Coefficients Method

Procedure and Implementation

  • Assume particular solution based on nonhomogeneous term form
  • Substitute assumed solution into original differential equation
  • Collect like terms and equate coefficients to solve for undetermined constants
  • Solve resulting system of algebraic equations for coefficient values
  • Method most effective for constant coefficient equations with specific nonhomogeneous terms
    • Example: Solve y+4y=x2y'' + 4y = x^2
      1. Assume yp=Ax2+Bx+Cy_p = Ax^2 + Bx + C
      2. Substitute: (2A)x0+(2B)x1+(Ax2+Bx+C)=x2(2A)x^0 + (2B)x^1 + (Ax^2 + Bx + C) = x^2
      3. Equate coefficients: A=1/4A = 1/4, B=0B = 0, C=1/8C = -1/8
      4. Particular solution: yp=14x218y_p = \frac{1}{4}x^2 - \frac{1}{8}

Verification and Special Considerations

  • Verify particular solution by substituting back into original equation
  • Take special care when assumed form matches homogeneous solution
    • Multiply by xkx^k in these cases
    • Example: For yy=exy'' - y = e^x, try yp=Axexy_p = Axe^x instead of yp=Aexy_p = Ae^x
  • Method limitations include complex nonhomogeneous terms and variable coefficient equations
    • Example: y+xy=ln(x)y'' + xy = \ln(x) requires different approach (variation of parameters)

General Solution of Nonhomogeneous Equations

Combining Solutions

  • General solution combines complementary (homogeneous) and particular solutions
  • from associated homogeneous equation (using characteristic equations for constant coefficients)
    • Example: For y+4y=0y'' + 4y = 0, complementary solution yc=c1cos(2x)+c2sin(2x)y_c = c_1\cos(2x) + c_2\sin(2x)
  • Particular solution found using undetermined coefficients or variation of parameters
  • General solution contains arbitrary constants from complementary solution
    • Example: y=c1cos(2x)+c2sin(2x)+14x218y = c_1\cos(2x) + c_2\sin(2x) + \frac{1}{4}x^2 - \frac{1}{8} (combining previous examples)

Verification and Applications

  • Verify general solution satisfies original equation through substitution and
  • Apply principle of superposition for equations with multiple nonhomogeneous terms
    • Example: For y+y=sin(x)+exy'' + y = \sin(x) + e^x, find particular solutions for each term separately and add
  • Use general solution to satisfy initial or boundary conditions
    • Example: Solve y(0)=1y(0) = 1, y(0)=0y'(0) = 0 using general solution to determine c1c_1 and c2c_2

Variation of Parameters Method

Method Overview and Setup

  • General method for finding particular solutions of nonhomogeneous linear equations
  • Applicable to wider range of nonhomogeneous terms than undetermined coefficients
  • Assumes particular solution form yp=u1y1+u2y2y_p = u_1y_1 + u_2y_2
    • y1y_1 and y2y_2 are linearly independent homogeneous solutions
    • u1u_1 and u2u_2 are functions to be determined
  • Requires knowledge of general homogeneous solution
    • Example: For y+y=sec(x)y'' + y = \sec(x), use y1=cos(x)y_1 = \cos(x) and y2=sin(x)y_2 = \sin(x)

Implementation and Calculations

  • Solve system of first-order differential equations for u1u_1' and u2u_2'
  • Integrate to find u1u_1 and u2u_2
  • Wronskian of homogeneous solutions crucial in method (denominator of u1u_1' and u2u_2' expressions)
    • Example: Wronskian W=y1y2y2y1W = y_1y_2' - y_2y_1'
  • Extend to higher-order equations with additional terms in particular solution
    • Example: For third-order, use yp=u1y1+u2y2+u3y3y_p = u_1y_1 + u_2y_2 + u_3y_3

Advantages and Limitations

  • More general than undetermined coefficients, applicable to complex nonhomogeneous terms
    • Example: Can solve y+y=tan(x)y'' + y = \tan(x) where undetermined coefficients fails
  • Often leads to more complex integrations
  • May be computationally intensive for certain nonhomogeneous terms
    • Example: y+y=ex2y'' + y = e^{x^2} requires challenging integrations
  • Useful when undetermined coefficients is not applicable or efficient
    • Example: Effective for equations with variable coefficients like xy+y=ln(x)xy'' + y = \ln(x)
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Glossary
Glossary