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 - I
    MD-001
    Progress0 / 38 topics
    Topics
    1. Sets: Definition, Representation, and Operations2. Relation and Function: Graphical Transformation of Functions3. Properties of Functions4. Composition and Inverses of Functions5. Domain and Range of Functions6. Maximum and Minimum Values of Functions7. Increasing and Decreasing Functions8. Zeros and Intercepts of Functions9. Piecewise Functions10. Continuity and Discontinuity of Functions11. Polynomials and Rational Functions12. Polynomial Long Division and Synthetic Division13. Solution of Rational Functions14. Absolute Valued Functions and Their Properties15. Asymptotes: Horizontal, Vertical, and Oblique16. Exponential Functions and Their Properties17. Logarithmic Functions and Their Properties18. Systems of Equations: Two Equations and Two Unknowns19. Systems of Equations: Three Equations and Three Unknowns20. Matrix Algebra: Addition, Subtraction, and Multiplication21. Row Operations and Row Echelon Forms22. Augmented Matrices23. Determinant of Matrices: 2x2 and Higher Order24. Cramer's Rule25. Inverse Matrices26. Series and Sequences27. Trigonometry: Angles in Radians and Degrees28. Right Triangle Trigonometry29. Law of Cosines and Sines30. Area of a Triangle31. Graphs of Trigonometric Functions32. Graphs of Inverse Trigonometric Functions33. Basic Trigonometric Identities34. Trigonometric Equations35. General Form of a Conic: Parabolas, Circles, Ellipses, and Hyperbolas36. Degenerate Conics37. Polar and Parametric Equations38. Polar and Rectangular Coordinates
    MD-001›Continuity and Discontinuity of Functions
    Math Deficiency - ITopic 10 of 38

    Continuity and Discontinuity of Functions

    11 minread
    1,873words
    Intermediatelevel

    Continuity and Discontinuity of Functions

    In mathematics, continuity and discontinuity describe the behavior of a function as its input approaches a certain value. These concepts are fundamental in calculus and real analysis because they help us understand how functions behave and change over their domains. Functions can either be continuous (no interruptions, jumps, or breaks) or discontinuous (where there are breaks, jumps, or undefined points).


    1. Continuity of a Function

    A function f(x)f(x)f(x) is said to be continuous at a point x=cx = cx=c if the following three conditions are satisfied:

    1. f(c)f(c)f(c) is defined: The function must have a value at x=cx = cx=c.
    2. lim⁡x→cf(x)\lim_{x \to c} f(x)limx→c​f(x) exists: The limit of f(x)f(x)f(x) as xxx approaches ccc must exist. In other words, the function must approach a finite value from both sides as xxx gets closer to ccc.
    3. lim⁡x→cf(x)=f(c)\lim_{x \to c} f(x) = f(c)limx→c​f(x)=f(c): The value of the function at ccc must equal the limit of the function as xxx approaches ccc.

    Formal Definition:

    A function f(x)f(x)f(x) is continuous at x=cx = cx=c if:

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

    This means the function’s value at ccc and the value the function approaches as xxx approaches ccc must be the same.

    • Graphically, a function is continuous at a point if there are no gaps, jumps, or breaks in the graph at that point.

    Example of a Continuous Function:

    Consider the function f(x)=x2f(x) = x^2f(x)=x2.

    • This function is continuous at all points because for any value of xxx, the function f(x)=x2f(x) = x^2f(x)=x2 is well-defined, and the limit as xxx approaches any number is equal to the function's value at that number.
    • At x=2x = 2x=2: f(2)=4f(2) = 4f(2)=4, and lim⁡x→2f(x)=4\lim_{x \to 2} f(x) = 4limx→2​f(x)=4, so the function is continuous at x=2x = 2x=2.

    2. Types of Discontinuity

    A function is discontinuous at a point if it fails to be continuous there. Discontinuity occurs when the function does not meet the conditions for continuity. There are several types of discontinuities:

    1. Jump Discontinuity:

    • A jump discontinuity occurs when the left-hand limit and the right-hand limit of the function at a point are different.
    • This means the function "jumps" from one value to another at that point.

    Example of a Jump Discontinuity:

    Consider the function:

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

    At x=1x = 1x=1:

    • The left-hand limit lim⁡x→1−f(x)=1+2=3\lim_{x \to 1^-} f(x) = 1 + 2 = 3limx→1−​f(x)=1+2=3
    • The right-hand limit lim⁡x→1+f(x)=1−2=−1\lim_{x \to 1^+} f(x) = 1 - 2 = -1limx→1+​f(x)=1−2=−1

    Since the left-hand and right-hand limits are not equal, there is a jump discontinuity at x=1x = 1x=1.

    2. Infinite Discontinuity (Asymptotic Discontinuity):

    • An infinite discontinuity occurs when the function approaches infinity (or negative infinity) as xxx approaches a certain value.
    • This typically happens when the function has a vertical asymptote at a given point.

    Example of Infinite Discontinuity:

    Consider the function f(x)=1x−2f(x) = \frac{1}{x-2}f(x)=x−21​.

    • As xxx approaches 2, the function increases without bound on the right (toward +∞+\infty+∞) and decreases without bound on the left (toward −∞-\infty−∞).
    • Therefore, there is an infinite discontinuity at x=2x = 2x=2.

    3. Removable Discontinuity (Point Discontinuity):

    • A removable discontinuity occurs when the function has a "hole" at a particular point, where the limit exists but the function is either not defined at that point or its value does not match the limit.
    • This type of discontinuity can often be "removed" by defining or adjusting the function at the discontinuity point.

    Example of Removable Discontinuity:

    Consider the function f(x)=x2−1x−1f(x) = \frac{x^2 - 1}{x - 1}f(x)=x−1x2−1​.

    • For x=1x = 1x=1, the expression simplifies as: f(x)=(x−1)(x+1)x−1=x+1f(x) = \frac{(x-1)(x+1)}{x-1} = x + 1f(x)=x−1(x−1)(x+1)​=x+1 for all x≠1x \neq 1x=1.
    • At x=1x = 1x=1, the function is undefined because division by zero occurs, but the limit as xxx approaches 1 is: lim⁡x→1f(x)=1+1=2\lim_{x \to 1} f(x) = 1 + 1 = 2x→1lim​f(x)=1+1=2
    • Therefore, there is a removable discontinuity at x=1x = 1x=1, and the discontinuity could be removed by defining f(1)=2f(1) = 2f(1)=2.

    3. Continuity on an Interval

    A function f(x)f(x)f(x) is continuous on an interval if it is continuous at every point in the interval. There are two types of intervals to consider:

    • Open Interval (a,b)(a, b)(a,b): The function is continuous at every point in the interval, but not necessarily at the endpoints.
    • Closed Interval [a,b][a, b][a,b]: The function is continuous at every point in the interval and at the endpoints. This requires that the left-hand limit at aaa and the right-hand limit at bbb exist and are equal to f(a)f(a)f(a) and f(b)f(b)f(b), respectively.

    4. Theorems Related to Continuity

    Several important theorems are based on the concept of continuity:

    Intermediate Value Theorem (IVT):

    If f(x)f(x)f(x) is continuous on a closed interval [a,b][a, b][a,b] and kkk is any number between f(a)f(a)f(a) and f(b)f(b)f(b), then there exists at least one c∈[a,b]c \in [a, b]c∈[a,b] such that:

    f(c)=kf(c) = kf(c)=k

    This means that if a continuous function takes different values at the endpoints of an interval, it must take all values between them at some point in the interval.

    Extreme Value Theorem (EVT):

    If f(x)f(x)f(x) is continuous on a closed interval [a,b][a, b][a,b], then f(x)f(x)f(x) attains both a maximum and a minimum value at least once in the interval.


    5. Continuity and Discontinuity: Summary

    Type Definition Example
    Continuous Function A function is continuous if it is continuous at every point in its domain. f(x)=x2f(x) = x^2f(x)=x2 is continuous everywhere.
    Jump Discontinuity Occurs when the left-hand and right-hand limits at a point are not equal. f(x)f(x)f(x) with different formulas for x<1x < 1x<1 and x≥1x \geq 1x≥1.
    Infinite Discontinuity Occurs when the function approaches ±∞\pm \infty±∞ as xxx approaches a certain value. f(x)=1x−2f(x) = \frac{1}{x-2}f(x)=x−21​.
    Removable Discontinuity Occurs when the limit exists but the function is not defined or the value of the function does not match the limit at a point. f(x)=x2−1x−1f(x) = \frac{x^2 - 1}{x - 1}f(x)=x−1x2−1​ at x=1x = 1x=1.
    Continuous on an Interval A function is continuous on an interval if it is continuous at every point in the interval. f(x)=x2f(x) = x^2f(x)=x2 is continuous on any interval.

    Conclusion

    • Continuity means that a function has no breaks, jumps, or holes at a point or interval.
    • Discontinuities can be classified as jump, infinite, or removable.
    • Understanding the types of discontinuities and how to identify continuous functions is critical in calculus and mathematical analysis for solving problems related to limits, derivatives, and integrals.
    Previous topic 9
    Piecewise Functions
    Next topic 11
    Polynomials and Rational Functions

    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,873
      Code examples0
      DifficultyIntermediate