zuai-logo
zuai-logo
  1. AP Maths
FlashcardFlashcardStudy GuideStudy Guide
Question BankQuestion BankGlossaryGlossary

Continuity

Emily Davis

Emily Davis

7 min read

Next Topic - Removable Discontinuities

Listen to this study note

Study Guide Overview

This study guide covers continuity of functions, including the formal definition of continuity at a point, exploring examples of continuous and discontinuous functions. It examines continuity in piecewise-defined functions and combinations of functions. The guide also discusses continuity over an interval, provides worked examples, and offers practice questions to reinforce understanding of these concepts.

#Continuity at a Point

#Table of Contents

  1. Definition of Continuity
  2. Formal Definition of Continuity at a Point
  3. Examples of Continuity and Discontinuity
  4. Continuity in Piecewise-Defined Functions
  5. Continuity in Combinations of Functions
  6. Worked Examples
  7. Continuity Over an Interval
  8. Summary and Key Takeaways
  9. Glossary
  10. Practice Questions

#Definition of Continuity

#What does continuous mean in the context of functions?

A function is continuous if you can draw its graph without lifting your pencil off the paper. This intuitive idea is used to help understand the behavior of functions in calculus.

Exam Tip

For calculus, we use a more formal definition of continuity which is crucial for solving problems accurately.

#Formal Definition of Continuity at a Point

#What is the definition for a function to be continuous at a point?

A function fff is continuous at the point x=cx=cx=c if:

  1. f(c)f(c)f(c) exists,
  2. lim⁡x→cf(x)\lim_{{x \to c}} f(x)limx→c​f(x) exists,
  3. lim⁡x→cf(x)=f(c)\lim_{{x \to c}} f(x) = f(c)limx→c​f(x)=f(c).

In simpler terms:

  • The function must have a well-defined finite value at x=cx=cx=c.
  • The function must have a well-defined finite limit at x=cx=cx=c.
    • This means that the one-sided limits must be equal at x=cx=cx=c.
  • The value of the limit and the value of the function must be equal at x=cx=cx=c.

#Examples of Continuity and Discontinuity

#Consider the functions fff, ggg and hhh defined by:

  • f(x)=1xf(x) = \frac{1}{x}f(x)=x1​
  • g(x)=xxg(x) = \frac{x}{x}g(x)=xx​
  • h(x)={xif x≠01if x=0h(x) = \begin{cases} x & \text{if } x \ne 0\\ 1 & \text{if } x=0 \end{cases}h(x)={x1​if x=0if x=0​

#For function fff:

  • 10\frac{1}{0}01​ is not defined, so f(0)f(0)f(0) does not exist.
  • fff becomes unbounded as xxx approaches zero from the left and right, so lim⁡x→0f(x)\lim_{{x \to 0}} f(x)limx→0​f(x) doesn't exist.
  • Therefore, fff is not continuous at x=0x=0x=0.

#For function ggg:

  • lim⁡x→0−g(x)=lim⁡x→0+g(x)=1\lim_{{x \to 0^{-}}} g(x) = \lim_{{x \to 0^{+}}} g(x) = 1limx→0−​g(x)=limx→0+​g(x)=1, so lim⁡x→0g(x)=1\lim_{{x \to 0}} g(x) = 1limx→0​g(x)=1.
  • But 00\frac{0}{0}00​ is not defined, so g(0)g(0)g(0) doesn't exist.
  • Therefore, ggg is not continuous at x=0x=0x=0.

#For function hhh:

  • h(0)=1h(0) = 1h(0)=1, so the function has a well-defined finite value at x=0x=0x=0.
  • lim⁡x→0−h(x)=lim⁡x→0+h(x)=0\lim_{{x \to 0^{-}}} h(x) = \lim_{{x \to 0^{+}}} h(x) = 0limx→0−​h(x)=limx→0+​h(x)=0, so lim⁡x→0h(x)=0\lim_{{x \to 0}} h(x) = 0limx→0​h(x)=0.
  • But lim⁡x→0h(x)≠h(0)\lim_{{x \to 0}} h(x) \ne h(0)limx→0​h(x)=h(0).
  • Therefore, hhh is not continuous at x=0x=0x=0.

#Continuity in Piecewise-Defined Functions

#How does continuity work for a piecewise-defined function?

The definition of continuity at a point applies to piecewise-defined functions. In practical terms:

  • At a boundary to a partition of the function's domain, a piecewise-defined function will be continuous if the following are all equal:
    • The value of the expression defining the function to the left of the boundary.
    • The value of the expression defining the function to the right of the boundary.
    • The value of the function at the boundary.

This is not an alternative definition of continuity but a consequence of the standard definition.

#Continuity in Combinations of Functions

#How does continuity work for combinations of functions?

You can use the continuity theorem for combinations of functions:

  • If functions fff and ggg are continuous at a point x=ax=ax=a, then the following functions are also continuous at x=ax=ax=a:
    • f+gf+gf+g
    • f−gf-gf−g
    • f⋅gf \cdot gf⋅g
    • fg\frac{f}{g}gf​ (as long as g(a)≠0g(a) \ne 0g(a)=0)

#Worked Examples

#Example 1

Problem: Explain why the function fff defined by f(x)=x+3x−1f(x) = \frac{x+3}{x-1}f(x)=x−1x+3​ is not continuous at x=1x=1x=1.

Answer: The main problem here is that fff is not defined when x=1x=1x=1: f(1)=1+31−1=40f(1) = \frac{1+3}{1-1} = \frac{4}{0}f(1)=1−11+3​=04​ which is not defined.

Alternatively, you could show that the limits from the left and right are unbounded at x=1x=1x=1, which also makes the function discontinuous at that point.

Conclusion: fff is not continuous at x=1x=1x=1.

#Example 2

Problem: Explain why the function ggg defined by g(x)={(x+4)if x<0(x−2)2if x≥0g(x)=\begin{cases} (x + 4) & \text{if } x < 0 \\ (x - 2)^2 & \text{if } x \ge 0 \end{cases}g(x)={(x+4)(x−2)2​if x<0if x≥0​ is not continuous at x=0x=0x=0.

Answer: First, look at the left and right limits at x=0x=0x=0: lim⁡x→0−g(x)=(0)+4=4\lim_{{x \to 0^{-}}} g(x) = (0) + 4 = 4x→0−lim​g(x)=(0)+4=4 lim⁡x→0+g(x)=(0−2)2=4\lim_{{x \to 0^{+}}} g(x) = (0 - 2)^2 = 4x→0+lim​g(x)=(0−2)2=4

Those are equal, so the limit exists: lim⁡x→0g(x)=4\lim_{{x \to 0}} g(x) = 4x→0lim​g(x)=4

Now, look at the value of the function at x=0x=0x=0: g(0)=2g(0) = 2g(0)=2

So, both the value of the function and the value of its limit are well-defined at x=0x=0x=0. The problem is that those two values are not equal.

Conclusion: ggg is not continuous at x=0x=0x=0.

#Continuity Over an Interval

#What does it mean for a function to be continuous over an interval?

A function is continuous over an interval if it is continuous at every point in the interval.

  • For example, we have seen that g(x)=xxg(x)=\frac{x}{x}g(x)=xx​ is not continuous at x=0x=0x=0, but it is continuous over any interval that doesn't include 0. ### What does it mean for a function to be continuous?

A function is said to be continuous if it is continuous at every point in its domain.

  • For example, we have seen that f(x)=1xf(x)=\frac{1}{x}f(x)=x1​ is not continuous at x=0x=0x=0.
    • Therefore, the function fff is not continuous over all the real numbers.
  • However, if we define the function jjj as j(x)=1xj(x)=\frac{1}{x}j(x)=x1​, x≠0x \ne 0x=0,
    • We have removed the discontinuity from its domain.
    • Therefore, jjj is a continuous function.

#Summary and Key Takeaways

#Summary

  • Continuity of a function at a point requires that the function is defined at that point, the limit exists, and the function's value equals the limit at that point.
  • The concept of continuity extends to piecewise-defined functions and combinations of functions.
  • A function can be continuous over an interval if it is continuous at every point within that interval.

#Key Takeaways

  • Continuity at a Point: Requires f(c)f(c)f(c) exists, lim⁡x→cf(x)\lim_{{x \to c}} f(x)limx→c​f(x) exists, and lim⁡x→cf(x)=f(c)\lim_{{x \to c}} f(x) = f(c)limx→c​f(x)=f(c).
  • Piecewise Functions: Continuity at boundaries requires left-hand limit, right-hand limit, and function value to be equal.
  • Combination of Functions: Sum, difference, product, and quotient (if the denominator is not zero) of continuous functions are also continuous.
  • Interval Continuity: A function is continuous over an interval if it is continuous at every point in that interval.

#Glossary

  • Continuous Function: A function that is unbroken at a point or over an interval.
  • Limit: The value that a function approaches as the input approaches some value.
  • Piecewise-Defined Function: A function defined by different expressions over different parts of its domain.
  • One-Sided Limit: The limit of a function as the input approaches a point from one side (left or right) only.
  • Domain: The set of all possible input values for which a function is defined.

#Practice Questions

#

Practice Question

Question 1: Determine if the function f(x)=2x2−4x+2x−1f(x) = \frac{2x^2 - 4x + 2}{x-1}f(x)=x−12x2−4x+2​ is continuous at x=1x=1x=1.

Exam Tip

Hint: Simplify the function first.

#

Practice Question

Question 2: Explain why the function h(x)={2x+1if x<23x−2if x≥2h(x)=\begin{cases} 2x+1 & \text{if } x < 2 \\ 3x-2 & \text{if } x \ge 2 \end{cases}h(x)={2x+13x−2​if x<2if x≥2​ is or isn't continuous at x=2x=2x=2.

#

Practice Question

Question 3: For the function k(x)=x2−1x−1k(x) = \frac{x^2 - 1}{x-1}k(x)=x−1x2−1​, find the limit as xxx approaches 1 and determine if kkk is continuous at x=1x=1x=1.

#Conclusion

Understanding the concept of continuity is essential for mastering calculus. By practicing these definitions and examples, you can develop a strong foundation in recognizing and proving continuity for various functions.

Explore more resources

FlashcardFlashcard

Flashcard

Continute to Flashcard

Question BankQuestion Bank

Question Bank

Continute to Question Bank

Mock ExamMock Exam

Mock Exam

Continute to Mock Exam

Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

Previous Topic - Selecting Procedures for Determining LimitsNext Topic - Removable Discontinuities

Question 1 of 12

A function is continuous if you can draw its graph without doing what? 🤔

Using a ruler

Lifting your pencil

Changing colors

Using a calculator