Question regarding D'Alembert solution for one dimension wave equation

yungman
Messages
5,741
Reaction score
294
In am studying PDE and I have question about D'Alembert solution for one dimension wave equation.

I am going to reference Wolfram:

http://mathworld.wolfram.com/dAlembertsSolution.html

1) I want to verify the step of \frac{\partial y_0}{\partial t} of step (14) of the page.

\Rightarrow\; \frac{\partial y_0}{\partial t}=v_0\; =\; \frac{ \partial f(x-ct)}{\partial (x-ct) } \frac{ \partial (x-ct)}{\partial t }\; + \;\frac{ \partial g(x+ct)}{\partial (x+ct) } \frac{ \partial (x+ct)}{\partial t }

=\; c[\frac{ \partial f(x-ct)}{\partial (x-ct) }\;- \; \frac{ \partial g(x+ct)}{\partial (x+ct) }]|_{t=0} \;= \; -c\frac{ \partial f(x)}{\partial (x) }\;+ \; c\frac{ \partial g(x)}{\partial (x) } \;=\; -cf'(x)+cg'(x)\;\;\; (14)

Am I correct on the steps?



2) I don't follow step (16)

\int_{\alpha} ^x \; v_0(s)\; ds = -cf(x) +cg(x) \;\;\; (16)

a) Where is s come from? Is it just a dummy variable for substitude for x and \alpha later?

Where is \alpha come from?? Is it supposed to be 0 instead?


b) \int_{\alpha} ^x \; v_0(s)\; ds = \int_{\alpha} ^x -cf'(x) +cg'(x) \; = [-cf(x)+cg(x)]_{\alpha}^x

This don't agree with \int_{\alpha} ^x \; v_0(s)\; ds = -cf(x) +cg(x) \;\;\; (16)


Please refer to (14) and (16) in Wolfram page.
 
Last edited:
  • Like
Likes bosque
Physics news on Phys.org
1) It is correct. I am guessing y_{0} is the wave function at t=0? (you'll have to be more accurate with notations)

2)Yes, s is just a dummy variable. \alpha is actually a meaningless constant (could be zero as well). I agree with you that technically the integration is not correct (there should be another term with s=\alpha), but if you look forward into the formula derivation you'll see that this extra term cancells out and has no part in the final formula, so it's not very critical.
 
  • Like
Likes bosque
elibj123 said:
1) It is correct. I am guessing y_{0} is the wave function at t=0? (you'll have to be more accurate with notations)

2)Yes, s is just a dummy variable. \alpha is actually a meaningless constant (could be zero as well). I agree with you that technically the integration is not correct (there should be another term with s=\alpha), but if you look forward into the formula derivation you'll see that this extra term cancells out and has no part in the final formula, so it's not very critical.

thanks for the response

I was referring to the page in Wolfram provided, that's the reason I did not explain what is y0.

Is D'Alembert only for one dimension only?
 
New question on D'Alembert solution.

Please refer to this:

http://mathworld.wolfram.com/dAlembertsSolution.html

(17)\;\Rightarrow \; f(x)=\frac{1}{2}y_0\; -\; \frac{1}{2c} \int_{\alpha}^x \; v_0(s) ds

(18)\;\Rightarrow \; g(x)=\frac{1}{2}y_0\; +\; \frac{1}{2c} \int_{\alpha}^x \; v_0(s) ds

Plug\;(17)\;&\;(18)\; into \; (13)\; \Rightarrow\; y_0(x) \;=\; f(x)\;+\; g(x)\; = \; y_0\;!

How does it become y(x,t) \; = \;\frac{1}{2} y_0(x\;-\;ct)\; +\; \frac{1}{2} y_0(x\;+\;ct)\; +\; \frac{1}{2c} \int_{x-ct}^{x+ct} \; v_0(s) ds \;\; ??

My eqestion is:

1) If I pluging (17) and (18) into (13), I only get Y0(x) that cannot turn into (19) by putting t back in.






The way I explain to myself, please tell me I am correct. Also I still have one more question below. Yes, I have no confidence on my calculus, I need some reassurance. I also added f(a) and g(a) terms from integration, please look and tell me if I am correct.

y_0(x) \;= f(x) + g(x)\;,\; putting \;t \;back\; \Rightarrow\; y(x,t)\;= \;f(x-ct)\; +\; g(x+ct)

(16)\Rightarrow\; \int_a^x \; v_0(s)\; ds \;=\; c[-f(s)\; +\;g(s)]_a^x \;=\; c[-f(x) \;+\; f(a) \;+\; g(x) \;-\;g(a)] \;\;where\; a\; is\; a\; dummy\; constant

(17)\; \Rightarrow \; f(x-ct) \; =\;\frac{1}{2} y_0(x-ct)\; - \frac{1}{2c}\int_{\alpha}^{x-ct} \;v_0(s)\; ds \;-\frac{f(a)}{2c}\;+ \;\frac{g(a)}{2c}\;

=\; \frac{1}{2} y_0(x-ct)\; + \frac{1}{2c}\int _{x-ct}^{a} \;v_0(s)\; ds \;-\frac{f(a)}{2c}\;+ \;\frac{g(a)}{2c}\;

(18)\; \Rightarrow \; g(x+ct) \; =\;\frac{1}{2} y_0(x+ct)\; - \frac{1}{2c}\int_{\alpha}^{x+ct} \;v_0(s)\; ds \;+\; \frac{f(a)}{2c}\;- \;\frac{g(a)}{2c}

Therefore\;\; y(x,t)\;= \;f(x-ct)\; +\; g(x+ct)\; = \;\frac{1}{2} y_0(x\;-\;ct)\; +\; \frac{1}{2} y_0(x\;+\;ct)\; +\; \frac{1}{2c} \int_{x-ct}^{x+ct} \; v_0(s) ds \;\;

What \;is \; y_0(x+ct) \; and \; y_0(x-ct)\; ?

Is it just take y_0(x) and substitude every x with x+ct or x-ct?
 
Last edited:
You explained it very well.

And yes, y(x+ct) is making the change x->x+ct in y(x)
 
elibj123 said:
You explained it very well.

And yes, y(x+ct) is making the change x->x+ct in y(x)

I want to confilm that you mean y_0(x) which is y(x) with t=0. When equating x=x+ct or x=x-ct on all the x in y_0(x) will not equal back to the original y(x,t). Also y_0(x-ct)\; and\; y_0(x-ct) are not equal.

Thanks very much of your time. I don't go to school and just studying at home. I don't quite trust myself. I find going to school is very high pressure and I was very disappointed after looking at what the class cover. The class skip over the Laplace and Poisson equation. Only cover lightly on Bessel and Legendre differential equations. I am studying electromagnetics and antenna, not really studying math. Somehow both the ODE and PDE class spent a lot more time in heat equation than wave equation and Poisson.

Anyway I don't want to bore you with all this. Thanks.

Alan
 
Last edited:
yungman said:
I want to confilm that you mean y_0(x) which is y(x) with t=0. When equating x=x+ct or x=x-ct on all the x in y_0(x) will not equal back to the original y(x,t). Also y_0(x-ct)\; and\; y_0(x-ct) are not equal.

I meant a general function y(x), not necessarily related to the problem.

Of course d'Alambert's formula does this with y0 and twice (once with x+ct and the other time with x-ct)
 
Thanks.
 
Back
Top