「応用数学 - 広義積分と無限積分」の版間の差分

提供: MochiuWiki : SUSE, EC, PCB

📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

133行目: 133行目:
一方、それら右側積分や左側積分の値が <math>+ \infty</math> や <math>- \infty</math> に発散したり、振動したりする場合には、広義積分の収束・発散を調べる必要がある。<br>
一方、それら右側積分や左側積分の値が <math>+ \infty</math> や <math>- \infty</math> に発散したり、振動したりする場合には、広義積分の収束・発散を調べる必要がある。<br>
<br>
<br>
下図に、積分区間の分割の概要を示す。<br>
下図に、積分区間の分割の概要を示す。(この図は、上図の区分的に連続な関数の再掲である)<br>
 
<center><math>\int_{a}^{b} {f(x) \, dx} = \int_{a}^{c{1}} {f(x) \, dx} + \int_{c_{1}}^{c_{2}} {f(x) \, dx} + \int_{c_{2}}^{c{3}} {f(x) \, dx} + \int_{c_{3}}^{b} {f(x) \, dx}</math></center><br>
図. <math>a \le x \le b</math> において区分的に連続な関数 <math>f(x)</math><br>
[[ファイル:Improper Integral 2.png|フレームなし|中央]]
<center>図. <math>a \le x \le b</math> において区分的に連続な関数 <math>f(x)</math></center><br>
<br>
==== 広義積分の例題 ====
例題:
関数 <math>
f(x) =
\begin{cases}
x & \qquad (x < 1) \\
0 & \qquad (x \ge 1)
\end{cases}
</math>
のとき、以下の広義積分の値を求めよ。
<math>\int_{0}^{2} {f(x) \, dx}</math>
<br>
[[ファイル:Improper Integral 4.png|フレームなし|中央]]
<br>
解答:
<math>f(x)</math> は <math>x = 1</math> で不連続なので積分区間を分けて考える。
<math>f(x)</math> は <math>x = 1</math> において左側極限も右側極限も存在し、<math>0 \le x \le 2</math>において区分的に連続なので、通常の定積分と同じように計算できる。
<math>
\begin{align}
\int_{0}^{2} {f(x) \, dx} &= \int_{0}^{1} {x \, dx} + \int_{1}^{2} {0 \, dx} \\
&= \Big[ \frac{x^{2}}{2} \Big]_{0}^{1} + 0 \\
&= \frac{1}{2}
\end{align}
</math>
<br><br>
<br><br>


__FORCETOC__
__FORCETOC__
[[カテゴリ:解析学]]
[[カテゴリ:解析学]]

2023年9月3日 (日) 17:07時点における版

概要

広義積分および無限積分について理解する。


極限の例題

例題:

について、以下の極限を求めよ。

(1) 
(2) 構文解析に失敗 (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \lim _{x\to 1-0}{f(x)}}

(3) 
(4) 
(5) 構文解析に失敗 (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \lim _{x\to -\infty }{f(x)}}


解答:
(1)
xを正の方向から1に近づけた極限なので、


(2)
xを負の方向から1に近づけた極限なので、


(3)
xを正と負の両方から近づけた極限である。
しかし、(1)(2)より、右側極限と左側極限は一致しない。
そのため、一定の値には収束しないので、
 は値なし。

(4)
xを限りなく大きくしたときの極限なので、


(5)
xを限りなく小さくしたときの極限なので、



連続な関数

定義:
関数  で連続とは、以下の条件を満たすことである。
(1) 構文解析に失敗 (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle f(a)}
 が存在する。
(2)  が存在する。
(3) 

関数  が区間Iで連続とは、以下の条件を満たすことである。
区間Iの任意の値aについて、 で連続。



区分的に連続な関数

定義:
 で定義された関数  が以下の条件を満たすとき、  で区分的に連続(piecewisely continuous)であるという。

(1)  において有限個の点を除いて連続である。
(2)  の不連続な点cにおいては、以下で示す右側極限と左側極限が存在する。
    構文解析に失敗 (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \lim _{x\to c+0}{f(x)}\qquad \lim _{x\to c-0}{f(x)}}


構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle a \le x \le b}
 で区分的に連続であるとは、言い換えると以下の条件を満たすことである。
(1) 不連続な点があっても有限個である。
(2) 不連続な点では、値が  に発散したり振動したりしない。

このような区分的に連続な関数に対しては、連続な関数とほぼ同様に定積分を行うことができる。


下図に、区分的に連続な関数を示す。

図. において区分的に連続な関数



ラプラス変換では、このような関数を扱う。


区分的に滑らかな関数

定義:
 で定義された関数 構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle f(x)}
 が以下の条件(1)(2)を全て満たすとき、  で区分的に滑らか(piecewisely smooth)であるという。

(1)  がこの区間において区分的に連続である。
(2)  の導関数 構文解析に失敗 (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\frac {df(x)}{dx}}}
 がこの区間において区分的に連続である。(ただし、  に不連続点や、尖点がある場合、 構文解析に失敗 (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\frac {df(x)}{dx}}}
 はそれらの点を除いて考える)



広義積分

広義積分とは

定積分(definite integral)は、ある の区間 上で連続な関数 で考えていた。
ここでは、 が発散してしまったり、定義されていない場合や、不連続の場合を考える。

このように、区間の端で不連続な にまで拡張された定積分を広義積分(improper integral)という。
また、広義積分が収束するとき、広義積分可能(improper integrable)であるという。

広義積分の定義

定義1:
構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle a < x \le b}
 で連続であるとする。
このとき、 構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle a < x \le b}
 における定積分を以下で定義する。

構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \int_{a}^{b} {f(x)} \, dx = \lim_{\alpha \to a + 0} {\int_{\alpha}^{b} {f(x)} \, dx}}


説明:
構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle a < \alpha \le b}
 となる 構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \alpha}
 をとると、 構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \alpha \le x \le b}
 において 構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle f(x)}
 は連続なので、通常の定積分 構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \int_{b}^{\alpha} {f(x)} \, dx}
 が考えられる。
その結果を 構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \alpha \longrightarrow a + 0}
 として右側極限を考えたのが上の定義式である。
関数により、収束する場合もあり、収束しない場合もある。


定義2:
構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle f(x)}構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle a \le x < b}
 で連続であるとする。
このとき、 構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle a \le x < b}
 における定積分を以下で定義する。

構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \int_{b}^{a} {f(x)} \, dx = \lim_{\beta \to b - 0} {\int_{a}^{\beta} {f(x)} \, dx}}


定義3:
構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle f(x)}構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle a < x < b}
 で連続であるとする。
このとき、 構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle a < x < b}
 における定積分を以下で定義する。

構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \int_{b}^{a} {f(x)} \, dx = \lim_{\begin{matrix} \alpha \to a + 0 \\ \beta \to b - 0 \end{matrix}} {\int_{\alpha}^{\beta} {f(x)} \, dx}}


積分区間の分割

構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle f(x)}構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle a \le x < c, \, c < x \le b} において連続で、 構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle x = c} で不連続な場合、以下のように積分区間を分割して考えればよい。

構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \begin{align} \int_{b}^{a} {f(x) \, dx} &= \int_{a}^{c} {f(x) \, dx} + \int_{c}^{b} {f(x) \, dx} \\ &= \lim_{\gamma_{1} \to c - 0} {\int_{a}^{\gamma_{1}} {f(x) \, dx}} + \lim_{\gamma_{2} \to c + 0} {\int_{\gamma_{2}}^{b} {f(x) \, dx}} \end{align} }

構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle f(x)}構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle a \le x < c, \, c < x \le b} において連続で、 構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle x = c} で不連続な場合、
構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle f(x)}構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle x = c} で不連続であっても、構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle c} に関する 構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle f(x)} の右側極限と左側極限の値が有限の値に収束する場合には、普通の積分と同じように計算することができる。

一方、それら右側積分や左側積分の値が 構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle + \infty}構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle - \infty} に発散したり、振動したりする場合には、広義積分の収束・発散を調べる必要がある。

下図に、積分区間の分割の概要を示す。(この図は、上図の区分的に連続な関数の再掲である)

構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \int_{a}^{b} {f(x) \, dx} = \int_{a}^{c{1}} {f(x) \, dx} + \int_{c_{1}}^{c_{2}} {f(x) \, dx} + \int_{c_{2}}^{c{3}} {f(x) \, dx} + \int_{c_{3}}^{b} {f(x) \, dx}}


図. 構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle a \le x \le b} において区分的に連続な関数 構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle f(x)}



広義積分の例題

例題:
関数 構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle   f(x) =  \begin{cases}  x & \qquad (x < 1) \\  0 & \qquad (x \ge 1)  \end{cases}  }

のとき、以下の広義積分の値を求めよ。

構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \int_{0}^{2} {f(x) \, dx}}



解答:
構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle f(x)}構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle x = 1}
 で不連続なので積分区間を分けて考える。
構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle f(x)}構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle x = 1}
 において左側極限も右側極限も存在し、構文解析に失敗 (SVG (ブラウザーのプラグインで MathML を有効にできます): サーバー「https://wikimedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle 0 \le x \le 2}
において区分的に連続なので、通常の定積分と同じように計算できる。