Thread Closed

Help in solving a second-order linear differential equation

 
Share Thread Thread Tools
Dec6-06, 12:08 PM   #1
 

Help in solving a second-order linear differential equation


[tex]
\frac{{d^2 y}}{{dx^2 }} + \left( {Ax + B} \right)y = 0
[/tex]

I have tried lots of substitions, but a solution won't pop out. Can anyone help solve this?

Thanks.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Dec7-06, 09:31 AM   #2
 
Make the change of variable

[tex]Ax + B = \lambda u [/tex]

(lambda is a constant) this will give you

[tex]\frac{A^2}{\lambda^2} \frac{d^2 y}{d u^2} + \lambda u y = 0 [/tex]

so if you then set

[tex] \lambda = -A^{\frac{2}{3}} [/tex]

you then have

[tex] \frac{d^2 y}{d u^2} - u y = 0 [/tex]

which is the Airy equation (in u). Have a look on Wikipedia or elsewhere on Airy functions and such - or just type in "Airy Equation".

edit: note you will actually get three different solutions as the condition for lambda is

[tex] \frac{\lambda^3}{A^2} = -1 [/tex]

which means that there are three values of lambda that satisfy this (i.e. three distinct cube-roots) - one will be real-valued (already given) plus two complex ones.

Here is a link for the Airy function

http://mathworld.wolfram.com/AiryFunctions.html
Thread Closed
Thread Tools


Similar Threads for: Help in solving a second-order linear differential equation
Thread Forum Replies
Solving a first-order nonlinear differential equation. Differential Equations 11
Help on solving 2nd order linear Partial Differential Equations Differential Equations 0
linear first order differential equation Calculus & Beyond Homework 1
Differential Equation Approach to solving First Order Circuits Engineering, Comp Sci, & Technology Homework 4
Solving a Second-Order Differential Equation Calculus & Beyond Homework 10