作者vandermonde (IXI Ceva IXI)
看板Math
标题Re: [微积] 请教sin(1/x)的积分
时间Sat Apr 9 14:18:54 2011
※ 引述《billy0131 (Pluto)》之铭言:
: 另f(x) = sin(1/x) 0<x<=1
: 0 x=0
: 求f在[0,1]的积分值
: 这题有用matlab算过:
: int(sin(1/x),x,0,1)
: ans =
: sin(1)-cosint(1)
: 可是不知道是麽来的
: 希望能知道推导过程,谢谢。
∫sin(1/x) dx =∫1*sin(1/x) dx
= x*sin(1/x)-∫x*cos(1/x)*(-1/x^2) dx
= x*sin(1/x)+∫1/x*cos(1/x) dx
(set t=1/x => dt=-1/x^2 dx )
= x*sin(1/x)-∫1/t*cos(t) dt (t from -∞ to 1,x from 0 to 1)
= x*sin(1/x)+∫1/t*cos(t) dt (t from 1 to ∞,x from 0 to 1)
(set we know C(z)=-∫1/t*cos(t) dt | z to ∞ )
= sin(1)-C(1)
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 114.38.17.25
1F:推 billy0131 :感谢! 04/09 21:34