Relation between the angles of two projectiles landing in the same spot

1.6k Views Asked by At

Given that two projectiles are fired at the same velocity, from the same spot, and land at the same point following different trajectories, how can I find the difference between the two angles of projection and the times taken for the projectiles to land?

EDIT: Not a duplicate since this one involves two projectiles and two different angles rather than trying to find one unique one.

3

There are 3 best solutions below

1
On

Horizantal range = vvsin(2θ)

From this we get that sum of the two angles will have to be 90 degrees.

Time = {2vsin(θ)}/g From this, the ratio of the times will be tanθ.

0
On

Re: angles. Shreyash seems right. Consider: there's only one possible trajectory for a maximum range shot, 45deg. there are a pair of possibilities for a shot of 0 range, one cannon fires straight up (90 deg) and the other fires along the ground plane (0 deg). Intuitively, the relation should hold for intermediate pairs of ranges: that the sum of the cannon angles will = 90deg. The same relation would hold of the incoming trajectories at the target point.

0
On

The equations of motion are $$\left\{\begin{array}{rcl}x(t) &=& v t\cos(\theta)\\y(t)&=&vt\sin(\theta)-\frac{1}{2}gt^2\end{array}\right. $$ hence the projectile travels for a time equal to $\frac{2v\sin\theta}{g}$, landing at a point whose distance from the origin is $$ (v\cos\theta)\cdot\frac{2v\sin\theta}{g} = \frac{v^2}{g}\,\sin(2\theta) $$ and if two different projectiles land at the same point, $\sin(2\theta_1)=\sin(2\theta_2)$ holds, from which $\theta_1=\theta_2$ or $\theta_1+\theta_2=90^\circ$.