STEP 1

関数の極限と片側極限

\(x\) が \(a\) に限りなく近づくとき、\(f(x)\) がある値 \(\alpha\) に限りなく近づくならば、これを \(\displaystyle\lim_{x\to a}f(x)=\alpha\) と書く。数列の極限と同じ考え方だが、\(x\) は \(a\) に「右から」も「左から」も近づける点が新しい。

\(x\) が \(a\) より大きい値から近づくことを \(x\to a+0\)(右側極限)、\(a\) より小さい値から近づくことを \(x\to a-0\)(左側極限)と書く。右側極限と左側極限が一致するときに限り、極限が存在する。一致しなければ「極限は存在しない(振動または発散)」と結論づける。

片側極限の判定手順
手順1 右側極限 \(\displaystyle\lim_{x\to a+0}f(x)\) を調べる(\(a\) より大きい値を代入するイメージ)
手順2 左側極限 \(\displaystyle\lim_{x\to a-0}f(x)\) を調べる(\(a\) より小さい値を代入するイメージ)
手順3 両者が一致 → その値が \(\displaystyle\lim_{x\to a}f(x)\)。不一致 → 極限は存在しない

例題1 \(f(x)=\dfrac{1}{x+2}\) について、\(\displaystyle\lim_{x\to-2+0}f(x)\)、\(\displaystyle\lim_{x\to-2-0}f(x)\) をそれぞれ求めよ。

解答を見る
\(x\to-2+0\) のとき(\(x\) が \(-2\) よりわずかに大きい)、\(x+2\) は正の側から \(0\) に近づくので \(\dfrac{1}{x+2}\) はいくらでも大きくなる。 \(x\to-2-0\) のとき(\(x\) が \(-2\) よりわずかに小さい)、\(x+2\) は負の側から \(0\) に近づくので \(\dfrac{1}{x+2}\) はいくらでも小さくなる(負で絶対値が大きくなる)。 両側の行き先が異なるので \(\displaystyle\lim_{x\to-2}f(x)\) 自体は存在しない。 \(\displaystyle\lim_{x\to-2+0}f(x)=+\infty\)、\(\displaystyle\lim_{x\to-2-0}f(x)=-\infty\)
STEP 2

不定形の処理(約分・有理化)

\(x=a\) をそのまま代入すると \(\dfrac{0}{0}\) の形(不定形)になることがある。この場合、代入する前に式を変形して \(0/0\) の原因になっている因数を消してから極限をとる、というのが鉄則だ。

例題2 \(\displaystyle\lim_{x\to1}\dfrac{x^2-1}{x-1}\) を求めよ。(約分)

解答を見る
\(x=1\) を代入すると \(\dfrac{0}{0}\) となり不定形。分子を因数分解する。 \(\dfrac{x^2-1}{x-1}=\dfrac{(x-1)(x+1)}{x-1}=x+1\)(\(x\neq1\) なら約分できる) 極限をとるときの \(x\) は \(1\) そのものではなく「\(1\) に近づく値」なので、この約分は正当。 あとは \(x+1\) に \(x=1\) を代入すればよい。 \(\displaystyle\lim_{x\to1}\dfrac{x^2-1}{x-1}=1+1=2\)

例題3 \(\displaystyle\lim_{x\to0}\dfrac{\sqrt{x+4}-2}{x}\) を求めよ。(有理化)

解答を見る
根号を含む不定形は、分子・分母に「共役」(符号を変えた式)を掛けて有理化するのがコツ。 分子・分母に \(\sqrt{x+4}+2\) を掛ける。 \(\dfrac{\sqrt{x+4}-2}{x}=\dfrac{(\sqrt{x+4}-2)(\sqrt{x+4}+2)}{x(\sqrt{x+4}+2)}=\dfrac{(x+4)-4}{x(\sqrt{x+4}+2)}=\dfrac{x}{x(\sqrt{x+4}+2)}=\dfrac{1}{\sqrt{x+4}+2}\) これで \(x=0\) を代入できる形になった。 \(\displaystyle\lim_{x\to0}\dfrac{\sqrt{x+4}-2}{x}=\dfrac{1}{\sqrt{4}+2}=\dfrac{1}{4}\)
不定形 \(0/0\) の処理方針
分子・分母が多項式 → 分子を因数分解して、分母と共通の因数を約分する
根号(\(\sqrt{\ }\))を含む → 共役を掛けて分子または分母を有理化し、根号を消す
どちらも「\(0/0\) を作っている原因の因数」を消してから代入するのが目的
STEP 3

\(x\to\infty\) の極限(分数関数と漸近線)

分数関数で \(x\to\infty\)(または \(x\to-\infty\))の極限を求めるときは、分母の最高次の項でくくって割るのが基本。割った項の多くが \(0\) に近づくので、式がシンプルになって計算できる。

例題4 \(\displaystyle\lim_{x\to\infty}\dfrac{2x+1}{x-3}\) を求めよ。

解答を見る
分母の最高次の項 \(x\) で分子・分母を割る。 \(\dfrac{2x+1}{x-3}=\dfrac{2+\frac{1}{x}}{1-\frac{3}{x}}\) \(x\to\infty\) のとき \(\dfrac{1}{x}\to0\)、\(\dfrac{3}{x}\to0\) なので、 \(\displaystyle\lim_{x\to\infty}\dfrac{2x+1}{x-3}=\dfrac{2+0}{1-0}=2\)
分数関数 \(\dfrac{分子}{分母}\) の \(x\to\infty\) の極限(分子・分母とも多項式のとき)
分子の次数 \(<\) 分母の次数 → 極限は \(0\)
分子の次数 \(=\) 分母の次数 → 極限は最高次の係数の比(水平漸近線の値と一致)
分子の次数 \(>\) 分母の次数 → 極限は発散(\(+\infty\) または \(-\infty\)。符号は最高次の項の符号で判断)
STEP 4

三角関数の極限(\(\sin x/x\to1\))

三角関数の極限で最も重要な公式が \(\displaystyle\lim_{x\to0}\dfrac{\sin x}{x}=1\)。これは単位円の面積比較(扇形と三角形の面積を挟み撃ちにする)で証明される公式で、数III全体で繰り返し使う。

公式の使い方
\(\displaystyle\lim_{x\to0}\dfrac{\sin x}{x}=1\) ← 基本形。「角」と「分母」が完全に一致していることが条件。
\(\displaystyle\lim_{x\to0}\dfrac{\sin kx}{x}=\lim_{x\to0}k\cdot\dfrac{\sin kx}{kx}=k\) ← 角をそろえるため \(kx\) をひとかたまりにして考える。
\(1-\cos x=2\sin^2\dfrac{x}{2}\) ← 半角公式で書き換えると \(\sin\) の形に持ち込める。

例題5 \(\displaystyle\lim_{x\to0}\dfrac{\sin3x}{x}\) を求めよ。

解答を見る
角を分母に合わせるため、\(3x\) をひとかたまりにする。 \(\dfrac{\sin3x}{x}=3\cdot\dfrac{\sin3x}{3x}\) \(x\to0\) のとき \(3x\to0\) なので、\(\dfrac{\sin3x}{3x}\to1\)。 \(\displaystyle\lim_{x\to0}\dfrac{\sin3x}{x}=3\times1=3\)

例題6 \(\displaystyle\lim_{x\to0}\dfrac{1-\cos x}{x^2}\) を求めよ。

解答を見る
半角公式 \(1-\cos x=2\sin^2\dfrac{x}{2}\) を使って \(\sin\) の形に書き換える。 \(\dfrac{1-\cos x}{x^2}=\dfrac{2\sin^2\frac{x}{2}}{x^2}=\dfrac{1}{2}\left(\dfrac{\sin\frac{x}{2}}{\frac{x}{2}}\right)^2\) \(x\to0\) のとき \(\dfrac{x}{2}\to0\) なので、\(\dfrac{\sin\frac{x}{2}}{\frac{x}{2}}\to1\)。 \(\displaystyle\lim_{x\to0}\dfrac{1-\cos x}{x^2}=\dfrac{1}{2}\times1^2=\dfrac{1}{2}\)
練習問題(全18問)

答えを入力して「採点」を押すと○×が出るぞ。分数は「1/4」、\(\infty\) は「inf」または「∞」、\(-\infty\) は「-inf」または「-∞」でも正解になる。

基本(1〜8)
1
片側極限(グラフ読み取り)

\(f(x)=\dfrac{1}{x-2}\) について、次の片側極限を求めよ。

\(\displaystyle\lim_{x\to2+0}f(x)=\)  \(\displaystyle\lim_{x\to2-0}f(x)=\)
解説を見る
\(x\to2+0\)(\(x\) が \(2\) よりわずかに大きい)のとき、\(x-2\) は正の側から \(0\) に近づくので \(\dfrac{1}{x-2}\) はいくらでも大きくなる。 \(x\to2-0\)(\(x\) が \(2\) よりわずかに小さい)のとき、\(x-2\) は負の側から \(0\) に近づくので \(\dfrac{1}{x-2}\) はいくらでも小さく(負に大きく)なる。 \(\displaystyle\lim_{x\to2+0}f(x)=+\infty\)、\(\displaystyle\lim_{x\to2-0}f(x)=-\infty\)
2
約分

\(\displaystyle\lim_{x\to3}\dfrac{x^2-9}{x-3}\) を求めよ。

極限値
解説を見る
\(\dfrac{x^2-9}{x-3}=\dfrac{(x-3)(x+3)}{x-3}=x+3\) \(\displaystyle\lim_{x\to3}\dfrac{x^2-9}{x-3}=3+3=6\)
3
約分

\(\displaystyle\lim_{x\to-2}\dfrac{x^2-4}{x+2}\) を求めよ。

極限値
解説を見る
\(\dfrac{x^2-4}{x+2}=\dfrac{(x-2)(x+2)}{x+2}=x-2\) \(\displaystyle\lim_{x\to-2}\dfrac{x^2-4}{x+2}=-2-2=-4\)
4
約分

\(\displaystyle\lim_{x\to2}\dfrac{x^2-3x+2}{x-2}\) を求めよ。

極限値
解説を見る
\(\dfrac{x^2-3x+2}{x-2}=\dfrac{(x-1)(x-2)}{x-2}=x-1\) \(\displaystyle\lim_{x\to2}\dfrac{x^2-3x+2}{x-2}=2-1=1\)
5
sinの基本公式

\(\displaystyle\lim_{x\to0}\dfrac{\sin2x}{x}\) を求めよ。

極限値
解説を見る
\(\dfrac{\sin2x}{x}=2\cdot\dfrac{\sin2x}{2x}\to2\times1\) \(\displaystyle\lim_{x\to0}\dfrac{\sin2x}{x}=2\)
6
x→∞・同次数

\(\displaystyle\lim_{x\to\infty}\dfrac{4x+5}{2x-1}\) を求めよ。

極限値
解説を見る
分母の最高次の項 \(x\) で割ると \(\dfrac{4+\frac{5}{x}}{2-\frac{1}{x}}\to\dfrac{4}{2}\) \(\displaystyle\lim_{x\to\infty}\dfrac{4x+5}{2x-1}=2\)
7
x→∞・分子の次数が低い

\(\displaystyle\lim_{x\to\infty}\dfrac{x+3}{x^2+1}\) を求めよ。

極限値
解説を見る
分母の次数(2次)が分子の次数(1次)より高いので、分母の最高次 \(x^2\) で割ると分子は \(0\) に近づく。 \(\dfrac{x+3}{x^2+1}=\dfrac{\frac{1}{x}+\frac{3}{x^2}}{1+\frac{1}{x^2}}\to\dfrac{0}{1}\) \(\displaystyle\lim_{x\to\infty}\dfrac{x+3}{x^2+1}=0\)
8
x→−∞・同次数

\(\displaystyle\lim_{x\to-\infty}\dfrac{3x-2}{x+4}\) を求めよ。

極限値
解説を見る
\(x\to-\infty\) でも考え方は同じ。分母の最高次 \(x\) で割ると \(\dfrac{3-\frac{2}{x}}{1+\frac{4}{x}}\to\dfrac{3}{1}\)(\(x\to-\infty\) でも \(\frac{1}{x}\to0\) は変わらない)。 \(\displaystyle\lim_{x\to-\infty}\dfrac{3x-2}{x+4}=3\)
標準(9〜15) ※パターンは自分で判定
9

\(\displaystyle\lim_{x\to2}\dfrac{\sqrt{x+2}-2}{x-2}\) を求めよ。

極限値
解説を見る
分子・分母に \(\sqrt{x+2}+2\) を掛けて有理化する。 \(\dfrac{\sqrt{x+2}-2}{x-2}=\dfrac{(x+2)-4}{(x-2)(\sqrt{x+2}+2)}=\dfrac{x-2}{(x-2)(\sqrt{x+2}+2)}=\dfrac{1}{\sqrt{x+2}+2}\) \(\displaystyle\lim_{x\to2}\dfrac{\sqrt{x+2}-2}{x-2}=\dfrac{1}{2+2}=\dfrac{1}{4}\)
10

\(\displaystyle\lim_{x\to0}\dfrac{\sqrt{1+x}-1}{x}\) を求めよ。

極限値
解説を見る
分子・分母に \(\sqrt{1+x}+1\) を掛けて有理化する。 \(\dfrac{\sqrt{1+x}-1}{x}=\dfrac{(1+x)-1}{x(\sqrt{1+x}+1)}=\dfrac{x}{x(\sqrt{1+x}+1)}=\dfrac{1}{\sqrt{1+x}+1}\) \(\displaystyle\lim_{x\to0}\dfrac{\sqrt{1+x}-1}{x}=\dfrac{1}{1+1}=\dfrac{1}{2}\)
11

\(\displaystyle\lim_{x\to0}\dfrac{\sin5x}{\sin2x}\) を求めよ。

極限値
解説を見る
分母・分子それぞれの角を分母に合わせてかたまりを作る。 \(\dfrac{\sin5x}{\sin2x}=\dfrac{5x\cdot\frac{\sin5x}{5x}}{2x\cdot\frac{\sin2x}{2x}}=\dfrac{5}{2}\cdot\dfrac{\frac{\sin5x}{5x}}{\frac{\sin2x}{2x}}\) \(x\to0\) のとき \(\dfrac{\sin5x}{5x}\to1\)、\(\dfrac{\sin2x}{2x}\to1\) なので、 \(\displaystyle\lim_{x\to0}\dfrac{\sin5x}{\sin2x}=\dfrac{5}{2}\times\dfrac{1}{1}=\dfrac{5}{2}\)
12

\(\displaystyle\lim_{x\to\infty}\dfrac{2x^2+1}{x^2-3x}\) を求めよ。

極限値
解説を見る
分母の最高次 \(x^2\) で割る。 \(\dfrac{2x^2+1}{x^2-3x}=\dfrac{2+\frac{1}{x^2}}{1-\frac{3}{x}}\to\dfrac{2}{1}\) \(\displaystyle\lim_{x\to\infty}\dfrac{2x^2+1}{x^2-3x}=2\)
13

\(\displaystyle\lim_{x\to\infty}\dfrac{x^2+1}{x+1}\) を求めよ。

極限値
解説を見る
分子の次数(2次)が分母の次数(1次)より高いので発散する。実際に割り算すると \(\dfrac{x^2+1}{x+1}=x-1+\dfrac{2}{x+1}\)。 \(x\to\infty\) のとき \(x-1\to\infty\)、\(\dfrac{2}{x+1}\to0\) なので全体は限りなく大きくなる。 \(\displaystyle\lim_{x\to\infty}\dfrac{x^2+1}{x+1}=+\infty\)
14
x→−∞での符号に注意

\(\displaystyle\lim_{x\to-\infty}\dfrac{x^2+1}{x+1}\) を求めよ。

極限値
解説を見る
問13と同じ式変形 \(\dfrac{x^2+1}{x+1}=x-1+\dfrac{2}{x+1}\) を使う。 \(x\to-\infty\) のとき \(x-1\to-\infty\)、\(\dfrac{2}{x+1}\to0\) なので全体は限りなく小さくなる(負で絶対値が大きくなる)。 \(x\to\infty\) のときと符号が逆になる点に注意。 \(\displaystyle\lim_{x\to-\infty}\dfrac{x^2+1}{x+1}=-\infty\)
15
片側極限(グラフ読み取り)

\(f(x)=\dfrac{2}{x+1}-1\) について、次の片側極限を求めよ。

\(\displaystyle\lim_{x\to-1+0}f(x)=\)  \(\displaystyle\lim_{x\to-1-0}f(x)=\)
解説を見る
\(x\to-1+0\) のとき \(x+1\) は正の側から \(0\) に近づくので、\(\dfrac{2}{x+1}\) はいくらでも大きくなり、\(-1\) を引いても発散の向きは変わらない。 \(x\to-1-0\) のとき \(x+1\) は負の側から \(0\) に近づくので、\(\dfrac{2}{x+1}\) はいくらでも小さくなる。 \(\displaystyle\lim_{x\to-1+0}f(x)=+\infty\)、\(\displaystyle\lim_{x\to-1-0}f(x)=-\infty\)
挑戦(16〜18)
16
半角公式を使うsinの極限

\(\displaystyle\lim_{x\to0}\dfrac{1-\cos2x}{x^2}\) を求めよ。

極限値
解説を見る
半角公式 \(1-\cos\theta=2\sin^2\dfrac{\theta}{2}\) に \(\theta=2x\) を代入すると \(1-\cos2x=2\sin^2x\)。 \(\dfrac{1-\cos2x}{x^2}=\dfrac{2\sin^2x}{x^2}=2\left(\dfrac{\sin x}{x}\right)^2\) \(\displaystyle\lim_{x\to0}\dfrac{1-\cos2x}{x^2}=2\times1^2=2\)
17
3次式の約分

\(\displaystyle\lim_{x\to1}\dfrac{x^3-1}{x^2-1}\) を求めよ。

極限値
解説を見る
\(x^3-1=(x-1)(x^2+x+1)\)、\(x^2-1=(x-1)(x+1)\) なので、 \(\dfrac{x^3-1}{x^2-1}=\dfrac{(x-1)(x^2+x+1)}{(x-1)(x+1)}=\dfrac{x^2+x+1}{x+1}\) \(\displaystyle\lim_{x\to1}\dfrac{x^3-1}{x^2-1}=\dfrac{1+1+1}{1+1}=\dfrac{3}{2}\)
18
根号の有理化・x→∞

\(\displaystyle\lim_{x\to\infty}\left(\sqrt{x^2+x}-x\right)\) を求めよ。

極限値
解説を見る
\(\infty-\infty\) の不定形。共役 \(\sqrt{x^2+x}+x\) を掛けて有理化する。 \(\sqrt{x^2+x}-x=\dfrac{(x^2+x)-x^2}{\sqrt{x^2+x}+x}=\dfrac{x}{\sqrt{x^2+x}+x}\) \(x>0\) なので、分子・分母を \(x\) で割る(\(\sqrt{x^2+x}=x\sqrt{1+\frac1x}\) を使う)。 \(=\dfrac{1}{\sqrt{1+\frac{1}{x}}+1}\) \(x\to\infty\) のとき \(\dfrac{1}{x}\to0\) なので、 \(\displaystyle\lim_{x\to\infty}\left(\sqrt{x^2+x}-x\right)=\dfrac{1}{1+1}=\dfrac{1}{2}\)
応用問題(プリント限定)

ここから先はPDF限定の腕試し。sinの応用と、極限値の条件から係数を決める問題に挑戦しよう。

応1
sinの差の極限

\(\displaystyle\lim_{x\to0}\dfrac{\sin3x-\sin x}{x}\) を求めよ。

極限値
解説を見る
分数を2つに分けて、それぞれ \(\sin kx/x\) の形にする。 \(\dfrac{\sin3x-\sin x}{x}=\dfrac{\sin3x}{x}-\dfrac{\sin x}{x}=3\cdot\dfrac{\sin3x}{3x}-\dfrac{\sin x}{x}\) \(x\to0\) のとき \(\dfrac{\sin3x}{3x}\to1\)、\(\dfrac{\sin x}{x}\to1\) なので、 \(\displaystyle\lim_{x\to0}\dfrac{\sin3x-\sin x}{x}=3\times1-1=2\)
応2
tanの極限

\(\displaystyle\lim_{x\to0}\dfrac{\tan x}{x}\) を求めよ。

極限値
解説を見る
\(\tan x=\dfrac{\sin x}{\cos x}\) なので、 \(\dfrac{\tan x}{x}=\dfrac{\sin x}{x}\cdot\dfrac{1}{\cos x}\) \(x\to0\) のとき \(\dfrac{\sin x}{x}\to1\)、\(\cos x\to\cos0=1\) より \(\dfrac{1}{\cos x}\to1\)。 \(\displaystyle\lim_{x\to0}\dfrac{\tan x}{x}=1\times1=1\)
応3
極限値が有限になる条件・係数決定

\(\displaystyle\lim_{x\to2}\dfrac{x^2+ax-6}{x-2}\) が有限の値になるように定数 \(a\) の値を定め、そのときの極限値を求めよ。

\(a=\)  極限値
解説を見る
分母 \(x-2\) は \(x\to2\) で \(0\) に近づく。もし分子が \(x=2\) で \(0\) にならなければ、式全体は発散してしまい「有限の値」にはならない。 したがって分子も \(x=2\) で \(0\) にならなければならない(これが有限になるための条件)。 分子に \(x=2\) を代入:\(4+2a-6=0\) より \(2a=2\)、\(a=1\)。 \(a=1\) のとき分子は \(x^2+x-6=(x-2)(x+3)\) と因数分解できる(\(x=2\) が根なので \(x-2\) を因数に持つ)。 \(\dfrac{x^2+x-6}{x-2}=\dfrac{(x-2)(x+3)}{x-2}=x+3\) \(a=1\)、極限値は \(\displaystyle\lim_{x\to2}(x+3)=2+3=5\)
応4
2文字の係数決定

\(\displaystyle\lim_{x\to1}\dfrac{2x^2+ax+b}{x-1}=3\) が成り立つように定数 \(a,\ b\) の値を定めよ。

\(a=\)  \(b=\)
解説を見る
分母が \(x\to1\) で \(0\) に近づき、極限値が \(3\)(有限)と指定されているので、分子も \(x=1\) で \(0\) でなければならない。 分子に \(x=1\) を代入:\(2+a+b=0\) …(1) 分子が \(x-1\) を因数に持つので \(2x^2+ax+b=(x-1)(2x+c)\) と書ける(\(c\) は定数)。展開すると \(2x^2+(c-2)x-c\)。 係数比較:\(a=c-2\)、\(b=-c\)。 商 \(2x+c\) に \(x=1\) を代入した値が極限値になるので、\(2+c=3\) より \(c=1\)。 このとき \(a=c-2=-1\)、\(b=-c=-1\)。((1)式で確認:\(2+(-1)+(-1)=0\) で成立) \(a=-1,\ b=-1\)(実際 \(2x^2-x-1=(x-1)(2x+1)\) となり、極限値は \(2\times1+1=3\))
応5
符号のトラップ(x→∞とx→−∞)

次の2つの極限をそれぞれ求めよ。
(A) \(\displaystyle\lim_{x\to\infty}\left(\sqrt{x^2+3x}-x\right)\)
(B) \(\displaystyle\lim_{x\to-\infty}\left(\sqrt{x^2+3x}+x\right)\)

(A)の極限値  (B)の極限値
解説を見る
(A) 共役 \(\sqrt{x^2+3x}+x\) を掛けて有理化する。 \(\sqrt{x^2+3x}-x=\dfrac{(x^2+3x)-x^2}{\sqrt{x^2+3x}+x}=\dfrac{3x}{\sqrt{x^2+3x}+x}\) \(x\to\infty\) では \(x>0\) なので、分子・分母を \(x\) で割ると(\(\sqrt{x^2+3x}=x\sqrt{1+\frac3x}\)) \(=\dfrac{3}{\sqrt{1+\frac3x}+1}\to\dfrac{3}{1+1}=\dfrac{3}{2}\) (B) \(x\to-\infty\) では \(x\) が負なので、(A)と同じように処理すると符号の扱いに注意が必要。\(x=-t\)(\(t\to+\infty\))と置き換える。 \(\sqrt{x^2+3x}+x=\sqrt{t^2-3t}-t=\dfrac{(t^2-3t)-t^2}{\sqrt{t^2-3t}+t}=\dfrac{-3t}{\sqrt{t^2-3t}+t}\) \(t>0\) なので分子・分母を \(t\) で割ると \(=\dfrac{-3}{\sqrt{1-\frac3t}+1}\to\dfrac{-3}{1+1}=-\dfrac{3}{2}\) \(x\to\infty\) と \(x\to-\infty\) では符号が逆転する点が最大の注意点。 (A) \(\dfrac{3}{2}\) (B) \(-\dfrac{3}{2}\)