PDE Wave Equation/boundary condition question

walter9459
Messages
20
Reaction score
0

Homework Statement


I need to visualize the wave equation with the following initial conditions:
u(x,0) = -4 + x 4<= x <= 5
6 - x 5 <= x <= 6
0 elsewhere
du/dt(x,0) = 0

subject to the following boundary conditions:
u|x=0 = 0




Homework Equations


I'm not sure I understand the boundary conditions as they written can someone help me?


The Attempt at a Solution


Not sure where to start with the boundary conditions.
 
Physics news on Phys.org
This represents a semi-infinite string tied down at the origin and given a triangular displacement between 4 and 6. So at time t = 0 the string looks like this:

It is on the x-axis from (0,0) to (4,0) then goes on a slope 1 straight line to (5,1), then on a slope -1 back down to (6,0), then out the x axis.

The du/dt(x,0) = 0 statement says the string is released from rest, not given an initial velocity.

Th boundary condition u|x=0 = 0 would be better written as u(0,t) = 0 for t >0 which says the string is tied down at the end.

Have you studied D'Alembert's solution and how to handle semi-infinite strings with it? That's where you need to look.
 
im sorry if I am doing wrong by posting in a another thread,but i have a similar problem...
its an infinite string which is straight ( U(x,0)= 0) and has input velocity defined by some arbitrary function g(x)...
from this conditions i have to derive

http://wiki.fizika.org/w/images/math/e/5/6/e567728fec46f565bb53595c63035ec9.png
(sorry,dont know Latex)

where c is (obviously) its velocity...
im having problem with boundary conditions...well,everything tends to cancel out :biggrin:
 
Last edited by a moderator:
mediocre said:
im sorry if I am doing wrong by posting in a another thread,but i have a similar problem...
its an infinite string which is straight ( U(x,0)= 0) and has input velocity defined by some arbitrary function g(x)...
from this conditions i have to derive

http://wiki.fizika.org/w/images/math/e/5/6/e567728fec46f565bb53595c63035ec9.png
(sorry,dont know Latex)

where c is (obviously) its velocity...
im having problem with boundary conditions...well,everything tends to cancel out :biggrin:

If you start with the the 1-dimensional wave equation for the vibrating string:

u_{tt} = c^2 u_{xx}

have you studied the D'Alembert substitution:

r = x + ct,\, s = x - ct

yet? This leads to the equation:

u_{rs} = 0

which leads to the solution you are seeking. Perhaps if you show what you have done so far I would know where to help you.
 
Last edited by a moderator:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top