user: Re-word this differential equations cheat sheet section to be about the complementary function then the particular function, instead of constant/non-constant coeffs (although still suggest what methods to use):

  1. Second-Order Solutions:
    1. If constant coefficients, then the solution is given by the sum of the complimentary and particular functions.
      1. Complimentary function, , focuses on the left-side of the equation…
        1. By assuming , find characteristic equation by substituting into original equation : and .
        2. After simplifying, left with a quadratic in : solve.
        3. Final complimentary function is the sum of solutions using the principle of superposition:
          1. Repeated values of : multiply one solution by , i.e. .
          2. Distinct values of : sum two solutions, i.e. .
          3. If complex conjugates such that then , a simplification of distinct values.
      2. Particular function, , focuses on the right-side of the equation…
        1. Form of solution is the same as the equation given, i.e.
          1. Polynomial: gives .
          2. Exponential: gives .
          3. Sine and Cosine: gives .
          4. Other Functions: gives , considering the domain, or just use variation of parameters.
          5. Combination: Sum of all cases present.
          6. ==IMPORTANT NOTE: If similar terms on both sides of original equation , then multiply by factors of until distinct to ensure linear independence==.
        2. Differentiate the assumed to give and and substitute into original .
        3. Compare coefficients of powers of between substituted equation and assumed to form simultaneous equations, solved with Gauss-Jordan elimination.
      3. Find, simplifying if possible, as the final solution.
    2. If non-constant coefficients, then the solution can only be found with variation of parameters
      1. Complimentary function, , focuses on the left-side of the equation…
        1. Solutions should be given, unless in the form , a Cauchy-Euler equation.
        2. By assuming , find characteristic equation by substituting into original equation : and .
        3. After simplifying, left with a quadratic in : solve.
        4. Final complimentary function is the sum of solutions using the principle of superposition:
          1. Repeated values of : multiply one solution by , i.e. .
          2. Distinct values of : sum two solutions, i.e. .
          3. If complex conjugates such that then , a simplification of distinct values.
      2. Particular function, , focuses on the right-side of the equation…
        1. Ensure equation in standard form , if Cauchy-Euler then .
        2. First find the Wronskian using , from finding .
        3. Then find the variable parameters and .
        4. Thus particular solution . Note: this can be used instead of undetermined coefficients, too, i.e. if a confusing function.
      3. Find, simplifying if possible, as the final solution. [Timestamp: 2024/12/02 18:44:12]

ai: Here’s a reworded version of the differential equations cheat sheet section focusing on the complementary function and the particular function:


  1. Second-Order Solutions:
    1. The general solution to a second-order differential equation is the sum of the complementary function and the particular function.
      1. Complementary Function ():
        • The complementary function addresses the homogeneous part of the equation.
        • To find , assume a solution of the form and substitute into the original equation to derive the characteristic equation:
          • From and , simplify to obtain a quadratic in and solve for .
        • The final complementary function is constructed using the principle of superposition:
          1. For repeated roots of : multiply one solution by , resulting in .
          2. For distinct roots of : sum the solutions, yielding .
          3. For complex conjugate roots (): the complementary function takes the form , which simplifies the case of distinct roots.
      2. Particular Function ():
        • The particular function addresses the non-homogeneous part of the equation.
        • The form of should match the right-hand side (RHS) of the equation:
          1. For a polynomial RHS: .
          2. For an exponential RHS: .
          3. For sine and cosine terms: .
          4. For other functions: , considering the domain, or apply variation of parameters.
          5. For a combination of terms: sum all applicable cases.
          6. IMPORTANT NOTE: If terms on both sides of the original equation are similar, multiply by factors of until they are distinct to ensure linear independence.
        • Differentiate the assumed to obtain and , then substitute these into the original equation.
        • Compare coefficients of powers of between the substituted equation and the assumed to form simultaneous equations, which can be solved using methods like Gauss-Jordan elimination.
      3. Finally, combine the results to find the overall solution: .
    2. If the coefficients are non-constant, the solution can only be found using variation of parameters:
      1. Complementary Function ():
        • Solutions should be derived unless the equation is in the form of a Cauchy-Euler equation: .
        • Assume a solution of the form , substitute into the original equation to find the characteristic equation: and .
        • Simplify to obtain a quadratic in and solve.
        • The final complementary function is constructed using the principle of superposition:
          1. For repeated roots of : multiply one solution by , resulting in .
          2. For distinct roots of : sum the solutions, yielding .
          3. For complex conjugate roots (): the complementary function takes the form , simplifying the case of distinct roots.
      2. Particular Function ():
        • Ensure the equation is in standard form ; if it’s a Cauchy-Euler equation, use .
        • First, compute the Wronskian using the solutions and from the complementary function.
        • Then, find the variable parameters:
          • and .
        • The particular solution is then given by . Note: This method can also be used instead of undetermined coefficients for complex functions.
      3. Finally, combine the results to find the overall solution: .

This version emphasizes the complementary and particular functions while suggesting appropriate methods for each case. [Timestamp: 2024/12/02 18:45:10]