Using WKB(J) method to obtain asymptotics for an elastic string?

Click For Summary

Discussion Overview

The discussion revolves around the application of the WKB method to derive asymptotic expansions for the eigenfunctions of a differential equation modeling an elastic string. Participants explore the simplification of a specific differential equation and the implications of using a WKB ansatz in this context.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant presents a differential equation for an elastic string and seeks to simplify it to obtain a recurrence relation for eigenfunctions.
  • Another participant points out a potential error in the sign of the equation and questions the necessity of the WKB ansatz if the equation can be solved directly.
  • A participant describes their use of the WKB method to derive a recurrence relation and expresses uncertainty about its applicability to the given equation.
  • Discussion includes a transformation of the equation into a form suitable for WKB approximation and its relation to perturbation theory.
  • Several participants engage in clarifying the transformation of variables and the implications of partial versus ordinary derivatives in the context of the equations discussed.
  • One participant acknowledges a mistake in their transformation process and attempts to clarify the correct approach to derive the desired form.

Areas of Agreement / Disagreement

Participants express differing views on the necessity and applicability of the WKB method for the given differential equation. There is no consensus on whether the WKB ansatz is required or if the equation can be solved directly.

Contextual Notes

Participants highlight potential limitations in their approaches, including the need for careful handling of variable transformations and the distinction between partial and ordinary derivatives. Some assumptions about the behavior of the function p(x) and its implications for the WKB method are also noted.

dev00790
Messages
13
Reaction score
0
Hello,

The differential equation is question that models an elastic string is:
[tex]\frac {\partial^2 u}{\partial t^2} - \frac{\partial}{\partial x}\left( p(x) \frac{\partial u}{\partial x}\right)= 0[/tex]

Taking [tex]u(x,t) = e^{-i\lambda t} y(x)[/tex]
I simplify above diff.eqn. to: [tex]\lambda^2 y(x) + \frac{\partial}{\partial x}\left( p(x) y'(x)\right)= 0[/tex]

Then taking a WKB ansatz for [tex]y(x,\lambda)[/tex] as follows: [tex]y(x,\lambda) = e^{-i\lambda \xi(x)} \sum_{n=0}^{\infty} \frac{Y_{n}(x) }{\lambda^n}[/tex], I end up with;

[tex]\lambda^2 e^{-i\lambda \xi(x)} \sum_{n=0}^{\infty}\frac{Y_{n}(x) }{\lambda^n}<br /> + \frac{\partial}{\partial x}\left[p(x)e^{-i\lambda \xi(x)}\left(\sum_{n=0}^{\infty}\frac{Y_n'(x)}{\lambda^n} - i\lambda\xi(x)\sum_{n=0}^{\infty}\frac{Y_n(x)}{\lambda^n}\right)\right][/tex]

The Problem: I wonder if this last equation can be simplified? - I'm trying to obtain an recurrence relation for the eigenfunctions [tex]Y_n(x)[/tex] and their derivatives.

If it can't be simplified, what adjustments / changes are needed for this above method in order to obtain a recurrence relation?

Thanks, dev00790
 
Last edited:
Physics news on Phys.org
The sign of the second equation is wrong, it should be read [itex]-\lambda^2 y(x)[/itex]. Appart from that, what is your question?
 
Above post is edited, including further working and my question.

Replying to your question. I've checked my working, and i believe

[tex]\frac{\partial^2 u}{\partial t^2} = -\lambda^2 e^{-i\lambda t}y(x)[/tex]

[tex]\frac{\partial u}{\partial x} = e^{-i\lambda t}y'(x)[/tex]

Substituting into [tex]\frac {\partial^2 u}{\partial t^2} - \frac{\partial}{\partial x}\left( p(x) \frac{\partial u}{\partial x}\right)= 0[/tex] then taking [tex]-e^{-i\lambda t}[/tex] outside bracket, and canceling by this factor this simplifies to
[tex]\lambda^2 y(x) + \frac{\partial}{\partial x}\left( p(x) y\'(x)\right)= 0[/tex] ?
 
dev00790 said:
[tex]\lambda^2 y(x) + \frac{\partial}{\partial x}\left( p(x) y\'(x)\right)= 0[/tex] ?

Just curious. If the above linear DE can be solve for y(x) why do we need to consider that WKB ansatz (whatever it is) ?
 
I've been using a WKB ansatz to deduce a recurrence relation in terms of [tex]Y_n[/tex] and [tex]Y_n{'}[/tex] and hence formulae for [tex]Y_n[/tex], as its the method I have been using to derive an asymptotic expansion of [tex]y(x,\lambda)[/tex] as n tends to infinity for the following equation:

[tex]y^{''}+ \lambda^2 p(x)y= 0[/tex].
This gave the following reccurence relation (with simplification): [tex]i\xi^{''}Y_{n+1}+2i\xi{'}Y'_{n+1}+Y_n{''}=0[/tex]

So I tried this method with [tex]\frac {\partial^2 u}{\partial t^2} - \frac{\partial}{\partial x}\left( p(x) \frac{\partial u}{\partial x}\right)= 0[/tex] to see if method can still be used, if not how to change it / and or have to use a different method? - If so why?

Then hit the mentioned problem stated in my first post. Can anyone help with this please?
 
Last edited:
matematikawan said:
Just curious. If the above linear DE can be solve for y(x) why do we need to consider that WKB ansatz (whatever it is) ?

The equation d/dx[p(x)dy/dx]+λ2y(x)=0 can be transformed, by the variable changes dz=p(x)dx, w(z)=y(x(z)), to the form:

d2w/dz22p-1w=0

Now you can apply the WKB approximation which is rather accurate if p is not step-wise.

The latter equation can be also transformed in a Schroedinger-like form

u'' + Vu +λ2u = 0

and solved by the perturbation theory (see Mors, Feshbah book Methods of Theoretical Physics, V. 1). When n>>1, |λn2u|>>|Vu|, so the asymptotic solutions for un and λn are the solutions of the "non perturbed" equation:

u'' + λ2u = 0

Bob_for_short.
 
Last edited:
Bob_for_short, the following point you made;

The equation [tex]\frac{d}{dx}\left(p(x)\frac{dy}{dx}\right)+\lambda^2y(x)=0[/tex] can be transformed, by the variable changes dz=p(x)dx, w(z)=y(x(z))

but this is not the same equation as the one above: [tex]\frac{\partial}{\partial x}\left(p(x)\frac{dy}{dx}\right) + \lambda^2 y(x)= 0[/tex]

Can one apply a transformation of variables to this equation as it involves partial differentiation? If so what would this transformation be? Thanks.
 
Last edited:
dev00790 said:
but this is not the same equation as the one above: [tex]\frac{\partial}{\partial x}\left(p(x)\frac{dy}{dx}\right) + \lambda^2 y(x)= 0[/tex]

Can one apply a transformation of variables to this equation as it involves partial differentiation? If so what would this transformation be? Thanks.

After the time and space coordinate separation you obtain the ordinary rather than partial derivatives. Your y(x) depends only on x. So my transformation applies well.

Bob.
 
The equation [tex]\frac{d}{dx}\left(p(x)\frac{dy}{dx}\right)+\lambda^2y(x)=0[/tex] can be transformed, by the variable changes [tex]dz=p(x)dx,[/tex] [tex]w(z)=y(x(z)),[/tex] to the form:

[tex]\frac{d^2w}{dz^2}+\lambda^2 p^{-1}w=0[/tex]

Ok, so I try and do this transformation:

Using w(z)=y(x(z)), I get w'(z) = y'(x(z)).x'(z) = [y'(x(z))]/p(x) using [tex]\frac{dx(z)}{dx}=\frac{1}{p(x)}[/tex]

Thus w''(z) = y'(x(z)).x''(z) + x'(z).y''(x(z))

I cannot see how u arrive at [tex]\frac{d^2w}{dz^2}+\lambda^2 p^{-1}w=0[/tex] though?
Please explain this in detail. Thanks.
 
  • #10
I made a mistake, sorry. In fact dx=pdz or dz=p-1dx. Then

d/dx=z'd/dz=p-1d/dz; pd/dx=d/dz, OK?

y=w, OK?

So you directly obtain : p-1d2w/dz22w=0

or d2w/dz22pw=0

Bob.
 
  • #11
On Perturbation Theory for the Sturm-Liouville Problem with Variable Coefficients by Vladimir Kalitvianski: http://arxiv.org/abs/0906.3504. Lots of interesting results.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
959
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 0 ·
Replies
0
Views
4K
  • · Replies 21 ·
Replies
21
Views
4K
  • · Replies 18 ·
Replies
18
Views
4K