Consider the diagram bellow, a massive string hanging in equilibrium
My question is this: Can we take any 2 random point on the rope, say A and B and then use ∑F=0 on the rope between them: i.e. say that T0sin(θ)+T0sin(θ)=mg. Where θ is the angle the two forces T0 make with the horizontal and m is the total mass of the rope between these two points.
If this is the case would is work with the points in green so that in resolving horizontally would get us say T1cos(θ1)=T2cos(θ2) where θ1 and θ2 are the angles they make with the horizontal.
If you need any more information please just ask, thanks.
Answer
You can only do the balance of forces between spatially separate points only if you know the slope of the rope at each point, and the weight of the rope between the points only.
To get there you use a small section to derive the differential equations and then integrate over the range of x values you want.
Given a small section of rope spanning the horizontal distance dx then the tangential distance is ds=√dx2+dy2 which leads to the expression ds=√1+y′2dx where y′=tanθ is the slope.
The total weight of the rope in this section is thus dw=μgds where μ is the linear density of the rope μ=ρA=mℓ with ρ mass density, A the cross sectional area, m the total hanging mass and ℓ the total hanging length.
At each point if we split the tangential tension T into horizontal part H and vertical part V such that tanθ=VH and T=√H2+V2
This leads to the following equations
dHdx=0Hd2ydx2=μgdsdx=μg√1+(dydx)2
In the end you get an equation for the shape of the rope y(x) called a catenary. To get the balance of forces between points (1)
and (2)
above you have
−T1cosθ1+T2cosθ2=0−T1sinθ1+T2sinθ2=μg∫x2x1√1+(dydx)2dxtanθ1=dydx|x=x1tanθ2=dydx|x=x2T1=H√1+(dydx)2|x=x1T2=H√1+(dydx)2|x=x2
PS. I know all this works because I used the above to create a catenary solver:
No comments:
Post a Comment