(a) Series for $e^{x}$, $R = \infty$ A1·A1
$e^{x} = \sum_{k=0}^{\infty} \tfrac{x^{k}}{k!}$. Radius of convergence: by the ratio test, $\lim_{k \to \infty} \tfrac{|x|^{k+1}/(k+1)!}{|x|^{k}/k!} = \lim_{k \to \infty} \tfrac{|x|}{k+1} = 0 < 1$ for every $x$. Hence $R = \infty$ and the interval of convergence is $\mathbb{R}$. In particular $x = 1$ lies inside, and $S_{n} \to e$ as $n \to \infty$.
(b) Lagrange bound on $[0, 1]$ M1·A1·A1
Lagrange's form of the remainder: there exists $\xi \in (0, 1)$ with
$$ R_{n}(1) \;=\; \frac{f^{(n+1)}(\xi)}{(n+1)!}\, (1 - 0)^{n+1} \;=\; \frac{e^{\xi}}{(n+1)!}. $$
Since $0 < \xi < 1$ and $e^{x}$ is increasing, $0 < e^{\xi} < e^{1} = e$. Hence
$$ |R_{n}(1)| \;\le\; \frac{e}{(n+1)!}. \;\checkmark $$
(c) Smallest $n$ with bound $< 0.001$ M1·A1·A1
Need $\dfrac{e}{(n+1)!} < 0.001 = 10^{-3}$. Using $e < 2.72$: $(n+1)! > 2720$. Tabulate:
- $n = 5$: $(n+1)! = 6! = 720 < 2720$. Bound fails.
- $n = 6$: $(n+1)! = 7! = 5040 > 2720$. Bound holds: $\tfrac{2.72}{5040} \approx 5.4 \times 10^{-4} < 10^{-3}$. $\checkmark$
Smallest $n$ from the bound: $\boxed{n = 6}$.
(d) Compute $S_{6}$ as a fraction M1·A1·A1
$S_{6} = 1 + 1 + \tfrac{1}{2} + \tfrac{1}{6} + \tfrac{1}{24} + \tfrac{1}{120} + \tfrac{1}{720}$. Common denominator $720$:
$$ S_{6} \;=\; \frac{720 + 720 + 360 + 120 + 30 + 6 + 1}{720} \;=\; \frac{1957}{720}. $$
Check $\gcd(1957, 720)$: $1957 = 2 \cdot 720 + 517$; $\gcd(720, 517) = \gcd(517, 203) = \gcd(203, 111) = \gcd(111, 92) = \gcd(92, 19) = \gcd(19, 16) = \gcd(16, 3) = \gcd(3, 1) = 1$. So $\tfrac{1957}{720}$ is in lowest terms.
(e) Compare with GDC value of $e$ A1·A1
GDC: $e = 2.7182818\ldots$. Decimal of $S_{6}$: $\tfrac{1957}{720} = 2.7180555\ldots$. Actual error:
$$ |S_{6} - e| \;=\; |\,2.7180555\ldots - 2.7182818\ldots\,| \;\approx\; 2.26 \times 10^{-4}. $$
The Lagrange bound predicted $\le 5.4 \times 10^{-4}$. The actual error is roughly
half the bound — Lagrange is correct but not tight; the truth sits in the middle.
(f) Confirm $n - 1 = 5$ fails M1·A1
$S_{5} = 1 + 1 + \tfrac{1}{2} + \tfrac{1}{6} + \tfrac{1}{24} + \tfrac{1}{120} = \tfrac{120 + 120 + 60 + 20 + 5 + 1}{120} = \tfrac{326}{120} = \tfrac{163}{60} \approx 2.71666\ldots$.
$$ |S_{5} - e| \;\approx\; |\,2.71667 - 2.71828\,| \;\approx\; 1.62 \times 10^{-3} \;>\; 10^{-3}. $$
So $n = 5$ does not meet the tolerance, and $n = 6$ is indeed the smallest non-negative integer with $|S_{n} - e| < 0.001$.
Lagrange bound vs. actual error — and what "smallest $n$" really means. There are two distinct "smallest $n$" answers floating around: (i) the smallest $n$ such that the Lagrange bound guarantees the tolerance (here $n = 6$, with bound $5.4 \times 10^{-4}$); (ii) the smallest $n$ such that the actual error meets the tolerance (here also $n = 6$, since $n = 5$ gives $1.62 \times 10^{-3} > 10^{-3}$). In this problem the two coincide, but in general the bound is conservative — you may meet the tolerance with fewer terms than the Lagrange estimate predicts. The IB question specifies "bound guarantees" in (c) and asks for actual verification in (e)/(f). Always read the question carefully: if it says "use Lagrange's bound to find $n$" you answer with the bound; if it says "the smallest $n$ with $|R_{n}| < \epsilon$" you must verify actual error and the next-smaller $n$ failing. Three guardrails: (1) the Lagrange bound on $[0, b]$ for $e^{x}$ is $\dfrac{e^{b}}{(n+1)!}\, b^{n+1}$ — both factors matter; (2) factorials in the denominator dominate any power growth, so doubling $n$ typically chops the error by orders of magnitude; (3) for alternating series ($\sin$, $\cos$, $\ln(1+x)$, $\arctan x$ near interior points), the alternating-series bound is often tighter than Lagrange — pick whichever the problem allows.
(a) $e^{x}$ 级数,$R = \infty$ A1·A1
$e^{x} = \sum_{k=0}^{\infty} \tfrac{x^{k}}{k!}$。由比值判别法:$\lim_{k \to \infty} \tfrac{|x|}{k+1} = 0 < 1$(对每个 $x$),故 $R = \infty$,收敛区间 $\mathbb{R}$;$x = 1$ 在内,$S_{n} \to e$。
(b) $[0, 1]$ 上的拉格朗日界 M1·A1·A1
拉格朗日余项形式:存在 $\xi \in (0, 1)$ 使
$$ R_{n}(1) \;=\; \frac{f^{(n+1)}(\xi)}{(n+1)!}\, (1 - 0)^{n+1} \;=\; \frac{e^{\xi}}{(n+1)!}. $$
由 $0 < \xi < 1$、$e^{x}$ 递增:$0 < e^{\xi} < e^{1} = e$。故
$$ |R_{n}(1)| \;\le\; \frac{e}{(n+1)!}. \;\checkmark $$
(c) 使界 $< 0.001$ 的最小 $n$ M1·A1·A1
需 $\dfrac{e}{(n+1)!} < 10^{-3}$。由 $e < 2.72$:$(n+1)! > 2720$。
- $n = 5$:$6! = 720 < 2720$。不满足。
- $n = 6$:$7! = 5040 > 2720$。$\tfrac{2.72}{5040} \approx 5.4 \times 10^{-4} < 10^{-3}$。$\checkmark$
由界给出的最小 $n$:$\boxed{n = 6}$。
(d) 把 $S_{6}$ 写为分数 M1·A1·A1
$S_{6} = 1 + 1 + \tfrac{1}{2} + \tfrac{1}{6} + \tfrac{1}{24} + \tfrac{1}{120} + \tfrac{1}{720}$。公分母 $720$:
$$ S_{6} \;=\; \frac{720 + 720 + 360 + 120 + 30 + 6 + 1}{720} \;=\; \frac{1957}{720}. $$
验 $\gcd(1957, 720) = 1$(辗转相除),故 $\tfrac{1957}{720}$ 已最简。
(e) 与 GDC 的 $e$ 比较 A1·A1
GDC:$e = 2.7182818\ldots$;$\tfrac{1957}{720} = 2.7180555\ldots$。实际误差:
$$ |S_{6} - e| \;\approx\; 2.26 \times 10^{-4}. $$
拉格朗日界预测 $\le 5.4 \times 10^{-4}$,实际约为界的
一半——界正确但不紧,真值居中。
(f) 验证 $n - 1 = 5$ 不满足 M1·A1
$S_{5} = \tfrac{163}{60} \approx 2.71667$;$|S_{5} - e| \approx 1.62 \times 10^{-3} > 10^{-3}$。故 $n = 5$ 不满足,$n = 6$ 确为最小。
拉格朗日界 vs. 实际误差——"最小 $n$" 究竟指哪个?有两种"最小 $n$":(i) 使拉格朗日界保证容差的最小 $n$(本题 $n = 6$,界为 $5.4 \times 10^{-4}$);(ii) 使实际误差满足容差的最小 $n$(本题也是 $n = 6$,因为 $n = 5$ 实际误差 $1.62 \times 10^{-3} > 10^{-3}$)。本题两者一致,但一般界是保守的——可能用更少的项就已满足容差。IB 此题在 (c) 中要求"用拉格朗日界保证",在 (e)/(f) 中要求实际验证。务必看清题目:写"用拉格朗日界求 $n$"就按界回答;写"满足 $|R_{n}| < \epsilon$ 的最小 $n$"就要验实际误差且少一项失败。三条护栏:(1) $e^{x}$ 在 $[0, b]$ 上拉格朗日界为 $\dfrac{e^{b}}{(n+1)!}\, b^{n+1}$,两个因子都重要;(2) 分母的阶乘压倒任意幂增长,$n$ 加倍误差通常下降数量级;(3) 交错级数($\sin$、$\cos$、$\ln(1+x)$、$\arctan x$ 在内点附近)的交错界常比拉格朗日更紧——题目允许时择优用。