题目
Problem
A leaking vessel is modelled by
V=at+b
where V is the volume of water in the vessel, in m3, after t minutes, and a and b are constants.
Given that the volume of water in the vessel is 6 m3 after 25 minutes and 3.3 m3 after 64 minutes,
(a) find the value of a and the value of b.
(4)
(b) Using the model, find
(i) the initial volume of water in the vessel,
(ii) the time taken for the vessel to become empty, giving your answer to the nearest minute.
(3)
解答
(a)
解法一
思路
展开
把两个时间和体积分别代入模型。注意 25=5,64=8,所以会得到两个关于 a,b 的一次方程。
答题过程
展开
Using t=25 and V=6,
6=6=a25+b5a+b.
Using t=64 and V=3.3,
3.3=3.3=a64+b8a+b.
Subtract the first equation from the second:
3.3−6=−2.7=a=(8a+b)−(5a+b)3a−0.9.
Substitute into 6=5a+b:
6=6=b=5(−0.9)+b−4.5+b10.5.
So
a=−0.9,b=10.5.
(b)
解法一
思路
展开
初始体积对应 t=0。
容器空了对应 V=0,把 (a) 的模型代入后解 t,最后平方得到 t。
答题过程
展开
The model is
V=−0.9t+10.5.
When t=0,
V==−0.90+10.510.5.
So the initial volume is
10.5 m3.
For the vessel to be empty, set V=0:
−0.9t+10.5=0.9t=t==010.50.910.5335.
Therefore
t===(335)291225136.111…
The vessel becomes empty after
136 minutes.