MethodMath
Ask
Join
HomeTopicsAskAlerts
Profile

© 2026 MethodMath. Built for mathematical knowledge sharing.

AboutContactGuidelinesPrivacyTermsCookies
Oliver Grant
Apr 4, 2026

Step-by-step solution for the Taylor series expansion of e^x about x = 0

I need to derive the Maclaurin series for f(x)=exf(x) = e^xf(x)=ex from first principles for my AP Calculus BC exam.

I know the formula is:

f(x)=∑n=0∞f(n)(a)n!(x−a)nf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!} (x-a)^nf(x)=n=0∑∞​n!f(n)(a)​(x−a)n

For a=0a = 0a=0, this becomes:

ex=∑n=0∞xnn!e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!}ex=n=0∑∞​n!xn​

But I want to understand the step-by-step derivation, including why all derivatives of exe^xex at 000 equal 111, and how to determine the radius of convergence using the ratio test.

1 answers329 views

1 Answer

4
Robert Fischer
Apr 5, 2026
Accepted
Here is the complete derivation. **Step 1: Derivatives at zero.** For $f(x) = e^x$, we have $f'(x) = e^x$, $f''(x) = e^x$, and in general $f^{(n)}(x) = e^x$ for all $n$. Evaluating at $x = 0$: $$f(0) = e^0 = 1, \quad f'(0) = 1, \quad f''(0) = 1, \quad \ldots, \quad f^{(n)}(0) = 1$$ **Step 2: Apply the Maclaurin formula.** $$e^x = \sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!} x^n = \sum_{n=0}^{\infty} \frac{1}{n!} x^n = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \frac{x^4}{4!} + \cdots$$ **Step 3: Radius of convergence via ratio test.** $$\lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| = \lim_{n \to \infty} \left| \frac{x^{n+1}/(n+1)!}{x^n/n!} \right| = \lim_{n \to \infty} \frac{|x|}{n+1} = 0$$ Since $0 < 1$ for all $x$, the series converges for all real $x$. Thus the radius of convergence is $R = \infty$.
Still unsure? Join to comment or ask a follow-up.
Login or Register to post your answer

Suggested questions

Do I need Calculus 3 before learning Fourier series?

3502

Does 1+2+3+4+... really equal -1/12? Math explained

25.6k

I asked ChatGPT to solve this integral and it gave a wrong answer. Can you check it?

21.1k

Why does 0 factorial equal 1 instead of 0? Simple proof

31.4k

Does the Banach-Steinhaus theorem hold for non-complete normed spaces?

31.1k