Solving Inhomogeneous Wave PDE with Separation of Variables on (0,pi)

  • Thread starter Thread starter jacoleen
  • Start date Start date
  • Tags Tags
    Pde Wave
jacoleen
Messages
14
Reaction score
0
Problem:

Use separation of variables to solve
utt = uxx-u;
u(x, 0) = 0;
ut(x, 0) = 1 + cos3 x;
on the interval (0, pi), with the homogeneous Dirichlet boundary conditions.

Question:

I know how to use separation of variables, but can`t figure out what to do with the u in the equation utt=uxx=u..any hints please?
 
Physics news on Phys.org
Duhammel's principle:
http://en.wikipedia.org/wiki/Duhamel's_principle

seperate this problem to the next problem:

v_tt-v_xx=0
v(x,0)=0
v_t(x,0)=1+cos^3(x)

and
w_tt-w_xx= -u(x,t)
w(x,0)=0
w_t(x,0)=0

So u(x,t)=w(x,t)+v(x,t)

For the w use Duhamel, for v separation of variables.
 
Never mind what I wrote, you can solve it by seperation:

u(x,t)= T(t)X(x)

u_tt = T''(t) X(x) = T(t)X''(x)-TX
divide by XT and get T''/T= X''/X-1
one side depends on t the other side on x so both of them are constant.
 
oh wow, I can`t believe i didnt think of dong that..thanks! :D
 
one more question, when i separate my variables i get
X(x) = Ae(1-lamba2)1/2x + Be-(1-lamba2)1/2x
T(t) = Csin(lamba*t)+Dcos(lamba*t),
but when I solve it I get all my coefficients equal to zero..are these the right equations?
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top