zuai-logo
zuai-logo
  1. AP Calculus
FlashcardFlashcard
Study GuideStudy GuideQuestion BankQuestion BankGlossaryGlossary

What are the differences between continuity and differentiability?

Continuity: Function has no breaks, jumps, or holes. | Differentiability: Function has a derivative at every point (smooth, no sharp corners or vertical tangents).

Flip to see [answer/question]
Flip to see [answer/question]
Revise later
SpaceTo flip
If confident

All Flashcards

What are the differences between continuity and differentiability?

Continuity: Function has no breaks, jumps, or holes. | Differentiability: Function has a derivative at every point (smooth, no sharp corners or vertical tangents).

What are the differences between a removable and a jump discontinuity?

Removable: Limit exists, but doesn't equal f(c) or f(c) is undefined. | Jump: Left and right limits exist, but are not equal.

What are the differences between a continuous function and a discontinuous function?

Continuous: Satisfies all three conditions for continuity at every point in its domain. | Discontinuous: Fails at least one of the three conditions for continuity at one or more points in its domain.

What are the differences between left-hand limit and right-hand limit?

Left-hand limit: The value f(x) approaches as x approaches c from the left (x < c). | Right-hand limit: The value f(x) approaches as x approaches c from the right (x > c).

What are the differences between continuity at a point and continuity on an interval?

Continuity at a point: Function satisfies the three conditions for continuity at a specific x-value. | Continuity on an interval: Function is continuous at every point within that interval.

What are the differences between a rational function and a polynomial function in terms of continuity?

Rational function: Can have discontinuities where the denominator is zero. | Polynomial function: Continuous everywhere.

What are the differences between a vertical asymptote and a hole in a graph in terms of continuity?

Vertical asymptote: Represents an infinite discontinuity where the function approaches infinity. | Hole: Represents a removable discontinuity where the function is undefined but the limit exists.

What are the differences between direct substitution and limit laws when evaluating limits?

Direct substitution: Plug in the value directly into the function. Works for continuous functions. | Limit laws: Apply algebraic rules to simplify and evaluate limits, especially when direct substitution fails.

What are the differences between the Intermediate Value Theorem and the Extreme Value Theorem?

Intermediate Value Theorem: Guarantees a value between f(a) and f(b) for a continuous function on [a, b]. | Extreme Value Theorem: Guarantees a maximum and minimum value for a continuous function on [a, b].

What are the differences between checking continuity using the definition and checking continuity using a graph?

Definition: Rigorous approach using limits and function values. | Graph: Visual approach identifying breaks, jumps, or holes.

How do you determine if f(x)=x2+2x+1f(x) = x^2 + 2x + 1f(x)=x2+2x+1 is continuous at x=1x = 1x=1?

  1. Check if f(1) is defined: f(1)=12+2(1)+1=4f(1) = 1^2 + 2(1) + 1 = 4f(1)=12+2(1)+1=4. 2) Find lim⁡x→1f(x)\lim_{x \to 1} f(x)limx→1​f(x): lim⁡x→1(x2+2x+1)=4\lim_{x \to 1} (x^2 + 2x + 1) = 4limx→1​(x2+2x+1)=4. 3) Check if lim⁡x→1f(x)=f(1)\lim_{x \to 1} f(x) = f(1)limx→1​f(x)=f(1): 4=44 = 44=4. Since all conditions are met, f(x) is continuous at x = 1.

How do you determine if f(x)=1x−2f(x) = \frac{1}{x-2}f(x)=x−21​ is continuous at x=2x = 2x=2?

  1. Check if f(2) is defined: f(2)=12−2=10f(2) = \frac{1}{2-2} = \frac{1}{0}f(2)=2−21​=01​, which is undefined. Since f(2) is undefined, f(x) is discontinuous at x = 2.

How do you find the value of 'k' that makes f(x)={x+1,x<2kx,x≥2f(x) = \begin{cases} x + 1, & x < 2 \\ kx, & x \geq 2 \end{cases}f(x)={x+1,kx,​x<2x≥2​ continuous at x=2x = 2x=2?

  1. Find the left-hand limit: lim⁡x→2−(x+1)=3\lim_{x \to 2^-} (x + 1) = 3limx→2−​(x+1)=3. 2) Find the right-hand limit: lim⁡x→2+(kx)=2k\lim_{x \to 2^+} (kx) = 2klimx→2+​(kx)=2k. 3) Set the limits equal: 3=2k3 = 2k3=2k. 4) Solve for k: k=32k = \frac{3}{2}k=23​.

How to determine continuity of f(x)=∣x∣f(x) = |x|f(x)=∣x∣ at x=0x=0x=0?

  1. Check if f(0) is defined: f(0)=∣0∣=0f(0) = |0| = 0f(0)=∣0∣=0. 2) Find lim⁡x→0−f(x)=0\lim_{x \to 0^-} f(x) = 0limx→0−​f(x)=0 and lim⁡x→0+f(x)=0\lim_{x \to 0^+} f(x) = 0limx→0+​f(x)=0. Therefore, lim⁡x→0f(x)=0\lim_{x \to 0} f(x) = 0limx→0​f(x)=0. 3) Check if lim⁡x→0f(x)=f(0)\lim_{x \to 0} f(x) = f(0)limx→0​f(x)=f(0): 0=00 = 00=0. Since all conditions are met, f(x) is continuous at x = 0.

How to check continuity of f(x)=x2−1x−1f(x) = \frac{x^2 - 1}{x - 1}f(x)=x−1x2−1​ at x=1x = 1x=1?

  1. Check if f(1) is defined: f(1)=12−11−1=00f(1) = \frac{1^2 - 1}{1 - 1} = \frac{0}{0}f(1)=1−112−1​=00​, which is undefined. 2) Simplify the function: 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 x≠1x \neq 1x=1. 3) Find lim⁡x→1f(x)=lim⁡x→1(x+1)=2\lim_{x \to 1} f(x) = \lim_{x \to 1} (x+1) = 2limx→1​f(x)=limx→1​(x+1)=2. Since f(1) is undefined, f(x) is discontinuous at x = 1 (removable discontinuity).

How do you determine if a piecewise function is continuous at the point where the definition changes?

  1. Evaluate the function at the point from both sides (left and right). 2) Ensure the left-hand limit equals the right-hand limit. 3) Verify that the value of the function at that point matches the limit.

How do you show a function is continuous on an interval?

Show that the function is continuous at every point within the interval. For closed intervals, also show continuity at the endpoints (using one-sided limits).

How do you find the points of discontinuity for a rational function?

Set the denominator of the rational function equal to zero and solve for x. These x-values represent the points of discontinuity.

How do you use the definition of continuity to prove that a polynomial function is continuous everywhere?

Polynomial functions are continuous everywhere because the limit as x approaches any value c is equal to the function's value at c: lim⁡x→cP(x)=P(c)\lim_{x \to c} P(x) = P(c)limx→c​P(x)=P(c).

How do you determine if a function has a removable discontinuity?

If the limit exists at the point but is not equal to the function's value at that point, or if the function is undefined at that point, then the function has a removable discontinuity.

How can you identify a discontinuity on a graph?

Look for jumps, holes (open circles), or vertical asymptotes. These indicate points where the function is not continuous.

What does a smooth, unbroken curve on a graph indicate about continuity?

A smooth, unbroken curve indicates that the function is continuous over that interval. There are no sudden jumps or breaks.

How does a vertical asymptote relate to continuity?

A vertical asymptote indicates an infinite discontinuity. The function is not continuous at the x-value where the asymptote occurs.

How does an open circle on a graph relate to continuity?

An open circle indicates a removable discontinuity (a hole). The function is not defined at that specific x-value, or the limit does not equal the function value.

How does a jump in a graph relate to continuity?

A jump in the graph indicates a jump discontinuity. The left-hand limit and the right-hand limit exist but are not equal.

How can you determine if a piecewise function is continuous from its graph?

Check if the pieces of the graph connect smoothly at the points where the function definition changes. There should be no gaps or jumps.

How does the graph of a differentiable function relate to continuity?

If a function is differentiable, its graph is smooth and continuous. There are no sharp corners, cusps, or discontinuities.

What does the graph of f(x)=1xf(x) = \frac{1}{x}f(x)=x1​ tell us about its continuity?

The graph of f(x)=1xf(x) = \frac{1}{x}f(x)=x1​ has a vertical asymptote at x = 0, indicating a discontinuity at that point. The function is continuous everywhere else.

What does the graph of f(x)=∣x∣f(x) = |x|f(x)=∣x∣ tell us about its continuity?

The graph of f(x)=∣x∣f(x) = |x|f(x)=∣x∣ is continuous everywhere. Although it has a sharp corner at x = 0, it is still continuous at that point.

How can you use a graph to approximate the limit of a function as x approaches a certain value?

Trace the graph from both the left and right sides towards the x-value of interest. If the y-values approach the same number, that number is the limit.