Physics Forums Insights
  • Physics
    • Physics Articles
    • Physics Tutorials
    • Physics Guides
    • Physics FAQs
  • Math
    • Math Articles
    • Math Tutorials
    • Math Guides
    • Math FAQs
  • Bio/Chem/Tech
    • Bio/Chem Articles
    • Computer Science Tutorials
    • Technology Guides
  • Education
    • Education Articles
    • Education Guides
  • Interviews
  • Quizzes
  • Forums
  • Click to open the search input field Click to open the search input field Search
  • Menu Menu
Limit of a Function

Limits of Functions for Calculus: Definition & Examples

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

Table of Contents

  • What is a limit?
  • What is a function?
  • Definition of a limit of a function
  • Limit laws (identities)
  • Informal examples and extended explanation
    • 1. Simplifying removable discontinuities (informal)
    • 2. Tending to infinity
    • 3. Right-hand and left-hand limits
    • 4. Common standard limits (reference)
    • More Related Articles

What is a limit?

In mathematics, a limit describes the behavior of a function or sequence as its input approaches a particular value. Limits are a cornerstone of calculus and are used to define continuity, derivatives and integrals.

Key aspects of limits:

  1. Definition: The limit of a function or sequence as it approaches a specific value is written using “lim”. For example: [tex]\lim_{x \to a} f(x)[/tex].
  2. Approach: Limits consider what happens as the input gets arbitrarily close to a value a; they do not require the function to be defined at that exact point.
  3. Convergence: A limit exists if function values approach a single, well-defined value (which may be a real number or ±∞) as the input approaches a.
  4. Notation: We write [tex]\lim_{x \to a} f(x) = L[/tex] to mean that as x becomes arbitrarily close to a, f(x) becomes arbitrarily close to L.
  5. One-sided limits: Behavior can differ when approaching from the right or left; these are written [tex]\lim_{x \to a^+} f(x)[/tex] (right-hand) and [tex]\lim_{x \to a^-} f(x)[/tex] (left-hand).
  6. Limit laws: Several algebraic rules (sum, product, quotient, constant factor) let you evaluate limits from simpler limits.

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.

Definition of a limit of a function

Limits describe the “limiting value” a function seems to approach when its argument approaches some point. They are particularly useful where the function is not defined at that point or becomes very large.

We say that the argument “tends to” a value. For example:

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

This is read: “As x tends to c, f(x) tends to m.” This 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

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

Limit laws (identities)

Standard limit identities that hold when the individual limits 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]

Informal examples and extended explanation

1. Simplifying removable discontinuities (informal)

Let

[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 is equal to x + 2 for all x ≠ 2. At x = 2 the original expression is undefined (0/0 is indeterminate), but values of f(x) near x = 2 approach 4. So

[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 2. If we instead define a function g by setting g(2)=4, then g would be continuous at 2.

2. Tending to infinity

Example: [tex]f(x) = \frac{1}{x}[/tex]. As x approaches 0, |f(x)| grows without bound. The two-sided limit does not exist, but the one-sided limits are:

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

3. Right-hand and left-hand limits

Approach a value c from the right (x > c) or from the left (x < c). Write x = c + h with h → 0 to approach from the right, or x = c − h with h → 0 to approach from the left.

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

Left-hand limit (LHL): [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 be equal to f(c).

4. Common standard limits (reference)

Useful limits often used in computations:

  • [tex]\lim_{x \to c} x = c[/tex]
  • [tex]\lim_{x \to 0^+} \frac{1}{x} = +\infty \quad\text{(two-sided limit does not exist)}
  • [tex]\lim_{x \to \infty} x = \infty[/tex]
  • [tex]\lim_{x \to 0} \frac{\sin x}{x} = 1[/tex]
  • [tex]\lim_{x \to 0} \frac{\tan x}{x} = 1[/tex]
  • [tex]\lim_{x \to 0} \frac{1 – \cos x}{x} = 0[/tex]
  • [tex]\lim_{x \to a} \frac{x^n – a^n}{x – a} = n a^{\,n-1}[/tex]
  • [tex]\lim_{x \to a} \frac{\sin(x-a)}{x-a} = 1[/tex]
  • [tex]\lim_{x \to 0} \frac{\log_e(1 + x)}{x} = 1[/tex]
  • [tex]\lim_{x \to 0} \frac{a^x – 1}{x} = \log_e a[/tex]
  • [tex]\lim_{x \to 0} \frac{e^x – 1}{x} = 1[/tex]

This discussion treats pointwise limits of functions. Do not confuse these with limits of sequences of functions or other types of functional limits considered in functional analysis (see references for more on that topic).

Comment thread

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: mathematics
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-01-21 16:17:26Limits of Functions for Calculus: Definition & Examples
You might also like
infinity Why Division by Zero Is Impossible: 10 Mathematical Reasons
999equals1 Why 1 Equals 0.999… — Explanations & Rigorous Proofs
SOHCAHTOA SOHCAHTOA: Seemingly Simple, Conceivably Complex
computers Ramsey Theory: Foundations, Generalizations, Key Results
Understanding Zero: History, Division, Exponents, 0!
What is a parabola Parabola Explained: Properties, Equations & Practical Uses
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.

Trending Articles

  • Quantum Mechanics and the Famous Double-slit Experiment
  • Explosion-Generated Collapsing Vacuum Bubbles Reach 20,000 Kelvin
  • Can We See an Atom?
  • Why Entangled Photon-Polarization Qubits Violate Bell’s Inequality per Quantum Information Theory
  • Why the Quantum | A Response to Wheeler’s 1986 Paper
  • Inventions and Inventors Quiz and Trivia
  • Have Scientists Seen an Electron? How We Detect Them
  • How to Apply Newton’s Second Law to Variable Mass Systems
  • John Baez Interview — Mathematical Physicist & Networks
  • The Fundamental Difference in Interpretations of Quantum Mechanics

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

astronomy (17) black holes (17) classical physics (35) cosmology (16) education (23) electromagnetism (19) general relativity (19) gravity (24) interview (21) mathematics (39) mathematics self-study (21) Physicist (26) programming (18) Quantum Field Theory (31) quantum mechanics (36) quantum physics (24) relativity (40) Special Relativity (16) technology (19) universe (21)
2026 © Physics Forums, ALL RIGHTS RESERVED - Contact Us - Privacy Policy - About PF Insights
  • Link to X
  • Link to Facebook
  • Link to LinkedIn
  • Link to Youtube
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