There are two easy methods to solve this problem. Let's look at both.
Method 1: Using Taylor/Maclaurin Series Expansion
According to Taylor's series expansion for a polynomial function f(x) centered at a=1:
f(x)=f(1)+1!f′(1)(x−1)+2!f′′(1)(x−1)2+⋯+n!fn(1)(x−1)n
Now, if we substitute x=2 into this series formula, we get:
f(2)=f(1)+1!f′(1)(2−1)+2!f′′(1)(2−1)2+⋯+n!fn(1)(2−1)n
Since (2−1)=1, the expression simplifies perfectly to our target equation:
f(2)=f(1)+1!f′(1)+2!f′′(1)+⋯+n!fn(1)
Given the original function is f(x)=xn, we simply plug in x=2:
f(2)=2n
Therefore, the value of the given expression is 2n.
Method 2: Using Derivatives and Binomial Coefficients
Let's find the derivatives of f(x)=xn at x=1:
Now, let's substitute these derivative values back into our given series:
Series=1+1!n+2!n(n−1)+⋯+n!n(n−1)…1
Notice that these terms are exactly the standard binomial coefficients (rn):
Series=(0n)+(1n)+(2n)+⋯+(nn)
From the properties of binomial coefficients, we know that the sum of all binomial coefficients of order n equals 2n:
r=0∑n(rn)=2n
Conclusion
Both analytical approaches successfully yield the same result.
Final Answer: 2n (Option B)