As part of my Uni courses, I want to write down the basic derivation of the
one-dimensional wave equation on a rope, just as an exercise for myself :)
Let’s imagine that we have a vibrating rope, and we chunk out a small fragment
of it.
If we draw the diagram of forces we’ll get:

Where μ=dm/dl≊dm/dx is the density, and T is the tension on
the rope.
Using Newton’s second law, for x:
μdxdt2d2x=Tsin(θ+dθ)−Tsinθ
Now, for very small values of dθ<<θ, we can use Taylor’s
approximation around dθ=0:
sin(θ+dθ)≊sinθ+dθd[sin(θ+dθ)]dθ=0dθ+O(dθ2)=sinθ+cosθdθ+O(dθ2)
Substituting back, we get:
μdxdt2d2x=Tsinθ+Tcosθdθ−Tsinθ=Tcosθdθ
Rearranging a bit:
dt2d2x=μTcosθdxdθ
For small θ approximation, we have cosθ≊1:
dt2d2x=μTdxdθ
This is nice, but there’s three variables here, let’s try to get rid of
θ. With a bit of trigonometry, we can see that:
tandθ=dxdy
And again, doing Taylor approximation around dθ=0, we get:
tandθ=dxdy≊dθ
Deriving with respect x both sides:
dx2d2y=dxdθ
And plugging this back to the equation from before, we end up with:
dt2d2x=μTdxd2y≡c2dxd2y
And this is our wave equation! \o/, where it’s usually defined
c≡μT as the propagation velocity.