Unit 1: Limits and Continuity

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:02 AM on 3/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

Limit

The value a function approaches as the input gets closer to a particular number.

2
New cards

Limit notation ((\lim_{x\to a} f(x)=L))

Means that as (x) gets closer to (a) (using nearby values), (f(x)) gets closer to (L).

3
New cards

Approaches (in limits)

Describes behavior near a point; a limit depends on values around the input, not necessarily the value at the input.

4
New cards

Two-sided limit

The limit of (f(x)) as (x) approaches (a) from both the left and the right, written (\lim_{x\to a} f(x)).

5
New cards

Left-hand limit

The limit as (x) approaches (a) using values less than (a), written (\lim_{x\to a^-} f(x)).

6
New cards

Right-hand limit

The limit as (x) approaches (a) using values greater than (a), written (\lim_{x\to a^+} f(x)).

7
New cards

One-sided limit

A limit taken from only one direction (left-hand or right-hand), often used when the context or domain restricts approach to one side.

8
New cards

Function value vs. limit

(f(a)) is the value at the point; (\lim_{x\to a} f(x)) is the value approached near the point. They can be different.

9
New cards

Two-sided limit existence condition

A two-sided limit exists exactly when both one-sided limits exist and are equal.

10
New cards

DNE (Does Not Exist)

A limit result indicating the function values do not approach a single finite number (e.g., jump, infinite behavior, or oscillation).

11
New cards

Jump discontinuity

A discontinuity where the left-hand and right-hand limits are finite but not equal.

12
New cards

Infinite (unbounded) behavior

When function values grow without bound toward (\infty) or (-\infty) near a point, preventing a finite limit from existing.

13
New cards

Oscillation (limit failure)

When values near a point keep fluctuating and do not settle to one number, so the limit does not exist.

14
New cards

Removable discontinuity

A “hole” where the limit exists but the function is undefined there or defined to a different value; it can be “fixed” by redefining the point to equal the limit.

15
New cards

Hole

A missing point on a graph (often shown with an open circle) corresponding to a removable discontinuity.

16
New cards

Indeterminate form

An expression form (like (0/0)) that is not an answer but a signal that algebraic rewriting is needed to evaluate a limit.

17
New cards

(0/0) form

A common indeterminate form showing direct substitution failed; it does not automatically mean the limit is 0 or DNE.

18
New cards

Direct substitution

Evaluating a limit by plugging in the approached value, valid when the function is continuous at that point (or otherwise yields a determinate form).

19
New cards

Limit laws

Algebraic rules that allow breaking limits of complicated expressions into limits of simpler parts (assuming the needed limits exist).

20
New cards

Sum/Difference Law

If (\lim f=L) and (\lim g=M), then (\lim(f\pm g)=L\pm M).

21
New cards

Constant Multiple Law

If (\lim f=L), then (\lim (cf)=cL).

22
New cards

Product Law

If (\lim f=L) and (\lim g=M), then (\lim(fg)=LM).

23
New cards

Quotient Law

If (\lim f=L) and (\lim g=M\neq 0), then (\lim(f/g)=L/M).

24
New cards

Factoring and canceling

A technique for (0/0) limits where you factor to cancel a common factor (valid for (x\neq a)) to reveal the limit and identify a removable discontinuity.

25
New cards

Rationalizing

A technique for limits involving radicals that produce (0/0), done by multiplying by a conjugate to simplify.

26
New cards

Conjugate

For (\sqrt{x}-2), the conjugate is (\sqrt{x}+2); multiplying conjugates uses ((a-b)(a+b)=a^2-b^2) to remove radicals.

27
New cards

Complex fraction

A fraction containing fractions (a “fraction within a fraction”); simplify by rewriting division as multiplication and clearing denominators.

28
New cards

Piecewise-defined function

A function defined by different formulas on different parts of the domain; one-sided limits may use different rules on each side of a point.

29
New cards

Squeeze Theorem

If (g(x)\le f(x)\le h(x)) near (a) and (\lim g=\lim h=L), then (\lim f=L).

30
New cards

Special trig limit: (\lim_{x\to 0} \frac{\sin x}{x}=1)

A foundational trigonometric limit used to evaluate many trig limits by rewriting expressions into this form.

31
New cards

Special trig limit: (\lim_{x\to 0} \frac{\tan x}{x}=1)

A key trigonometric limit related to the sine limit, used when expressions can be rewritten to match the pattern.

32
New cards

Trig scaling limit: (\lim_{x\to 0} \frac{\sin(ax)}{x}=a)

A result obtained by rewriting (\frac{\sin(ax)}{x}=\frac{\sin(ax)}{ax}\cdot a) and using (\lim_{u\to 0}\frac{\sin u}{u}=1).

33
New cards

Trig ratio limit: (\lim_{x\to 0} \frac{\sin(ax)}{\sin(bx)}=\frac{a}{b})

A trig limit found by rewriting in terms of (\frac{\sin(ax)}{ax}) and (\frac{\sin(bx)}{bx}) so the basic sine limit applies.

34
New cards

Infinite limit

A limit where (f(x)) grows without bound as (x) approaches a finite value (a) (e.g., (\lim_{x\to a} f(x)=\infty)).

35
New cards

Vertical asymptote

A vertical line (x=a) where the function has infinite one-sided behavior (values blow up) as (x\to a).

36
New cards

Limit at infinity

A limit describing end behavior as (x\to \infty) or (x\to -\infty).

37
New cards

Horizontal asymptote

A horizontal line (y=L) that the graph approaches as (x\to \infty) or (x\to -\infty) when the limit at infinity equals (L).

38
New cards

Degree (of a polynomial)

The highest power of (x) with a nonzero coefficient in a polynomial.

39
New cards

Leading coefficient

The coefficient of the highest-degree term of a polynomial.

40
New cards

Degree comparison (rational limits at infinity)

A method for (\lim_{x\to\infty} \frac{p(x)}{q(x)}) that compares degrees of numerator and denominator to determine end behavior/horizontal asymptotes.

41
New cards

Case (n<m) for rational functions

If numerator degree (n) is less than denominator degree (m), then (\lim_{x\to\infty}\frac{p(x)}{q(x)}=0) (horizontal asymptote (y=0)).

42
New cards

Case (n=m) for rational functions

If numerator and denominator have the same degree, the limit at infinity is the ratio of leading coefficients (horizontal asymptote (y=\frac{\text{lead}(p)}{\text{lead}(q)})).

43
New cards

Continuity at a point

A function is continuous at (x=a) when (f(a)) is defined, the limit (\lim_{x\to a}f(x)) exists, and the limit equals (f(a)).

44
New cards

Three conditions for continuity

(1) (f(a)) is defined; (2) (\lim{x\to a} f(x)) exists; (3) (\lim{x\to a} f(x)=f(a)).

45
New cards

Continuous on an interval

A function is continuous on an interval if it is continuous at every point in that interval (using one-sided behavior at endpoints when needed).

46
New cards

Intermediate Value Theorem (IVT)

If (f) is continuous on ([a,b]) and (C) is between (f(a)) and (f(b)), then some (c\in[a,b]) satisfies (f(c)=C).

47
New cards

Average rate of change

The slope between two points on a graph: (\frac{f(a+h)-f(a)}{h}); interpreted as the slope of a secant line.

48
New cards

Secant line

A line that intersects a curve at two points; its slope represents average rate of change over an interval.

49
New cards

Instantaneous rate of change

The rate of change at a single point, defined as the limit of average rates of change as the interval shrinks to 0.

50
New cards

Derivative (limit definition)

(f'(a)=\lim_{h\to 0}\frac{f(a+h)-f(a)}{h}), when this limit exists; it represents the instantaneous rate of change (tangent slope) at (x=a).