Let f(x) = sum_{n=0}^{infty} x^n / n!. Let f^{(100)}(a) denote the 100th derivative of f evaluated at a. What is the value of f^{(100)}(0)? (Note: n! denotes factorial) A. 1 B. C(100, 50) C. 1/18 D. 1/100
GATE 2025 · Engineering Mathematics · Differentiation · medium
Answer: 1
- Identify the series as e^x: f(x) = sum_{n=0}^{infty} x^n/n! = e^x by the standard Maclaurin expansion of the exponential function.
- Differentiate 100 times: f^(100)(x) = e^x for all x.
- Evaluate at x = 0: f^(100)(0) = e^0 = 1.