导航菜单

左右极限法

对于分段函数,可以分别计算左右极限。

判定原则

函数 f(x)f(x)x0x_0 点连续,当且仅当:

limxx0f(x)=limxx0+f(x)=f(x0)\lim_{x \to x_0^-} f(x) = \lim_{x \to x_0^+} f(x) = f(x_0)

判定步骤

  1. 计算左极限limxx0f(x)\lim_{x \to x_0^-} f(x)
  2. 计算右极限limxx0+f(x)\lim_{x \to x_0^+} f(x)
  3. 计算函数值f(x0)f(x_0)
  4. 比较三者:如果三者相等,则连续;否则不连续

应用例子

例子 1:判断函数 f(x)={x2,x12x1,x>1f(x) = \begin{cases} x^2, & x \leq 1 \\ 2x - 1, & x > 1 \end{cases}x=1x = 1 处的连续性

  1. 左极限:limx1f(x)=limx1x2=1\lim_{x \to 1^-} f(x) = \lim_{x \to 1^-} x^2 = 1
  2. 右极限:limx1+f(x)=limx1+(2x1)=1\lim_{x \to 1^+} f(x) = \lim_{x \to 1^+} (2x - 1) = 1
  3. 函数值:f(1)=12=1f(1) = 1^2 = 1
  4. 三者相等
  5. 结论:函数在 x=1x = 1 处连续

例子 2:判断函数 f(x)={x,x<0x+1,x0f(x) = \begin{cases} x, & x < 0 \\ x + 1, & x \geq 0 \end{cases}x=0x = 0 处的连续性

  1. 左极限:limx0f(x)=0\lim_{x \to 0^-} f(x) = 0
  2. 右极限:limx0+f(x)=1\lim_{x \to 0^+} f(x) = 1
  3. 函数值:f(0)=1f(0) = 1
  4. 左极限 ≠ 右极限
  5. 结论:函数在 x=0x = 0 处不连续

练习题

练习 1

使用左右极限法判断 f(x)={x2,x<0x+1,x0f(x) = \begin{cases} x^2, & x < 0 \\ x + 1, & x \geq 0 \end{cases}x=0x = 0 处的连续性。

参考答案

解题思路:分别计算左右极限并比较。

详细步骤

  1. 左极限:limx0f(x)=0\lim_{x \to 0^-} f(x) = 0
  2. 右极限:limx0+f(x)=1\lim_{x \to 0^+} f(x) = 1
  3. 函数值:f(0)=1f(0) = 1
  4. 左极限 ≠ 右极限

答案:函数在 x=0x = 0 处不连续。

课程路线图

  1. 1

    Exploring Functions in Advanced Mathematics

    先修课程

    Functions are a core idea of advanced mathematics. This course walks through foundational concepts, key properties, and classic constants so you can read, reason, and compute with confidence.

    前往课程
  2. 2

    Continuity in Advanced Calculus

    当前课程

    A focused guide on continuity: core definitions, types of discontinuities, and continuity of elementary functions.

    前往课程

搜索