题目
Problem
The number of goats on an island is being monitored.
When monitoring began there were 3000 goats on the island.
In a simple model, the number of goats, x, in thousands, is modelled by the equation
x=4t+3k(9t+5)
where k is a constant and t is the number of years after monitoring began.
(a) Show that k=1.8
(2)
(b) Hence calculate the long-term population of goats predicted by this model.
(1)
In a second model, the number of goats, x, in thousands, is modelled by the differential equation
3dtdx=x(9−2x)
(c) Write
x(9−2x)3
in partial fraction form.
(3)
(d) Solve the differential equation with the initial condition to show that
x=2+e−3t9
(5)
(e) Find the long-term population of goats predicted by this second model.
(1)
题目中文翻译
某岛上的山羊数量正在被监测。
开始监测时,岛上有 3000 只山羊。
在一个简单模型中,山羊数量 x(单位:千只)满足方程
x=4t+3k(9t+5)
其中 k 为常数,t 表示开始监测后的年数。
(a) 证明 k=1.8。
(b) 进而求出该模型预测的山羊长期数量。
在第二个模型中,山羊数量 x(单位:千只)满足微分方程
3dtdx=x(9−2x)
(c) 将
x(9−2x)3
写成部分分式形式。
(d) 结合初始条件解该微分方程,并证明
x=2+e−3t9
。
(e) 求该第二个模型预测的山羊长期数量。
解答
(a)
解法一
思路
展开
开始监测时有 3000 只山羊,而 x 的单位是千只,所以初始条件是 t=0 时 x=3。把它代入模型即可求出 k。
答题过程
展开
At the start,
t=0,x=3.
Substitute these into
x=4t+3k(9t+5).
Then
33k=4⋅0+3k(9⋅0+5)=35k=59=1.8.
Hence
k=1.8.
(b)
解法一
思路
展开
长期数量就是 t 很大时模型的极限。分子、分母都是一次式,所以极限等于最高次项系数之比乘以 k。
答题过程
展开
Using k=1.8,
x=4t+31.8(9t+5).
As t→∞,
x→1.8⋅49=4.05.
Since x is measured in thousands, the long-term population is
4050.
(c)
解法一
思路
展开
把分母拆成 x 和 9−2x 两个因子,所以设成 xA+9−2xB,再比较系数。
答题过程
展开
Let
x(9−2x)3≡xA+9−2xB.
Multiply by x(9−2x):
3≡A(9−2x)+Bx.
So
3≡9A+(−2A+B)x.
Compare coefficients:
9A=3,−2A+B=0.
Thus
A=31,B=32.
Therefore
x(9−2x)3=3x1+3(9−2x)2.
(d)
解法一
思路
展开
先分离变量,然后使用 (c) 的部分分式积分。初始条件仍然是 t=0 时 x=3,用它确定积分常数。最后把对数式化成题目要求的显式形式。
答题过程
展开
The differential equation is
3dtdx=x(9−2x).
Separate variables:
x(9−2x)3dx=dt.
Integrate:
∫x(9−2x)3dx=∫1dt.
Using part (c),
∫(3x1+3(9−2x)2)dx31lnx−31ln(9−2x)=t+C=t+C.
Use the initial condition t=0, x=3:
31ln3−31ln(9−6)=0+C.
So
C=0.
Hence
31lnx−31ln(9−2x)=t.
Multiply by 3:
ln(9−2xx)=3t.
Therefore
9−2xx=e3t.
Rearrange:
xxx(1+2e3t)x=e3t(9−2x)=9e3t−2xe3t=9e3t=1+2e3t9e3t.
Divide the numerator and denominator by e3t:
x=e−3t+29.
Thus
x=2+e−3t9.
(e)
解法一
思路
展开
长期时 t→∞,所以 e−3t→0。代入第二个模型的显式解即可。
答题过程
展开
From part (d),
x=2+e−3t9.
As t→∞,
e−3t→0.
So
x→29=4.5.
Since x is measured in thousands, the long-term population is
4500.