题目
Problem
A tree was planted.
Exactly 3 years after it was planted, the height of the tree was 2 m.
Exactly 5 years after it was planted, the height of the tree was 2.4 m.
Given that the height, H metres, of the tree, t years after it was planted, can be modelled by the equation
H3=pt2+q
where p and q are constants,
(a) find, to 3 significant figures where necessary, the value of p and the value of q.
(4)
Exactly T years after the tree was planted, its height was 5 m.
(b) Find the value of T according to the model, giving your answer to one decimal place.
(2)
解答
(a)
解法一
思路
展开
把两个给定时间和高度分别代入模型,得到两个关于 p,q 的一次方程,再联立求解。
答题过程
展开
When t=3, H=2:
23=8=p(3)2+q9p+q.
When t=5, H=2.4:
2.43=13.824=p(5)2+q25p+q.
Subtract the first equation from the second:
13.824−8=5.824=p=16p16p0.364.
Then
8=q=9(0.364)+q4.724.
So, to 3 significant figures,
p=0.364,q=4.72.
(b)
解法一
思路
展开
高度为 5 时,令 H=5,用 (a) 的模型求 T。
答题过程
展开
When H=5,
53=125=T2=T=pT2+q0.364T2+4.7240.364125−4.72418.18….
Therefore
T=18.2
to one decimal place.