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

IAL 2023 Jan Q10

A Level / Edexcel / P3

IAL 2023 Jan Paper · Question 10

题目

Problem

In this question you must show all stages of your working.

Solutions relying entirely on calculator technology are not acceptable.

A population of fruit flies is being studied.

The number of fruit flies, FF, in the population, tt days after the start of the study, is modelled by the equation

F=350ekt9+ektF=\frac{350e^{kt}}{9+e^{kt}}

where kk is a constant.

Use the equation of the model to answer parts (a), (b) and (c).

(a) Find the number of fruit flies in the population at the start of the study.

(1)

Given that there are 200200 fruit flies in the population 15 days after the start of the study,

(b) show that k=115ln12k=\dfrac1{15}\ln 12

(3)

Given also that, when t=Tt=T, the number of fruit flies in the population is increasing at a rate of 1010 per day,

(c) find the possible values of TT, giving your answers to one decimal place.

(5)
题目中文翻译

本题中你必须写出解题过程的所有步骤。

不接受完全依赖计算器技术的解法。

某个果蝇种群正在被研究。

研究开始后 tt 天,该种群中的果蝇数量 FF 由方程

F=350ekt9+ektF=\frac{350e^{kt}}{9+e^{kt}}

建模,其中 kk 是常数。

利用该模型方程回答 (a)、(b) 和 (c)。

(a) 求研究开始时该种群中的果蝇数量。

已知研究开始 15 天后,种群中有 200200 只果蝇。

(b) 证明 k=115ln12k=\dfrac1{15}\ln 12

又已知当 t=Tt=T 时,果蝇数量的增长率为每天 1010

(c) 求 TT 的可能值,答案精确到小数点后 1 位。

解答

(a)

解法一

思路

展开

研究开始时就是 t=0t=0。代入模型后,利用 e0=1e^0=1 即可。

答题过程

展开

At the start of the study,

t=0.t=0.

So

F=350ek09+ek0.F=\frac{350e^{k\cdot0}}{9+e^{k\cdot0}}.

Since e0=1e^0=1,

F=3509+1=35.F=\frac{350}{9+1}=35.

Therefore the number of fruit flies at the start of the study is

35.\boxed{35}.

(b)

解法一

思路

展开

t=15t=15F=200F=200 代入模型,目标是解出 e15ke^{15k}。得到 e15k=12e^{15k}=12 后,再两边取自然对数。

答题过程

展开

When t=15t=15,

F=200.F=200.

Substitute these into the model:

200=350e15k9+e15k.200=\frac{350e^{15k}}{9+e^{15k}}.

Multiply both sides by 9+e15k9+e^{15k}:

200(9+e15k)=350e15k.200(9+e^{15k})=350e^{15k}.

So

1800+200e15k=350e15k.1800+200e^{15k}=350e^{15k}.

Hence

150e15k=1800.150e^{15k}=1800.

Therefore

e15k=12.e^{15k}=12.

Taking natural logarithms,

15k=ln12.15k=\ln12.

So

k=115ln12.\boxed{k=\frac1{15}\ln12}.

(c)

解法一

思路

展开

增长率是 dFdt\frac{\mathrm{d}F}{\mathrm{d}t},所以先对模型求导。然后令导数等于 1010。为了把方程变成二次方程,设 u=ekTu=e^{kT},解出两个正值,再用 kT=lnukT=\ln uTT

答题过程

展开

The model is

F=350ekt9+ekt.F=\frac{350e^{kt}}{9+e^{kt}}.

Differentiate using the quotient rule:

dFdt=350kekt(9+ekt)350ektkekt(9+ekt)2=3150kekt+350ke2kt350ke2kt(9+ekt)2=3150kekt(9+ekt)2.\begin{align*} \frac{\mathrm{d}F}{\mathrm{d}t} =&\,\frac{350ke^{kt}(9+e^{kt}) -350e^{kt}\cdot ke^{kt}} {(9+e^{kt})^2} \\[2mm] =&\,\frac{3150ke^{kt}+350ke^{2kt}-350ke^{2kt}} {(9+e^{kt})^2} \\[2mm] =&\,\frac{3150ke^{kt}}{(9+e^{kt})^2}. \end{align*}

When t=Tt=T, the population is increasing at a rate of 1010 per day, so

3150kekT(9+ekT)2=10.\frac{3150ke^{kT}}{(9+e^{kT})^2}=10.

Multiply by (9+ekT)2(9+e^{kT})^2:

3150kekT=10(9+ekT)2.3150ke^{kT}=10(9+e^{kT})^2.

Divide by 1010:

315kekT=(9+ekT)2.315ke^{kT}=(9+e^{kT})^2.

Expand the right-hand side:

315kekT=81+18ekT+e2kT.315ke^{kT}=81+18e^{kT}+e^{2kT}.

So

e2kT+(18315k)ekT+81=0.e^{2kT}+(18-315k)e^{kT}+81=0.

From part (b),

k=115ln12.k=\frac1{15}\ln12.

Let

u=ekT.u=e^{kT}.

Then

u2+(18315k)u+81=0.u^2+(18-315k)u+81=0.

Substitute k=115ln12k=\frac1{15}\ln12:

u2+(1821ln12)u+81=0.u^2+\left(18-21\ln12\right)u+81=0.

Using the quadratic formula,

u=21ln1218±(1821ln12)23242.u=\frac{21\ln12-18 \pm\sqrt{(18-21\ln12)^2-324}}{2}.

This gives

u=2.5615oru=31.6214.u=2.5615\ldots \qquad\text{or}\qquad u=31.6214\ldots.

Since u=ekTu=e^{kT},

kT=lnu.kT=\ln u.

So

T=lnuk.T=\frac{\ln u}{k}.

For u=2.5615u=2.5615\ldots,

T=ln(2.5615)115ln12=5.677.T=\frac{\ln(2.5615\ldots)}{\frac1{15}\ln12} =5.677\ldots.

For u=31.6214u=31.6214\ldots,

T=ln(31.6214)115ln12=20.848.T=\frac{\ln(31.6214\ldots)}{\frac1{15}\ln12} =20.848\ldots.

Therefore, to one decimal place, the possible values of TT are

T=5.7orT=20.8.\boxed{T=5.7\quad\text{or}\quad T=20.8}.