需要考虑左右极限的几种常见函数形式

196 阅读2分钟

总的来说,当自变量 xx 从不同方向趋近于目标点(如 x0x_0\infty)时,函数表达式或行为发生本质变化的情况下,就需要分别考虑左极限和右极限。

以下是需要重点考虑左右极限的几种常见函数形式:

1. 分段函数 (Piecewise Functions)

这是最典型、最常见的情况。分段函数在分段点左右的表达式通常不同,因此必须分别考察左极限和右极限。

  • 形式:函数在点 x=x0x = x_0 的左右两侧由不同的解析式定义。
    f(x)={表达式A,x<x0表达式B,x=x0表达式C,x>x0f(x) = \begin{cases} \text{表达式A}, & x < x_0 \\ \text{表达式B}, & x = x_0 \\ \text{表达式C}, & x > x_0 \end{cases}
  • 原因:要判断函数在 x0x_0 处的极限 limxx0f(x)\lim\limits_{x \to x_0} f(x) 是否存在,必须检查左极限 limxx0f(x)\lim\limits_{x \to x_0^-} f(x) 和右极限 limxx0+f(x)\lim\limits_{x \to x_0^+} f(x) 是否存在且相等。
  • 例子
    f(x)={x+1,x<13,x=1x2,x>1f(x) = \begin{cases} x + 1, & x < 1 \\ 3, & x = 1 \\ x^2, & x > 1 \end{cases}
    limx1f(x)\lim\limits_{x \to 1} f(x) 时:
    • 左极限:limx1f(x)=limx1(x+1)=2\lim\limits_{x \to 1^-} f(x) = \lim\limits_{x \to 1^-} (x + 1) = 2
    • 右极限:limx1+f(x)=limx1+x2=1\lim\limits_{x \to 1^+} f(x) = \lim\limits_{x \to 1^+} x^2 = 1 左右极限不相等,故 limx1f(x)\lim\limits_{x \to 1} f(x) 不存在。

2. 包含绝对值 (Absolute Value) 的函数

绝对值函数本质上是分段函数,因为 x={x,x0x,x<0|x| = \begin{cases} x, & x \ge 0 \\ -x, & x < 0 \end{cases}。当绝对值内的表达式在目标点变号时,就需要分左右讨论。

  • 形式:函数中包含 xa|x - a|, g(x)|g(x)| 等形式,且 g(x)g(x)xx0x \to x_0 时趋于 0。
  • 原因:绝对值的存在导致函数在 x0x_0 两侧的行为不同。
  • 例子:求 limx0xx\lim\limits_{x \to 0} \frac{|x|}{x}
    • 左极限 (x0x \to 0^-):xx=xx=1\frac{|x|}{x} = \frac{-x}{x} = -1,故极限为 1-1
    • 右极限 (x0+x \to 0^+):xx=xx=1\frac{|x|}{x} = \frac{x}{x} = 1,故极限为 11。 左右极限不相等,故原极限不存在。

3. 包含 e1xe^{\frac{1}{x}}(或类似结构)的函数

指数函数 eue^uuu \to \inftyuu \to -\infty 时的行为截然不同,而 1x\frac{1}{x}x0x \to 0 时正好会产生这种差异。

  • 形式e1x, e1xa, e1g(x)e^{\frac{1}{x}},\ e^{\frac{1}{x-a}},\ e^{\frac{1}{g(x)}}(其中 g(x)0g(x) \to 0)。
  • 原因
    • x0+x \to 0^+ 时,1x+\frac{1}{x} \to +\infty,则 e1x+e^{\frac{1}{x}} \to +\infty
    • x0x \to 0^- 时,1x\frac{1}{x} \to -\infty,则 e1x0e^{\frac{1}{x}} \to 0
  • 例子:求 limx0e1x\lim\limits_{x \to 0} e^{\frac{1}{x}}
    • 左极限:limx0e1x=e=0\lim\limits_{x \to 0^-} e^{\frac{1}{x}} = e^{-\infty} = 0
    • 右极限:limx0+e1x=e+=+\lim\limits_{x \to 0^+} e^{\frac{1}{x}} = e^{+\infty} = +\infty。 左右极限不相等(一个为 0,一个为无穷大),故原极限不存在。

4. 包含 arctan(1x)\arctan(\frac{1}{x})(或类似反三角函数)的函数

反三角函数如 arctan(x)\arctan(x)arccot(x)\operatorname{arccot}(x)x±x \to \pm\infty 时趋向于不同的值。

  • 形式arctan(1x), arctan(1xa), arccot(1x)\arctan(\frac{1}{x}),\ \arctan(\frac{1}{x-a}),\ \operatorname{arccot}(\frac{1}{x}) 等。
  • 原因
    • x0+x \to 0^+ 时,1x+\frac{1}{x} \to +\infty,则 arctan(1x)π2\arctan(\frac{1}{x}) \to \frac{\pi}{2}
    • x0x \to 0^- 时,1x\frac{1}{x} \to -\infty,则 arctan(1x)π2\arctan(\frac{1}{x}) \to -\frac{\pi}{2}
  • 例子:求 limx0arctan(1x)\lim\limits_{x \to 0} \arctan(\frac{1}{x})
    • 左极限:π2-\frac{\pi}{2}
    • 右极限:π2\frac{\pi}{2}。 左右极限不相等,故原极限不存在。

5. 在 xx \to \infty 时,需考虑 x+x \to +\inftyxx \to -\infty

虽然这不完全是“左右极限”的传统概念(因为 \infty 是一个趋势),但思想是完全一致的:考察从不同方向趋近时,函数的行为是否相同。

  • 形式ex, arctan(x), x2+1e^x,\ \arctan(x),\ \sqrt{x^2 + 1} 等函数在 x+x \to +\inftyxx \to -\infty 时的行为不同。
  • 原因:许多函数在正负无穷大的趋势不对称。
  • 例子
    1. limxex\lim\limits_{x \to \infty} e^xx+x \to +\infty 时极限为 ++\inftyxx \to -\infty 时极限为 0。通常我们说 limxex\lim\limits_{x \to \infty} e^x 不存在。
    2. limxarctan(x)\lim\limits_{x \to \infty} \arctan(x)x+x \to +\infty 时极限为 π2\frac{\pi}{2}xx \to -\infty 时极限为 π2-\frac{\pi}{2}。故 limxarctan(x)\lim\limits_{x \to \infty} \arctan(x) 不存在。
    3. limxx2+1x\lim\limits_{x \to \infty} \frac{\sqrt{x^2 + 1}}{x}:这是一个经典例子。
      • x+x \to +\inftyx2+1x=x2(1+1/x2)x=x1+1/x2x=x1+1/x2x=1\frac{\sqrt{x^2 + 1}}{x} = \frac{\sqrt{x^2(1 + 1/x^2)}}{x} = \frac{|x|\sqrt{1 + 1/x^2}}{x} = \frac{x\sqrt{1 + 1/x^2}}{x} = 1
      • xx \to -\inftyx2+1x=x1+1/x2x=(x)1+1/x2x=1\frac{\sqrt{x^2 + 1}}{x} = \frac{|x|\sqrt{1 + 1/x^2}}{x} = \frac{(-x)\sqrt{1 + 1/x^2}}{x} = -1。(因为 x<0x < 0, x=x|x| = -x) 左右趋势不相等,故原极限不存在。

核心判断原则:当你怀疑函数在目标点的左侧邻域和右侧邻域可能有不同的行为或定义时,就应该果断地分别计算其左极限和右极限。这是一个非常重要的数学思维习惯。