Taylor Theorem and Power Series - Question Bank

1. Which of the following statements about power series is generally true?
A) They always converge at the endpoints of their interval of convergence.
B) They represent continuous functions within their interval of convergence.
C) They can only represent polynomials.
D) They diverge at the center of expansion.
2. The Maclaurin series for cosh(x) is:
A) 1 + x^2/2! + x^4/4! + ...
B) 1 - x^2/2! + x^4/4! - ...
C) x + x^3/3! + x^5/5! + ...
D) x - x^3/3! + x^5/5! - ...
3. The Maclaurin series for sinh(x) is:
A) x + x^3/3! + x^5/5! + ...
B) x - x^3/3! + x^5/5! - ...
C) 1 + x^2/2! + x^4/4! + ...
D) 1 - x^2/2! + x^4/4! - ...
4. What is the value of the second derivative of f(x) = x^4 at x=2, needed for a Taylor expansion?
A) 12
B) 24
C) 48
D) 96
5. The Taylor series of a function can be used to define the function itself if the series converges to the function.
A) True
B) False
C) Only for analytic functions
D) Only for polynomials
6. If a power series has a radius of convergence R, then it converges absolutely for |x-a| < R.
A) True
B) False
C) Only if R is finite
D) Only if R is infinite
7. The Taylor expansion of f(x) = x^3 around a = 1 is:
A) 1 + 3(x-1) + 3(x-1)^2 + (x-1)^3
B) x^3
C) 1 + 3x + 3x^2 + x^3
D) 3 + 6(x-1) + 6(x-1)^2
8. What is the Maclaurin series for e^(-x)?
A) 1 - x + x^2/2! - x^3/3! + ...
B) 1 + x + x^2/2! + x^3/3! + ...
C) e^(-1) + e^(-1)x + e^(-1)x^2/2! + ...
D) -x + x^2/2! - x^3/3! + ...
9. The Taylor series of a function f(x) at 'a' converges to f(x) if:
A) The remainder term R_n(x) approaches 0 as n approaches infinity
B) The function is continuous at 'a'
C) The function is differentiable at 'a'
D) The radius of convergence is greater than 0
10. A power series defines an analytic function within its radius of convergence.
A) True
B) False
C) Only if the coefficients are rational
D) Only if the center is 0
11. What is the Taylor expansion of f(x) = 1/x around a = 2?
A) 1/2 - (x-2)/4 + (x-2)^2/8 - ...
B) 1/2 + (x-2)/4 + (x-2)^2/8 + ...
C) 1 + (x-2)/2 + (x-2)^2/4 + ...
D) -1/4 + (x-2)/8 - (x-2)^2/16 + ...
12. The Taylor theorem is particularly useful for approximating values of functions that are difficult to compute directly.
A) True
B) False
C) Only for polynomials
D) Only for trigonometric functions
13. The radius of convergence for the Maclaurin series of arctan(x) is:
A) 0
B) 1
C) Infinity
D) pi/2
14. What is the Maclaurin series for arctan(x)?
A) x - x^3/3 + x^5/5 - ...
B) x + x^3/3 + x^5/5 + ...
C) 1 + x + x^2/2 + ...
D) x - x^2/2! + x^3/3! - ...
15. The Root Test can also be used to find the radius of convergence R, where R = 1 / lim |c_n|^(1/n).
A) True
B) False
C) Only if L'Hopital's rule is used
D) Only if the series is geometric
16. If lim |c_(n+1)/c_n| = L, the radius of convergence R is:
A) L
B) 1/L
C) Infinity
D) 0
17. The radius of convergence of a power series sum(c_n * (x-a)^n) can be found using the Ratio Test if:
A) c_n is not zero for any n
B) c_n is non-zero for all sufficiently large n
C) lim |c_(n+1)/c_n| exists
D) lim |c_n / c_(n+1)| exists
18. Which theorem states that if a function is analytic in a disk, then it can be represented by a Taylor series within that disk?
A) Mean Value Theorem
B) Taylor Theorem
C) Weierstrass Approximation Theorem
D) Cauchy's Integral Theorem
19. The remainder term R_n(x) in Taylor's theorem provides an upper bound for the approximation error if:
A) f^(n+1)(x) is bounded on the interval
B) f^(n+1)(x) is zero
C) f^(n+1)(x) is positive
D) f^(n+1)(x) is negative
20. What is the radius of convergence for the power series sum((x-2)^n / n!) from n=0 to infinity?
A) 0
B) 1
C) 2
D) Infinity
21. The Taylor expansion of f(x) = cos(x) around a = pi is:
A) -1 + (x-pi)^2/2! - (x-pi)^4/4! + ...
B) 1 - (x-pi)^2/2! + (x-pi)^4/4! - ...
C) -1 - (x-pi)^2/2! - (x-pi)^4/4! - ...
D) (x-pi) - (x-pi)^3/3! + (x-pi)^5/5! - ...
22. The Taylor expansion of f(x) = sin(x) around a = pi/2 is:
A) 1 - (x-pi/2)^2/2! + (x-pi/2)^4/4! - ...
B) x - x^3/3! + x^5/5! - ...
C) 1 + (x-pi/2) - (x-pi/2)^2/2! + ...
D) (x-pi/2) - (x-pi/2)^3/3! + (x-pi/2)^5/5! - ...
23. The interval of convergence for the Maclaurin series of 1/(1+x) is:
A) (-1, 1)
B) [-1, 1]
C) (-inf, inf)
D) (-1, 1]
24. What is the Maclaurin series for 1/(1+x)?
A) 1 + x + x^2 + x^3 + ...
B) 1 - x + x^2 - x^3 + ...
C) x - x^2/2 + x^3/3 - ...
D) 1 - x^2 + x^4 - x^6 + ...
25. A power series can be integrated and differentiated term by term within its interval of convergence.
A) True
B) False
C) Only if it converges absolutely
D) Only if the radius of convergence is infinite
26. The Taylor theorem provides a way to approximate a function using its derivatives, which is fundamental for:
A) Numerical integration
B) Solving differential equations
C) Curve fitting
D) All of the above
27. What is the radius of convergence for the Maclaurin series of ln(1+x)?
A) 0
B) 1
C) Infinity
D) e
28. The Taylor expansion of f(x) = ln(x) around a = 1 is:
A) (x-1) - (x-1)^2/2 + (x-1)^3/3 - ...
B) 1 + (x-1) - (x-1)^2/2 + ...
C) ln(1) + (x-1)/1 - (x-1)^2/2 + ...
D) (x-1) - (x-1)^2/2! + (x-1)^3/3! - ...
29. What is the Taylor series expansion of f(x) = e^x around a = 1?
A) e + e(x-1) + e(x-1)^2/2! + ...
B) 1 + (x-1) + (x-1)^2/2! + ...
C) e + (x-1) + (x-1)^2/2! + ...
D) e + e(x-1) + e(x-1)^2/3! + ...
30. If a function f(x) is analytic at 'a', then its Taylor series expansion around 'a' converges to f(x) within its interval of convergence.
A) True
B) False
C) Only if the remainder term is zero
D) Only if the function is a polynomial
31. A function is analytic in a region if:
A) It is continuous in that region
B) It is differentiable at every point in that region
C) It has derivatives of all orders at every point in that region
D) It can be represented by a power series in that region
32. The interval of convergence for the power series of 1/(1-x) is:
A) (-1, 1)
B) [-1, 1]
C) (-inf, inf)
D) (-1, 1]
33. The power series representation of 1/(1-x) is:
A) 1 + x + x^2 + x^3 + ...
B) 1 - x + x^2 - x^3 + ...
C) x + x^2/2 + x^3/3 + ...
D) 1 + x^2 + x^4 + x^6 + ...
34. The sum of the convergent geometric series sum(r^n) from n=0 to infinity is:
A) 1 / (1-r)
B) r / (1-r)
C) 1 / (1+r)
D) infinity
35. The geometric series sum(r^n) from n=0 to infinity converges if and only if:
A) |r| < 1
B) |r| > 1
C) r = 1
D) r < 0
36. What is the radius of convergence for the Maclaurin series of sin(x)?
A) 0
B) 1
C) Infinity
D) pi
37. The Maclaurin series for cos(x) is:
A) x - x^3/3! + x^5/5! - ...
B) 1 - x^2/2! + x^4/4! - ...
C) 1 + x + x^2/2! + ...
D) x + x^2/2! + x^3/3! + ...
38. The Maclaurin series for sin(x) is:
A) x - x^3/3! + x^5/5! - ...
B) 1 - x^2/2! + x^4/4! - ...
C) 1 + x + x^2/2! + ...
D) x + x^2/2! + x^3/3! + ...
39. What is the radius of convergence for the Maclaurin series of e^x?
A) 0
B) 1
C) Infinity
D) e
40. The interval of convergence for a power series is:
A) The set of all x for which the series converges
B) The set of all x for which the series diverges
C) The radius of convergence
D) The center of the series
41. If a power series converges only at its center 'a', its radius of convergence is:
A) 0
B) 1
C) Infinity
D) Finite
42. If a power series converges for all x, its radius of convergence is:
A) 0
B) 1
C) Infinity
D) Finite
43. What is the radius of convergence (R) of a power series?
A) The maximum value of |x| for which the series converges
B) The maximum value of |x-a| for which the series converges
C) The interval of convergence of the series
D) The value of 'a' around which the series is expanded
44. A power series is a series of the form:
A) sum(c_n * x^n) from n=0 to infinity
B) sum(c_n * (x-a)^n) from n=0 to infinity
C) sum(c_n / x^n) from n=0 to infinity
D) sum(x^n / c_n) from n=0 to infinity
45. What does the Lagrange form of the remainder R_n(x) state?
A) R_n(x) = f^(n+1)(c) * (x-a)^(n+1) / (n+1)! for some c between a and x
B) R_n(x) = f^(n)(c) * (x-a)^n / n! for some c between a and x
C) R_n(x) = f(c) * (x-a)^(n+1) / (n+1)! for some c between a and x
D) R_n(x) = f^(n+1)(c) * (x-a)^n / n! for some c between a and x
46. Which form of the remainder term is often used in Taylor's theorem?
A) Lagrange form
B) Cauchy form
C) Integral form
D) All of the above
47. The remainder term in Taylor's theorem, R_n(x), represents:
A) The exact value of the function
B) The error in approximating the function by the Taylor polynomial
C) The sum of the first n terms of the series
D) The derivative of the function at 'a'
48. What is the condition for a function f(x) to be represented by its Taylor series?
A) f(x) must be continuous at 'a'
B) f(x) must be differentiable at 'a'
C) f(x) must have derivatives of all orders at 'a'
D) f(x) must be bounded near 'a'
49. If the Taylor series expansion is centered at a = 0, it is specifically called a:
A) Lagrange Series
B) Maclaurin Series
C) Fourier Series
D) Geometric Series
50. The Taylor series expansion of a function f(x) around a point 'a' is given by:
A) f(a) + f'(a)(x-a) + f''(a)(x-a)^2/2! + ...
B) f'(a) + f''(a)(x-a) + f'''(a)(x-a)^2/2! + ...
C) f(a) + f(a)(x-a) + f(a)(x-a)^2/2! + ...
D) f(x) + f'(x)(x-a) + f''(x)(x-a)^2/2! + ...