题目
Problem
Let
In=∫secnxdxn≥0.
(a) Prove that for n≥2
(n−1)In=tanxsecn−2x+(n−2)In−2.
(b) Hence, showing each step of your working, find the exact value of
∫0π/4sec6xdx.
(10)
题目中文翻译
设
In=∫secnxdxn≥0
(a) 证明当 n≥2 时
(n−1)In=tanxsecn−2x+(n−2)In−2.
(b) 因此,写出每一步的计算,求
∫0π/4sec6xdx
的精确值。
解答
(a)
解法一:直接分部积分
思路
展开
这是官方主要路线。把 secnx 拆成 secn−2xsec2x,令 secn−2x 为待求导部分、sec2x 为待积分部分。分部积分后用 tan2x=sec2x−1,便能同时产生 In 与 In−2。
答题过程
展开
Write
In=∫secn−2xsec2xdx.
Using integration by parts with
u=secn−2x,dv=sec2xdx,
we have
du=(n−2)secn−2xtanxdx,v=tanx.
Therefore,
In===tanxsecn−2x−(n−2)∫secn−2xtan2xdxtanxsecn−2x−(n−2)∫secn−2x(sec2x−1)dxtanxsecn−2x−(n−2)In+(n−2)In−2.
Hence
(n−1)In=tanxsecn−2x+(n−2)In−2.
解法二:先使用 sec2x=1+tan2x
思路
展开
官方替代路线先把积分拆成 In−2 与一个含 tan2x 的积分,再只对后者分部积分。由于中间需要除以 n−2,这条推导适用于 n>2;n=2 必须另行验证。
答题过程
展开
For n>2,
In==∫secn−2x(1+tan2x)dxIn−2+∫tan2xsecn−2xdx.
For the second integral, use integration by parts with
u=tanx,dv=tanxsecn−2xdx.
Then
du=sec2xdx,v=n−2secn−2x.
Thus
==∫tan2xsecn−2xdxn−2tanxsecn−2x−n−21∫secnxdxn−2tanxsecn−2x−n−2In.
Substituting this into the earlier expression and multiplying by
n−2 gives
(n−1)In=tanxsecn−2x+(n−2)In−2.
When n=2, the formula becomes
I2=tanx, which follows directly from
∫sec2xdx=tanx. Hence the result holds for all
n≥2.
(b)
解法一
思路
展开
为避免把不定积分常数带入递推,定义带固定上下限的 Jn。将 (a) 的递推式在 0 与 π/4 之间取值,依次由 J2 算出 J4,再算出 J6;这样完整体现题目要求的每一步。
答题过程
展开
Let
Jn=∫0π/4secnxdx.
The reduction formula gives
(n−1)Jn=[tanxsecn−2x]0π/4+(n−2)Jn−2.
First,
J2=[tanx]0π/4=1.
For n=4,
3J4===[tanxsec2x]0π/4+2J2(1)(2)+2(1)4,
so J4=34.
For n=6,
5J6===[tanxsec4x]0π/4+4J4(1)(4)+4(34)328.
Therefore,
∫0π/4sec6xdx=J6=1528.