What's the optimal size rock to throw if you want to throw it as far as possible?

Background: This is a question that Mark Rober would ask during interviews for his team at Apple!

Key Variables could be:

  1. Drag Force (related to drag coefficient)
  2. Max Throwing Velocity

Looking at the basic outline, this reminds me of a 2-D Projectile Motion scenario. In 2-D Projectile motion shown in the image below, you can break down the fundamental equations into two 1-d equations for velocity in the horizontal axis, and velocity in the vertical axis.

Gravitational force will pull downward, affecting the vertical component of velocity at the inflection point. Air resistance is typically considered negligible when solving these problems. However, if you’re assuming air resistance is not negligible, this resistance will cause a horizontal acceleration slowing down the horizontal motion.

The governing equation for this problem (without air resistance) would be:

Δx=v_{x}t

Thinking through this question and assuming I want to maximize the horizontal travel distance, the key factors here would be to:

  1. Maximize the horizontal component of velocity
Velocity_{x}
  1. Optimize the shape of the rock to reduce the drag coefficient (affects air resistance)
F_{D}=\frac{1}{2} \rho v^{2} C_{D} A
  1. Optimize the throwing angle to maximize total time in air (45 degrees neglecting air resistance. In practice, roughly around 40 degrees (someone correct me if I’m wrong) has been found to be the ideal throwing angle)

Additionally, it should be important to consider any physiological variables given that a human arm is throwing the rock. The following reddit thread details the specifics of a maximum distance throw in more detail ( Reddit )

References:

  1. Quora