Question
Question: A fixed polygon has $n$ sides, each side of length $a$. A thread of length $na$ is fixed to one corn...
A fixed polygon has n sides, each side of length a. A thread of length na is fixed to one corner of the polygon and on the other side thread is attached to ball. Thread is made straight perpendicular to one of the sides AB. Ball is given a velocity V perpendicular to the thread, parallel to the side AB as shown. Then the time after which it will collide with the polygon is: (AB is the side of the polygon and neglect gravity)

Vπa(n+1)
Va(n+1)
(2V3πna+2πa)
(2V3πn2a−2πa)
$\frac{\pi a}{V}(n+1)
Solution
The problem describes the motion of a ball attached to a thread, unwrapping from a fixed regular polygon.
Understanding the motion:
The ball's path is an involute of the polygon. As the ball moves, the thread unwraps from the polygon in a series of circular arcs.
-
First Arc:
- The thread is initially fixed at corner A and perpendicular to side AB. The length of the thread is L1=na.
- The ball moves in a circular arc with radius R1=na, centered at A.
- This continues until the thread becomes taut against the next vertex, B.
- For a regular n-sided polygon, the exterior angle is 2π/n. This is the angle by which the thread's direction changes as it wraps around each corner. Therefore, the angular extent of each circular arc is Δθ=2π/n.
- The length of the first arc is S1=R1Δθ=na(n2π)=2πa.
- The time taken for the first arc is t1=VS1=V2πa.
-
Subsequent Arcs:
- After the first arc, a length a of the thread has wrapped around side AB. The effective length of the thread remaining free to extend from vertex B is L2=na−a=(n−1)a.
- The ball then moves in a second circular arc with radius R2=(n−1)a, centered at B.
- The angular extent of this arc is also Δθ=2π/n.
- The length of the second arc is S2=R2Δθ=(n−1)a(n2π).
- The time taken for the second arc is t2=VS2=V(n−1)a(2π/n).
This process continues. For each subsequent arc, the effective radius of rotation decreases by a. The radii of the successive arcs will be na,(n−1)a,(n−2)a,…,a. There will be n such arcs in total.
Total Time:
The total time T is the sum of the times taken for all n arcs:
T=t1+t2+⋯+tn
T=V1(S1+S2+⋯+Sn)
T=V1[na(n2π)+(n−1)a(n2π)+⋯+a(n2π)]
Factor out Va(2π/n):
T=nV2πa[n+(n−1)+(n−2)+⋯+1]
The sum of the first n natural numbers is 2n(n+1).
So, T=nV2πa[2n(n+1)]
T=V2πa2(n+1)
T=Vπa(n+1)