Physics Forums Insights
  • Physics
    • Mechanics
    • Thermodynamics
    • Electromagnetism
    • Fluids
    • Optics
    • Particles
    • Quantum
    • Relativity
    • Biophysics
  • Astronomy
    • Astrophysics
    • Cosmology
    • Observing
  • Mathematics
    • Algebra
    • Analysis
    • Geometry
    • Number Theory
    • Probability
  • Computing
    • Programming
    • Electronics
    • Imaging
  • Science Culture
    • Education
    • Careers
    • Philosophy
    • Profiles
    • Trivia
  • Forums
  • Click to open the search input field Click to open the search input field Search
  • Menu Menu
Limit of a Function

What Is a Limit of a Function? Definition, Laws & Examples

April 17, 2019/0 Comments/in Analysis, Mathematics FAQs/by Greg Bernhardt
📖Read Time: 6 minutes
📊Readability: Accessible (Clear & approachable)
🔖Core Topics: texlimitfunctionlimitspoint

A limit describes the value a function or sequence approaches as its input gets arbitrarily close to a specific point, without requiring the function to be defined at that point. Limits underpin calculus, providing the formal basis for continuity, derivatives, and integrals. When the limit exists, it is written as [tex]\lim_{x \to a} f(x) = L[/tex], meaning f(x) gets arbitrarily close to L as x approaches a.

Table of Contents

  • Key Takeaways
  • What Is a Function?
  • How Is the Limit of a Function Defined?
  • What Are the Standard Limit Laws?
  • How Does Simplifying a Removable Discontinuity Work?
  • What Happens When a Limit Tends to Infinity?
  • What Are Right-Hand and Left-Hand Limits?
  • What Are Some Common Standard Limits?
  • Frequently Asked Questions
    • Does a limit require the function to be defined at that point?
    • What does it mean for a two-sided limit not to exist?
    • How does a limit relate to continuity?
    • Can you cancel factors to simplify a limit calculation?
    • What is the difference between a limit and a functional limit in functional analysis?

Key Takeaways

  • A limit exists only when a function approaches a single, well-defined value as the input nears a given point, whether that value is a real number or ±∞.
  • One-sided limits, written [tex]\lim_{x \to a^+} f(x)[/tex] and [tex]\lim_{x \to a^-} f(x)[/tex], can differ from each other even when the two-sided limit does not exist.
  • For the function f(x) = 1/x, the limit as x approaches 0 does not exist as a two-sided limit because the left-hand and right-hand limits go to negative and positive infinity respectively.
  • A function is continuous at a point c only if both one-sided limits exist at c and equal f(c).
  • Standard results such as [tex]\lim_{x \to 0} \frac{\sin x}{x} = 1[/tex] and [tex]\lim_{x \to 0} \frac{e^x – 1}{x} = 1[/tex] are used repeatedly in calculus computations.

What Is a Function?

A function defines a specific relationship between two sets: the domain (inputs) and the codomain (possible outputs). Given an element of the domain, a function assigns exactly one element of the codomain.

Key characteristics of a function:

  1. Input-output relationship: Each input (independent variable) maps to a single output (dependent variable).
  2. Notation: Functions are commonly written as f(x) or y = f(x).
  3. Domain: The set of all input values for which the function is defined.
  4. Codomain and range: The codomain is the set of possible outputs; the range is the set of actual outputs produced from the domain.
  5. Uniqueness: A well-defined function never assigns multiple outputs to the same input.
  6. Graph: Functions can be represented visually; the graph shows the mapping from input to output.
  7. Examples: Linear, quadratic, trigonometric, and exponential functions.

How Is the Limit of a Function Defined?

A limit describes the value a function seems to approach when its argument approaches some point, even where the function is undefined at that point or grows without bound. When a function’s argument tends to a value c, this is written as:

[tex]\lim_{x \to c} f(x) = m[/tex]

This is read as “as x tends to c, f(x) tends to m.” The statement does not assert the value of f(c); it only describes the values of f(x) when x is very close to c. If f is defined and continuous at c, then the limit equals the function’s value at that point:

[tex]\lim_{x \to c} f(x) = f(c)[/tex]

What Are the Standard Limit Laws?

The following identities hold whenever the individual limits on the right-hand side exist:

[tex]\lim_{x \to c} \bigl(f(x) + g(x)\bigr) = \lim_{x \to c} f(x) + \lim_{x \to c} g(x)[/tex]

[tex]\lim_{x \to c} \bigl(f(x)\cdot g(x)\bigr) = \bigl(\lim_{x \to c} f(x)\bigr)\cdot\bigl(\lim_{x \to c} g(x)\bigr)[/tex]

[tex]\lim_{x \to c} \frac{f(x)}{g(x)} = \frac{\lim_{x \to c} f(x)}{\lim_{x \to c} g(x)} \quad \text{(when } \lim_{x\to c} g(x)\ne 0\text{)}[/tex]

[tex]\lim_{x \to c} \bigl(\lambda\, f(x)\bigr) = \lambda\,\lim_{x \to c} f(x)[/tex]

How Does Simplifying a Removable Discontinuity Work?

Consider the function [tex]f(x) = \frac{x^2 – 4}{x – 2}[/tex]. Algebraically this simplifies to:

[tex]f(x) = \frac{(x – 2)(x + 2)}{x – 2} = x + 2, \quad x\ne 2[/tex]

Because cancellation removes the factor x-2, f equals x + 2 for every x except x = 2. At x = 2 the original expression is undefined, since 0/0 is indeterminate, but values of f(x) near x = 2 approach 4. This gives:

[tex]\lim_{x \to 2} f(x) = 4[/tex]

Since f(2) does not exist, [tex]\lim_{x \to 2} f(x) \ne f(2)[/tex], and f is not continuous at x = 2. If a new function g is defined by setting g(2) = 4, then g would be continuous at that point.

What Happens When a Limit Tends to Infinity?

The function [tex]f(x) = \frac{1}{x}[/tex] illustrates a limit that grows without bound. As x approaches 0, the absolute value of f(x) increases indefinitely, so the two-sided limit does not exist. The one-sided limits, however, are well-defined:

[tex]\lim_{x \to 0^+} \frac{1}{x} = +\infty \quad\text{and}\quad \lim_{x \to 0^-} \frac{1}{x} = -\infty[/tex]

What Are Right-Hand and Left-Hand Limits?

A value c can be approached from the right, where x is greater than c, or from the left, where x is less than c. Writing x = c + h with h approaching 0 gives the right-hand approach; writing x = c − h with h approaching 0 gives the left-hand approach.

The right-hand limit (RHL) is written: [tex]\lim_{x \to c^+} f(x) = \lim_{h \to 0^+} f(c + h)[/tex]

The left-hand limit (LHL) is written: [tex]\lim_{x \to c^-} f(x) = \lim_{h \to 0^+} f(c – h)[/tex]

For a function to be continuous at c, both one-sided limits must exist and must equal f(c).

What Are Some Common Standard Limits?

Frequently used limit identities in calculus
ExpressionResult
[tex]\lim_{x \to c} x[/tex][tex]c[/tex]
[tex]\lim_{x \to 0^+} \frac{1}{x}[/tex][tex]+\infty[/tex] (two-sided limit does not exist)
[tex]\lim_{x \to \infty} x[/tex][tex]\infty[/tex]
[tex]\lim_{x \to 0} \frac{\sin x}{x}[/tex][tex]1[/tex]
[tex]\lim_{x \to 0} \frac{\tan x}{x}[/tex][tex]1[/tex]
[tex]\lim_{x \to 0} \frac{1 – \cos x}{x}[/tex][tex]0[/tex]
[tex]\lim_{x \to a} \frac{x^n – a^n}{x – a}[/tex][tex]n a^{\,n-1}[/tex]
[tex]\lim_{x \to a} \frac{\sin(x-a)}{x-a}[/tex][tex]1[/tex]
[tex]\lim_{x \to 0} \frac{\log_e(1 + x)}{x}[/tex][tex]1[/tex]
[tex]\lim_{x \to 0} \frac{a^x – 1}{x}[/tex][tex]\log_e a[/tex]
[tex]\lim_{x \to 0} \frac{e^x – 1}{x}[/tex][tex]1[/tex]

This discussion covers pointwise limits of functions. Limits of sequences of functions and other functional limits, as studied in functional analysis, are a separate topic not addressed here.

Frequently Asked Questions

Does a limit require the function to be defined at that point?

No. A limit describes the value a function approaches as its input nears a point, even if the function itself is undefined there. For example, [tex]\frac{x^2-4}{x-2}[/tex] is undefined at x = 2, yet its limit as x approaches 2 equals 4.

What does it mean for a two-sided limit not to exist?

A two-sided limit fails to exist when the left-hand and right-hand limits differ, or when one or both grow without bound in opposite directions. For [tex]f(x) = 1/x[/tex] at x = 0, the right-hand limit is +∞ and the left-hand limit is −∞, so no single two-sided limit exists.

How does a limit relate to continuity?

A function is continuous at a point c if the limit as x approaches c exists, both one-sided limits are equal, and that shared value equals f(c). If any of these conditions fail, the function is discontinuous at that point.

Can you cancel factors to simplify a limit calculation?

Yes, when a factor causing an indeterminate 0/0 form can be algebraically canceled, as with [tex](x-2)[/tex] in [tex]\frac{x^2-4}{x-2}[/tex]. After cancellation, the simplified expression, [tex]x+2[/tex] in this case, gives the correct limiting value even though the original expression was undefined at that point.

What is the difference between a limit and a functional limit in functional analysis?

The limits described here are pointwise limits of a single function’s output values as its input approaches a point. Functional analysis considers limits of sequences of functions themselves, a distinct and more advanced topic.

Greg Bernhardt
Greg Bernhardt

I have a BS in Information Sciences from UW-Milwaukee. I’ve helped manage Physics Forums for over 22 years. I enjoy learning and discussing new scientific developments. STEM communication and policy are big interests as well. Currently a Sr. SEO Specialist at Shopify and writer at importsem.com

More Related Articles

  • What is a Parabola? A 5 Minute Introduction
  • What Are Infinitesimals – Advanced Version
  • What is a Real Number? A 5 Minute Introduction
  • Learn the Top 5 Misconceptions About Infinity
Tags: continuity, FAQ, limits, mathematics, Undergraduate
Share this entry
  • Share on Facebook
  • Share on X
  • Share on WhatsApp
  • Share on LinkedIn
  • Share on Reddit
  • Share by Mail
https://www.physicsforums.com/insights/wp-content/uploads/2019/12/limit_of_a_function.png 135 240 Greg Bernhardt https://www.physicsforums.com/insights/wp-content/uploads/2019/02/Physics_Forums_Insights_logo.png Greg Bernhardt2019-04-17 15:43:382026-07-31 10:19:40What Is a Limit of a Function? Definition, Laws & Examples
You might also like
Mitochondria When did Mitochondria Evolve?
abstract_algebra Peano Axioms Explained: Natural Numbers Made Rigorous
supernova refsdal Supernova Refsdal: Multiply-Imaged Supernova Guide
recursion in programming Recursion in Programming and When to Use or Not to Use It
evariste galois Évariste Galois and His Theory
infinity_faq Infinity in Mathematics: What It Really Means, Explained
0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply Cancel reply

You must be logged in to post a comment.

Popular Articles

  • Can We See an Atom?
  • What Planck Length Is and It’s Common Misconceptions
  • The Quantum Mystery of Wigner’s Friend
  • The Balloon Analogy Explained: Cosmic Expansion Without a Center
  • Why You Can’t Quantum Tunnel Through a Wall
  • Learn Linear Algebra: Best Textbooks and Study Roadmap
  • Tensors Explained: Scalars, Vectors, Matrices & Math
  • DNA Mapping & Nanopore Sequencing: Nanochannel Insights
  • The Concept of Zero: History, Rules, and Why 0/0 Fails
  • Learn Observables in Mathematical Quantum Field Theory

Physics Forums

  • Classical Physics
  • Atomic and Condensed Matter
  • Quantum Physics
  • Special and General Relativity
  • Beyond the Standard Model
  • High Energy, Nuclear, Particle Physics
  • Astronomy and Astrophysics
  • Cosmology
  • Other Physics Topics

Receive Insights Articles to Your Inbox

Enter your email address:

Blog Information

  • Become a Member!
  • Write for Us!
  • Table of Contents
  • Blog Author List

Popular Topics

black holes (23) classical physics (35) education (23) FAQ (58) General (230) general relativity (23) Graduate (185) gravity (25) Guide (86) interview (49) mathematics (39) mathematics self-study (21) Physicist (26) Quantum Field Theory (34) quantum mechanics (36) quantum physics (24) relativity (40) Special Relativity (22) Tutorial (147) Undergraduate (287)
2026 © Physics Forums, ALL RIGHTS RESERVED - Contact Us - Privacy Policy - About PF Insights
  • Link to X
  • Link to Facebook
  • Link to LinkedIn
Link to: Demystifying Parameterization and Surface Integrals Link to: Demystifying Parameterization and Surface Integrals Demystifying Parameterization and Surface Integralssurface integralLink to: When Renewable Energy Meets Power Grid Operations Link to: When Renewable Energy Meets Power Grid Operations Renewable Energy Power GridWhen Renewable Energy Meets Power Grid Operations
Scroll to top Scroll to top Scroll to top