Elastic String Displacement u(x,t)

TranscendArcu
Messages
277
Reaction score
0

Homework Statement


Consider an elastic string of length L whose ends are held fixed. The string is set in motion with no initial velocity from an initial position u(x, 0) = f (x). Assume that the parameter alpha = 1. Find the displacement u(x,t) for the given initial position f(x)
Screen_shot_2012_05_27_at_8_54_39_PM.png


The Attempt at a Solution


<br /> u(x,t) = X(x)T(t) \Rightarrow \frac{X&#039;&#039;}{X} = \frac{T&#039;&#039;}{T} = -\lambda\\<br /> X = C_1 cos(\sqrt{\lambda}x) + C_2 sin(\sqrt{\lambda}x)\\X(0) = C_1 = 0\\X(L) = C_2 sin(\sqrt{\lambda}L) = 0 \Rightarrow \sqrt{\lambda}L = n\pi \forall n\geq 1 \Rightarrow \lambda = (\frac{n \pi}{L})^2\\<br /> T&#039;&#039;+ \lambda T = 0 \Rightarrow T = C_1 cos(\frac{n \pi t}{L}) + C_2 sin(\frac{n \pi t}{L})\\<br /> \Rightarrow u_n(x,t) = A_n cos(\frac{n \pi t}{L})sin(\frac{n \pi x}{L}) + B_n sin(\frac{n \pi t}{L}) sin(\frac{n \pi x}{L})\\<br /> \Rightarrow u(x,t) = \sum _1 ^\infty A_n cos(\frac{n \pi t}{L})sin(\frac{n \pi x}{L}) + B_n sin(\frac{n \pi t}{L}) sin(\frac{n \pi x}{L})\\<br /> u(x,0) = 1 = \sum _1 ^\infty A_n cos(\frac{n \pi (0)}{L})sin(\frac{n \pi x}{L}) + B_n sin(\frac{n \pi (0)}{L}) sin(\frac{n \pi x}{L}) = \sum _1 ^\infty A_n sin(\frac{n \pi x}{L})\\<br /> \frac{\partial u(x,0)}{\partial t} = \sum _1 ^\infty B_n \frac{n \pi}{L} sin(\frac{n \pi x}{L}) = 0\\<br /> <br />
So this forces all of the B_n to zero. We now solve the A_n
<br /> A_n = 2 \int _0 ^L f(x)sin(\frac{n \pi x}{L}) dx = 2 \int_{\frac{L}{2} - 1} ^{\frac{L}{2} + 1} sin(\frac{n \pi x}{L}) dx = \frac{4Lsin(\frac{n \pi}{2})sin(\frac{n \pi}{L} )}{\pi n}<br /> <br />Thus, my solution should be:
<br /> u(x,t) = \sum_1 ^\infty \frac{4Lsin(\frac{n \pi}{2})sin(\frac{n \pi}{L} )}{\pi n} sin(\frac{n \pi x}{L})cos(\frac{n \pi t}{L})<br />
However, this answer is off by a factor of L from what the book has. Can anyone help me find my mistake?
 
Physics news on Phys.org
Everything looks good until evaluating that integral. You'll have to point us to which trig identity(s) you used to make it easier to check, but I'm suspicious of that factor of L in the same line that starts A_n=\dots
 
Last edited:
TranscendArcu said:
<br /> A_n = 2 \int _0 ^L f(x)sin(\frac{n \pi x}{L}) dx = <br />

Doesn't the half-range expansion for ##A_n## look like this$$
A_n = \frac 2 L \int _0 ^L f(x)sin(\frac{n \pi x}{L}) dx$$
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top