Skip to main content

Calculus

AspectLimitsContinuity
DefinitionDescribes the value a function approaches as input nears a point or infinityA function is continuous at a point if it has no breaks, jumps, or holes there
Formal Expressionlimโกxโ†’cf(x)=L\lim_{x \to c} f(x) = L, meaning as xx approaches cc, f(x)f(x) approaches LLf(x)f(x) is continuous at cc if: f(c)f(c) is defined, limโกxโ†’cf(x)\lim_{x \to c} f(x) exists, and both are equal
PurposeHelps analyze function behavior at undefined points or extremesEnsures smoothness of function behavior across its domain
Examples
  • Linear: limโกxโ†’3(2x+1)=7\lim_{x \to 3} (2x+1)=7
  • Hole: limโกxโ†’1x2โˆ’1xโˆ’1=2\lim_{x \to 1} \frac{x^2-1}{x-1} = 2
  • Asymptote: limโกxโ†’โˆž1x=0\lim_{x \to \infty} \frac{1}{x} = 0
  • Removable: hole in function though limit exists
  • Jump: left- and right-hand limits differ
  • Infinite: vertical asymptote, e.g., f(x)=1/xf(x)=1/x at x=0x=0
Key Role in CalculusFoundation for defining derivatives and integralsPrecondition for differentiability and smooth curve behavior
Relevance to Data Analysis
  • Models at undefined/extreme input values
  • Asymptotic properties of estimators (e.g., CLT)
  • Anticipating numerical instabilities
  • Smoothness needed for optimization (e.g., gradient descent)
  • Assumption in regression, neural nets, interpolation
  • Understanding thresholds in piecewise models like decision trees