5.2 One-Sided Limits

5 min readjuly 30, 2024

One-sided limits help us understand how functions behave near tricky points. They're like looking at a function from the left or right side as we get super close to a specific value. This concept is crucial for grasping limits and .

By comparing left-hand and right-hand limits, we can figure out if a function has a regular limit at a point. If both sides match up, we've got a limit. If not, no dice. This idea is super helpful for analyzing and spotting discontinuities.

Left-hand vs Right-hand Limits

Understanding One-sided Limits

  • Left-hand and right-hand limits describe the behavior of a function as it approaches a specific point from the left side (values less than the point) or right side (values greater than the point)
  • The left-hand f(x)f(x) as xx approaches a point aa is denoted as limxaf(x)\lim_{x \to a^-} f(x)
    • This notation indicates that xx approaches aa from values less than aa
  • The of a function f(x)f(x) as xx approaches a point aa is denoted as limxa+f(x)\lim_{x \to a^+} f(x)
    • This notation indicates that xx approaches aa from values greater than aa
  • One-sided limits are useful for determining the behavior of a function near a point of or a point where the function is not defined

Relationship between One-sided Limits and Limits

  • If the left-hand and right-hand limits of a function at a point are equal, the function is said to have a limit at that point
    • In other words, limxaf(x)=L\lim_{x \to a} f(x) = L if and only if limxaf(x)=L\lim_{x \to a^-} f(x) = L and limxa+f(x)=L\lim_{x \to a^+} f(x) = L
  • If either the left-hand or right-hand limit does not exist or if they are not equal, the function does not have a limit at that point
  • Example: Consider the function f(x)=x21x1f(x) = \frac{x^2 - 1}{x - 1} at x=1x = 1
    • limx1f(x)=2\lim_{x \to 1^-} f(x) = 2 and limx1+f(x)=2\lim_{x \to 1^+} f(x) = 2, so limx1f(x)=2\lim_{x \to 1} f(x) = 2

One-sided Limits: Graphical & Numerical

Graphical Method

  • To evaluate a one-sided limit graphically, observe the behavior of the function as it approaches the point of interest from the left or right side on the graph
  • If the function appears to approach a specific value as xx approaches the point from the left (or right), that value is the left-hand (or right-hand) limit
  • Example: For the function f(x)={x2,x<0x,x0f(x) = \begin{cases} x^2, & x < 0 \\ x, & x \geq 0 \end{cases}, the at x=0x = 0 is 00 and the right-hand limit at x=0x = 0 is also 00

Numerical Method

  • To evaluate a one-sided limit numerically, create a table of values for the function as xx approaches the point of interest from the left or right side
  • Observe the trend in the function values as xx gets closer to the point
    • If the function values approach a specific value, that value is the one-sided limit
  • When using the numerical method, choose xx-values that are increasingly close to the point of interest for a more accurate estimate of the one-sided limit
  • One-sided limits can be infinite (positive or negative) if the function values tend to positive or negative infinity as xx approaches the point from the left or right side
  • One-sided limits can be equal to the function value at the point if the function is continuous at that point

Limit Existence: Comparing Sides

Conditions for Limit Existence

  • A function has a limit at a point if and only if both the left-hand and right-hand limits exist and are equal
  • If the left-hand and right-hand limits are different or if either one-sided limit does not exist, then the function does not have a limit at that point
  • To determine the existence of a limit, evaluate both the left-hand and right-hand limits using graphical or numerical methods
    • If the left-hand and right-hand limits are equal and finite, the limit exists and is equal to the common value
    • If the left-hand and right-hand limits are equal and infinite (both positive or both negative), the limit exists and is equal to the corresponding infinity

Examples of Limit Existence and Non-existence

  • Example of a function with a limit: f(x)=x21x1f(x) = \frac{x^2 - 1}{x - 1} at x=1x = 1
    • limx1f(x)=2\lim_{x \to 1^-} f(x) = 2 and limx1+f(x)=2\lim_{x \to 1^+} f(x) = 2, so limx1f(x)=2\lim_{x \to 1} f(x) = 2
  • Example of a function without a limit: g(x)={1,x<00,x0g(x) = \begin{cases} 1, & x < 0 \\ 0, & x \geq 0 \end{cases} at x=0x = 0
    • limx0g(x)=1\lim_{x \to 0^-} g(x) = 1 and limx0+g(x)=0\lim_{x \to 0^+} g(x) = 0, so limx0g(x)\lim_{x \to 0} g(x) does not exist

Piecewise Functions & One-sided Limits

Analyzing Piecewise-defined Functions

  • Piecewise-defined functions are functions that are defined by different expressions or rules for different intervals of the domain
  • To analyze the behavior of a piecewise-defined function at a point where the definition changes, evaluate the one-sided limits at that point
  • When given a piecewise-defined function, identify the intervals over which each piece of the function is defined and the corresponding expressions or rules
    • Example: h(x)={x2,x<12x1,x1h(x) = \begin{cases} x^2, & x < 1 \\ 2x - 1, & x \geq 1 \end{cases}
      • For x<1x < 1, h(x)=x2h(x) = x^2
      • For x1x \geq 1, h(x)=2x1h(x) = 2x - 1

Continuity of Piecewise-defined Functions

  • To determine the continuity of a piecewise-defined function at a point where the definition changes, compare the left-hand limit, the right-hand limit, and the function value (if defined) at that point
  • If the left-hand limit, the right-hand limit, and the function value (if defined) are all equal at a point where the definition changes, the piecewise-defined function is continuous at that point
  • Example: For h(x)={x2,x<12x1,x1h(x) = \begin{cases} x^2, & x < 1 \\ 2x - 1, & x \geq 1 \end{cases}, check continuity at x=1x = 1
    • limx1h(x)=1\lim_{x \to 1^-} h(x) = 1, limx1+h(x)=1\lim_{x \to 1^+} h(x) = 1, and h(1)=2(1)1=1h(1) = 2(1) - 1 = 1
    • Since the left-hand limit, the right-hand limit, and the function value are all equal at x=1x = 1, h(x)h(x) is continuous at x=1x = 1

Key Terms to Review (18)

Approaching a value: Approaching a value refers to the process in which a function or sequence gets closer and closer to a specific point as the input or index moves toward a limit. This concept is crucial when analyzing the behavior of functions at certain points, helping to understand how values change and converge in relation to limits, particularly when discussing continuity and discontinuity.
Asymptotic Behavior: Asymptotic behavior refers to the behavior of a function as its input approaches a particular point, often infinity or a point of discontinuity. It helps in understanding how a function behaves near vertical or horizontal asymptotes and is crucial in analyzing limits, particularly one-sided limits, as it provides insights into the end behavior of functions.
Boundedness: Boundedness refers to the property of a set or function being contained within specific limits. It means that there exists a number that serves as an upper and lower limit, ensuring that all elements stay within this range. Understanding boundedness is essential for analyzing various mathematical concepts, as it relates to integrability, continuity, and convergence, providing crucial insights into the behavior of functions and sequences.
Continuity: Continuity refers to the property of a function that intuitively means it can be drawn without lifting a pen from the paper. A function is considered continuous at a point if the limit of the function as it approaches that point equals the function's value at that point. This concept is essential for various mathematical techniques, such as evaluating integrals, applying rules for limits, and determining convergence properties of sequences.
Discontinuity: Discontinuity refers to a point at which a mathematical function is not continuous. This means there is a break, jump, or hole in the function's graph, preventing it from being smoothly connected at that point. Understanding discontinuity is crucial as it relates to limits, especially when determining whether a limit exists as one approaches that point from either side.
Graphical behavior near a point: Graphical behavior near a point refers to how the graph of a function behaves as it approaches a specific point from either side. This concept is essential for understanding limits, as it allows us to analyze the values that a function takes on as we get closer to that point, whether from the left or the right. It helps to identify important features such as continuity, discontinuities, and asymptotic behavior at that point.
Infinite Limits: Infinite limits occur when the value of a function grows without bound as the input approaches a specific value. This concept is crucial for understanding the behavior of functions near certain points, particularly when they approach vertical asymptotes, and it plays a significant role in determining limits that are undefined or grow infinitely large. Recognizing infinite limits is essential when applying various mathematical techniques for analyzing functions.
Left-hand limit: The left-hand limit refers to the value that a function approaches as the input approaches a specific point from the left side. It is denoted mathematically as $$\lim_{x \to c^-} f(x)$$, where 'c' is the point of interest. Understanding left-hand limits is crucial for analyzing the behavior of functions at points where they may not be defined or where they exhibit discontinuities.
Lim x→a⁺ f(x): The notation lim x→a⁺ f(x) represents the limit of the function f(x) as x approaches the value a from the right side, meaning that x takes on values greater than a. This concept is essential in understanding how functions behave at specific points, especially when they are not defined at those points or have different behaviors when approached from different directions. One-sided limits allow us to analyze the continuity and differentiability of functions at particular values.
Lim x→a⁻ f(x): The notation lim x→a⁻ f(x) represents the limit of the function f(x) as x approaches a from the left. This concept is crucial for understanding how functions behave at specific points, especially when dealing with discontinuities or changes in direction. One-sided limits like this allow for a more precise analysis of functions, particularly when the limit from one side differs from the limit from the other side.
Limit of a function: The limit of a function describes the behavior of that function as its input approaches a certain value. It helps us understand the output of a function when we get very close to a specific point, even if the function isn’t defined at that point. This concept is foundational in calculus, influencing ideas about continuity, derivatives, and integrals, while also linking to one-sided limits and series expansions.
Limit Theorem for One-Sided Limits: The limit theorem for one-sided limits states that if the left-hand limit of a function at a point equals the right-hand limit at that same point, then the overall limit exists and is equal to that common value. This concept is crucial for understanding how functions behave near specific points, especially when they might not be defined at those points, and helps in determining continuity and differentiability in calculus.
Limits at Infinity: Limits at infinity refer to the behavior of a function as the input approaches infinity or negative infinity. This concept helps in understanding how functions behave when they grow indefinitely in one direction and is crucial for analyzing horizontal asymptotes and end behavior.
Oscillation: Oscillation refers to the behavior of a function or sequence that fluctuates back and forth around a central value, often without settling down to a single limit. In mathematical analysis, oscillation is significant because it can impact the behavior of limits, particularly one-sided limits, by showing how values can repeatedly approach different points rather than converging to a specific limit.
Piecewise Functions: Piecewise functions are mathematical expressions defined by different sub-functions for different intervals of the input variable. They allow for the creation of complex behaviors within a single function by assigning different rules based on the value of the input. This feature is especially useful for modeling real-world scenarios where different conditions apply to different ranges of values.
Right-Hand Limit: The right-hand limit of a function at a given point is the value that the function approaches as the input approaches that point from the right side. This concept is crucial for understanding the behavior of functions at specific points and helps to identify any discontinuities or behavior changes as we examine one-sided limits.
Squeeze Theorem: The Squeeze Theorem is a mathematical principle that helps find the limit of a function by comparing it to two other functions that 'squeeze' it. When one function approaches a limit from above and another from below, and both converge to the same value, the function in between must also approach that value. This concept is crucial for establishing limits in various contexts, including sequences and functions.
Step Functions: Step functions are piecewise constant functions that remain constant within certain intervals and then jump to a different constant value at specified points. They can be used to model situations where changes occur suddenly, such as in economic scenarios or certain physical processes. Step functions are particularly useful when analyzing limits, as they clearly demonstrate the behavior of a function as it approaches specific points from either side.
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.