Top 10 Things You Need to Know About Limits

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

1/23

flashcard set

Earn XP

Description and Tags

A comprehensive set of practice flashcards covering fundamental limit concepts, calculation techniques, indeterminate forms, limit laws, L'Hopital's rule, the Squeeze Theorem, and the formal epsilon-delta definition based on the lecture.

Last updated 2:56 AM on 8/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

What condition must be met for the overall limit limxaf(x)\lim_{x \to a} f(x) to equal ll?

The y-values of the function must approach ll from both the left side (xax \to a^-) and the right side (xa+x \to a^+) of aa.

2
New cards

In limit notation, what do the minus and plus superscripts represent in limxaf(x)\lim_{x \to a^-} f(x) and limxa+f(x)\lim_{x \to a^+} f(x)?

The minus sign indicates xx is approaching aa from the left side of aa, and the plus sign indicates xx is approaching aa from the right side of aa.

3
New cards

In the Chapter 1 piecewise function example, why does the overall limit limx1f(x)\lim_{x \to 1} f(x) fail to exist?

The right-hand limit as x1+x \to 1^+ is 22 and the left-hand limit as x1x \to 1^- is 00. Since the left and right limits are not equal, the overall limit does not exist.

4
New cards

What is the first technique to attempt when evaluating any limit from an equation?

Direct substitution, which involves plugging the target value aa directly into the function for xx.

5
New cards

What three outcomes can result from direct substitution when evaluating a limit as xax \to a?

  1. A finite number f(a)f(a), which is the limit value. 2. The indeterminate form 00\frac{0}{0}. 3. A nonzero number divided by zero, which indicates the limit does not exist.
6
New cards

What does a result of a nonzero number divided by zero during direct substitution typically indicate about the graph at x=ax = a?

It indicates that the limit does not exist and that there is typically a vertical asymptote at x=ax = a.

7
New cards

How is the limit limx1(x24)\lim_{x \to 1} (x^2 - 4) evaluated using direct substitution?

Substitute x=1x = 1 directly into the expression to obtain 124=31^2 - 4 = -3.

8
New cards

When evaluating limx32x+5x+3\lim_{x \to -3} \frac{2x + 5}{x + 3}, what are the values of the left-hand and right-hand limits?

Direct substitution yields 10\frac{-1}{0}. The left-hand limit as x3x \to -3^- is \infty, and the right-hand limit as x3+x \to -3^+ is -\infty.

9
New cards

What rule justifies rewriting a function f(x)f(x) as an equivalent function g(x)g(x) when encountering an indeterminate form 00\frac{0}{0}?

If f(x)=g(x)f(x) = g(x) for all xax \neq a, then limxaf(x)=limxag(x)\lim_{x \to a} f(x) = \lim_{x \to a} g(x).

10
New cards

How do you evaluate limx5x27x+10x5\lim_{x \to 5} \frac{x^2 - 7x + 10}{x - 5} using factoring?

Factor the numerator as (x5)(x2)(x - 5)(x - 2), cancel the (x5)(x - 5) terms to get limx5(x2)\lim_{x \to 5} (x - 2), and use direct substitution to get 52=35 - 2 = 3.

11
New cards

How do you evaluate limx9x9x3\lim_{x \to 9} \frac{x - 9}{\sqrt{x} - 3} using a conjugate?

Multiply the top and bottom by x+3\sqrt{x} + 3 to get (x9)(x+3)x9\frac{(x - 9)(\sqrt{x} + 3)}{x - 9}, cancel (x9)(x - 9), and evaluate 9+3=6\sqrt{9} + 3 = 6.

12
New cards

How do you evaluate limx0sin(2x)2sin(x)\lim_{x \to 0} \frac{\sin(2x)}{2\sin(x)} using a trig identity?

Substitute sin(2x)=2sin(x)cos(x)\sin(2x) = 2\sin(x)\cos(x), cancel sin(x)\sin(x) and 22, and evaluate limx0cos(x)=1\lim_{x \to 0} \cos(x) = 1.

13
New cards

What is the Limit Law for a constant multiple limxa[cf(x)]\lim_{x \to a} [c \cdot f(x)]?

climxaf(x)c \cdot \lim_{x \to a} f(x)

14
New cards

How is a horizontal asymptote y=by = b defined using limits?

A line y=by = b is a horizontal asymptote of f(x)f(x) if limxf(x)=b\lim_{x \to \infty} f(x) = b or limxf(x)=b\lim_{x \to -\infty} f(x) = b.

15
New cards

What method is used to evaluate an infinite limit of a rational function that yields \frac{\infty}{\infty}?

Divide every term in the numerator and denominator by the highest power of xx present in the denominator.

16
New cards

How do you evaluate limx5x2+8x33x2+2\lim_{x \to \infty} \frac{5x^2 + 8x - 3}{3x^2 + 2}?

Divide each term by x2x^2 to get limx5+8x3x23+2x2=5+003+0=53\lim_{x \to \infty} \frac{5 + \frac{8}{x} - \frac{3}{x^2}}{3 + \frac{2}{x^2}} = \frac{5 + 0 - 0}{3 + 0} = \frac{5}{3}.

17
New cards

What is L'Hopital's rule for a quotient limxcf(x)g(x)\lim_{x \to c} \frac{f(x)}{g(x)} resulting in 00\frac{0}{0} or \frac{\infty}{\infty}?

limxcf(x)g(x)=limxcf(x)g(x)\lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)}

18
New cards

How do you evaluate limx2x27x+10x2\lim_{x \to 2} \frac{x^2 - 7x + 10}{x - 2} using L'Hopital's rule?

Differentiate numerator and denominator to get limx22x71\lim_{x \to 2} \frac{2x - 7}{1}, then substitute x=2x = 2 to obtain 2(2)7=32(2) - 7 = -3.

19
New cards

How do you convert an indeterminate product of type 0×0 \times \infty, such as limx0+(xln(x))\lim_{x \to 0^+} (x \ln(x)), to use L'Hopital's rule?

Rewrite the product as a quotient ln(x)1x\frac{\ln(x)}{\frac{1}{x}} to produce the form \frac{-\infty}{\infty}, then apply L'Hopital's rule.

20
New cards

How do you resolve an indeterminate difference of type \infty - \infty to enable L'Hopital's rule?

Combine the terms into a single fraction using a common denominator to transform the expression into 00\frac{0}{0}, then apply L'Hopital's rule.

21
New cards

What three statements define the criteria and conclusion of the Squeeze Theorem?

  1. g(x)g(x) is trapped between f(x)f(x) and h(x)h(x) near aa (f(x)g(x)h(x)f(x) \le g(x) \le h(x)). 2. limxaf(x)=l\lim_{x \to a} f(x) = l and limxah(x)=l\lim_{x \to a} h(x) = l. 3. Therefore, limxag(x)=l\lim_{x \to a} g(x) = l.
22
New cards

How do you evaluate limx0(x2sin(1x))\lim_{x \to 0} \left(x^2 \sin\left(\frac{1}{x}\right)\right) using the Squeeze Theorem?

Start with 1sin(1x)1-1 \le \sin\left(\frac{1}{x}\right) \le 1, multiply by x2x^2 to get x2x2sin(1x)x2-x^2 \le x^2 \sin\left(\frac{1}{x}\right) \le x^2, and since limx0(x2)=limx0(x2)=0\lim_{x \to 0} (-x^2) = \lim_{x \to 0} (x^2) = 0, the limit is 00.

23
New cards

What is the formal Epsilon-Delta definition of a limit limxaf(x)=l\lim_{x \to a} f(x) = l?

For every ϵ>0\epsilon > 0, there exists a δ>0\delta > 0 such that if 0<xa<δ0 < |x - a| < \delta, then f(x)l<ϵ|f(x) - l| < \epsilon.

24
New cards

In the Epsilon-Delta definition of a limit, what do xa|x - a| and f(x)l|f(x) - l| represent geometrically?

xa|x - a| represents the distance from xx to aa, and f(x)l|f(x) - l| represents the distance from f(x)f(x) to ll.