In 1979, a biologist Reto Zach published a study on how crows drop whelks,

a type of mollusk, from a height that minimized the amount of energy spent to break open the
shells. Drop from too low a height, and the bird has to pick the shell up many times before it
breaks. Drop from too high a height, and the bird spends more energy than necessary flying
that high.
Toy Model: Instead of looking at the original crow data, imagine a hypothetical “peanut
hummingbird” that picks up peanuts and drops them until they break open. If the peanut is
dropped from a height of 20 cm, it takes an average of 9 drops before breaking. If the peanut
is dropped from a height of 40 cm, it takes an average of 4 drops before breaking.
Let N be the number of average number drops required to break the peanut. Let h be the
height from which the peanut is dropped. It always takes at least one drop to break the
peanut, so that N − 1 is the number of extra drops.
Let R be the reciprocal of the number of extra drops, R =1/N − 1
. Assume that the graph
(h, R) is a linear relation.
(a) Use the data and the assumption to find the equation relating h and R. Use this to find
the equation relating h and N.
(b) The energy spent to open the peanut is proportional to the distance traveled. Let D be
the average distance traveled to break open a peanut. Write an equation for D in terms
of h and N.
(c) Find the height h the minimizes D.

(a) To find the equation relating h and R, we can use the given data points.

At a height of 20 cm, the average number of drops required to break the peanut is 9.
At a height of 40 cm, the average number of drops required to break the peanut is 4.

Let's assume the linear relationship between h and R is represented by the equation R = mh + b, where m and b are constants.

Using the first data point (20, 9), we can substitute h = 20 and R = 9 into the equation:
9 = m(20) + b

Using the second data point (40, 4), we can substitute h = 40 and R = 4 into the equation:
4 = m(40) + b

Now we have a system of two equations:

9 = 20m + b --------------- (1)
4 = 40m + b --------------- (2)

To solve this system, we can subtract equation (2) from equation (1):

9 - 4 = 20m + b - (40m + b)

5 = -20m

Simplifying, we have -20m = 5, which implies m = -1/4.

Substituting m = -1/4 into equation (1):

9 = 20(-1/4) + b
9 = -5 + b
b = 14

Therefore, the equation relating h and R is R = (-1/4)h + 14.

To find the equation relating h and N, we can use the definition of R:
R = 1/(N - 1)

Substituting R = (-1/4)h + 14 into the equation, we get:
(-1/4)h + 14 = 1/(N - 1)

To solve for N, we rearrange the equation:
N - 1 = 1/((-1/4)h + 14)
N = 1/((-1/4)h + 14) + 1

(b) The average distance traveled to break open a peanut, D, is directly proportional to the height h and the number of drops N.

D = h * N

Substituting the equation for N from part (a):
D = h * (1/((-1/4)h + 14) + 1)

(c) To find the height h that minimizes D, we need to find the minimum point of the distance function D = h * (1/((-1/4)h + 14) + 1).

To do this, we can take the derivative of D with respect to h and set it equal to zero, then solve for h.

dD/dh = (1/((-1/4)h + 14) + 1) - h * (-1/4) * (-1/4h + 14)^2

Setting dD/dh equal to zero:

(1/((-1/4)h + 14) + 1) - h * (-1/4) * (-1/4h + 14)^2 = 0

Simplifying and solving for h may involve some algebraic manipulations, which are difficult to illustrate step-by-step.

The resulting value of h that minimizes D would be the answer to part (c).

To solve this problem, we need to follow the given steps:

(a) Finding the equation relating h and R, and then h and N:

Given that the graph (h, R) is a linear relation, we can find the equation for h and R using two points from the data provided.
Let's take the points (20, 1/8) and (40, 1/3) where 1/N-1 = R.

Using the slope formula:
slope (m) = (R2 - R1) / (h2 - h1)
m = (1/3 - 1/8) / (40 - 20)
m = (8 - 3) / (120 - 20)
m = 5 / 100
m = 1/20

Using the point-slope form of a linear equation:
y - y1 = m(x - x1)
R - 1/3 = (1/20)(h - 40)
R = (1/20)(h - 40) + 1/3

Now, to find the equation relating h and N, we substitute N-1 for R:
N - 1 = (1/20)(h - 40) + 1/3
N - 1 = (h - 40)/20 + 1/3
N = (h - 40)/20 + 1/3 + 1

(b) Writing an equation for D in terms of h and N:

Given that the energy spent is proportional to distance traveled, we can write an equation for D in terms of h and N.
D = N * h (since the distance traveled for each drop is h, and we have N drops)

(c) Finding the height h that minimizes D:

To find the height h that minimizes D, we need to find the value of h that minimizes the equation for D.
Since we have the equation N = (h - 40)/20 + 4/3, we can substitute this value into the equation for D:
D = ((h - 40)/20 + 4/3) * h

To minimize D, we can take the derivative of D with respect to h and set it equal to zero:
dD/dh = ((h - 40)/20 + 4/3) + ((1/20) * h) = 0

Simplifying this equation and solving for h will give us the height that minimizes D.