3 min read

Should You Shoot Free Throws Underhand?

Table of Contents

Problem

Hark! The NCAA Tournament starts next week, and the “granny shot” has reappeared as a free throw technique. Its proponents claim that it improves accuracy because there are fewer moving parts — the elbows and wrists are held more stable, for example, and the move is symmetric because one’s arms are, more or less, equal length. Let’s find out how effective the granny shot really is.

Consider the following simplified model of free throws. Imagine the rim to be a circle (which we’ll call CC) that has a radius of 11, and is centered at the origin (the point (0,0)(0,0)). Let VV be a random point in the plane, with coordinates XX and YY, and where XX and YY are independent normal random variables, with means equal to zero and each having equal variance — think of this as the point where your free throw winds up, in the rim’s plane. If VV is in the circle, your shot goes in. Finally, suppose that the variance is chosen such that the probability that VV is in CC is exactly 7575 percent (roughly the NBA free-throw average).

But suppose you switch it up, and go granny-style, which in this universe eliminates any possible left-right error in your free throws. What’s the probability you make your shot now? (Put another way, calculate the probability that Y<1\|Y\| < 1.)

Solution

RRayleigh(σ)R \sim \mathrm {Rayleigh} (\sigma ) is Rayleigh distributed if R=X2+Y2R={\sqrt {X^{2}+Y^{2}}}, where XN(0,σ2)X \sim N(0,\sigma ^{2}) and YN(0,σ2)Y\sim N(0,\sigma ^{2}) are independent normal random variables.

From the above, it is clear that VV follows the Rayleigh distribution.

The CDF of VV is given by 1ex2/σ21 - e^{-x^2/\sigma^2}.

The fact that the shot goes in 75%75\% of the time is equivalent to

P[V1]=1e1/2σ2=0.75\begin{equation*} \mathbb{P}[V \leq 1] = 1 - e^{-1/2\sigma^2} = 0.75 \end{equation*}

Therefore, σ2=0.36\sigma^2 =0.36 and YN(0,0.36)Y \sim N(0, 0.36).

The probability that Y<1\|Y\|<1 is given by P[1Y1]=0.904419\mathbb{P}[-1 \leq Y \leq 1] = 0.904419.