Limits and Undefined Functions: Bridging Gaps in Mathematics

In calculus, the concept of a limit is fundamental. It describes the behaviour of a function as its input approaches a particular value.

  • For instance, the function is undefined at . However, we can still explore its behaviour as approaches 0 using limits.
  • Another example of this is a sinc function: , used often in technology industries.

It is defined by supposing that is defined on an open interval that contains the number , except possibly at itself. Then, we say that the limit of as approaches is , and we write:

if, for every , there exists a such that, if , then .

This definition is needed in rigorous proofs, as it uses variables rather than statements.

Behaviour of Functions at Infinity: Exploring the Unbounded

Studying how functions behave as their inputs grow without bound (tend towards infinity) provides insights into their overall nature and characteristics.

  • For example, if a function tends to a finite value as becomes infinite, it indicates that the function levels off or stabilizes as grows.

Rules of Limits

Limits form a foundational concept in calculus, and understanding the rules governing them is crucial for delving deeper into the subject. Here are the primary rules and properties of limits:

  1. Constant Rule: If is a constant, then:

  2. Identity Rule:

  3. Sum/Difference Rule: If the limits of and exist, then:

  4. Product Rule: If the limits of and exist, then:

  5. Quotient Rule: If the limits of and exist and , then:

  6. Power Rule: If is a positive integer and the limit of exists, then:

  7. Root Rule: If is a positive integer and the limit of exists, then: provided the values are real.

  8. Squeeze (or Sandwich) Theorem: If for all in some open interval containing (except possibly at ), and: then:

  9. Limit of a Composite Function (Chain Rule): If approaches a limit as approaches , and has a limit as approaches , then: provided for all near .

  10. Limits Involving Infinity:

  • If becomes arbitrarily large as approaches , then:
  • If becomes arbitrarily large in the negative sense as approaches , then:
  1. Limits at Infinity: If approaches a constant as becomes infinitely large, then:

These rules provide a framework for evaluating limits in various scenarios. They are essential for understanding more advanced topics in calculus, such as derivatives and integrals.

Continuity in Mathematics

Continuity is a foundational concept in mathematics. Essentially, it ensures that functions behave predictably without any “breaks” or “jumps”. Let’s delve deeper with definitions and examples.

Intuitive Idea

Consider sketching a function’s graph without pausing your pen. If you manage to do so without any stops, the function is continuous. But if you must pause (due to a gap or jump), then the function has a discontinuity.

Formal Definition

A function is said to be continuous at a point if:

  1. is defined.
  2. The limit of as approaches exists.

Expressed using limits:

If meets these criteria for all points in its domain, it’s continuous over its domain.

Detailed Examples

  1. Function:

    • This function is continuous over all real numbers because for every in , the function value and limit as approaches any point are the same.
  2. Function:

    • This function is discontinuous at . As approaches 0 from the left, approaches negative infinity, and from the right, it approaches positive infinity. Hence, the limit does not exist at .

Types of Discontinuities with Examples

  1. Removable Discontinuity:

    • Example:
    • At , the function isn’t defined because of the denominator. However, by factoring the numerator, we get which is continuous, making the discontinuity at removable.
  2. Jump Discontinuity:

    • Example: The Heaviside step function, defined as:
      0 & \text{if } x < 0 \\ 1 & \text{if } x \geq 0 \end{cases} $$
    • This function jumps from 0 to 1 at , hence the name.
  3. Infinite Discontinuity:

    • Example:
    • As mentioned earlier, approaches infinity (from both directions) as gets closer to 0.
  4. Oscillating Discontinuity:

    • Example: for .
    • As approaches 0, the function oscillates infinitely, making it hard to predict its behaviour at .

Continuity in Calculus

Continuity’s importance extends to calculus. For example, the Fundamental Theorem of Calculus requires the integrand to be continuous over the interval of integration. When you start differentiating or integrating, ensuring continuity (or understanding its absence) is crucial.


Continuity of Composite Functions

When you compose two functions, their individual continuities influence the continuity of the resulting composite function. Let’s explore this.

Definition

Given two functions, and , their composite function is defined as:

For to be continuous at a point , must be continuous at and must be continuous at .

Examples

  1. Function:

    Here, both and are continuous everywhere. Their composite function is also continuous everywhere.

  2. Function:

    While is continuous everywhere, has a discontinuity at . However, since for any , the composition is continuous everywhere.

  3. Function:

    is continuous everywhere, but is only continuous for . When composing them, , the resulting function is continuous for .

Points to Remember

  • If both functions are continuous at a point, their composite function is usually continuous at that point. However, always check the continuity of the inner function at that point and the continuity of the outer function at the value given by the inner function.

  • Discontinuities in the outer function can be introduced by the inner function, especially if the inner function’s range includes points where the outer function is not defined or not continuous.

As always, visualizing or sketching these functions can provide deeper insights.


The Intermediate Value Theorem (IVT)

The Intermediate Value Theorem is a fundamental result in calculus related to continuous functions. It provides an assurance about the behaviour of continuous functions over a closed interval.

Statement of IVT

Let be a function that is continuous on the closed interval ([a, b]). If is any value between and (exclusive), then there exists at least one in the open interval ((a, b)) such that .

In simpler terms, if you have a continuous function that starts below a value and ends above (or vice versa) on an interval, then the function must take on the value somewhere in that interval.

Visual Interpretation

Imagine drawing the graph of a continuous function over an interval without lifting your pen. If one end of the interval is below the horizontal line and the other end is above it, your pen must cross the line at some point in the interval.

Examples

  1. Function:

    On the interval ([-1, 1]), and . If you pick any value between -2 and 0, say , by IVT, there exists some in the interval ([-1, 1]) such that .

  2. Function:

    Over the interval ([0, \pi]), and . But for any value between 0 (exclusive) and 1, IVT guarantees a in the interval where .

Importance

The IVT is especially useful in root-finding algorithms. If we know that a continuous function changes sign over an interval, then by the IVT, the function has a root in that interval. Algorithms like the bisection method utilize this property to approximate roots.


With the Intermediate Value Theorem, one understands that continuous functions exhibit predictable behaviours, making them amenable to various mathematical and computational techniques. It’s a foundational tool in analysis and calculus, linking continuity and the behaviour of functions over intervals.