Yahoo 知識+ 將於 2021 年 5 月 4 日 (美國東岸時間) 停止服務,而 Yahoo 知識+ 網站現已轉為僅限瀏覽模式。其他 Yahoo 資產或服務,或你的 Yahoo 帳戶將不會有任何變更。你可以在此服務中心網頁進一步了解 Yahoo 知識+ 停止服務的事宜,以及了解如何下載你的資料。
兩題積分求值
1. 求 sin(x^2)/x^2的積分,積分範圍為所有實數(R)
Note: 不是 (sinx /x)^2的積分
2. 求 sin(mx)/(x^2+x+1)的積分,積分範圍為R
3 個解答
- mathmanliuLv 71 十年前最愛解答
Q1:請參考http://tw.knowledge.yahoo.com/question/question?qi...
Q2: (設m>=0)
∫[-∞~∞] sin(mx)/(x^2+x+1) dx (配方,平移)
=∫[-∞~∞] sin[m(x- 1/2)] /(x^2 + w^2) dx ( w^2 = 3/4, w>0)
=∫[-∞,∞] [sin(mx)cos(m/2)-cos(mx)sin(m/2)]/(x^2+w^2) dx
= - sin(m/2)∫[-∞~∞] cos(mx)/(x^2+w^2) dx (奇函數的積分=0)
= - sin(m/2)∫[-∞~∞] exp(imx)/(x^2+w^2) dx 的實數部分
(counter integral 上半平面)
= - sin(m/2)*2πi*[Residue of exp(imx)/(x^2+w^2) at x=wi ] 取實數
= - sin(m/2)*2πi* exp(-mw)/(2wi) 取實數
= - 2πsin(m/2) exp(-√3 m/2) /√3
註:
若m<0, 則求 - sin(m/2)∫[-∞~∞] exp(-imx)/(x^2+w^2) dx 的實部
得 - 2πsin(m/2) exp(√3 m/2) /√3
故Q2 Ans= - 2πsin(m/2) exp(-√3 |m|/2) /√3
- 1 十年前
1. Sqrt( 2 pi )
2. - (2 pi / Sqrt(3)) Exp( - |m| Sqrt(3)/2 ) sin( m / 2 )
The first one is by changing complex coordinate and closing a contour. The second is by residue theorem.