2
$\begingroup$

Okay so I am super confused on what the method of characteristics is and what it means geometrically. So my first question is if anyone could kindly explain what characteristic lines are, why its considered a "change of coordinates" and just a little geometrical meaning behind it.

Now, after that consider the wave equation $u_{tt} = c^2 u_{xx}$

If its okay with everyone I'd like just reference a pdf because my latex speed isn't that great and its 4:15 am. I have finals in a couple of days. here is one I really like and could follow it easily: http://www.maths.uq.edu.au/~asj/PDES/set3.pdf

Now once you go to the example section, they have two examples.

  • The first one is no initial speed but an initial displacement.
  • The second one is a "hammer" problem where a "blow" slows down the initial speed.

Both solutions are given in terms of "cases". I understand them perfectly HOWEVER I do not understand the graphs behind it. Basically I want to time them for t = 0, 1, 2. This is given for the first example but not for the second (not that I get the first example picture).

Secondly, is there an analytical solution to D'Alembert's solution? I mean if that question shows up on the final (and i have a feeling a variation of it will) then can I leave my answer as cases or is there a way to find an explicit formula for it?

So to recap I am just looking for intuition behind method of characteristics and how it applies to the wave equation. Bonus points (or my eternal appreciation) to someone who can type it up from scratch going through every point and explaining it but thats me being selfish and asking for too much :P

Thank you!

edit: page 5 of this pdf http://www.math.ubc.ca/~seymour/400wave5.pdf has the sketches for the other example (the hammer blow example) but i just dont understand how they are coming up with those sketches.

  • 0
    This question has been solved perfectly. Hope that the asker has been diving enough and accept the answer at an early date.2012-09-10

1 Answers 1

1

With reference to http://en.wikipedia.org/wiki/D%27Alembert%27s_formula :

The characteristics of this PDE are $x\pm ct=\mathrm{const}$

Let $\mu=x+ct$ , $\eta=x-ct$ ,

Then $\dfrac{\partial u}{\partial x}=\dfrac{\partial u}{\partial\mu}\dfrac{\partial\mu}{\partial x}+\dfrac{\partial u}{\partial\eta}\dfrac{\partial\eta}{\partial x}=\dfrac{\partial u}{\partial\mu}+\dfrac{\partial u}{\partial\eta}$

$\dfrac{\partial^2u}{\partial x^2}=\dfrac{\partial}{\partial x}\left(\dfrac{\partial u}{\partial\mu}+\dfrac{\partial u}{\partial\eta}\right)=\dfrac{\partial}{\partial\mu}\left(\dfrac{\partial u}{\partial\mu}+\dfrac{\partial u}{\partial\eta}\right)\dfrac{\partial\mu}{\partial x}+\dfrac{\partial}{\partial\eta}\left(\dfrac{\partial u}{\partial\mu}+\dfrac{\partial u}{\partial\eta}\right)\dfrac{\partial\eta}{\partial x}=\dfrac{\partial^2u}{\partial\mu^2}+\dfrac{\partial^2u}{\partial\mu\eta}+\dfrac{\partial^2u}{\partial\mu\eta}+\dfrac{\partial^2u}{\partial\eta^2}=\dfrac{\partial^2u}{\partial\mu^2}+2\dfrac{\partial^2u}{\partial\mu\eta}+\dfrac{\partial^2u}{\partial\eta^2}$

$\dfrac{\partial u}{\partial t}=\dfrac{\partial u}{\partial\mu}\dfrac{\partial\mu}{\partial t}+\dfrac{\partial u}{\partial\eta}\dfrac{\partial\eta}{\partial t}=c\dfrac{\partial u}{\partial\mu}-c\dfrac{\partial u}{\partial\eta}$

$\dfrac{\partial^2u}{\partial t^2}=\dfrac{\partial}{\partial t}\left(c\dfrac{\partial u}{\partial\mu}-c\dfrac{\partial u}{\partial\eta}\right)=\dfrac{\partial}{\partial\mu}\left(c\dfrac{\partial u}{\partial\mu}-c\dfrac{\partial u}{\partial\eta}\right)\dfrac{\partial\mu}{\partial t}+\dfrac{\partial}{\partial\eta}\left(c\dfrac{\partial u}{\partial\mu}-c\dfrac{\partial u}{\partial\eta}\right)\dfrac{\partial\eta}{\partial t}=c^2\dfrac{\partial^2u}{\partial\mu^2}-c^2\dfrac{\partial^2u}{\partial\mu\eta}-c^2\dfrac{\partial^2u}{\partial\mu\eta}+c^2\dfrac{\partial^2u}{\partial\eta^2}=c^2\dfrac{\partial^2u}{\partial\mu^2}-2c^2\dfrac{\partial^2u}{\partial\mu\eta}+c^2\dfrac{\partial^2u}{\partial\eta^2}$

$\therefore c^2\dfrac{\partial^2u}{\partial\mu^2}-2c^2\dfrac{\partial^2u}{\partial\mu\eta}+c^2\dfrac{\partial^2u}{\partial\eta^2}=c^2\dfrac{\partial^2u}{\partial\mu^2}+2c^2\dfrac{\partial^2u}{\partial\mu\eta}+c^2\dfrac{\partial^2u}{\partial\eta^2}$

$4c^2\dfrac{\partial^2u}{\partial\mu\eta}=0$

$\dfrac{\partial^2u}{\partial\mu\eta}=0$

$u=C_1(\mu)+C_2(\eta)$

$u=C_1(x+ct)+C_2(x-ct)$

  • 0
    @oen: Thanks to reminder. My answer has been corrected now.2012-07-11