次の極限を求めます。 $\lim_{x \to 4} \frac{x-4}{\sqrt{x-3}-1}$解析学極限有理化ルート不定形2025/7/261. 問題の内容次の極限を求めます。limx→4x−4x−3−1\lim_{x \to 4} \frac{x-4}{\sqrt{x-3}-1}limx→4x−3−1x−42. 解き方の手順まず、x=4x = 4x=4 を代入すると、分子は 4−4=04-4=04−4=0 、分母は 4−3−1=1−1=1−1=0\sqrt{4-3}-1 = \sqrt{1}-1 = 1-1 = 04−3−1=1−1=1−1=0 となり、0/00/00/0 の不定形となるため、分母を有理化して式を整理します。分母を有理化するために、分母と分子に x−3+1\sqrt{x-3}+1x−3+1 を掛けます。limx→4x−4x−3−1=limx→4(x−4)(x−3+1)(x−3−1)(x−3+1)\lim_{x \to 4} \frac{x-4}{\sqrt{x-3}-1} = \lim_{x \to 4} \frac{(x-4)(\sqrt{x-3}+1)}{(\sqrt{x-3}-1)(\sqrt{x-3}+1)}limx→4x−3−1x−4=limx→4(x−3−1)(x−3+1)(x−4)(x−3+1)分母を展開すると、(x−3−1)(x−3+1)=(x−3)2−12=(x−3)−1=x−4(\sqrt{x-3}-1)(\sqrt{x-3}+1) = (\sqrt{x-3})^2 - 1^2 = (x-3) - 1 = x-4(x−3−1)(x−3+1)=(x−3)2−12=(x−3)−1=x−4 となります。よって、limx→4(x−4)(x−3+1)x−4\lim_{x \to 4} \frac{(x-4)(\sqrt{x-3}+1)}{x-4}limx→4x−4(x−4)(x−3+1)x→4x \to 4x→4 のとき、x≠4x \ne 4x=4 なので、x−4x-4x−4 で約分できます。limx→4(x−4)(x−3+1)x−4=limx→4(x−3+1)\lim_{x \to 4} \frac{(x-4)(\sqrt{x-3}+1)}{x-4} = \lim_{x \to 4} (\sqrt{x-3}+1)limx→4x−4(x−4)(x−3+1)=limx→4(x−3+1)x=4x = 4x=4 を代入すると、4−3+1=1+1=1+1=2\sqrt{4-3}+1 = \sqrt{1}+1 = 1+1 = 24−3+1=1+1=1+1=23. 最終的な答え2