New Reply

Rayleigh's differential equation

 
Share Thread Thread Tools
Dec29-12, 08:28 AM   #1
 

Rayleigh's differential equation


In Rayleigh's DE :
http://www.wolframalpha.com/input/?i...ntial+equation

What does mu stand for?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Dec29-12, 09:13 AM   #2
 
Blog Entries: 9
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
It's a mere real positive parameter, just like in other famous ODE's, for example the Bessel differential equation and <n>.

http://www.wolframalpha.com/input/?i...ntial+equation
 
Dec29-12, 09:44 AM   #3
 
Well, i am asked to numerically solve it and produce a phase diagram.
Should its value be given to me?
 
Dec29-12, 10:00 AM   #4
 
Blog Entries: 9
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

Rayleigh's differential equation


I guess it should, so you're free to choose any value you want: Take [itex] \mu =1 [/itex] and solve it numerically.
 
Dec30-12, 08:28 AM   #5
 
You're right , it was supposed to be given.
Rayleigh's DE is [itex]y''-\mu y' + \frac{\mu (y')^3}{3} + y = 0[/itex]
By rearranging it to a system of DEs, you get
[tex]
y_1 = y , y_1' = y_2 \\
y_2' = \mu y_2 - \frac{\mu (y_2)^3}{3} - y_1
[/tex]

So i have only the derivative of y2 , i.e. the 2nd derivative of y1.
Since i don't have an analytical description of y2 , how do i compute it with specific parameters, according to the numerical method.
For example, for the classic Runge Kutta method,where f = y'
[tex]
k_1 = hf(x_n,y_n) = hy_2(n)\\
k_2 = hf(x_n + 0.5h,y_n + 0.5k_1) = ?
[/tex]
I should numerically approximate the intermmediate values as well?
 
New Reply
Thread Tools


Similar Threads for: Rayleigh's differential equation
Thread Forum Replies
The Rayleigh-Plesset Equation for Sonoluminescence Classical Physics 2
Solution of two first order differential equation with one algebraic equation. Differential Equations 2
Use the differential operator to solve this differential equation Calculus & Beyond Homework 1
How can I graph this equation (Rayleigh Plesset for sonoluminescence)? General Math 3
Simple Differential Equation (Ordinary Differential Equation) Differential Equations 7