ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    Math Deficiency – II
    MD-002
    Progress0 / 32 topics
    Topics
    1. Complex Numbers2. Arithmetic with Complex Numbers (Add, subtract, multiply and divide complex numbers)3. Trigonometric Polar Form of Complex Numbers4. De Moivre's Theorem and nth Roots5. Recursion6. Sequences and Series7. Sigma Notation8. Arithmetic Series9. Geometric Series (Sum infinite and finite geometric series and categorize geometric series)10. Counting with Permutations and Combinations11. Basic Probability12. Binomial Theorem13. Limit: Notation, Graphs to Find Limits, Tables to Find Limits14. Substitution to Find Limits, Rationalization to Find Limits15. One Sided Limits and Continuity16. Rate of Change: Instantaneous Rate of Change17. Tangent Lines and Rates of Change18. Derivatives: The Derivative Function19. Introduction to Techniques of Differentiation20. The Product and Quotient Rules21. Derivatives of Trigonometric Functions22. The Chain Rule23. Derivatives of Logarithmic Functions24. Derivatives of Exponential and Inverse Trigonometric Functions25. Increase, Decrease, and Concavity26. Relative Extrema, Absolute Maxima and Minima27. Integrals: An Overview of the Area Problem28. Area Under a Curve29. The Indefinite Integral30. Integration by Substitution31. The Definition of Area as a Limit; Sigma Notation32. The Definite Integral
    MD-002›One Sided Limits and Continuity
    Math Deficiency – IITopic 15 of 32

    One Sided Limits and Continuity

    11 minread
    1,843words
    Intermediatelevel

    One-Sided Limits and Continuity

    In calculus, one-sided limits and continuity are essential concepts that help in understanding the behavior of functions near specific points. These concepts are used to describe how functions behave as they approach a point from one direction (either from the left or from the right), and how functions behave in general in terms of smoothness and connectedness.


    One-Sided Limits

    A one-sided limit refers to the limit of a function as the input approaches a certain point, but only from one side—either from the left or from the right.

    • Right-hand limit: The limit as xxx approaches ccc from values greater than ccc (from the right side).
    • Left-hand limit: The limit as xxx approaches ccc from values smaller than ccc (from the left side).

    Notation:

    • Right-hand limit:
    lim⁡x→c+f(x)\lim_{x \to c^+} f(x)x→c+lim​f(x)
    • Left-hand limit:
    lim⁡x→c−f(x)\lim_{x \to c^-} f(x)x→c−lim​f(x)

    Interpretation of One-Sided Limits:

    • The right-hand limit describes how the function behaves as xxx gets closer to ccc from values greater than ccc (i.e., from the right).
    • The left-hand limit describes how the function behaves as xxx gets closer to ccc from values less than ccc (i.e., from the left).

    The limit exists at ccc only if the left-hand and right-hand limits are equal.


    Example of One-Sided Limits

    Consider the function:

    f(x)={x+1if x≥22x−1if x<2f(x) = \begin{cases} x + 1 & \text{if } x \geq 2 \\ 2x - 1 & \text{if } x < 2 \end{cases}f(x)={x+12x−1​if x≥2if x<2​

    Let's find the left-hand and right-hand limits as x→2x \to 2x→2.

    1. Right-hand limit (approaching 2 from the right, i.e., x→2+x \to 2^+x→2+):

    Since x≥2x \geq 2x≥2 for values approaching 2 from the right, the function behaves as f(x)=x+1f(x) = x + 1f(x)=x+1. Therefore:

    lim⁡x→2+f(x)=2+1=3\lim_{x \to 2^+} f(x) = 2 + 1 = 3x→2+lim​f(x)=2+1=3
    1. Left-hand limit (approaching 2 from the left, i.e., x→2−x \to 2^-x→2−):

    Since x<2x < 2x<2 for values approaching 2 from the left, the function behaves as f(x)=2x−1f(x) = 2x - 1f(x)=2x−1. Therefore:

    lim⁡x→2−f(x)=2(2)−1=4−1=3\lim_{x \to 2^-} f(x) = 2(2) - 1 = 4 - 1 = 3x→2−lim​f(x)=2(2)−1=4−1=3
    1. Conclusion: Since the left-hand and right-hand limits are both equal to 3, we can say:
    lim⁡x→2f(x)=3\lim_{x \to 2} f(x) = 3x→2lim​f(x)=3

    Continuity

    A function is said to be continuous at a point ccc if the following three conditions are satisfied:

    1. The function is defined at ccc: The function has a value at the point ccc.

      f(c) is defined.f(c) \text{ is defined.}f(c) is defined.
    2. The limit exists at ccc: The limit of the function as xxx approaches ccc from both the left and right exists.

      lim⁡x→cf(x) exists.\lim_{x \to c} f(x) \text{ exists.}x→clim​f(x) exists.
    3. The limit equals the function value: The value of the function at ccc is equal to the limit as xxx approaches ccc.

      lim⁡x→cf(x)=f(c)\lim_{x \to c} f(x) = f(c)x→clim​f(x)=f(c)

    If these three conditions are satisfied, the function is continuous at ccc.


    Types of Discontinuities

    A function may fail to be continuous at a point. In such cases, we have different types of discontinuities:

    1. Jump Discontinuity: The left-hand and right-hand limits at ccc exist but are not equal. The function "jumps" at the point.

      Example: A step function or piecewise function where the value changes abruptly.

    2. Infinite Discontinuity: The function approaches infinity (or negative infinity) as xxx approaches ccc. This often happens when the denominator of a rational function becomes 0.

      Example: f(x)=1xf(x) = \frac{1}{x}f(x)=x1​ at x=0x = 0x=0.

    3. Removable Discontinuity: The left-hand and right-hand limits exist and are equal, but the function is either not defined at ccc or the value of the function at ccc does not match the limit.

      Example: f(x)=x2−4x−2f(x) = \frac{x^2 - 4}{x - 2}f(x)=x−2x2−4​, where the limit at x=2x = 2x=2 is 4, but the function is not defined at x=2x = 2x=2.


    Example of Continuity

    Let's consider the function:

    f(x)={x2if x≠24if x=2f(x) = \begin{cases} x^2 & \text{if } x \neq 2 \\ 4 & \text{if } x = 2 \end{cases}f(x)={x24​if x=2if x=2​

    We need to determine whether this function is continuous at x=2x = 2x=2.

    1. The function is defined at x=2x = 2x=2: From the function definition, we see that f(2)=4f(2) = 4f(2)=4.

    2. The limit exists at x=2x = 2x=2: We calculate the limit of f(x)f(x)f(x) as xxx approaches 2. Since the function is x2x^2x2 for x≠2x \neq 2x=2, we find:

    lim⁡x→2f(x)=lim⁡x→2x2=4\lim_{x \to 2} f(x) = \lim_{x \to 2} x^2 = 4x→2lim​f(x)=x→2lim​x2=4
    1. The limit equals the function value: Since f(2)=4f(2) = 4f(2)=4 and lim⁡x→2f(x)=4\lim_{x \to 2} f(x) = 4limx→2​f(x)=4, we conclude that the function is continuous at x=2x = 2x=2.

    Thus, f(x)f(x)f(x) is continuous at x=2x = 2x=2.


    Discontinuity Example

    Consider the function:

    f(x)={x2−4x−2if x≠25if x=2f(x) = \begin{cases} \frac{x^2 - 4}{x - 2} & \text{if } x \neq 2 \\ 5 & \text{if } x = 2 \end{cases}f(x)={x−2x2−4​5​if x=2if x=2​
    1. The function is defined at x=2x = 2x=2: From the function definition, f(2)=5f(2) = 5f(2)=5.

    2. The limit exists at x=2x = 2x=2: To find the limit, we simplify the expression x2−4x−2\frac{x^2 - 4}{x - 2}x−2x2−4​:

    x2−4x−2=(x−2)(x+2)x−2=x+2(for x≠2)\frac{x^2 - 4}{x - 2} = \frac{(x - 2)(x + 2)}{x - 2} = x + 2 \quad \text{(for } x \neq 2\text{)}x−2x2−4​=x−2(x−2)(x+2)​=x+2(for x=2)

    Thus,

    lim⁡x→2f(x)=2+2=4\lim_{x \to 2} f(x) = 2 + 2 = 4x→2lim​f(x)=2+2=4
    1. The limit does not equal the function value: Since lim⁡x→2f(x)=4\lim_{x \to 2} f(x) = 4limx→2​f(x)=4 but f(2)=5f(2) = 5f(2)=5, the function is not continuous at x=2x = 2x=2.

    This is an example of a removable discontinuity, as the limit exists but does not match the function value.


    Summary

    • One-sided limits describe the behavior of a function as it approaches a point from one side (either left or right).
    • A function is continuous at a point if:
      1. It is defined at the point.
      2. The limit exists at the point.
      3. The limit equals the function value at that point.
    • Discontinuities can be classified as:
      • Jump discontinuity: Left-hand and right-hand limits exist but are not equal.
      • Infinite discontinuity: The function tends to infinity at a point.
      • Removable discontinuity: The limit exists but is not equal to the function value at that point.
    Previous topic 14
    Substitution to Find Limits, Rationalization to Find Limits
    Next topic 16
    Rate of Change: Instantaneous Rate of Change

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time11 min
      Word count1,843
      Code examples0
      DifficultyIntermediate