A ball is thrown from the location (𝑥0, 𝑦0 ) = (0,0) of a horizontal playground with an initial speed 𝑣0 at an angle 𝜃0 from the +𝑥-direction. The ball is to be hit by a stone, which is thrown at the same time from the location (𝑥1, 𝑦1 ) = (𝐿, 0). The stone is thrown at an angle (180 − 𝜃1 ) from the +𝑥-direction with a suitable initial speed. For a fixed 𝑣0 , when (𝜃0 , 𝜃1 ) = (45° , 45° ), the stone hits the ball after time 𝑇1 , and when (𝜃0 , 𝜃1 ) = (60° , 30° ), it hits the ball after time 𝑇2 . In such a case, (𝑇1 /𝑇2 ) 2 is ______.

To solve this problem, we need to analyze the motion of the ball and the stone under projectile motion and determine the time T when the stone hits the ball for the given angles. We will then compute the ratio (T1T2)2.


Step 1: Equations of Motion

Ball:

The ball is thrown from (x0,y0)=(0,0) with an initial speed v0 at an angle θ0. The equations of motion for the ball are:

xb(t)=v0cosθ0tyb(t)=v0sinθ0t12gt2

Stone:

The stone is thrown from (x1,y1)=(L,0) with an initial speed v1 at an angle (180θ1). The equations of motion for the stone are:

xs(t)=Lv1cosθ1tys(t)=v1sinθ1t12gt2


Step 2: Condition for Collision

For the stone to hit the ball, their positions must coincide at some time T. This gives:

xb(T)=xs(T)yb(T)=ys(T)

From the x-coordinates:

v0cosθ0T=Lv1cosθ1TT=Lv0cosθ0+v1cosθ1

From the y-coordinates:

v0sinθ0T12gT2=v1sinθ1T12gT2v0sinθ0=v1sinθ1


Step 3: Solve for v1

From the y-coordinate condition:

v1=v0sinθ0sinθ1

Substitute v1 into the expression for T:

T=Lv0cosθ0+(v0sinθ0sinθ1)cosθ1T=Lv0(cosθ0+sinθ0cosθ1sinθ1)T=Lv0(cosθ0+sinθ0cotθ1)


Step 4: Compute T1 and T2

Case 1: (θ0,θ1)=(45,45)

T1=Lv0(cos45+sin45cot45)T1=Lv0(12+121)T1=Lv022=L22v0

Case 2: (θ0,θ1)=(60,30)

T2=Lv0(cos60+sin60cot30)T2=Lv0(12+323)T2=Lv0(12+32)=L2v0


Step 5: Compute (T1T2)2

T1T2=L22v0L2v0=2(T1T2)2=(2)2=2


Final Answer:

2

Comments