Understanding PDEs: Evaluating a Solution to the 1-Dimensional Wave Equation

  • Thread starter Thread starter ZedCar
  • Start date Start date
  • Tags Tags
    Pde
ZedCar
Messages
353
Reaction score
1

Homework Statement


I'm just trying to get an understanding of answering PDEs, so wanted to ask what you thought of my answer to this question.

The one-dimensional wave equation is given by the first equation shown in this link;

http://mathworld.wolfram.com/WaveEquation1-Dimensional.html

where Ψ = f(x, t)

Is f(x, t) = exp(x-ivt) a possible solution?

Homework Equations


The Attempt at a Solution



∂^2 f/∂x^2 = exp(x-ivt)

and

∂f/∂t = -iv exp(x-ivt)

Possible if v = -i
 
Last edited:
Physics news on Phys.org
ZedCar said:

Homework Statement


I'm just trying to get an understanding of answering PDEs, so wanted to ask what you thought of my answer to this question.

The one-dimensional wave equation is given by the first equation shown in this link;

http://mathworld.wolfram.com/WaveEquation1-Dimensional.html

where Ψ = f(x, t)

Is f(x, t) = exp(x-ivt) a possible solution?



Homework Equations





The Attempt at a Solution



∂^2 f/∂x^2 = exp(x-ivt)

and

∂f/∂t = -ic exp(x-ivt)

Possible if v = -i

You need to compute \partial^2 f/\partial t^2, \text{ not just } \partial f/\partial t. Anyway: what is "c"? The PDE does not have "c" in it, nor does your f.

RGV
 
Ray Vickson said:
Anyway: what is "c"? The PDE does not have "c" in it, nor does your f.

Sorry, c should have been v. I've corrected it now.
 
Ray Vickson said:
You need to compute \partial^2 f/\partial t^2, \text{ not just } \partial f/\partial t.

RGV

So when I obtain the 2nd partial differentiation for 't' I obtain;

-v^2 exp(x-ivt)

So I assume this is not a possible solution since

exp(x-ivt) ≠ -exp(x-ivt)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top