数列や関数がある値に「限りなく近づく」状況を定めた概念を「極限 (limit)」という。 :contentReference[oaicite:0]{index=0}
数列 \(\{a_n\}\) がある実数 \(L\) に近づくとは、任意の \(\varepsilon>0\) に対してある \(N\) があって \(n>N\) のとき \(|a_n - L| < \varepsilon\) が成り立つ。 :contentReference[oaicite:1]{index=1}
関数 \(f(x)\) が \(x\) がある値(または∞)に近づくとき、\(f(x)\) がある値 \(L\) に近づく状況を \[ \lim_{x \to a} f(x) = L \] のように表す。 :contentReference[oaicite:2]{index=2}
\[ \lim_{n \to \infty} \frac1n = 0,\quad \lim_{n \to \infty} n = \infty \] 等。 :contentReference[oaicite:3]{index=3}
等比数列 \(a_n = ar^{n-1}\) のとき、 \[ |r|<1 \Rightarrow \lim_{n\to\infty} a_n=0,\quad |r|> 1 \Rightarrow \lim_{n\to\infty} a_n = \pm\infty \] が典型。 :contentReference[oaicite:4]{index=4}
関数・数列が他の2つの既知の数列・関数に挟まれており,その2つが同じ極限をもつとき,中間のものも同じ極限をもつ。 :contentReference[oaicite:5]{index=5}
\(\frac{∞}{∞}\), \(0/0\), \(∞ - ∞\) などの形はそのまま答えられず,式変形が必要。 :contentReference[oaicite:6]{index=6}
代入可能ならばそのまま計算、代入できない(分母0など)なら式変形を行う。 :contentReference[oaicite:7]{index=7}
主に分数関数・無理関数・三角関数・指数・対数を含んだ関数が対象。
\[ \lim_{x \to a^-} f(x),\quad \lim_{x \to a^+} f(x) \] の取り扱いと、両側極限が一致しないと極限は存在しない。 :contentReference[oaicite:8]{index=8}
無理関数では有理化、分数関数では最高次で割るなどの手法が登場。 :contentReference[oaicite:9]{index=9}
数列の部分和が極限をもつかどうかを扱う。 :contentReference[oaicite:10]{index=10}
\[ \sum_{n=0}^{\infty} ar^n = \begin{cases} \dfrac{a}{1-r}, & |r|<1\\ \text{発散}, & |r|\ge1 \end{cases} \]