Wave equation with a slight alteration

  • Context: High School 
  • Thread starter Thread starter etotheipi
  • Start date Start date
  • Tags Tags
    Wave Wave equation
Click For Summary

Discussion Overview

The discussion revolves around finding a particular solution to a differential equation representing wave motion in a medium with a variable coefficient. The context involves a rope subjected to a gravitational force, with a focus on boundary conditions and the nature of the solutions.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant seeks a solution to the differential equation $$g(L-x) \frac{\partial^2 y}{\partial x^2} = \frac{\partial^2 y}{\partial t^2}$$ with a boundary condition of ##y(0) = 0##.
  • Another participant questions whether ##g## is a constant or a function and discusses the implications of the variable coefficient on the nature of the partial differential equation, suggesting that it changes from hyperbolic to elliptic at ##x=L##.
  • Clarification is provided that ##g## is a constant representing gravitational field strength, and the domain is specified as ##0 \leq x \leq L##.
  • A proposed approach involves assuming harmonic time dependence and leads to an ordinary differential equation for the spatial variation of the solution.
  • Participants discuss the need for initial conditions and additional boundary conditions to ensure a unique solution, with suggestions for possible conditions at ##x=L##.
  • One participant introduces Frobenius's method for solving the resulting ordinary differential equation and discusses the implications of the singular point at the origin.
  • Another participant expresses interest in the recurrence relations derived from the series solution and notes the need to solve these relations.
  • There is mention of Airy's Equation and its relation to the solutions being discussed, with references to Airy functions and their properties.

Areas of Agreement / Disagreement

Participants have not reached a consensus on the best approach to solve the problem, with multiple methods and perspectives being discussed. There is acknowledgment of the complexity of the problem, and various suggestions are made without agreement on a singular solution.

Contextual Notes

The discussion highlights the need for additional boundary conditions and initial conditions for a unique solution, as well as the challenges posed by the variable coefficient in the differential equation.

etotheipi
I want to find the particular solution to the differential equation$$g(L-x) \frac{\partial^2 y}{\partial x^2} = \frac{\partial^2 y}{\partial t^2}$$with the boundary condition ##y(0) = 0## for all ##t##. If the coefficient of ##\frac{\partial^2 y}{\partial x^2}## were constant then it could be solved with ##y=A\sin{(kx -\omega t)}##, but how could I go about solving it in this case? Thanks
 
  • Like
Likes   Reactions: Delta2
Physics news on Phys.org
Is ##g## a constant or a function? If I assume it is a constant, then this wave equation is applicable for an inhomogeneous media with a resonance at ##x=L##. What is the domain for this problem? Is it ##0\leq x## or is there another boundary? If there is no other boundary I'm assuming a radiation condition must apply. Also, what is the context of this problem? Finally, I see that this is listed as a "basic" thread, but in reality this problem is most suitable for advanced undergraduate or graduate students.

If you have learned about classification of partial differential equations, then you should notice that the variable coefficient changes sign at ##x=L## so the nature of the partial differential equation changes from hyperbolic for ##x<L## to elliptic for ##x>L## and therefore characteristics won't get you the solution you want.

Given that, I would either use separation of variables or simply assume harmonic time dependence. Either way you will get an ordinary differential equation with variable coefficients for the spatial variation of the solution. The solutions have different character on either side of the resonance (also called a turning point in this context) and you will need to match them. I expect there will be some subtleties here; the singularity will casue problems that are usually dealt with by adding a small amount of damping to the problem (which is partially why I asked about the context).

That should get you started, but again, this is not a basic problem.

jason
 
  • Like
Likes   Reactions: Delta2 and etotheipi
Thanks for the reply! Here ##g## is just a constant, the gravitational field strength. Sorry I didn't specify! The domain is ##0\leq x \leq L## and there is no boundary condition on ##y(L)##. The context is a rope (fixed at one end) subjected to a body force of force density ##\rho \vec{g}##, with ##\vec{g}## constant, and subjected to small lateral oscillations. It is expected that various harmonics will be displayed.

I will have a look at your suggestions, specifically I'll try separating variables. I have essentially no prior background for methods to solve PDEs other than guessing, though, so I might need to go and read up about some theory beforehand!
 
How about this; the first harmonic at least looks like it could be solved with a function like$$y(x,t) = A(x)\sin{(\omega t)}$$We would have ##\frac{\partial ^2 y}{\partial t^2} = -\omega^2 A(x) \sin{(\omega t)}## and also ##\frac{\partial ^2 y}{\partial x^2} = A''(x) \sin{(\omega t)}##. That results in an ODE $$\omega^2 A(x) + g(L-x) A''(x) = 0$$
 
The restricted domain makes this a much easier problem than what I had assumed based on your original post. You are on the right track - now you need to solve this ODE. Have you learned about series solutions of ODEs?

jason
 
  • Informative
Likes   Reactions: etotheipi
jasonRF said:
The restricted domain makes this a much easier problem than what I had assumed based on your original post. You are on the right track - now you need to solve this ODE. Have you learned about series solutions of ODEs?

I can't remember exactly how to do this, but I'll try and refresh and will post however far I get up to!
 
I get these recurrence relations from inserting ##A(x) = \sum_{n=0}^{\infty} a_n x^n##:$$\omega^2 a_{n-1} + n(n+1)gLa_{n+1} -n(n-1)ga_n = 0$$ $$\omega^2 a_0 + 2gLa_2 = 0$$So I guess I just need to solve the recurrence relation... also ##a_0 = 0## because of the boundary conditions which means that ##a_2 = 0## also.
 
I won't check your algebra but it looks like you are on the right track.

By the way, for a unique solution you will need to specify initial conditions, as well as a boundary condition at ##x=L##. For example, for a freely swinging end ##\partial y(x=L,t)/\partial x = 0## is probably a reasonable choice. Your added boundary condition at ##x=L## will probably yield a set of discrete choices for ##\omega##, and it may require a summation of different modes to satisfy the initial conditions. This means that you would essentially be following the standard separation of variables technique (and you might need both cosine and sine terms). If you aren't familiar with the math a good free reference is
http://www.physics.miami.edu/~nearing/mathmethods/

If you just want to see what the different modes look like, then initial conditions might not be needed and you won't form a series to satisfy the initial conditions, but you will still need the extra boundary condition.

jason
 
  • Like
Likes   Reactions: etotheipi
There are certainly separable solutions of the form y(x,t)=X(x)\mathrm{e}^{\mathrm{i}\omega t}, where X satisfies <br /> g(L - x)X&#039;&#039; + \omega^2 X = 0. Now the substitution x=L(1−z) yields <br /> z\frac{d^2X}{dz^2} + \lambda X = 0 where \lambda = (\omega^2L)/g.

Now that the singular point is at the origin, we can use Frobenius's Method directly: Seek a series of the form X(z)=\sum_{n=0}^\infty a_nz^{n+r} where a_0 \neq 0. This gives <br /> a_0 r(r-1) + \sum_{n=0}^\infty \left(a_{n+1}(n + r + 1)(n + r) + \lambda a_n\right)z^{n+r} = 0 and taking r=1 yields the recurrence <br /> a_{n + 1} = \frac{-\lambda}{(n+1)(n+2)}a_n with solution <br /> X(z) = a_0\sum_{n=0}^\infty \frac{(-1)^n (n+1)}{((n+1)!)^2}\lambda^n z^{n+1}.

The linearly independent solution will have the form <br /> CX(z) \ln z + \sum_{n=0}^\infty b_n z^n (see https://en.wikipedia.org/wiki/Frobenius_method#Roots_separated_by_an_integer). In this case this solution is also nicely behaved at the origin as z^n \ln z \to 0.

For the special case \lambda = 0 we have of course X(z) = Az + B.
 
Last edited:
  • Informative
Likes   Reactions: etotheipi
  • #10
Thanks @pasmith! I hadn't heard of Frobenius's method before so it was interesting to see how you handled the step with the recurrence relation. I will need to do some more reading around this area to get a little more confident with this!
 
  • #11
pasmith said:
<br /> X(z) = a_0\sum_{n=0}^\infty \frac{(-1)^n (n+1)}{((n+1)!)^2}\lambda^n z^{n+1}.

If we set a_0 = A\lambda then we can write this as <br /> X(z) = AF(\lambda z) where
<br /> F(z) = \sum_{n=0}^\infty \frac{(-1)^n}{n!(n+1)!} z^{n+1} satisfies <br /> zF&#039;&#039; + F = 0. This tells us that the eigenvalues \lambda are, depending on the boundary condition at x = 0 (z = 1), either zeroes of F or zeroes of F&#039;. At x = L (z = 0) we have F(0) = 0 and F&#039;(0) = 1.

The linearly independent solution will have the form <br /> CX(z) \ln z + \sum_{n=0}^\infty b_n z^n (see https://en.wikipedia.org/wiki/Frobenius_method#Roots_separated_by_an_integer). In this case this solution is also nicely behaved at the origin as z^n \ln z \to 0.

Note, however, that the derivative of z \ln z does not exist at the origin and blows up as z \to 0^{+}, which suggets that you won't need it.
 
  • Informative
Likes   Reactions: etotheipi

Similar threads

  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K