How to Approach Solving a 2D Damped 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 · 7K views
igor_b
Messages
1
Reaction score
0
Hi to all!

I need to solve following equation:
[tex] \frac{\partial^2 u}{\partial t^2} + 2 \beta \frac{\partial u}{\partial t} -c^2\nabla^2u=0[/tex]

It describes a damped wave on a x-y plane. [tex]2\beta[/tex] is damping factor and c is wave speed.

I haven't had any luck finding a PDE class that looks like this. Closest match is Helmholtz equation but it doesn't have [tex]\frac{\partial}{\partial t}[/tex] element.

Tried to solve it using Mathematica but didn't have any luck (but that is maybe because of the fact that I don't really know how to use Mathematica).

Any hints on how to proceed would be appreciated either on manual solving or by using Mathematica (or Matlab, for that matter).

Igor
 
Physics news on Phys.org
separation of variables to turn it into ordinary differential equations. It looks like __ equation for spatial part, and __ for time part, but I won't fill in the blanks, that's cheating :)