与えられた極限の値を求めます。問題は、 $\lim_{x \to 1} \left( \frac{x}{1-x} - \frac{1}{\log x} \right) (x-1)$ です。

解析学極限ロピタルの定理テイラー展開
2025/7/26

1. 問題の内容

与えられた極限の値を求めます。問題は、
limx1(x1x1logx)(x1)\lim_{x \to 1} \left( \frac{x}{1-x} - \frac{1}{\log x} \right) (x-1)
です。

2. 解き方の手順

与えられた極限を計算するために、まず式を整理します。
limx1(x1x1logx)(x1)=limx1(xlogx(1x)(1x)logx)(x1)=limx1xlogx(1x)(1x)logx(x1)\lim_{x \to 1} \left( \frac{x}{1-x} - \frac{1}{\log x} \right) (x-1) = \lim_{x \to 1} \left( \frac{x \log x - (1-x)}{(1-x)\log x} \right) (x-1) = \lim_{x \to 1} \frac{x \log x - (1-x)}{(1-x)\log x} (x-1)
ここで、x=1+hx = 1 + h とおくと、x1x \to 1 のとき h0h \to 0 なので、
limh0(1+h)log(1+h)(h)(h)log(1+h)h=limh0(1+h)log(1+h)+hhlog(1+h)h=limh0(1+h)log(1+h)+hlog(1+h) \lim_{h \to 0} \frac{(1+h) \log (1+h) - (-h)}{(-h)\log(1+h)} h = \lim_{h \to 0} \frac{(1+h) \log (1+h) + h}{-h\log(1+h)} h = \lim_{h \to 0} \frac{(1+h) \log (1+h) + h}{-\log(1+h)}
log(1+h)=hh22+h33\log(1+h) = h - \frac{h^2}{2} + \frac{h^3}{3} - \cdots を代入すると、
limh0(1+h)(hh22+h33)+h(hh22+h33)=limh0hh22+h33+h2h32++hh+h22h33+=limh02h+h22h36+h+h22h33+=limh0h(2+h2h26+)h(1+h2h23+)=limh02+h2h26+1+h2h23+=21=2 \lim_{h \to 0} \frac{(1+h)(h-\frac{h^2}{2} + \frac{h^3}{3} - \cdots) + h}{-(h-\frac{h^2}{2} + \frac{h^3}{3} - \cdots)} = \lim_{h \to 0} \frac{h - \frac{h^2}{2} + \frac{h^3}{3} + h^2 - \frac{h^3}{2} + \cdots + h}{-h + \frac{h^2}{2} - \frac{h^3}{3} + \cdots} = \lim_{h \to 0} \frac{2h + \frac{h^2}{2} - \frac{h^3}{6} + \cdots}{-h + \frac{h^2}{2} - \frac{h^3}{3} + \cdots} = \lim_{h \to 0} \frac{h(2 + \frac{h}{2} - \frac{h^2}{6} + \cdots)}{h(-1 + \frac{h}{2} - \frac{h^2}{3} + \cdots)} = \lim_{h \to 0} \frac{2 + \frac{h}{2} - \frac{h^2}{6} + \cdots}{-1 + \frac{h}{2} - \frac{h^2}{3} + \cdots} = \frac{2}{-1} = -2

3. 最終的な答え

-2