Wave pulse travel time on a vertical rope with varying tension

  • Thread starter Thread starter skiboka33
  • Start date Start date
  • Tags Tags
    String Vertical
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
skiboka33
Messages
59
Reaction score
0
A rope of mass m and length L is suspended vertically. Show that a transverse wave pulse will travel the length of the tope in a time t = 2(L/g)^1/2.

stuck... i tried:

v = (T/u)^1/2 ; where T = m(X/L)g and u = m/L

the X is the distance from the bottom of the string...

so i got v= (xg)^1/2

t= (L-X)/ (xg)^1/2

which i can't simplify to t = 2(L/g)^1/2.

Where did I go wrong here? logic is making sense to me but I am no getting the answer. thanks.
 
Physics news on Phys.org
You found v as of function of x correctly, but then just multiplied by the distance to find the time. Since v is not constant, you must integrate:
[tex]v = \frac{dx}{dt} = (xg)^{1/2}[/tex]
[tex]t = \int_{0}^{L}\frac{dx}{(xg)^{1/2}}[/tex]
 
can you please expain why T = m(X/L)g? Thanks!