Tags | |
UUID | 38b9077e-ef63-11e3-b7aa-bc764e2038f2 |
This Pulley Geometry Exercise equation computes the circumference of a shape that is analogous to a belt that encircles two pulleys of different sizes. This is an interesting formula to construct because of the basic geometric shapes and their relatively simple combination. See the equation Two Pulley Belt Length for a practical application of the geometry exercise discussed here.
If you're interested in a full explanation of the derivation of this equation, see the video explanation of this geometry exercise. It is 19 minutes long so does examine all the geometry applied.
The inputs to this equation are:
Two and Three pulley systems
Let's walk through the steps of building this equation which computes the length of the pulley that would encompass two circles with different radii. There are a number of general geometric principles represented here which makes this a quite interesting problem of combining simple geometries.
THE COMPONENT PIECES OF THE GEOMETRY
From the picture, see first that the following describe the component parts of the solution:
Because of the geometry we are defining as a belt wrapped around two circles, the line segment , b, touches both circles at a tangent point.
BUILDING THE EQUATIONS MODEL FROM SCRATCH
To start building this equation, we first note that the belt wraps around both circles and the last point the belt touches on either circle is a tangent point to the circle. In other words the belt stops touching the circle at the point of very last intersection point with the circle and thus the line segment b is tangent to the circle at that point. We also know that means the radial line to that same point where the belt last touches the tangent point of the circle is by definition perpendicular to the line touching that single point on the circle.
Since the line segment, b, by the belt definition is tangent to both circles, the radial lines of both circles intersect the tangent at right angles. This makes the two radial lines parallel, the smaller circle's radial line to the belt tangent point and the larger circle's radial line to the belt tangent point.
Therefore the two radial lines to the belt tangent points on the two circles are parallel. That makes the angle between the radial lines at the belt tangent points and the perpendicular lines through the circle centers equal angles. The equal angles are labeled θ.
The angle, θ just described, defines the arc lengths u and v. Twice arc length u must be added to CR to define the length of the belt wrapped around (touching the larger circle. Similarly, twice the arc length v must be subtracted from Cr to define the length of belts wrapped around the smaller circle. So, we must derive the value of θ based on input variables to then determine the arc lengths u and v.
Since the horizontal and vertical lines through the center of the larger circle form a right angle, angle ω = 90 - θ. That, in turn, defines the angle between the horizontal and line A to also be equal to θ′. So,L * sin( theta ) = R - r =>theta = asin( (R-r)/L )`.
Now that we know θ in terms of input variables, we can compute arc segment u and v.
u=θ2π⋅(π⋅2R)⇒u=θ⋅R
v=θ2π⋅(π⋅2r)⇒u=θ⋅r
Using the fact that the triangle labeled with angles ω and θ is also a right angle, we know b=√L2-(R-r)2
Belt Length = (CR+2u) + (Cr-2v) + 2b
= (π⋅R+2⋅θ⋅R) + (π⋅r-2⋅θ⋅r) +2b
= π(R+r)+2θ⋅(R-r)+2b
= π(R+r)+2⋅asin(R-rL)⋅(R-r)+2⋅√L2-(R-r)2
No comments |