The value that a function approaches as the input approaches some value.
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 is a limit?
The value that a function approaches as the input approaches some value.
What is direct substitution in the context of limits?
Evaluating a limit by plugging in the value that x is approaching into the function.
What is an indeterminate form?
An expression whose value cannot be determined, such as 0/0.
Define the Sum Rule for limits.
The limit of a sum is the sum of the limits: $lim_{x o c} [f(x) + g(x)] = lim_{x o c} f(x) + lim_{x o c} g(x)$
Define the Difference Rule for limits.
The limit of a difference is the difference of the limits: $lim_{x o c} [f(x) - g(x)] = lim_{x o c} f(x) - lim_{x o c} g(x)$
Define the Constant Multiple Rule for limits.
The limit of a constant times a function is the constant times the limit of the function: $lim_{x o c} [k cdot f(x)] = k cdot lim_{x o c} f(x)$
Define the Product Rule for limits.
The limit of a product is the product of the limits: $lim_{x o c} [f(x) cdot g(x)] = lim_{x o c} f(x) cdot lim_{x o c} g(x)$
Define the Quotient Rule for limits.
The limit of a quotient is the quotient of the limits, provided the limit of the denominator is not zero: $lim_{x o c} \frac{f(x)}{g(x)} = \frac{lim_{x o c} f(x)}{lim_{x o c} g(x)}$, if $lim_{x o c} g(x)
eq 0$
Define the Power Rule for limits.
The limit of a function raised to a power is the limit of the function raised to that power: $lim_{x o c} [f(x)]^n = [lim_{x o c} f(x)]^n$
Define the Root Rule for limits.
The limit of a root of a function is the root of the limit of the function: $lim_{x o c} \sqrt[n]{f(x)} = \sqrt[n]{lim_{x o c} f(x)}$
What is the Sum Rule for limits?
$lim_{x o c} [f(x) + g(x)] = lim_{x o c} f(x) + lim_{x o c} g(x)$
What is the Difference Rule for limits?
$lim_{x o c} [f(x) - g(x)] = lim_{x o c} f(x) - lim_{x o c} g(x)$
What is the Constant Multiple Rule for limits?
$lim_{x o c} [k cdot f(x)] = k cdot lim_{x o c} f(x)$
What is the Product Rule for limits?
$lim_{x o c} [f(x) cdot g(x)] = lim_{x o c} f(x) cdot lim_{x o c} g(x)$
What is the Quotient Rule for limits?
$lim_{x o c} \frac{f(x)}{g(x)} = \frac{lim_{x o c} f(x)}{lim_{x o c} g(x)}$, if $lim_{x o c} g(x)
eq 0$
What is the Power Rule for limits?
$lim_{x o c} [f(x)]^n = [lim_{x o c} f(x)]^n$
What is the Root Rule for limits?
$lim_{x o c} \sqrt[n]{f(x)} = \sqrt[n]{lim_{x o c} f(x)}$
Formula to find $lim_{x \to c} k$ where k is a constant?
$lim_{x \to c} k = k$
Formula to find $lim_{x \to c} x$?
$lim_{x \to c} x = c$
Formula to find $lim_{x \to c} x^n$?
$lim_{x \to c} x^n = c^n$
How to solve $lim_{x o 2} (x^2 + 3x - 5)$?
1. Direct substitution: $(2)^2 + 3(2) - 5 = 4 + 6 - 5 = 5$. Therefore, the limit is 5.
How to solve $lim_{x o 3} \frac{x^2 - 9}{x - 3}$?
1. Direct substitution yields 0/0. 2. Factor the numerator: $x^2 - 9 = (x - 3)(x + 3)$. 3. Simplify: $\frac{(x - 3)(x + 3)}{x - 3} = x + 3$. 4. Evaluate the limit: $lim_{x o 3} (x + 3) = 3 + 3 = 6$.
How to solve $lim_{x o 0} \frac{\sqrt{x + 4} - 2}{x}$?
1. Direct substitution yields 0/0. 2. Rationalize the numerator by multiplying by the conjugate: $\frac{\sqrt{x + 4} - 2}{x} cdot \frac{\sqrt{x + 4} + 2}{\sqrt{x + 4} + 2}$. 3. Simplify: $\frac{x + 4 - 4}{x(\sqrt{x + 4} + 2)} = \frac{x}{x(\sqrt{x + 4} + 2)} = \frac{1}{\sqrt{x + 4} + 2}$. 4. Evaluate the limit: $lim_{x o 0} \frac{1}{\sqrt{x + 4} + 2} = \frac{1}{\sqrt{4} + 2} = \frac{1}{4}$.
How to solve $lim_{x o 5} (2x^2 - 3)$?
1. Direct substitution: $2(5)^2 - 3 = 2(25) - 3 = 50 - 3 = 47$. Therefore, the limit is 47.
How to solve $lim_{x o -2} \frac{x^3 + 8}{x + 2}$?