Finding particular solutions of ODEs'

  • Thread starter Thread starter tehdiddulator
  • Start date Start date
  • Tags Tags
    Odes
tehdiddulator
Messages
13
Reaction score
0

Homework Statement


He tells us to find the form of the particular solution without having to compute the actual particular solution.

For Example,
(D^{2}+1)y = xe^{-x}+3sinx

Homework Equations


I'm not even 100% sure how to begin...I was kind of hoping someone could explain what the differential operators mean and how I could even start looking for the form of the particular solution.
 
Physics news on Phys.org
How would you go about finding the actual particular solution in that case then?
The "form" is the step before you go about getting specific - it's where you decide what sort of function the solution is going to be. It may be good enough just to name the type of function - be it hyperbolic, quadratic, exponential, etc.
 
For the 3sin(x) would the guess of the particular solution be in the form of A*sin(x)+B*cos(x) and for the other term, would it be in the form of (C*x + D)*(Fe^{-x})?EDIT: Changed T to x
 
Rereading - I may have misunderstood your question:

The differential operator is just a shorthand for the differentiation operation. $$D_x = \frac{d}{dx}$$... so (D2+1)y = xe−x+3sinx would be $$\frac{d^2y}{dx^2}+y = xe^{-x}+3\sin x$$... so this is an inhomogeneous 2nd order DE.

The overall solution is composed of the general solution for the homogeneous part added to any independent specific solution which you can guess or figure out from the form of the inhomogeneity... or any other means at your disposal.
There are a bunch of rules for those guesses - you should have them written down somewhere.

-------------------------

Aside (JIC):
$$(D^2+1)y=D^2y+y = \frac{d^2}{dx^2}y+y=\frac{d^2y}{dx^2}+y$$

If you don't have notes:
http://tutorial.math.lamar.edu/Classes/DE/NonhomogeneousDE.aspx
 
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 ##\left(r\right)^{\left(\frac{1}{n}\right)}##. 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