calculus

不頭痛地搞懂極限與連續性

清晰入門極限、不定型與連續性。六個解題範例——直接代入、因式分解、共軛、無窮大、sin(x)/x 與羅必達——並附標準法則。
AI-Math Editorial Team

By AI-Math Editorial Team

Published 2026-05-02

極限是通往微積分的大門,遺憾的是它也是大多數學生放棄的地方。事實是,大多數極限都很簡單——直接代入就行。剩下的少數則遵循屈指可數的幾種技巧。本指南會按難度遞增帶你走過一遍,讓你一眼就能認出該套用哪種方法。

極限到底是什麼意思

記號 limxaf(x)=L\lim_{x \to a} f(x) = L 是說:當 xx(從任一側)任意地趨近 aa 時,f(x)f(x) 會任意地趨近 LL。函數不需要aa 處有定義——而且即使有定義,f(a)f(a) 也不一定要等於 LL

最後這一點正是極限有用的原因。它讓我們能在函數可能無定義或跳躍的地方討論「趨近」的行為。

方法 1:直接代入(約 70% 的情況可行)

如果 ffaa連續,則 limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a)。代進去。完成。

範例limx3(x2+2x1)=9+61=14\lim_{x \to 3}(x^2 + 2x - 1) = 9 + 6 - 1 = 14

多項式、有理函數(分母非零處)、exp、sin、cos、ln(在定義域內)——都連續,都可以用代入解決。

方法 2:因式分解後約分(針對 0/0 不定型)

如果直接代入得到 00\frac{0}{0},試試把分子和分母因式分解。

範例limx2x24x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2}

  • 直接代入:00\frac{0}{0}
  • 因式分解:(x2)(x+2)x2\frac{(x-2)(x+2)}{x-2}
  • 約分:limx2(x+2)=4\lim_{x \to 2} (x + 2) = 4

被約掉的那個因式正是造成原本 0/00/0 的元兇;一旦它消失,就代入。

方法 3:有理化(當對根號做因式分解失敗時)

對於含平方根、會得到 0/00/0 的極限,乘上共軛式

範例limx0x+11x\lim_{x \to 0} \frac{\sqrt{x + 1} - 1}{x}

  • 乘上 x+1+1x+1+1\frac{\sqrt{x+1}+1}{\sqrt{x+1}+1}:分子變成 (x+1)1=x(x+1) - 1 = x
  • 約掉 xxlimx01x+1+1=12\lim_{x \to 0} \frac{1}{\sqrt{x+1}+1} = \frac{1}{2}

方法 4:無窮處的極限

對於 xx \to \infty 時的有理函數,把每一項都除以分母xx 的最高次冪。

範例limx3x2+2x12x25\lim_{x \to \infty} \frac{3x^2 + 2x - 1}{2x^2 - 5}

  • 分子分母同除以 x2x^23+2/x1/x225/x2\frac{3 + 2/x - 1/x^2}{2 - 5/x^2}
  • xx \to \infty 時,1/x1/x1/x21/x^2 的項都趨近 00
  • 極限:32\frac{3}{2}

經驗法則:對於 xx \to \infty 時的 p(x)q(x)\frac{p(x)}{q(x)}

  • degp<degq\deg p < \deg q → 極限為 00
  • degp=degq\deg p = \deg q → 極限為首項係數之比。
  • degp>degq\deg p > \deg q → 極限為 ±\pm\infty

方法 5:基本三角極限

limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1

這是 00\frac{0}{0} 的三角版本。配合 limx01cosxx=0\lim_{x \to 0} \frac{1 - \cos x}{x} = 0,它能解決大多數入門三角極限。

範例limx0sin(3x)x=limx03sin(3x)3x=31=3\lim_{x \to 0} \frac{\sin(3x)}{x} = \lim_{x \to 0} 3 \cdot \frac{\sin(3x)}{3x} = 3 \cdot 1 = 3

方法 6:羅必達法則

當 0/0 或 ∞/∞ 無法用代數解決時,羅必達法則讓你獨立地對分子和分母求導:

limxaf(x)g(x)=limxaf(x)g(x)(僅限不定型)\lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)} \quad (\text{僅限不定型})

範例limx0sinxx=limx0cosx1=1\lim_{x \to 0} \frac{\sin x}{x} = \lim_{x \to 0} \frac{\cos x}{1} = 1。✓(同樣的答案,推導更快。)

什麼是連續性?

函數 ffaa連續,需同時滿足三個條件:

  1. f(a)f(a) 有定義。
  2. limxaf(x)\lim_{x \to a} f(x) 存在。
  3. 兩者相等:limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a)

常見的不連續:

  • 可去(一個破洞):可透過重新定義 f(a)f(a) 來「修補」。
  • 跳躍:左極限與右極限不同。
  • 無窮:垂直漸近線。

連續性是微積分最有力的那些定理的先決條件:中間值定理、極值定理,以及可微性的定義本身。

常見錯誤

  1. 假設極限等於函數值。極限與函數值是不同的概念;即使函數在 x=0x = 0 處無定義,limx0sinxx=1\lim_{x \to 0}\frac{\sin x}{x} = 1 仍然成立。
  2. 把羅必達套用到非不定型limx0sinx+1x+1\lim_{x \to 0}\frac{\sin x + 1}{x + 1} 不是 00\frac{0}{0}——直接代入得到 11,就這樣。
  3. 錯誤地拆分極限lim(f+g)=limf+limg\lim (f + g) = \lim f + \lim g 只有在兩個個別極限都存在時才成立。
  4. 忘記單側極限limx0+1x=+\lim_{x \to 0^+} \frac{1}{x} = +\inftylimx01x=\lim_{x \to 0^-} \frac{1}{x} = -\infty——雙側極限不存在。

自己動手試試

把任意極限丟進免費極限計算器——AI 會挑選正確的方法(代入、因式分解、共軛、羅必達)並顯示每一個步驟。

相關資料:

Frequently Asked Questions

A limit describes the value a function approaches as the input approaches a certain point. Written lim_{x→a} f(x) = L, it means f(x) gets arbitrarily close to L as x gets close to a, regardless of the actual value at x = a.

A function is continuous at x = a if three conditions hold: f(a) is defined, the limit as x→a exists, and the limit equals f(a). Intuitively, the graph has no holes, jumps, or vertical asymptotes at that point.

Try factoring and cancelling common factors, rationalizing the numerator or denominator, applying L'Hôpital's rule (differentiate numerator and denominator separately), or using standard limit formulas such as lim_{x→0} sin(x)/x = 1.

AI-Math Editorial Team

By AI-Math Editorial Team

Published 2026-05-02

A small team of engineers, mathematicians, and educators behind AI-Math, focused on making step-by-step math help accessible to every student.