Solving Klein-Gordon PDE w/ Change of Variables

  • Context: Graduate 
  • Thread starter Thread starter yonatan
  • Start date Start date
  • Tags Tags
    Klein-gordon Pde
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
yonatan
Messages
2
Reaction score
0
Hi.
I'm following the solution of a Klein-Gordon PDE in a textbook. The equation is
[tex]\begin{align}<br /> k_{xx}(x,y) - k_{yy}(x,y) &= \lambda k(x,y) \\<br /> k(x,0) &= 0 \\<br /> k(x,x) &= - \frac{\lambda}{2} x<br /> \end{align}[/tex]
The book uses a change of variables
[tex]$\xi = x+y$, $\eta = x-y$[/tex]
to write
[tex]\begin{align}<br /> k(x,y) &= G(\xi,\eta)\\<br /> k_{xx} &= G_{\xi \xi} + 2G_{\xi \eta} + G_{\eta \eta}\\<br /> k_{yy} &= G_{\xi \xi} - 2G_{\xi \eta} + G__{\eta \eta}<br /> \end{align}[/tex]
and then they write the original PDE as
[tex]\begin{align}<br /> G_{\xi \eta}(\xi,\eta) &= \frac{\lambda}{4} G(\xi,\eta),\\<br /> G(\xi,\xi) &= 0,\\<br /> G(\xi,0) &= - \frac{\lambda}{4} \xi<br /> \end{align}[/tex]
I'm fine with the first line in the new PDE, but the other two, the boundary conditions, i don't get how they arrive at.

Can somebody help me understand? I'll be much appreciative :-)

J.
 
Last edited:
Physics news on Phys.org
Basically just check the definition!

k(x,y)=G(xi,eta)

In the first boundary condition, k(x,0)=0.
now what does y=0 mean? xi=x+y and eta=x-y, hence y=0 means: xi=x and eta=x, hence xi=eta, hence k(x,0)=G(xi,xi)=0

similarly for the second one..
 
I see, thanks. Would it then be the same, for the case k(x,0)=0, where y=0 and xi=eta, to write G(eta,eta)=0?