Solveeit Logo

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 nn sides, each side of length aa. A thread of length nana 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 ABAB. Ball is given a velocity VV perpendicular to the thread, parallel to the side ABAB as shown. Then the time after which it will collide with the polygon is: (ABAB is the side of the polygon and neglect gravity)

A

πaV(n+1)\frac{\pi a}{V}(n+1)

B

aV(n+1)\frac{a}{V}(n+1)

C

(3πna+2πa2V)\left(\frac{3\pi na + 2\pi a}{2V}\right)

D

(3πn2a2πa2V)\left(\frac{3\pi n^2 a - 2\pi a}{2V}\right)

Answer

$\frac{\pi a}{V}(n+1)

Explanation

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.

  1. First Arc:

    • The thread is initially fixed at corner A and perpendicular to side AB. The length of the thread is L1=naL_1 = na.
    • The ball moves in a circular arc with radius R1=naR_1 = na, centered at A.
    • This continues until the thread becomes taut against the next vertex, B.
    • For a regular nn-sided polygon, the exterior angle is 2π/n2\pi/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\Delta\theta = 2\pi/n.
    • The length of the first arc is S1=R1Δθ=na(2πn)=2πaS_1 = R_1 \Delta\theta = na \left(\frac{2\pi}{n}\right) = 2\pi a.
    • The time taken for the first arc is t1=S1V=2πaVt_1 = \frac{S_1}{V} = \frac{2\pi a}{V}.
  2. Subsequent Arcs:

    • After the first arc, a length aa of the thread has wrapped around side AB. The effective length of the thread remaining free to extend from vertex B is L2=naa=(n1)aL_2 = na - a = (n-1)a.
    • The ball then moves in a second circular arc with radius R2=(n1)aR_2 = (n-1)a, centered at B.
    • The angular extent of this arc is also Δθ=2π/n\Delta\theta = 2\pi/n.
    • The length of the second arc is S2=R2Δθ=(n1)a(2πn)S_2 = R_2 \Delta\theta = (n-1)a \left(\frac{2\pi}{n}\right).
    • The time taken for the second arc is t2=S2V=(n1)a(2π/n)Vt_2 = \frac{S_2}{V} = \frac{(n-1)a (2\pi/n)}{V}.

This process continues. For each subsequent arc, the effective radius of rotation decreases by aa. The radii of the successive arcs will be na,(n1)a,(n2)a,,ana, (n-1)a, (n-2)a, \dots, a. There will be nn such arcs in total.

Total Time:

The total time TT is the sum of the times taken for all nn arcs:

T=t1+t2++tnT = t_1 + t_2 + \dots + t_n

T=1V(S1+S2++Sn)T = \frac{1}{V} (S_1 + S_2 + \dots + S_n)

T=1V[na(2πn)+(n1)a(2πn)++a(2πn)]T = \frac{1}{V} \left[ na \left(\frac{2\pi}{n}\right) + (n-1)a \left(\frac{2\pi}{n}\right) + \dots + a \left(\frac{2\pi}{n}\right) \right]

Factor out a(2π/n)V\frac{a (2\pi/n)}{V}:

T=2πanV[n+(n1)+(n2)++1]T = \frac{2\pi a}{nV} [n + (n-1) + (n-2) + \dots + 1]

The sum of the first nn natural numbers is n(n+1)2\frac{n(n+1)}{2}.

So, T=2πanV[n(n+1)2]T = \frac{2\pi a}{nV} \left[ \frac{n(n+1)}{2} \right]

T=2πaV(n+1)2T = \frac{2\pi a}{V} \frac{(n+1)}{2}

T=πaV(n+1)T = \frac{\pi a}{V} (n+1)