与えられた極限 $\lim_{x \to 0} \frac{e^x - 1}{x}$ を計算します。解析学極限ロピタルの定理指数関数マクローリン展開2025/7/41. 問題の内容与えられた極限limx→0ex−1x\lim_{x \to 0} \frac{e^x - 1}{x}limx→0xex−1を計算します。2. 解き方の手順この極限は、0/0の不定形であるため、ロピタルの定理を適用できます。ロピタルの定理とは、limx→af(x)g(x)\lim_{x \to a} \frac{f(x)}{g(x)}limx→ag(x)f(x)が00\frac{0}{0}00または∞∞\frac{\infty}{\infty}∞∞の不定形であるとき、もしlimx→af′(x)g′(x)\lim_{x \to a} \frac{f'(x)}{g'(x)}limx→ag′(x)f′(x)が存在すれば、limx→af(x)g(x)=limx→af′(x)g′(x)\lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)}limx→ag(x)f(x)=limx→ag′(x)f′(x)が成り立つという定理です。この問題では、f(x)=ex−1f(x) = e^x - 1f(x)=ex−1、 g(x)=xg(x) = xg(x)=x とおきます。f′(x)=exf'(x) = e^xf′(x)=exg′(x)=1g'(x) = 1g′(x)=1したがって、limx→0ex−1x=limx→0ex1\lim_{x \to 0} \frac{e^x - 1}{x} = \lim_{x \to 0} \frac{e^x}{1}limx→0xex−1=limx→01exx→0x \to 0x→0のとき、ex→e0=1e^x \to e^0 = 1ex→e0=1なので、limx→0ex1=11=1\lim_{x \to 0} \frac{e^x}{1} = \frac{1}{1} = 1limx→01ex=11=1別解として、exe^xex のマクローリン展開を利用する方法もあります。ex=1+x+x22!+x33!+…e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \dotsex=1+x+2!x2+3!x3+…なので、ex−1=x+x22!+x33!+…e^x - 1 = x + \frac{x^2}{2!} + \frac{x^3}{3!} + \dotsex−1=x+2!x2+3!x3+…したがって、ex−1x=1+x2!+x23!+…\frac{e^x - 1}{x} = 1 + \frac{x}{2!} + \frac{x^2}{3!} + \dotsxex−1=1+2!x+3!x2+…よって、limx→0ex−1x=limx→0(1+x2!+x23!+… )=1\lim_{x \to 0} \frac{e^x - 1}{x} = \lim_{x \to 0} (1 + \frac{x}{2!} + \frac{x^2}{3!} + \dots) = 1limx→0xex−1=limx→0(1+2!x+3!x2+…)=13. 最終的な答え1