次の3つの極限を求める問題です。 (1) $\lim_{x\to 1+0} \frac{1-x-|1-x^2|}{x-1+|1-x|}$ (2) $\lim_{x\to \infty} \frac{x+\sqrt{2x^2+2}}{x+1}$ (3) $\lim_{x\to \infty} \frac{\cos x}{x}$

解析学極限関数の極限絶対値三角関数
2025/7/29

1. 問題の内容

次の3つの極限を求める問題です。
(1) limx1+01x1x2x1+1x\lim_{x\to 1+0} \frac{1-x-|1-x^2|}{x-1+|1-x|}
(2) limxx+2x2+2x+1\lim_{x\to \infty} \frac{x+\sqrt{2x^2+2}}{x+1}
(3) limxcosxx\lim_{x\to \infty} \frac{\cos x}{x}

2. 解き方の手順

(1) x1+0x \to 1+0なので、x>1x > 1です。したがって、1x<01-x < 0であり、1x2<01-x^2 < 0です。絶対値を外すと、
1x2=(1x2)=x21|1-x^2| = -(1-x^2) = x^2-1
1x=(1x)=x1|1-x| = -(1-x) = x-1
となるので、
limx1+01x1x2x1+1x=limx1+01x(x21)x1+(x1)=limx1+02xx22(x1)=limx1+0(x1)(x+2)2(x1)=limx1+0(x+2)2=(1+2)2=32\lim_{x\to 1+0} \frac{1-x-|1-x^2|}{x-1+|1-x|} = \lim_{x\to 1+0} \frac{1-x-(x^2-1)}{x-1+(x-1)} = \lim_{x\to 1+0} \frac{2-x-x^2}{2(x-1)} = \lim_{x\to 1+0} \frac{-(x-1)(x+2)}{2(x-1)} = \lim_{x\to 1+0} \frac{-(x+2)}{2} = \frac{-(1+2)}{2} = -\frac{3}{2}
(2) xx \to \inftyなので、x>0x>0として計算します。
limxx+2x2+2x+1=limxx+x2(2+2x2)x+1=limxx+x2+2x2x+1=limxx(1+2+2x2)x(1+1x)=limx1+2+2x21+1x=1+2+01+0=1+2\lim_{x\to \infty} \frac{x+\sqrt{2x^2+2}}{x+1} = \lim_{x\to \infty} \frac{x+\sqrt{x^2(2+\frac{2}{x^2})}}{x+1} = \lim_{x\to \infty} \frac{x+x\sqrt{2+\frac{2}{x^2}}}{x+1} = \lim_{x\to \infty} \frac{x(1+\sqrt{2+\frac{2}{x^2}})}{x(1+\frac{1}{x})} = \lim_{x\to \infty} \frac{1+\sqrt{2+\frac{2}{x^2}}}{1+\frac{1}{x}} = \frac{1+\sqrt{2+0}}{1+0} = 1+\sqrt{2}
(3) 1cosx1-1 \leq \cos x \leq 1 であるから、xx \to \inftyのとき、cosxx\frac{\cos x}{x}00に収束します。
1xcosxx1x-\frac{1}{x} \leq \frac{\cos x}{x} \leq \frac{1}{x}
limx1x=0\lim_{x\to \infty} -\frac{1}{x} = 0
limx1x=0\lim_{x\to \infty} \frac{1}{x} = 0
したがって、
limxcosxx=0\lim_{x\to \infty} \frac{\cos x}{x} = 0

3. 最終的な答え

(1) 32-\frac{3}{2}
(2) 1+21+\sqrt{2}
(3) 00