How to Separate the Wave Equation into Three ODEs Using Separation of Variables?

Click For Summary
SUMMARY

The discussion focuses on separating the wave equation for ψ(t,x,y) into three ordinary differential equations (ODEs) using the method of separation of variables. The wave equation is expressed as ∂²φ/∂t² - ∂²φ/∂x² - ∂²φ/∂y² = 0. Participants clarify that the separation leads to the equations 1/T ∂²T/∂t² = -kₓ²/X and 1/Y ∂²Y/∂y² = -kᵧ²/Y, without introducing additional separation constants for T. The necessity of maintaining the equality of constants across the separated terms is emphasized for proper formulation.

PREREQUISITES
  • Understanding of wave equations and their mathematical representation.
  • Familiarity with the method of separation of variables in differential equations.
  • Knowledge of ordinary differential equations (ODEs) and their solutions.
  • Basic calculus, particularly partial derivatives.
NEXT STEPS
  • Study the method of separation of variables in greater depth, focusing on its applications in solving PDEs.
  • Learn about boundary conditions and their role in solving wave equations.
  • Explore the implications of different separation constants in multi-variable differential equations.
  • Investigate the physical interpretations of solutions to wave equations in various contexts.
USEFUL FOR

Students, mathematicians, and physicists interested in solving wave equations, particularly those studying partial differential equations and their applications in physics and engineering.

whatisreality
Messages
286
Reaction score
1

Homework Statement


The wave equation for ψ=ψ(t,x,y) is given by

##\frac{\partial ^2 \phi}{\partial t^2} - \frac{\partial ^2 \phi}{\partial x^2} - \frac{\partial ^2 \phi}{\partial y^2}##

Use separation of variables to separate the equation into 3 ODEs for T, X and Y. Use the separation constants
##-k_{x}^{2}X## and ##-k_{y}^{2}Y##

Do not introduce any more separation constants for T.

Homework Equations

The Attempt at a Solution


I'm fairly sure I know how to start.
Ansatz ψ(t,x,y) = T(t)X(x)Y(y). Sub the derivatives of this into the the wave equation:

##XY\frac{\partial ^2 T}{\partial t^2} - TY\frac{\partial ^2 X}{\partial x^2} - TX\frac{\partial ^2 Y}{\partial y^2}##=0

Then divide by TXY:
##\frac{1}{T}\frac{\partial ^2 T}{\partial t^2} - \frac{1}{X}\frac{\partial ^2 X}{\partial x^2} - \frac{1}{Y}\frac{\partial ^2 Y}{\partial y^2}##=0

Rearrange:
##\frac{1}{T}\frac{\partial ^2 T}{\partial t^2} = \frac{1}{X}\frac{\partial ^2 X}{\partial x^2} + \frac{1}{Y}\frac{\partial ^2 Y}{\partial y^2}##
Which is only possible if LHS = RHS = constant, I think? But then I would get
##\frac{1}{X}\frac{\partial ^2 X}{\partial x^2} + \frac{1}{Y}\frac{\partial ^2 Y}{\partial y^2}## = constant, and how do I separate that further? Why would I need more than one constant of separation?
Because if
##\frac{1}{X}\frac{\partial ^2 X}{\partial x^2} + \frac{1}{Y}\frac{\partial ^2 Y}{\partial y^2}## = constant

Then surely each individual term must also be a constant, and I can just write
##\frac{1}{X}\frac{\partial ^2 X}{\partial x^2}## = ##-k_{x}^{2}X##
##\frac{1}{Y}\frac{\partial ^2 Y}{\partial y^2}## = ##-k_{y}^{2}X##

And why wouldn't I introduce a new constant for T? What do I write instead,

##\frac{1}{T}\frac{\partial ^2 T}{\partial t^2}## = constant?
 
Physics news on Phys.org
whatisreality said:

Homework Statement


The wave equation for ψ=ψ(t,x,y) is given by

##\frac{\partial ^2 \phi}{\partial t^2} - \frac{\partial ^2 \phi}{\partial x^2} - \frac{\partial ^2 \phi}{\partial y^2}##

You are missing the "= 0" which would turn that expression into an equation.

Use separation of variables to separate the equation into 3 ODEs for T, X and Y. Use the separation constants
##-k_{x}^{2}X## and ##-k_{y}^{2}Y##

Do not introduce any more separation constants for T.

Homework Equations

The Attempt at a Solution


I'm fairly sure I know how to start.
Ansatz ψ(t,x,y) = T(t)X(x)Y(y). Sub the derivatives of this into the the wave equation:

##XY\frac{\partial ^2 T}{\partial t^2} - TY\frac{\partial ^2 X}{\partial x^2} - TX\frac{\partial ^2 Y}{\partial y^2}##=0

Then divide by TXY:
##\frac{1}{T}\frac{\partial ^2 T}{\partial t^2} - \frac{1}{X}\frac{\partial ^2 X}{\partial x^2} - \frac{1}{Y}\frac{\partial ^2 Y}{\partial y^2}##=0

Rearrange:
##\frac{1}{T}\frac{\partial ^2 T}{\partial t^2} = \frac{1}{X}\frac{\partial ^2 X}{\partial x^2} + \frac{1}{Y}\frac{\partial ^2 Y}{\partial y^2}##
Which is only possible if LHS = RHS = constant, I think? But then I would get
##\frac{1}{X}\frac{\partial ^2 X}{\partial x^2} + \frac{1}{Y}\frac{\partial ^2 Y}{\partial y^2}## = constant, and how do I separate that further? Why would I need more than one constant of separation?
Because if
##\frac{1}{X}\frac{\partial ^2 X}{\partial x^2} + \frac{1}{Y}\frac{\partial ^2 Y}{\partial y^2}## = constant

Then surely each individual term must also be a constant, and I can just write
##\frac{1}{X}\frac{\partial ^2 X}{\partial x^2}## = ##-k_{x}^{2}X##
##\frac{1}{Y}\frac{\partial ^2 Y}{\partial y^2}## = ##-k_{y}^{2}X##

You mean
<br /> \frac 1X \frac{\partial^2 X}{\partial x^2} = -k_x^2 \\<br /> \frac 1Y \frac{\partial^2 Y}{\partial x^2} = -k_y^2<br />

And why wouldn't I introduce a new constant for T?

Because you need <br /> \frac{1}{T}\frac{\partial ^2 T}{\partial t^2} - \frac{1}{X}\frac{\partial ^2 X}{\partial x^2} - \frac{1}{Y}\frac{\partial ^2 Y}{\partial y^2}<br /> = \frac{1}{T}\frac{\partial ^2 T}{\partial t^2} + k_x^2 + k_y^2 =0
 
  • Like
Likes   Reactions: whatisreality
pasmith said:
You are missing the "= 0" which would turn that expression into an equation.

You mean
<br /> \frac 1X \frac{\partial^2 X}{\partial x^2} = -k_x^2 \\<br /> \frac 1Y \frac{\partial^2 Y}{\partial x^2} = -k_y^2<br />

Because you need <br /> \frac{1}{T}\frac{\partial ^2 T}{\partial t^2} - \frac{1}{X}\frac{\partial ^2 X}{\partial x^2} - \frac{1}{Y}\frac{\partial ^2 Y}{\partial y^2}<br /> = \frac{1}{T}\frac{\partial ^2 T}{\partial t^2} + k_x^2 + k_y^2 =0
Oh yes, I did mean that. An yep, get the bit about not introducing a new constant too! Thank you :)
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
Replies
5
Views
2K
Replies
4
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
1
Views
2K
Replies
2
Views
1K
  • · Replies 18 ·
Replies
18
Views
3K
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
10
Views
3K