题目
Problem
Given that
y=e3xcosh2x
prove by induction that for n∈N
dxndny=e3x(25n+1cosh2x+25n−1sinh2x)
(6)
题目中文翻译
已知
y=e3xcosh2x
用数学归纳法证明,对于 n∈N,
dxndny=e3x(25n+1cosh2x+25n−1sinh2x)
解答
解法一:直接对双曲函数形式作归纳
思路
展开
先验证 n=1。在归纳步骤中,把两个系数分别记作 Ak 和 Bk;对假设式求导后,乘积法则会把它们变成 3Ak+2Bk 和 2Ak+3Bk。化简这两个新系数,即可得到 n=k+1 时的目标形式。
答题过程
For n=1,
dxdy=3e3xcosh2x+2e3xsinh2x=e3x(3cosh2x+2sinh2x)=e3x(251+1cosh2x+251−1sinh2x).
Therefore, the result is true for n=1.
Assume that the result is true for n=k, where k∈N. Let
Ak=25k+1andBk=25k−1.
Then the induction hypothesis is
dxkdky=e3x(Akcosh2x+Bksinh2x).
Differentiating both sides gives
dxk+1dk+1y==3e3x(Akcosh2x+Bksinh2x)+e3x(2Aksinh2x+2Bkcosh2x)e3x[(3Ak+2Bk)cosh2x+(2Ak+3Bk)sinh2x].
Now
3Ak+2Bk=23(5k+1)+2(5k−1)=25k+1+1,
and
2Ak+3Bk=22(5k+1)+3(5k−1)=25k+1−1.
Hence
dxk+1dk+1y=e3x(25k+1+1cosh2x+25k+1−1sinh2x).
Thus, if the result is true for n=k, it is true for n=k+1. Since it is true for n=1, the result follows by induction for all n∈N.
解法二:先改写成指数函数
思路
展开
利用 cosh2x=21(e2x+e−2x),先把 y 化为两个指数函数之和。它的 n 阶导数形式很容易用归纳法证明;最后再将结果重新组合成 cosh2x 与 sinh2x,便得到题目所要求的式子。
答题过程
Using the exponential form of cosh2x,
y=e3x(2e2x+e−2x)=2e5x+ex.
We first prove by induction that
dxndny=25ne5x+ex.
For n=1,
dxdy=25e5x+ex=251e5x+ex,
so the result is true for n=1.
Assume that it is true for n=k. Then
dxkdky=25ke5x+ex.
Differentiating both sides,
dxk+1dk+1y=25(5ke5x)+ex=25k+1e5x+ex.
Therefore, by induction,
dxndny=25ne5x+ex
for all n∈N.
Finally,
dxndny=2e3x(5ne2x+e−2x)=4e3x[(5n+1)(e2x+e−2x)+(5n−1)(e2x−e−2x)]=e3x(25n+1cosh2x+25n−1sinh2x),
as required.