What are the differences between a limit existing and a function being continuous at a point?
Limit Existing: Function approaches a specific value. | Function Continuous: Limit exists, function is defined, and limit equals the function value.
Flip to see [answer/question]
Flip to see [answer/question]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Flip
Revise later
SpaceTo flip
If confident
All Flashcards
What are the differences between a limit existing and a function being continuous at a point?
Limit Existing: Function approaches a specific value. | Function Continuous: Limit exists, function is defined, and limit equals the function value.
What are the differences between removable and non-removable discontinuities?
Removable: Limit exists, but function value is different or undefined. | Non-Removable: Limit does not exist (e.g., jump, asymptote).
What are the differences between estimating limits graphically vs. numerically?
Graphically: Visual approximation, can be less precise. | Numerically: Approximation using tables, precision depends on step size.
What are the differences between one-sided limits and two-sided limits?
One-sided: Limit from the left or right only. | Two-sided: Limit from both left and right must be equal for the limit to exist.
What are the differences between continuity and differentiability?
Continuity: Function has no breaks or jumps. | Differentiability: Function has a derivative at every point (smooth curve).
What are the differences between average rate of change and instantaneous rate of change?
Average: Slope of secant line over an interval. | Instantaneous: Slope of tangent line at a single point (derivative).
What are the differences between direct substitution and algebraic manipulation for finding limits?
Direct Substitution: Plug in value directly; works if function is continuous. | Algebraic Manipulation: Simplify first (factoring, etc.) when direct substitution fails.
What are the differences between a secant line and a tangent line?
Secant Line: A line that intersects a curve at two points. | Tangent Line: A line that touches a curve at only one point (instantaneous rate of change).
What are the differences between finding limits at a point versus at infinity?
At a Point: Examine function behavior near a specific x-value. | At Infinity: Examine function behavior as x becomes very large or very small.
What are the differences between the Intermediate Value Theorem and the Mean Value Theorem?
IVT: Guarantees a specific function value within an interval. | MVT: Guarantees a specific derivative value within an interval.
What is a limit?
The value that a function approaches as the input approaches some value.
What is a removable discontinuity?
A point on a graph that is not defined, but the limit exists at that point.
What does it mean for a function to be continuous at a point?
The limit exists at the point, the function is defined at the point, and the limit equals the function value at the point.
Define left-hand limit.
The value a function approaches as the input approaches a certain value from the left side.
Define right-hand limit.
The value a function approaches as the input approaches a certain value from the right side.
What is the formal definition of a limit?
For every ε > 0, there exists a δ > 0 such that if 0 < |x - c| < δ, then |f(x) - L| < ε.
What is an indeterminate form?
An expression whose limit cannot be evaluated by direct substitution, such as 0/0 or ∞/∞.
What is direct substitution?
Evaluating a limit by plugging in the value that x approaches into the function.
What is a piecewise function?
A function defined by multiple sub-functions, each applying to a certain interval of the domain.
What is a non-removable discontinuity?
A discontinuity where the limit does not exist, such as a jump or vertical asymptote.
Explain how tables can be used to estimate limits.
By plugging in values of x that get closer and closer to the target value and observing the trend of f(x).
Explain how graphs can be used to estimate limits.
By visually inspecting the graph and observing where the function is headed as x approaches the target value from both sides.
Explain how algebraic manipulation can be used to find limits.
By using factoring, rationalizing, or trig identities to simplify the function and then using direct substitution.
When does a limit not exist?
When the left-hand limit and the right-hand limit are not equal, or when the function approaches infinity.
What is the relationship between limits and continuity?
For a function to be continuous at a point, the limit must exist at that point, the function must be defined at that point, and the limit must equal the function value.
Explain the concept of a one-sided limit.
The value a function approaches as the input approaches a certain value from either the left (left-hand limit) or the right (right-hand limit).
Explain the Squeeze Theorem.
If g(x) ≤ f(x) ≤ h(x) for all x near c, and lim x→c g(x) = lim x→c h(x) = L, then lim x→c f(x) = L.
Explain the Intermediate Value Theorem.
If f is a continuous function on the closed interval [a, b] and k is any number between f(a) and f(b), then there exists at least one number c in the interval (a, b) such that f(c) = k.
What is the difference between estimating a limit and finding the exact limit?
Estimating a limit involves approximation using tables or graphs, while finding the exact limit involves algebraic techniques.
Why is it important to check both the left and right-hand limits?
To ensure that the limit exists, as both one-sided limits must be equal.