Mathematical Modeling
Lesson 4.
5 Steps
Step 1: Ask the Question
Step 2: Select the Modeling Approach
Step 3: Formulate the Model
Step 4: Solve the Model
Step 5: Answer the Question
Ex1. Oil Spill Cleanup Optimization
Statement
An oil spill has fouled 200 miles of Pacific shoreline. The oil company responsible has been given 14 days to clean up the shoreline, after which a fine will be levied in the amount of $10,000/day.
The local cleanup crew can scrub five miles of beach per week at a cost of $500/day. Additional crews can be brought in at a cost of $18,000 plus $800/day for each crew.
(a) How many additional crews should be brought in to minimize the total cost to the company? Use the five-step method. How much will the clean-up cost?
Ex2. Maximum Sustainable Yield Analysis
It is estimated that the growth rate of the fin whale population (per year) is r∗x(1−x/K)r*x(1 − x/K)r∗x(1−x/K), where r=0.08r = 0.08r=0.08 is the intrinsic growth rate, K=400,000K = 400, 000K=400,000 is the maximum sustainable population, and xxx is the current population, now around 70,00070,00070,000.
It is further estimated that the number of whales harvested per year is about 0.00001∗E∗x0.00001*E*x0.00001∗E∗x, where EEE is the level of fishing effort in boat-days.
Given a fixed level of effort, population will eventually stabilize at the level where growth rate equals harvest rate.
(a) What level of effort will maximize the sustained harvest rate?
Model as a one-variable optimization problem using the five-step method.
Step 1: Ask the Question
1.1 Problem Restatement
The fin whale population dynamics follow:
-
Growth rate
growth rate: r∗x∗(1−x/K)r*x*(1 − x/K)r∗x∗(1−x/K) per year.- r=0.08r = 0.08r=0.08 is the intrinsic growth rate.
- K=400,000K = 400, 000K=400,000 is the maximum sustainable population
- xxx is the current population
-
Harvest rate
harvest rate: 0.00001∗E∗x0.00001*E*x0.00001∗E∗x- q=0.00001q=0.00001q=0.00001 catchability coefficient.
- EEE is the level of fishing effort in boat-days.
- xxx is the current population
-
Equllibrium: the level where growth rate equals harvest rate
-
Current state: x=70,000x=70,000x=70,000.
1.2 Questions to answer
Find effort level EEE that maximizes sustained harvest rate.
Step 2: Select the Modeling Approach
- Population follows logisitc growth.
- Harvest proportional to effort and population.
- Find the max EEE.
Step 3: Formulate the Model
3.1 Equllibrium Condition
According to this question, the level where growth rate equals harvest rate, so we can get
r∗x∗(1−xK)=q∗E∗xr*x*(1 − \frac{x}{K})=q*E*xr∗x∗(1−Kx)=q∗E∗x
xxx is the variable we have to solve.
For x>0x>0x>0, divide by xxx
r∗(1−xK)=q∗Er*(1 − \frac{x}{K})=q*Er∗(1−Kx)=q∗E
3.2 Equllibrium Population as Function of Effort
1−xK=q∗Er1 − \frac{x}{K}=\frac{q*E}{r}1−Kx=rq∗E
xK=1−q∗Er\frac{x}{K}=1-\frac{q*E}{r}Kx=1−rq∗E
x=K×(1−q∗Er)x=K\times (1-\frac{q*E}{r})x=K×(1−rq∗E)
xeq(E)=K×(1−q∗Er)x_{eq}(E)=K\times (1-\frac{q*E}{r})xeq(E)=K×(1−rq∗E)
∵x>0\because x>0∵x>0
∴K×(1−q∗Er)>0\therefore K\times (1-\frac{q*E}{r})>0∴K×(1−rq∗E)>0
∵K>0\because K>0∵K>0
∴(1−q∗Er)>0\therefore (1-\frac{q*E}{r})>0∴(1−rq∗E)>0
∴q∗Er<1\therefore \frac{q*E}{r}<1∴rq∗E<1
∴q∗E<r\therefore q*E<r∴q∗E<r
∴E<rq\therefore E<\frac{r}{q}∴E<qr
The final equation is
xeq(E)=K×(1−q∗Er)x_{eq}(E)=K\times (1-\frac{q*E}{r})xeq(E)=K×(1−rq∗E), where E<rqE<\frac{r}{q}E<qr
3.3 Sustainable Yield Function
Sustainable harvest rate at equllibrium:
H(E)=q×E×x=q×E×xeq(E)=q×E×K×(1−q∗Er)=−q2KrE2+q⋅K⋅EH(E)\\
=q\times E\times x\\
=q\times E\times x_{eq}(E)\\
=q\times E\times K\times (1-\frac{q*E}{r})\\
=-\frac{q^2K}{r}E^2+q\cdot K\cdot EH(E)=q×E×x=q×E×xeq(E)=q×E×K×(1−rq∗E)=−rq2KE2+q⋅K⋅E
where q,K,r>0q,K,r>0q,K,r>0.
This is a quardratic function in EEE, concave down function.
Step 4: Solve the Model
4.1 Maximize Sustained Harvest Rate
Eopt=−b2aE_{opt}=-\frac{b}{2a}Eopt=−2ab where a=−q2Kra=-\frac{q^2K}{r}a=−rq2K, b=q⋅Kb=q\cdot Kb=q⋅K.
so Eopt=−q⋅K/(−2∗q2Kr)=r2qE_{opt}=-q\cdot K / (-2*\frac{q^2K}{r})=\frac{r}{2q}Eopt=−q⋅K/(−2∗rq2K)=2qr.
First-order derivative
dHdE=−q2Kr×(2E)+q⋅K=−2q2Kr×E+q⋅K\frac{dH}{dE}\\
=-\frac{q^2K}{r}\times (2E)+q\cdot K\\
=-\frac{2q^2K}{r}\times E+q\cdot KdEdH=−rq2K×(2E)+q⋅K=−r2q2K×E+q⋅K
when dHdE=0\frac{dH}{dE}=0dEdH=0, it is the max.
−2q2Kr×E+q⋅K=0-\frac{2q^2K}{r}\times E+q\cdot K=0−r2q2K×E+q⋅K=0
q⋅K⋅(1−2qr⋅E)=0q\cdot K \cdot(1-\frac{2q}{r}\cdot E)=0q⋅K⋅(1−r2q⋅E)=0
1−2qr⋅E=01-\frac{2q}{r}\cdot E=01−r2q⋅E=0
2qr⋅E=1\frac{2q}{r}\cdot E=1r2q⋅E=1
Eopt=r2qE_{opt}=\frac{r}{2q}Eopt=2qr
Second-order derivative to verify the answer.
dHdE=−2q2Kr×E+q⋅K\frac{dH}{dE}\\
=-\frac{2q^2K}{r}\times E+q\cdot KdEdH=−r2q2K×E+q⋅K
d2HdE2=−2q2Kr\frac{d^2H}{dE^2}=-\frac{2q^2K}{r}dE2d2H=−r2q2K
since q,K,r>0q,K,r>0q,K,r>0.
d2HdE2=−2q2Kr<0\frac{d^2H}{dE^2}=-\frac{2q^2K}{r}<0dE2d2H=−r2q2K<0
maximum confirmed.
Numerical calculation, q=0.00001, r=0.08, K=400,000q=0.00001,\ r = 0.08,\ K=400,000q=0.00001, r=0.08, K=400,000.
Eopt=r2q=0.082∗0.00001=4,000E_{opt}=\frac{r}{2q}=\frac{0.08}{2*0.00001}=4,000Eopt=2qr=2∗0.000010.08=4,000 boat-days.
xopt=K×(1−q∗Er)=400,000∗(1−0.00001∗4000/0.08)=200,000x_{opt}=K\times (1-\frac{q*E}{r})=400,000*(1-0.00001*4000/0.08)=200,000xopt=K×(1−rq∗E)=400,000∗(1−0.00001∗4000/0.08)=200,000 whales
Maximum sustained yield:
Hmax=q∗E∗x=0.00001∗4000∗200000=8000H_{max}=q*E*x=0.00001*4000*200000=8000Hmax=q∗E∗x=0.00001∗4000∗200000=8000 whales pre year.
(b) Examine the sensitivity to the intrinsic growth rate. Consider both the optimum level of effort and the resulting population level.
From Eopt=r2qE_{opt}=\frac{r}{2q}Eopt=2qr
so rrr is variable, qqq is constant.
Sensitivity of optimal effort:
∂Eopt∂r=12q=50,000\frac{\partial E_{opt}}{\partial r}=\frac{1}{2q}=50,000∂r∂Eopt=2q1=50,000
Elasticity:
∂Eopt∂r⋅rEopt=12q⋅rr2q=12q⋅2q=1\frac{\partial E_{opt}}{\partial r} \cdot \frac{r}{E_{opt}}\\ =\frac{1}{2q} \cdot \frac{r}{\frac{r}{2q}}\\ =\frac{1}{2q} \cdot 2q\\ =1∂r∂Eopt⋅Eoptr=2q1⋅2qrr=2q1⋅2q=1
When growth rate rrr increase 1%1\%1% will increase 1%1\%1% in EoptE_{opt}Eopt.
© Examine the sensitivity to the maximum sustainable population. Consider both the optimum level of effort and the resulting population level.
xopt=K×(1−q∗Eoptr)=K×(1−0.00001∗4,0000.08)=K×(1−1/2)=K2x_{opt}=K\times (1-\frac{q*E_{opt}}{r})\\ =K\times(1-\frac{0.00001*4,000}{0.08})\\ =K\times(1-1/2)\\ =\frac{K}{2}xopt=K×(1−rq∗Eopt)=K×(1−0.080.00001∗4,000)=K×(1−1/2)=2K
∂xopt∂r=0\frac{\partial x_{opt}}{\partial r}=0∂r∂xopt=0.
so the sensitivity to the maximum sustainable population is nothing to do with rrr.
Ex3. Economic Optimization of Whale Harvesting
Statement
In Exercise 2, suppose that the cost of whaling is 500500500 per boat-day, and the price of a fin whale carcass is 6,0006,0006,000.
(a) Find the level of effort that will maximize profit over the long
term. Model as a one-variable optimization problem using the five step method.
(b) Examine the sensitivity to the cost of whaling. Consider both the eventual profit in $/year and the level of effort.
© Examine the sensitivity to the price of a fin whale carcass.
Consider both profit and level of effort.
(d) Over the past 303030 years there have been several unsuccessful attempts to ban whaling worldwide. Examine the economic incentives for whalers to continue harvesting. In particular, determine the conditions (values of the two parameters: cost per boat-day and price per fin whale carcass) under which harvesting the fin whale produces a sustained profit over the long term.

633

被折叠的 条评论
为什么被折叠?



