How to Use the Method of Undetermined Coefficients for Differential Equations?

  • Thread starter Thread starter Tom McCurdy
  • Start date Start date
Tom McCurdy
1,017
1

Homework Statement



Set up but do not solve for the appropriate particular solution yp for the differential equation

y''+25y=–1xcos(5x)

using the Method of Undetermined Coefficients (primes indicate derivatives with respect to x).

In your answer, give undetermined coefficients as A, B, etc.

Homework Equations


Possible Derivatives
  • sin(x)
  • cos(x)
  • xsin(x)
  • xcos(x)



The Attempt at a Solution



This seems like the solution should simply be

A*x*sin(5*x)+B*x*cos(5*x)+C*cos(5*x)+D*sin(5*x)
 
Physics news on Phys.org
What solution are you talking about? The problem said "Set up but do not solve for the appropriate particular solution yp for the differential equation
y''+25y=–1xcos(5x)
using the Method of Undetermined Coefficients"

Normally, to get a solution of the form "x cos(5x)" you would use (Ax+B) cos(5x)+ (Cx+ D) sin(5x). However, in this case cos(5x) and sin(5x) are solutions to the homogeneous equation. Multiply what you would normally use by x: (Ax2+ Bx)cos(5x)+ (Cx2+ Dx)sin(5x).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply . Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top