D'Alembert's Solution to wave equation

  • Context: Graduate 
  • Thread starter Thread starter pierce15
  • Start date Start date
  • Tags Tags
    Wave Wave equation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
pierce15
Messages
313
Reaction score
2
Hello,

How does the change of variables ## \alpha = x + at , \quad \beta = x - at ## change the differential equation

$$ a^2 \frac{ \partial ^2 y}{ \partial x^2 } = \frac{ \partial ^2 y} {\partial t ^2} $$

to

$$ \frac{ \partial ^2 y}{\partial \alpha \partial \beta } = 0$$

? I'm having a hard time following the proofs on wolfram alpha, etc
 
Physics news on Phys.org
I think I've got it, although I don't think this is a legitimate proof:

$$ \frac{ \partial \alpha}{\partial t} = a, \quad \frac{\partial \beta}{\partial t} = -a \implies \frac{1}{-a^2} \frac{ \partial \alpha \partial \beta}{\partial t^2 } = 1 $$

By the same logic,

$$ \frac{ \partial \alpha \partial \beta}{ \partial x^2} = 1$$

From the wave equation:

$$ a^2 \frac{ \partial ^2 y}{\partial x^2} \frac{\partial x^2}{\partial \alpha \partial \beta } = \frac{ \partial ^2 y}{\partial t^2} \frac{\partial t^2}{\partial \alpha \partial \beta} (-a^2) $$

$$ \implies \frac{ \partial ^2 y}{\partial \alpha \partial \beta } = 0 $$

Is that OK? It's cool to just treat everything like a fraction?