题目
Problem
The height of a river above a fixed point on the riverbed was monitored over a 7-day period.
The height of the river, metres, days after monitoring began, was given by
Given that has a stationary value at ,
(a) use calculus to show that satisfies the equation
(b) Hence find the value of , giving your answer to 3 decimal places.
(c) Use further calculus to prove that is a maximum at this value of .
(8)
题目中文翻译
某河流在固定点处的水深在7天内被监测。
水深 (米)与监测开始后 天的关系为 ,。
已知 在 处有驻值,
(a) 用微积分证明 满足
(b) 求 的值(保留3位小数)
(c) 用进一步的微积分证明 在该 处取极大值。
(8分)
解答
解法一
思路
展开 中含 的项,逐项求导,令 ,两边乘以适当的 的幂次消去分数指数,整理得二次方程。二阶导数小于0则为极大值。
答题过程
(a) The height is , i.e.
At the stationary value , :
Multiply through by :
Multiply by :
20 + 18\alpha - 5\alpha^2 =&\, 0 \\[4mm] 5\alpha^2 - 18\alpha - 20 =&\, 0 \end{align*}$$ $$\boxed{5\alpha^2 - 18\alpha - 20 = 0}$$ **(b)** Using the quadratic formula: $$\begin{align*} \alpha =&\, \frac{18 \pm \sqrt{(-18)^2 - 4(5)(-20)}}{2(5)} \\[4mm] =&\, \frac{18 \pm \sqrt{324 + 400}}{10} \\[4mm] =&\, \frac{18 \pm \sqrt{724}}{10} \\[4mm] =&\, \frac{18 \pm 2\sqrt{181}}{10} \\[4mm] =&\, \frac{9 \pm \sqrt{181}}{5} \end{align*}$$ Since $0 \leqslant \alpha \leqslant 7$, take the positive root: $$\alpha = \frac{9 + \sqrt{181}}{5} \approx \boxed{4.491}$$ **(c)** The second derivative: $$\frac{\mathrm{d}^2H}{\mathrm{d}t^2} = \frac{1}{20}\left(-5t^{-3/2} + \frac{9}{2}t^{-1/2} - \frac{15}{4}t^{1/2}\right)$$ At $t = \alpha \approx 4.491$: $$\frac{\mathrm{d}^2H}{\mathrm{d}t^2} \approx \frac{1}{20}\left(-5(4.491)^{-3/2} + \frac{9}{2}(4.491)^{-1/2} - \frac{15}{4}(4.491)^{1/2}\right)$$ $$\approx \frac{1}{20}(-0.523 + 2.127 - 7.942) \approx \frac{1}{20}(-6.338) \approx -0.317 < 0$$ Since $\dfrac{\mathrm{d}^2H}{\mathrm{d}t^2} < 0$ at $t = \alpha$, $H$ has a **maximum** at this value of $\alpha$. $\quad\blacksquare$ ## 解法二 #### 思路 (a) 用乘积法则求导:将 $H$ 看成 $\frac{1}{20}(20+6t-t^2)$ 与 $t^{1/2}$ 的乘积。(c) 不代入数值,而是证明二阶导数在 $t\in(0,7)$ 上恒负。 #### 答题过程 **(a)** Write $H = \dfrac{1}{20}(20 + 6t - t^2) \cdot t^{1/2} + 17$. Using the product rule with $u = \dfrac{1}{20}(20 + 6t - t^2)$ and $v = t^{1/2}$: $$u' = \frac{1}{20}(6 - 2t), \quad v' = \frac{1}{2}t^{-1/2}$$ $$\begin{align*} \frac{\mathrm{d}H}{\mathrm{d}t} =&\, u'v + uv' \\[4mm] =&\, \frac{6 - 2t}{20} \cdot t^{1/2} + \frac{20 + 6t - t^2}{20} \cdot \frac{1}{2}t^{-1/2} \\[4mm] =&\, \frac{1}{20}\left[(6 - 2t)t^{1/2} + \frac{20 + 6t - t^2}{2}t^{-1/2}\right] \end{align*}$$ Setting $\dfrac{\mathrm{d}H}{\mathrm{d}t} = 0$ and multiplying through by $20t^{1/2}$: $$(6 - 2t)t + \frac{20 + 6t - t^2}{2} = 0$$ $$12t - 4t^2 + 20 + 6t - t^2 = 0$$ $$-5t^2 + 18t + 20 = 0$$ $$5t^2 - 18t - 20 = 0$$ At $t = \alpha$: $5\alpha^2 - 18\alpha - 20 = 0$. $\quad\blacksquare$ **(c)** The second derivative can be written as: $$\frac{\mathrm{d}^2H}{\mathrm{d}t^2} = -\frac{1}{80}t^{-3/2}\left(20t^2 - 18t + 15\right)$$ For the quadratic $20t^2 - 18t + 15$, the discriminant is: $$\Delta = (-18)^2 - 4(20)(15) = 324 - 1200 = -876 < 0$$ Since the leading coefficient $20 > 0$ and $\Delta < 0$, we have $20t^2 - 18t + 15 > 0$ for all $t$. Also, $t^{-3/2} > 0$ for $t > 0$. Therefore $\dfrac{\mathrm{d}^2H}{\mathrm{d}t^2} < 0$ for all $t \in (0, 7)$, so $H$ has a **maximum** at $t = \alpha$. $\quad\blacksquare$