Limit Calculator

Calculate limits of functions as x approaches any value.

Free to use
12,500+ users
Updated January 2025
Instant results

Limit Calculator

Numerically approximate the limit of a function

lim
x1
f(x)

Limits in Calculus

A limit is the value that a function "approaches" as the input "approaches" some value. This calculator finds the limit by checking the function's value at points extremely close to the target, from both the left and right sides.

How the Limit Calculator Works

The Limit Calculator evaluates the limit of a function as the input approaches a specific value or infinity. Limits are foundational to calculus, defining derivatives, integrals, and continuity. They answer the question: "What value does f(x) approach as x gets arbitrarily close to a?"

Understanding Limits

The limit lim(x→a) f(x) = L means that as x gets arbitrarily close to a (but not necessarily equal to a), the function f(x) gets arbitrarily close to L. Limits can be evaluated from the left (x→a⁻), from the right (x→a⁺), or as x approaches infinity.

Types of Limits

  • Finite Limits: lim(x→a) f(x) = L where both a and L are finite numbers
  • Infinite Limits: lim(x→a) f(x) = ±∞ where the function grows without bound
  • Limits at Infinity: lim(x→±∞) f(x) describes end behavior of functions
  • One-Sided Limits: Left-hand limit (x→a⁻) and right-hand limit (x→a⁺)
  • Indeterminate Forms: 0/0, ∞/∞, 0·∞, ∞-∞, 00, 1^∞, ∞0 require special techniques

Evaluation Techniques

  • Direct Substitution: Simply plug in the value if the function is continuous at that point
  • Factoring: Factor and cancel common terms to resolve 0/0 forms
  • Rationalization: Multiply by conjugate to eliminate radicals
  • L'Hôpital's Rule: For 0/0 or ∞/∞, take derivatives of numerator and denominator
  • Squeeze Theorem: Bound the function between two other functions with known limits
  • Dominant Term Analysis: For limits at infinity, focus on highest-degree terms

Examples

Limit Examples

Example 1: Direct Substitution

Problem: Find lim(x→2) (x2 + 3x - 1)

Solution:

  • The function is continuous at x = 2
  • Substitute directly: 22 + 3(2) - 1 = 4 + 6 - 1 = 9
  • Result: The limit is 9
Example 2: Factoring to Resolve 0/0

Problem: Find lim(x→3) (x2-9)/(x-3)

Solution:

  • Direct substitution gives 0/0 (indeterminate)
  • Factor numerator: (x-3)(x+3)/(x-3)
  • Cancel (x-3): x + 3
  • Now substitute: 3 + 3 = 6
  • Result: The limit is 6
Example 3: L'Hôpital's Rule

Problem: Find lim(x→0) sin(x)/x

Solution:

  • Direct substitution gives 0/0
  • Apply L'Hôpital's Rule: differentiate top and bottom
  • d/dx[sin(x)] = cos(x), d/dx[x] = 1
  • New limit: lim(x→0) cos(x)/1 = cos(0) = 1
  • Result: The limit is 1 (famous trigonometric limit)
Example 4: Limit at Infinity

Problem: Find lim(x→∞) (3x2+2x-1)/(2x2+5)

Solution:

  • Divide all terms by x2 (highest power):
  • lim(x→∞) (3 + 2/x - 1/x2)/(2 + 5/x2)
  • As x→∞, terms with x in denominator approach 0
  • Result: (3 + 0 - 0)/(2 + 0) = 3/2
Example 5: Rationalization

Problem: Find lim(x→0) (√(x+1) - 1)/x

Solution:

  • Direct substitution gives 0/0
  • Multiply by conjugate: [(√(x+1) - 1)/x] · [(√(x+1) + 1)/(√(x+1) + 1)]
  • Numerator becomes: (x+1) - 1 = x
  • Simplify: x/[x(√(x+1) + 1)] = 1/(√(x+1) + 1)
  • Substitute x = 0: 1/(√1 + 1) = 1/2
Example 6: One-Sided Limit

Problem: Find lim(x→0) 1/x from left and right

Solution:

  • From the right (x→0⁺): x is small and positive, 1/x → +∞
  • From the left (x→0⁻): x is small and negative, 1/x → -∞
  • Since left and right limits differ, lim(x→0) 1/x does not exist

Tips & Best Practices

Tips for Evaluating Limits

  • Try Direct Substitution First: Always attempt to plug in the value directly. If it works, you're done!
  • Identify Indeterminate Forms: Recognize 0/0, ∞/∞, and other indeterminate forms that require special techniques.
  • Factor When Possible: For rational functions giving 0/0, try factoring and canceling common factors.
  • Multiply by Conjugate: For limits involving square roots, multiplying by the conjugate often helps.
  • L'Hôpital's Rule: Only use this for 0/0 or ∞/∞ forms. Don't apply it blindly to every limit!
  • Highest Power for Infinity: When x→∞, divide all terms by the highest power of x to simplify.
  • Check Both Sides: For limits at a point, verify that left and right limits agree for the limit to exist.
  • Common Limits: Memorize key limits like lim(x→0) sin(x)/x = 1 and lim(x→∞) (1+1/x)^x = e.
  • Graphical Insight: Visualize the function graph to understand the behavior near the limit point.
  • Continuity Connection: If f is continuous at a, then lim(x→a) f(x) = f(a).

Frequently Asked Questions