Skip to content

12.Continuity

Dated: 30-10-2024

Continuity

There are 3 conditions for a function1 to be continous near \(x= c\).

  1. \(f(c)\) is defined.

  2. \[\lim_{x \rightarrow c^+} f(x) = \lim_{x \rightarrow c^-} f(x)\]
  3. \[\lim_{x \rightarrow c} f(x) = f(c)\]

Continuous Function

A function1 is called continuous if it follows the rules of continuity over the interval \((-\infty, +\infty)\).

Discontinuity

If a function1 violates any of the rules of continuity at point \(c\) then it is called point of discontinuity.

Properties of Continuous Functions

if \(f(x)\) and \(g(x)\) are continuous functions then following functions are also continuous.

  1. \(f(x) + g(x)\)
  2. \(f(x) - g(x)\)
  3. \(f(x) \cdot g(x)\)
  4. \(\frac{f(x)}{g(x)}\)

We can prove these properties by looking at the theorems of limits2

Continuity of Composite Functions

  1. If \(\lim g(x) = L\) and \(f(x)\) is continuous at \(x = L\) then \(\lim{fog(x)} = f(L)\)
  2. If \(g(x)\) is continuous at \(c\) and \(f(x)\) is continuous at \(g(c)\) then \(fog(x)\) is continuous at \(c\).

Theorems

Intermediate Value Theorem

Pasted image 20240814200819.png

If \(f(x)\) is continuous at the interval \([a, b]\) and there is a value \(c\) between \(f(a)\) and \(f(b)\), inclusively, then there must be a value \(x\) where \(f(x) = c\).

Another Theorem

Pasted image 20240814202000.png

If \(f(x)\) is continuous over the interval \([a, b]\) and \(f(a)\) and \(f(b)\) have opposite signs then there is at least one solution for \(f(x) = 0\) in the interval \((a, b)\).

References

Read more about notations and symbols.


  1. Read more about functions

  2. Read more about limits