Skip to content
CalcGospel 國際數學圖譜
返回

IAL 2023 Oct Q7

A Level / Edexcel / P4

IAL 2023 Oct Paper · Question 7

题目

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, xx, in thousands, is modelled by the equation

x=k(9t+5)4t+3x=\frac{k(9t+5)}{4t+3}

where kk is a constant and tt is the number of years after monitoring began.

(a) Show that k=1.8k=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, xx, in thousands, is modelled by the differential equation

3dxdt=x(92x)3\frac{dx}{dt}=x(9-2x)

(c) Write

3x(92x)\frac{3}{x(9-2x)}

in partial fraction form.

(3)

(d) Solve the differential equation with the initial condition to show that

x=92+e3tx=\frac{9}{2+e^{-3t}}
(5)

(e) Find the long-term population of goats predicted by this second model.

(1)
题目中文翻译

某岛上的山羊数量正在被监测。

开始监测时,岛上有 3000 只山羊。

在一个简单模型中,山羊数量 xx(单位:千只)满足方程

x=k(9t+5)4t+3x=\frac{k(9t+5)}{4t+3}

其中 kk 为常数,tt 表示开始监测后的年数。

(a) 证明 k=1.8k=1.8

(b) 进而求出该模型预测的山羊长期数量。

在第二个模型中,山羊数量 xx(单位:千只)满足微分方程

3dxdt=x(92x)3\frac{dx}{dt}=x(9-2x)

(c) 将

3x(92x)\frac{3}{x(9-2x)}

写成部分分式形式。

(d) 结合初始条件解该微分方程,并证明

x=92+e3tx=\frac{9}{2+e^{-3t}}

(e) 求该第二个模型预测的山羊长期数量。

解答

(a)

解法一

思路

展开

开始监测时有 3000 只山羊,而 xx 的单位是千只,所以初始条件是 t=0t=0x=3x=3。把它代入模型即可求出 kk

答题过程

展开

At the start,

t=0,x=3.t=0, \qquad x=3.

Substitute these into

x=k(9t+5)4t+3.x=\frac{k(9t+5)}{4t+3}.

Then

3=k(90+5)40+33=5k3k=95=1.8.\begin{align*} 3&=\frac{k(9\cdot 0+5)}{4\cdot 0+3}\\ 3&=\frac{5k}{3}\\ k&=\frac95\\ &=1.8. \end{align*}

Hence

k=1.8.\boxed{k=1.8}.

(b)

解法一

思路

展开

长期数量就是 tt 很大时模型的极限。分子、分母都是一次式,所以极限等于最高次项系数之比乘以 kk

答题过程

展开

Using k=1.8k=1.8,

x=1.8(9t+5)4t+3.x=\frac{1.8(9t+5)}{4t+3}.

As tt\to\infty,

x1.894=4.05.x\to 1.8\cdot\frac94=4.05.

Since xx is measured in thousands, the long-term population is

4050.\boxed{4050}.

(c)

解法一

思路

展开

把分母拆成 xx92x9-2x 两个因子,所以设成 Ax+B92x\frac{A}{x}+\frac{B}{9-2x},再比较系数。

答题过程

展开

Let

3x(92x)Ax+B92x.\frac{3}{x(9-2x)} \equiv \frac{A}{x}+\frac{B}{9-2x}.

Multiply by x(92x)x(9-2x):

3A(92x)+Bx.3\equiv A(9-2x)+Bx.

So

39A+(2A+B)x.3\equiv 9A+(-2A+B)x.

Compare coefficients:

9A=3,2A+B=0.9A=3, \qquad -2A+B=0.

Thus

A=13,B=23.A=\frac13, \qquad B=\frac23.

Therefore

3x(92x)=13x+23(92x).\boxed{ \frac{3}{x(9-2x)} =\frac{1}{3x}+\frac{2}{3(9-2x)} }.

(d)

解法一

思路

展开

先分离变量,然后使用 (c) 的部分分式积分。初始条件仍然是 t=0t=0x=3x=3,用它确定积分常数。最后把对数式化成题目要求的显式形式。

答题过程

展开

The differential equation is

3dxdt=x(92x).3\frac{\mathrm{d}x}{\mathrm{d}t}=x(9-2x).

Separate variables:

3x(92x)dx=dt.\frac{3}{x(9-2x)}\,\mathrm{d}x=\mathrm{d}t.

Integrate:

3x(92x)dx=1dt.\int \frac{3}{x(9-2x)}\,\mathrm{d}x=\int 1\,\mathrm{d}t.

Using part (c),

(13x+23(92x))dx=t+C13lnx13ln(92x)=t+C.\begin{align*} \int \left( \frac{1}{3x}+\frac{2}{3(9-2x)} \right)\,\mathrm{d}x &=t+C \\[2mm] \frac13\ln x-\frac13\ln(9-2x)&=t+C. \end{align*}

Use the initial condition t=0t=0, x=3x=3:

13ln313ln(96)=0+C.\frac13\ln 3-\frac13\ln(9-6)=0+C.

So

C=0.C=0.

Hence

13lnx13ln(92x)=t.\frac13\ln x-\frac13\ln(9-2x)=t.

Multiply by 33:

ln(x92x)=3t.\ln\left(\frac{x}{9-2x}\right)=3t.

Therefore

x92x=e3t.\frac{x}{9-2x}=e^{3t}.

Rearrange:

x=e3t(92x)x=9e3t2xe3tx(1+2e3t)=9e3tx=9e3t1+2e3t.\begin{align*} x&=e^{3t}(9-2x)\\ x&=9e^{3t}-2xe^{3t}\\ x(1+2e^{3t})&=9e^{3t}\\ x&=\frac{9e^{3t}}{1+2e^{3t}}. \end{align*}

Divide the numerator and denominator by e3te^{3t}:

x=9e3t+2.x=\frac{9}{e^{-3t}+2}.

Thus

x=92+e3t.\boxed{x=\frac{9}{2+e^{-3t}}}.

(e)

解法一

思路

展开

长期时 tt\to\infty,所以 e3t0e^{-3t}\to 0。代入第二个模型的显式解即可。

答题过程

展开

From part (d),

x=92+e3t.x=\frac{9}{2+e^{-3t}}.

As tt\to\infty,

e3t0.e^{-3t}\to 0.

So

x92=4.5.x\to \frac92=4.5.

Since xx is measured in thousands, the long-term population is

4500.\boxed{4500}.