Ok, so here's the problem: You have two gears of differing sizes; thier radii are called r1 and r2. You can assume that r1 is the smaller of the two radii.
These gears are circular, and thier center points are seperated by a distance L.
Given r1, r2, and L find the shortest length of chain that will fit around the the two gears.
Imagine a bike chain - you know the size of both the front and rear gear and the distance between them. You want to find the length of chain to fit such a bicycle.
Ok, here's my answer. If you want to try to find an answer yourself, don't read this until later. All my measurements are done in radians.
? = arcsin((r2 - r1)/L)
Length of chain = 2(L cos ?) + r1(p - 2?) + r2(p + 2?)
I have an example set of numbers to use, if you'd like to compare some answers. If you get an answer different from mine, please plug in these values and see if you get the same answer I did.
r1: 1.353
r2: 2.706
L: 17
When using these values, I found a required chain length of 46.859.
Please let me know if you get the same or a different answer.
Thanks
These gears are circular, and thier center points are seperated by a distance L.
Given r1, r2, and L find the shortest length of chain that will fit around the the two gears.
Imagine a bike chain - you know the size of both the front and rear gear and the distance between them. You want to find the length of chain to fit such a bicycle.
Ok, here's my answer. If you want to try to find an answer yourself, don't read this until later. All my measurements are done in radians.
? = arcsin((r2 - r1)/L)
Length of chain = 2(L cos ?) + r1(p - 2?) + r2(p + 2?)
I have an example set of numbers to use, if you'd like to compare some answers. If you get an answer different from mine, please plug in these values and see if you get the same answer I did.
r1: 1.353
r2: 2.706
L: 17
When using these values, I found a required chain length of 46.859.
Please let me know if you get the same or a different answer.
Thanks
