1. What is the remainder term R_n for a Taylor series expansion?
A) The sum of all terms in the series.
B) The difference between the function value and the nth partial sum of the Taylor series.
C) The nth derivative of the function.
D) The nth term of the series.
2. Consider the series sum_{n=0 to inf} r^n. For what values of r does this series converge?
A) |r| < 1
B) |r| <= 1
C) |r| > 1
D) All real numbers r
3. What is the definition of a bounded sequence?
A) A sequence where the absolute value of each term is less than some fixed number M.
B) A sequence where the terms are all positive.
C) A sequence where the terms are all negative.
D) A sequence whose limit is 0.
4. What is the property of uniform convergence of a sequence of functions?
A) It implies that the limit function is continuous if the original functions are continuous.
B) It implies that the limit function is differentiable if the original functions are differentiable.
C) It implies that the limit function is integrable if the original functions are integrable.
D) All of the above.
5. What is Abel's Theorem regarding power series?
A) It relates the sum of a power series at the boundary of its interval of convergence to the limit of the sequence of coefficients.
B) It states that if a power series converges at an endpoint, then the function it represents is continuous at that endpoint.
C) It states that power series can be integrated term by term within their interval of convergence.
D) It states that power series can be differentiated term by term within their interval of convergence.
6. If a sequence {a_n} converges to L, what can be said about every subsequence of {a_n}?
A) Every subsequence also converges to L.
B) Every subsequence converges to a different limit.
C) Some subsequences may converge, others may not.
D) Every subsequence diverges.
7. What is the definition of a subsequence?
A) A sequence formed by deleting some terms from the original sequence.
B) A sequence formed by adding terms to the original sequence.
C) A sequence that is always increasing.
D) A sequence that is always decreasing.
8. Consider the series sum_{n=1 to inf} (n / (n+1)). Does this series converge?
A) Yes, by the comparison test.
B) No, because lim_{n->inf} (n / (n+1)) = 1 != 0.
C) Yes, by the integral test.
D) No, because it is an alternating series.
9. What is the Bolzano-Weierstrass Theorem for sequences?
A) Every bounded sequence has a convergent subsequence.
B) Every convergent sequence has a bounded subsequence.
C) Every monotonic sequence converges.
D) Every Cauchy sequence converges.
10. If a sequence {a_n} is increasing and bounded above by M, what can be said about its limit?
A) The limit is M.
B) The limit is greater than M.
C) The limit exists and is less than or equal to M.
D) The limit does not exist.
11. What is the definition of a monotonic sequence?
A) A sequence that is either always increasing or always decreasing.
B) A sequence that is bounded above and below.
C) A sequence whose terms alternate sign.
D) A sequence whose terms are all equal.
12. If a series sum(a_n) converges, what must be true about the sequence of terms a_n?
A) a_n must be positive.
B) a_n must be decreasing.
C) lim_{n->inf} a_n = 0.
D) lim_{n->inf} a_n = 1.
13. What is the Cauchy criterion for convergence of a sequence?
A) A sequence {a_n} converges if and only if it is bounded.
B) A sequence {a_n} converges if and only if it is monotonic.
C) A sequence {a_n} converges if and only if it is a Cauchy sequence.
D) A sequence {a_n} converges if and only if lim_{n->inf} a_n = 0.
14. Consider the series sum_{n=1 to inf} (1 / (n(n+1))). What is the sum of this series?
A) 1
B) 2
C) 1/2
D) infinity
15. Consider the sequence a_n = (1 + 1/n)^n. What is the limit of this sequence as n approaches infinity?
A) 1
B) e
C) 0
D) infinity
16. What is the interval of convergence for the power series of e^x?
A) (-1, 1)
B) (-infinity, infinity)
C) [0, 1)
D) (-1, 1]
17. What is the radius of convergence for the power series of e^x?
A) 0
B) 1
C) infinity
D) e
18. What is the power series expansion of e^x?
A) sum_{n=0 to inf} (x^n / n!)
B) sum_{n=0 to inf} (x^n / n)
C) sum_{n=0 to inf} (x^n / (n+1)!)
D) sum_{n=0 to inf} (n! * x^n)
19. If sum(a_n) converges, does sum(a_n^2) necessarily converge?
A) Yes
B) No
C) Only if a_n > 0
D) Only if a_n < 0
20. What is the rearrangement inequality for series?
A) It states that the sum of a series is independent of the order of summation.
B) It states that for a conditionally convergent series, the sum can be rearranged to converge to any real number.
C) It states that for an absolutely convergent series, any rearrangement of the terms results in a series that converges to the same sum.
D) It is only applicable to geometric series.
21. If lim_{n->inf} a_n = L and L != 0, what can be concluded about the series sum(a_n)?
A) The series converges to L.
B) The series converges to 0.
C) The series diverges.
D) The series converges conditionally.
22. What is the definition of the sum of an infinite series sum_{n=1 to inf} a_n?
A) The limit of the sequence of terms a_n.
B) The limit of the sequence of partial sums S_n = sum_{k=1 to n} a_k, if it exists.
C) The sum of the first 100 terms.
D) The value that makes the series converge.
23. Consider the series sum_{n=1 to inf} (1 / n). Does this series converge?
A) Yes, because the terms approach 0.
B) No, by the p-series test with p=1.
C) Yes, by the integral test.
D) No, because it is an alternating series.
24. Consider the series sum_{n=1 to inf} (1 / n^2). Does this series converge?
A) No, by the divergence test.
B) Yes, by the p-series test with p=2.
C) No, because the terms do not approach 0.
D) Yes, by the integral test, but the integral diverges.
25. What is the root test for series convergence?
A) If lim_{n->inf} |a_n|^(1/n) = L, the series converges absolutely if L < 1, diverges if L > 1, and the test is inconclusive if L = 1.
B) If lim_{n->inf} |a_n|^(1/n) = L, the series converges if L < 1, diverges if L > 1, and the test is inconclusive if L = 1.
C) If lim_{n->inf} |a_n|^(1/n) = L, the series converges if L > 1, diverges if L < 1, and the test is inconclusive if L = 1.
D) The root test is equivalent to the ratio test in all cases.
26. What is the ratio test for series convergence?
A) If lim_{n->inf} |a_{n+1} / a_n| = L, the series converges absolutely if L < 1, diverges if L > 1, and the test is inconclusive if L = 1.
B) If lim_{n->inf} |a_{n+1} / a_n| = L, the series converges if L < 1, diverges if L > 1, and the test is inconclusive if L = 1.
C) If lim_{n->inf} |a_{n+1} / a_n| = L, the series converges if L > 1, diverges if L < 1, and the test is inconclusive if L = 1.
D) The ratio test only applies to geometric series.
27. If a series converges absolutely, does it necessarily converge?
A) No
B) Yes
C) Only if the terms are positive
D) Only if the terms are negative
28. What is the difference between conditional convergence and absolute convergence?
A) Absolute convergence means the series converges, and conditional convergence means the series diverges.
B) Absolute convergence means the series sum(a_n) converges, and the series sum(|a_n|) also converges. Conditional convergence means sum(a_n) converges, but sum(|a_n|) diverges.
C) Conditional convergence means the series converges, and absolute convergence means the series diverges.
D) There is no difference; they are synonyms.
29. What is the Alternating Series Test (Leibniz's Test)?
A) If {a_n} is a sequence of positive numbers such that a_{n+1} <= a_n for all n and lim_{n->inf} a_n = 0, then the alternating series sum((-1)^n * a_n) converges.
B) If {a_n} is a sequence of positive numbers such that a_{n+1} >= a_n for all n and lim_{n->inf} a_n = 0, then the alternating series sum((-1)^n * a_n) converges.
C) If {a_n} is any sequence, then the alternating series sum((-1)^n * a_n) converges.
D) If lim_{n->inf} a_n != 0, then the alternating series converges.
30. What is an alternating series?
A) A series where all terms are positive.
B) A series where the terms alternate in sign, such as sum((-1)^n * a_n).
C) A series where the terms are decreasing.
D) A series where the terms are increasing.
31. What is the limit comparison test?
A) If sum(a_n) and sum(b_n) are series with positive terms, and lim_{n->inf} (a_n / b_n) = L where 0 < L < infinity, then either both series converge or both diverge.
B) If sum(a_n) and sum(b_n) are series with positive terms, and lim_{n->inf} (a_n / b_n) = 0, then if sum(b_n) converges, sum(a_n) converges.
C) If sum(a_n) and sum(b_n) are series with positive terms, and lim_{n->inf} (a_n / b_n) = infinity, then if sum(b_n) diverges, sum(a_n) diverges.
D) All of the above.
32. What is the comparison test for series?
A) If 0 <= a_n <= b_n for all n, and sum(b_n) converges, then sum(a_n) converges. If sum(a_n) diverges, then sum(b_n) diverges.
B) If a_n <= b_n for all n, and sum(b_n) converges, then sum(a_n) converges.
C) If a_n >= b_n for all n, and sum(a_n) converges, then sum(b_n) converges.
D) If a_n >= b_n for all n, and sum(b_n) diverges, then sum(a_n) diverges.
33. What is the p-series test?
A) The series sum(1/n^p) converges if p > 1 and diverges if p <= 1.
B) The series sum(1/n^p) converges if p < 1 and diverges if p >= 1.
C) The series sum(1/n^p) always converges.
D) The series sum(1/n^p) always diverges.
34. What does the integral test for convergence state?
A) If f(x) is continuous, positive, and decreasing for x >= 1, then the series sum(a_n) and the improper integral integral from 1 to infinity of f(x) dx either both converge or both diverge, provided a_n = f(n).
B) If f(x) is continuous and positive for x >= 1, then the series sum(a_n) converges if and only if the integral converges.
C) If f(x) is decreasing, then the series converges.
D) If the integral from 1 to infinity of f(x) dx converges, then the series converges.
35. What is the sum of a convergent geometric series with first term 'a' and common ratio 'r' such that |r| < 1?
A) a / (1 - r)
B) a / (1 + r)
C) a * (1 - r)
D) infinity
36. Under what condition does a geometric series a + ar + ar^2 + ... converge?
A) When |r| < 1
B) When |r| > 1
C) When r = 1
D) When a is not zero.
37. What is a geometric series with first term 'a' and common ratio 'r'?
A) a + ar + ar^2 + ar^3 + ...
B) a + (a+r) + (a+2r) + ...
C) a + ar + a r^2 + ... + a r^(n-1)
D) a + a/r + a/r^2 + ...
38. What is the divergence test for series?
A) If the limit of the nth term a_n is not 0, then the series sum(a_n) diverges.
B) If the limit of the nth term a_n is 0, then the series sum(a_n) converges.
C) If the series is bounded, it converges.
D) If the terms are positive, the series converges.
39. A series converges if and only if its sequence of partial sums converges. What is the limit of the sequence of partial sums called?
A) The nth term test
B) The sum of the series
C) The remainder term
D) The divergence test
40. What is a partial sum of a series?
A) The sum of all terms in the series.
B) The sum of the first n terms of the series.
C) The limit of the series.
D) The difference between the (n+1)th term and the nth term.
41. What is a series of real numbers?
A) A sequence of sums of terms.
B) The sum of an infinite sequence of real numbers.
C) The difference between consecutive terms of a sequence.
D) A sequence that is bounded.
42. If a sequence {a_n} converges to L, what can be said about its limit superior and limit inferior?
A) limsup(a_n) > liminf(a_n)
B) limsup(a_n) < liminf(a_n)
C) limsup(a_n) = liminf(a_n) = L
D) They are not necessarily related to L.
43. What is the limit inferior (liminf) of the sequence {(-1)^n}?
A) -1
B) 0
C) 1
D) The limit does not exist.
44. What is the limit superior (limsup) of the sequence {(-1)^n}?
A) -1
B) 0
C) 1
D) The limit does not exist.
45. Consider the sequence {a_n} where a_n = 1/n. Does this sequence converge?
A) No, because the terms get smaller and smaller.
B) Yes, it converges to 0.
C) Yes, it converges to 1.
D) No, because it is not bounded.
46. What is the relationship between convergent sequences and Cauchy sequences in the set of real numbers?
A) Every convergent sequence is Cauchy, and every Cauchy sequence is convergent.
B) Every convergent sequence is Cauchy, but not every Cauchy sequence is convergent.
C) Every Cauchy sequence is convergent, but not every convergent sequence is Cauchy.
D) There is no general relationship between convergent and Cauchy sequences.
47. What does it mean for a sequence to be Cauchy?
A) The sequence is bounded.
B) The sequence has a limit.
C) For any epsilon greater than zero, there exists an integer N such that for all m, n > N, the absolute difference |a_m - a_n| is less than epsilon.
D) The sequence alternates between positive and negative terms.
48. Which property guarantees that every bounded monotonic sequence of real numbers converges?
A) The Archimedean Property
B) The completeness axiom of real numbers
C) The Bolzano-Weierstrass Theorem
D) The Triangle Inequality
49. What is the definition of a convergent sequence of real numbers?
A) A sequence that is bounded above and below.
B) A sequence that approaches a specific real number L as the index n tends to infinity.
C) A sequence where the difference between consecutive terms is constant.
D) A sequence whose terms are all positive.