All flashcards
Flashcard 1: Evaluate the limit: limx→∞5x−42x+3.
Answer: 52. Divide coefficients of highest powers: 52.
Flashcard 2: What is the limit of ex−1 as x approaches 0?
Answer:
- Direct substitution: e0−1=1−1=0.
Flashcard 3: What is the limit of xln(x) as x approaches Infinity?
Answer:
- L'Hôpital's Rule: limx→∞xln(x)=limx→∞11/x=0.
Flashcard 4: What is the limit of f(x)=3x+5 as x approaches 2?
Answer:
- Direct substitution: 3(2)+5=11.
Flashcard 5: Evaluate the limit: limx→3x−3x2−9.
Answer:
- Factor: x−3(x+3)(x−3)=x+3, so limit is 3+3=6.
Flashcard 6: State the definition of continuity at a point.
Answer: A function f is continuous at x=c if limx→cf(x)=f(c). Function is continuous when limit equals function value.
Flashcard 7: What is the limit of ln(x) as x approaches Infinity?
Answer: Infinity. Logarithm grows without bound as argument increases.
Flashcard 8: Determine the limit: limx→1x2−12x−2.
Answer:
- Factor denominator: (x+1)(x−1)2(x−1)=x+12, so limit is 22=1.
Flashcard 9: What is the limit of f(x)=2x3−x+5 as x approaches 0?
Answer:
- Direct substitution: 2(0)3−0+5=5.
Flashcard 10: State the L'Hôpital's Rule.
Answer: If limx→cg(x)f(x)=00, then limx→cg(x)f(x)=limx→cg′(x)f′(x). Apply when limit gives 00 or ∞∞ form.
Flashcard 11: What is the limit of f(x)=x2+1x2−1 as x approaches Infinity?
Answer:
- Divide by highest power: x2x2=1 as x→∞.
Flashcard 12: Identify the procedure for limits with polynomials.
Answer: Use Direct Substitution if possible. Polynomials are continuous everywhere, so substitute directly.
Flashcard 13: Which theorem states that if f is continuous on [a,b], then f takes every value between f(a) and f(b)?
Answer: Intermediate Value Theorem. Guarantees continuous functions achieve all intermediate values.
Flashcard 14: Find the limit: limx→Infinity(3−x5).
Answer:
- As x→∞, x5→0, so limit is 3−0=3.
Flashcard 15: What is the limit of x1 as x approaches 0 from the left?
Answer: -Infinity. As x→0−, denominator approaches 0 negatively.
Flashcard 16: State the condition for using L'Hôpital's Rule.
Answer: Indeterminate forms 00 or InfinityInfinity. Rule applies only to these specific indeterminate forms.
Flashcard 17: What is the limit of tan(x) as x approaches 4pi?
Answer:
- Direct substitution: tan(4π)=1.
Flashcard 18: Find the limit: limx→1(3x2+2x−1).
Answer:
- Direct substitution: 3(1)2+2(1)−1=4.
Flashcard 19: Evaluate the limit: limx→0x21−cos(x).
Answer: 21. Standard limit: limx→0x21−cos(x)=21.
Flashcard 20: State the condition for a function to be continuous at x=c.
Answer: limx→cf(x)=f(c). Limit must equal function value for continuity.
Flashcard 21: What is the limit of ln(x) as x approaches 0 from the right?
Answer: -Infinity. Logarithm approaches −∞ as argument approaches 0.
Flashcard 22: What is the limit of 1/x as x approaches 0 from the right?
Answer: Infinity. As x→0+, denominator approaches 0 positively.
Flashcard 23: Find the limit: limx→−Infinity(5x2+3x−2).
Answer: Infinity. Highest power dominates: 5x2 term grows without bound.
Flashcard 24: What is the limit of ex as x approaches 0?
Answer:
- Direct substitution: e0=1.
Flashcard 25: Determine the limit: limx→2x−2x2−4.
Answer:
- Factor: x−2(x+2)(x−2)=x+2, so limit is 2+2=4.
Flashcard 26: What is the limit of f(x)=x1 as x approaches ∞?
Answer:
- As denominator grows without bound, fraction approaches 0.
Flashcard 27: Evaluate the limit: limx→Infinity(e−x).
Answer:
- Exponential decay: e−x→0 as x→∞.
Flashcard 28: Which rule applies when directly substituting x=c in rational functions?
Answer: Direct Substitution Rule. When function is continuous at c, simply substitute x=c.
Flashcard 29: What is the limit of x−1x2−1 as x approaches 1?
Answer:
- Factor numerator: x−1(x+1)(x−1)=x+1, so limit is 1+1=2.
Flashcard 30: What is the squeeze theorem used for?
Answer: Determining limits of functions trapped between two other functions. If g(x)≤f(x)≤h(x) and limg(x)=limh(x)=L, then limf(x)=L.