⛵ 点击进入 帆船航行参数互动演示

扬帆远航:逆风前行的数学奥秘

【核心问题】
帆船没有动力,只能借助风帆航行。在风向与航行方向完全相反的情况下,如何确定航向 $\theta$(即正东方向到航行方向的角)以及船帆的朝向 $\alpha$(即帆面到航向的角),使得帆船朝正东方向行驶的速度最大?
帆船受力分析示意图
图1:帆船受力与速度分解示意图

数学模型求解(积化和差法)

经过受力分析与速度分解,我们得出帆船在正东方向的速度 $v_1$ 满足以下正比例关系(忽略常数项):

$$k \propto \sin(\alpha) \sin(\theta - \alpha) \cos(\theta)$$
1. 应用积化和差公式:
对于前两项 $\sin(\alpha) \sin(\theta - \alpha)$,利用积化和差公式 $\sin A \sin B = \frac{1}{2}[\cos(A-B) - \cos(A+B)]$ 展开:
$$\sin(\theta - \alpha) \sin(\alpha) = \frac{1}{2} [\cos(\theta - 2\alpha) - \cos(\theta)]$$
此时原式转化为与 $\cos(\theta - 2\alpha)$ 相关的函数。
2. 确定最佳船帆角 $\alpha$:
当航向 $\theta$ 埃给定时,要使速度最大,需让余弦函数 $\cos(\theta - 2\alpha)$ 取最大值 $1$。 即 $\theta - 2\alpha = 0$,由此解得:
$$\alpha = \frac{\theta}{2}$$
3. 确定最佳航向角 $\theta$:
将 $\cos(\theta - 2\alpha) = 1$ 代回原式,并令 $x = \cos(\theta)$,得到只与 $\theta$ 相关的二次函数:
$$y = \frac{1}{2} [\cos(\theta) - \cos^2(\theta)] = \frac{1}{2}(x - x^2)$$
这是一个开口向下的抛物线,当 $x = -\frac{1}{2 \times (-1)} = \frac{1}{2}$ 时取得最大值。 即 $\cos(\theta) = \frac{1}{2}$。

最终结论

最佳航向角:$\theta = 60^\circ$
最佳船帆角:$\alpha = 30^\circ$