Wave Equation with initial conditions, boundary condtions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
mmmboh
Messages
401
Reaction score
0
ojfq7p.jpg


So, I do not think I did this properly, but if f(-x)=-f(x), then u(-x,0)=-u(x,0), and if g(-x)=-g(x), then ut(-x,0)=-ut(x,0).

According to D`Alambert`s formula,

u(x,t)=[f(x+t)+f(x-t)]/2 + 0.5∫g(s)ds (from x-t to x+t)
so, u(0,t)=[f(t)+f(-t)]/2 + 0.5∫g(s)ds (from -t to t)

f is odd, and so is g, so the equation ends up giving zero, as required. But I don`t think that`s what we have to do. How do do I extend the initial conditions so that f(-x)=-f(x)? and the same for g(x). I know how to create an odd function, I can just let h(x)=xf(x2), then h(-x)=-h(x), but I`m not sure what I`m suppose to do.
 
Physics news on Phys.org
Write doen D'Almberts solution, what do you get?
 
What do you mean? I thought I did write it down,
[tex] u(x,t)=\frac{1}{2}[f(x-t)+f(x+t)]+\frac{1}{2}\int_{x-t}^{x+t} g(s)ds[/tex]
 
Hm, I think I got it, I`ll try to post it soon.
 
If you've done it, post it otherwise we can go from there. My first thought would be to define two new functions a,b, such that:
[tex] a(x)=\left\{\begin{array}{cc}<br /> f(x) & x\geqslant 0 \\<br /> -f(x) & x<0<br /> \end{array}\right.[/tex]
Likewise fot b and work from there.