Better way of finding particular integral

  • Thread starter Thread starter Zell2
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 6K views
Zell2
Messages
28
Reaction score
0

Homework Statement


I'm trying to find the particular integral for a second order linear differential equation:
y''+ay'+k^2*y=Acos(bx)sin(cx)
given a<<c and b<<c

The Attempt at a Solution


It's straight forward to rewrite the right hand side as the sum of two sines, consider each separately and then add the solutions since it's linear, but this leads to 4 separate terms and the algebra's a bit messy. So I was just wondering is there a better way to deal with products of functions on the right hand side?

Thanks
 
Last edited:
Physics news on Phys.org
No there isn't. There are, basically, two ways to find a particular solution for a nonhomogeneous linear equation: undetermined coefficients and variation of parameters. In order to use undetermined coefficients, it is necessary that the right hand side be one of the types of functions one can get as a solution to a linear equation with constant coefficients, exponential, polynomial, sine or cosine, or products of those. In order to use that for this problem you have to do just as you say here: write sin(x) cos(x) as a sum. Variation of Parameters works for any right hand side but is typically much messier.
 
You could slice and dice some other ways, but you will finish up with 4 parts however you go.

For example you could start by assuming the solution was of the form B cos(bx) sin(cx) (B is an unknown constant) since you obviously need that for the "...+k^2y = A cos(bx)sin(cx)" part of the equation. When you differentite you'll find you also need terms like sin(bx)sin(cx), sin(bx)cos(cx), cos(bx)cos(cx)

Or you could use exponential functions with 4 terms like e^i(b+c)x, e^i(b-c)x, etc.

Take your pick - one form may be nicer than the others for the rest of your problem.