Author

Nathaniel Grimes

Answer the following questions to the best of your ability. Attempt exercises on your own first to make sure you fully understand the concepts. Feel free to work with anyone in the cohort after giving the problems a try!

Solutions: Derivatives Problem Set

Derivative Rules

  1. Explain how to find the derivative of the following functions. Be sure to explicitly denote which derivative rules (constant, multiple, sum, product, chain, etc.) you would use. For extra practice, have a try at solving them!

    1. \(\large f(x)=\sqrt(x+3)\)

    2. \(\large h(a)=\frac{\exp^{-a}}{a^2-5}\)

    3. \(\large g(t)=\left(\frac{5t^3+2}{2(t^2-2)}\right)^6\)

  2. On the graph, label all regions where the following statements are true:

    1. \(f'(x)=0\)

    2. \(f'(x)>0\)

    3. \(f'(x)<0\)

    4. \(f''(x)>0\)

    5. \(f''(x)<0\)

  1. Find the derivative of these equations

    1. \(f(x)=\exp^{x^2+3}\)

    2. \(f(x)=\sqrt(2x)(x^3-4x+15)\)

    3. \(f(x)=\frac{x^3+2x}{x-1}\)

  2. Find the critical points of the following function and determine whether they are maxima or minima:

\[ f(x) = 2x^3-5x^2+3x-12. \]

Applications

Let’s solve the canonical Gordon-Schaefer fisheries production model. This model formed the basis of fisheries management for half a century and is still a widely used model. It starts by defining the change in the abundance or biomass of fish by the logistic growth equation:

\[\begin{equation} \frac{dB}{dt}=rB(t)(1-\frac{B(t)}{K}) \end{equation}\]

where \(B\) is biomass, \(t\) is time, \(r\) is the intrinsic growth rate, and \(K\) is the carrying capacity.

Next, fishers catch fish based on their effort \(E\) (constant), technological ability \(q\) (constant as well and also called the catchability coefficient), and the amount of fish \(B\). For simplicity, we use an easy multiplicative form:

\[ Y(t)=qEB(t) \]

This catch rate takes away from the growth of the fish stock, thus we can subtract it from the logistic growth equation 1.

\[\begin{equation} \frac{dB}{dt}=rB(t)(1-\frac{B(t)}{K})-Y(t) \end{equation}\]

a) Fishery managers are interested in finding the equilibrium level of biomass and catch. We can set \(\frac{dB}{dt}=0\). Solve for the equilibrium biomass in terms of K,q,r,E.

b) Substitute the equilibrium biomass you found in A into the catch equation.

c) What effort leads to a maximum sustainable yield? Maximize the equation from b) with respect to effort \(E\).

d) Interpret what you found in c). What are the two variables that drive fisher harvest levels?

e) Calculate what the maximum sustainable catch is by substituting the optimal harvest level into the harvest equation.