Skip to content

02 Limits and Continuity

Last Updated: 2 years ago2023-01-25 ; Contributors: AhmedThahir

LimitsΒΆ

Let ff be defined @ all points in some neighborhood of a point x0x_0

Then L=lim⁑xβ†’x0f(x)L = \lim\limits_{x \to x_0} f(x) is limit for f(x)f(x) when xβ†’x0x \to x_0 if for a given Ο΅>0\epsilon > 0, there exists a Ξ΄>0\delta > 0 such that ∣xβˆ’x0∣<Ξ΄β€…β€ŠβŸΉβ€…β€Šβˆ£f(x)βˆ’L∣<Ο΅|x-x_0| < \delta \implies |f(x)-L| < \epsilon

Finding Ξ΄\deltaΒΆ

  1. Solve the inequality f(x)βˆ’L<Ο΅f(x) - L < \epsilon for xx
  2. Find an interval (a,b)(a, b) such that a≀x0≀ba \le x_0 \le b
  3. Choose Ξ΄=min⁑(x0βˆ’a,bβˆ’x0)\delta = \min (x_0-a, b - x_0)

This choice places the interval (x0βˆ’Ξ΄,x0+Ξ΄)(x_0 - \delta, x_0 + \delta) within (a,b)(a, b)

One-sided LimitsΒΆ

Let ff be defined at all points in the neigborhood of x0x_0 (in particular to right of x0x_0), then ff is said to have the right-hand limit LL, when xx approaches x0x_0 from the right if the following conditions are satisfied:

For a given Ο΅>0\epsilon > 0, there exists a Ξ΄>0\delta > 0 such that

  • x0<x<x0+Ξ΄x_0 < x < x_0 + \delta
  • ∣f(x)βˆ’L∣<Ο΅|f(x) - L| < \epsilon

The limit is represented as

L=lim⁑xβ†’x0+f(x)=f(x0+) L = \lim_{x \to {x_0}^+} f(x) = f({x_0}^+)

Similarly, we define the left-hand limit

While working on one-sided problms, we proceed as follows

f(x0+)=lim⁑hβ†’0f(x0+h),h>0f(x0βˆ’)=lim⁑hβ†’0f(x0βˆ’h),h>0 \begin{aligned} f({x_0}^+) &= \lim_{h \to 0} f(x_0 + h), & h > 0 \\ f({x_0}^-) &= \lim_{h \to 0} f(x_0 - h), & h > 0 \end{aligned}

ContinuityΒΆ

A function f(x)f(x) is continuous @ a point x0x_0 if the following conditions are satisfied

  1. f(x0)f(x_0) exists
  2. lim⁑xβ†’x0f(x)\lim_{x \to x_0} f(x) (Both LHL and RHL) exists
  3. lim⁑xβ†’x0f(x)=f(x0)\lim_{x \to x_0} f(x) = f(x_0)

NoteΒΆ

If ff and gg are continuous functions in a domain DD, then the following functions are also continuous in all points of F

fΒ±gfgfgkf,(k= const) \begin{aligned} f \pm g \\ fg \\ \frac f g \\ kf, & (k \text{= const}) \end{aligned}

The following functions are known to be continuous in their domain of definition

  1. polynomial
  2. exponential
  3. trignometric

Comments