Can the Forced Wave Equation Be Solved Numerically?

  • Context: Graduate 
  • Thread starter Thread starter Tohiko
  • 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
2 replies · 2K views
Tohiko
Messages
8
Reaction score
0
Hi,

I want to solve the following wave equation:
[tex]u_{tt} - c^2 u_{xx} = f(x,t)u[/tex]

What is the best way to do it? I don't think I can use Duhamel's principle since I have a u in the forcing.
Doing a change of variables of the form
[tex]w=x+ct, v=x-ct[/tex]
Seems to make things worse.

Any ideas?
Thank you
 
Physics news on Phys.org
I doubt there is a closed form solution for general f(x,t).

Even

[tex]\frac{d^2y}{dx^2} + [a + 2q\cos(2x)]y = 0[/tex]

doesn't have a closed form solution. (This is known as the Mathieu equation).
 
Yes, I've worked with Mathieu's Equations before

And actually I think I might be working with some form of them since in one of the
equations that I want to solve I have
[tex]f(x,t) = 1- a \cos (b t)[/tex]
For some constants a,b

Back to the general forced wave equation: can it be solved numerically? If so, can you give me some pointers on how to do that?