New Reply

Help with a linear differential equation

 
Share Thread Thread Tools
Aug16-12, 07:28 AM   #1
 

Help with a linear differential equation


Is there any general method to solve the following linear equation:

[ D^6+a D^4+b D^2+(c-d sech^2(x))] y=0?

Here, D=d/dx and a,b,c,d are constants.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Aug16-12, 09:05 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
That's a linear equation with constant coefficients. it characteristic equation is [itex]D^6+a D^4+b D^2= 0[/itex] (we are now thinking of "D" as a number, not a derivative operator). You can obviously factor out [itex]D^2[/itex] leaving [itex]D^4+ aD^2+ b= 0[/itex], a quadratic equation in [itex]D^2[/itex] so, using the quadratic formula, [itex]D^2= \frac{-a\pm\sqrt{a^2- 4b}}{2}[/itex] and then find D by taking the square root of each of those. The fact that D is a double root of the characteristic equation means that two solutions are a constant and x. For given values of a and b, 0 may b a triple or higher root which would give additional powers of x. For non-zero roots, of the form a+ bi, there will be solutions of the form [itex]e^{ax}(A cos(bx)+ B sin(bx))[/itex] for constants A and B. You will need six independent solutions.

As for the "non-homogeneous" part, try "variation of parameters": http://www.sosmath.com/diffeq/second...variation.html
Aug16-12, 09:09 AM   #3
 
Quote by HallsofIvy View Post

As for the "non-homogeneous" part, try "variation of parameters": http://www.sosmath.com/diffeq/second...variation.html
Thanks. Just to double-check, so I can treat (c-d sech^2(x))y as the non-homogeneous part even though it contains y? I actually knew how to solve it (as particular solution) when y is absent but not when y is present. :(
Aug17-12, 07:21 AM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Help with a linear differential equation


Blast! I didn't see that "y". That is still a linear equation but now with "variable coefficients. Probably the simplest way to handle it is through a power series expansion.
New Reply
Thread Tools


Similar Threads for: Help with a linear differential equation
Thread Forum Replies
Satisfy the Differential Equation - Linear Equation Calculus & Beyond Homework 1
Non-linear Schrodinger Equation (Differential Equation) Differential Equations 10
Linear differential equation Calculus & Beyond Homework 6
Linear differential equation Calculus & Beyond Homework 1
The difference between linear and non linear differential equation Differential Equations 2