What is the solution for a fixed string oscillating at both ends?

  • Thread starter Thread starter saturnsalien
  • Start date Start date
  • Tags Tags
    Oscillation String
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
saturnsalien
Messages
2
Reaction score
0
This isn't actually a homework or coursework problem, but the style of the question is similar so I'm posting it here. Anyways, here goes. Consider a string of length L clamped at both ends, with one end at x=0 and the other at x=L. The displacement of the oscillating string can be described by the following equation:
[itex]\frac{\partial^2 \Psi}{\partial t^2}=\frac{\partial^2 \psi}{\partial x^2}[/itex]

[itex] \textrm{Given that at t=0:}\\<br /> \>\>\>\> \psi(x,0)=\frac{2xh}{L},0\leq x\leq \frac{L}{2}\\<br /> \>\>\>\> \psi(x,0)=\frac{2xh}{L},(L-x),\frac{L}{2}\leq x\leq L\\<br /> \textrm{Show:}\\<br /> \>\>\>\> \psi(x,t)=\sum_{m=1}^\infty\sin\left(\frac{m\pi x}{L}\right)\cdot\cos\omega_mt\cdot\left(\frac{8h}{\pi^2m^2}\right)\cdot\sin\left(\frac{\pi m}{2}\right)[/itex]

So, how do we go about doing that?
 
Last edited:
Physics news on Phys.org
haruspex said:
Do you know the method of separation of variables?

Yeah, that's just rearranging the equation so that different variables occur on opposite sides of the equation. You can also do this by defining a variable as some expression, substitute, and the separate them.