Finding a Solution to Wave Problem: Uxx+Utt=0

  • Thread starter Thread starter Arben
  • Start date Start date
  • Tags Tags
    Wave
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Arben
Messages
1
Reaction score
0
Hello everybody.

I don't know how to find solution and to draw it for this wave problem:
Uxx+Utt=0
U(x,0)=0
Ut(x,0)=1 a )for 0<=x<=1 and
Ut(x,0)=0 otherwise.
I have to draw the grafic for t=0, 1, 2 for x element from -5 to 5.
 
Physics news on Phys.org
In other words, since this is a wave equation with c= 1, any solution can be written in the form U(x,t)= f(x+ t)+ g(x- t) so U(x, 0)= f(x)+ g(x)= 0=> f(x)= -g(x).

Ut(x,t)= f'(x+t)- g'(x-t). Further, since f(x)= -g(x), f'(x)= -g'(x) so Ut(x,0)= f'(x)-g'(x)= 2f'(x). ;Since you are given Ut(x,0) you can integrate to get f.