Limits and Continuity

Understanding Limits and Continuity

Introduction to Limits

  • Limits are a fundamental concept in calculus, providing insights into the behavior of functions.
  • Various approaches to understanding limits:
  • Numerical: Assessing values very close to a given point in a function.
  • Graphical: Observing output values from the graphical representation as input approaches the limit point.
  • Algebraic: Substituting values into the function and using techniques (factoring, simplifying) when necessary.

Numerical Limits

  • For a function, evaluate what happens to the output when the input approaches a certain value.
  • Example with function f(x) = x + 2:
  • As x approaches 3 from the left (2.999, 2.9999), f(x) approaches 5 (4.999, 4.9999).
  • As x approaches 3 from the right (3.0001, 3.001), f(x) also approaches 5 (5.0001, 5.001).
  • Conclusion: The limit of f(x) as x approaches 3 is 5.

Graphical Representation of Limits

  • In the graphical approach, if the graph of f(x) confirms that f(x) approaches the same value from both sides at x=3, we can confidently state the limit.
  • Notation: lim (x→3) f(x) = 5.

Algebraic Approach to Limits

  • Direct substitution is often the first step when evaluating limits:
  • Example: Evaluate lim (x→3) f(x) where f(x) = x² - 5x. Substituting x = 3 yields -6.
  • If expression yields an indeterminate form (e.g., 0/0), consider other techniques like L'Hôpital's Rule or factoring.

Indeterminate Forms and L'Hôpital's Rule

  • Factors to ensure limits lead to meaningful evaluations:
  • If f(x) leads to 0/0 when substituted, it indicates the need to simplify or use L'Hôpital's Rule.
  • Example: For f(x) = (x² - 4)/(x - 2), direct substitution leads to 0/0. Factor to transform f(x) into (x-2)(x+2)/(x-2) and simplify:
    • Resulting limit: lim (x→2) (x + 2) = 4.

Limits Involving Infinity

  • When calculating limits as x approaches positive or negative infinity:
  • Focus on the highest power term in polynomial functions.
  • Example: lim (x→∞) of (4x⁵ − x² − 237)/(3x⁵ − x⁴ + x³ + x² + x − 299) simplifies down to 4/3.

Continuity

  • A function is continuous at a point "a" if:
  • f(a) exists (is defined).
  • The limit of f(x) as x approaches a exists and equals f(a): lim (x→a) f(x) = f(a).
  • Continuity implies no gaps or discontinuities in the domain of f(x).

Types of Discontinuities

  • Removable Discontinuity: Happens when there is a gap but the limit exists. Example: f(x) = (x³ - 2x)/(x - 2), discontinuous at x=2, but f(2) can be defined to match the limit.
  • Jump Discontinuity: If the left-hand and right-hand limits differ, the limit does not exist.
  • Infinite Discontinuity: If a function approaches infinity at a point.

Exercises and Examples

  • Evaluate limits graphically or algebraically.
  • Sketch functions to visually assess continuity.
  • Identify points of discontinuity and classify them based on the outlined types.

Final Thoughts

  • Mastery of limits and continuity serves as a foundation for calculus, influencing concepts like derivatives and integrals.
  • Practice various types of limits and review continuity conditions to solidify understanding.