Rayleigh's differential equation

In summary, Rayleigh's DE is a differential equation with a real positive parameter, mu, which can be solved numerically using methods such as the classic Runge Kutta method. The equation can be rearranged into a system of DEs, with y1 representing y and y2 representing the derivative of y. The intermediate values, k1 and k2, can also be approximated numerically.
Physics news on Phys.org
  • #3
Well, i am asked to numerically solve it and produce a phase diagram.
Should its value be given to me?
 
  • #4
I guess it should, so you're free to choose any value you want: Take [itex] \mu =1 [/itex] and solve it numerically.
 
  • #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?
 

What is Rayleigh's differential equation?

Rayleigh's differential equation is a second-order ordinary differential equation used in the study of vibrations and oscillations. It is named after the British physicist, Lord Rayleigh.

What is the significance of Rayleigh's differential equation?

Rayleigh's differential equation is used to model a wide range of physical systems that exhibit oscillatory behavior, such as a mass-spring system or a pendulum. It is also used in engineering and physics to study the behavior of vibrating structures and to design and optimize systems for maximum stability and performance.

What is the general form of Rayleigh's differential equation?

The general form of Rayleigh's differential equation is d²y/dt² + a(dy/dt) + by = 0, where y is the displacement of the vibrating system, t is time, and a and b are constants determined by the properties of the system.

How is Rayleigh's differential equation solved?

Rayleigh's differential equation can be solved using various analytical and numerical methods, depending on the specific problem. Some common methods include the method of undetermined coefficients, the method of variation of parameters, and the Laplace transform method.

What are the applications of Rayleigh's differential equation?

Rayleigh's differential equation has a wide range of applications in physics, engineering, and other fields. It is used to study the behavior of vibrating systems, such as musical instruments and mechanical structures. It is also used in the design of control systems, signal processing, and digital filters.

Similar threads

  • Differential Equations
Replies
14
Views
3K
  • Differential Equations
Replies
2
Views
962
  • Differential Equations
Replies
15
Views
2K
  • Differential Equations
Replies
1
Views
2K
  • Differential Equations
Replies
7
Views
1K
  • Differential Equations
Replies
3
Views
2K
Replies
17
Views
4K
Replies
5
Views
503
  • Differential Equations
Replies
7
Views
191
Replies
2
Views
1K
Back
Top