calculus

不头疼地搞懂极限与连续性

清晰入门极限、不定型与连续性。六个解题示例——直接代入、因式分解、共轭、无穷大、sin(x)/x 与洛必达——并配标准法则。
AI-Math Editorial Team

作者: AI-Math Editorial Team

发布于 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} = +\infty,但 limx01x=\lim_{x \to 0^-} \frac{1}{x} = -\infty——双侧极限不存在。

自己试一试

把任意极限输入免费极限计算器——AI 会挑选正确的方法(代入、因式分解、共轭、洛必达)并展示每一步。

相关材料:

常见问题

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

作者: AI-Math Editorial Team

发布于 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.