题目
Problem
(a) For all the values of x where the identity is defined, prove that
cot2x+tanx≡cosec2x
(3)
(b) Show that the substitution y2=wsin2x , where w is a function of x , transforms the differential equation
ydxdy+y2tanx=sinx0<x<2π(I)
into the differential equation
dxdw+2wcosec2x=secx0<x<2π(II)
(4)
(c) By solving differential equation (II) , determine a general solution of differential equation (I) in the form y2=f(x) , where f(x) is a function in terms of cosx
You may use without proof
[∫cosec2xdx=21ln∣tanx∣+(constant)]
(6)
解答
(a)
解法一
思路
展开
把 cot2x 和 tanx 都写成 sin,cos,通分后分子会出现 cos2xcosx+sin2xsinx,可以用 cos(A−B) 化简。
答题过程
展开
cot2x+tanx======sin2xcos2x+cosxsinxsin2xcosxcos2xcosx+sin2xsinxsin2xcosxcos(2x−x)sin2xcosxcosxsin2x1cosec2x
Therefore
cot2x+tanx≡cosec2x
(b)
解法一
思路
展开
先对 y2=wsin2x 两边求导,得到 2ydxdy 的表达式。再把原方程中的 ydxdy 和 y2 都换成 w,最后用 (a) 的恒等式化简。
答题过程
展开
Given
y2=wsin2x
differentiate both sides with respect to x:
2ydxdy=dxdwsin2x+2wcos2x
Hence
ydxdy=21dxdwsin2x+wcos2x
Substitute this and y2=wsin2x into (I):
21dxdwsin2x+wcos2x+wsin2xtanx=sinx
Multiply by 2:
dxdwsin2x+2wcos2x+2wsin2xtanx=2sinx
Since 0<x<2π, sin2x=0, so divide by sin2x:
dxdw+2wsin2xcos2x+2wtanx=dxdw+2w(cot2x+tanx)=dxdw+2w(cot2x+tanx)=sin2x2sinx2sinxcosx2sinxsecx
Using the identity from part (a),
dxdw+2wcosec2x=secx
This is differential equation (II).
(c)
解法一
思路
展开
(II) 是一阶线性微分方程。积分因子是 e∫2cosec2xdx,题目已经给出所需积分。最后要把 w 换回 y2,并整理成只含 cosx 的形式。
答题过程
展开
The differential equation is
dxdw+2wcosec2x=secx
The integrating factor is
I.F.===e∫2cosec2xdxeln∣tanx∣tanx
For 0<x<2π, tanx>0, so the absolute value causes no difficulty.
Multiply (II) by tanx:
tanxdxdw+2wtanxcosec2x=dxd(wtanx)=secxtanxsecxtanx
Integrate:
wtanx==∫secxtanxdxsecx+C
Since y2=wsin2x,
w=sin2xy2
Substitute into wtanx=secx+C:
sin2xy2tanx=2sinxcosxy2⋅cosxsinx=2cos2xy2=secx+Ccosx1+Ccosx1+C
Multiply by 2cos2x:
y2=2cosx+2Ccos2x
Writing the arbitrary constant as A, the general solution is
y2=2cosx+Acos2x