Math ClubMath Club
v1 · padrão canônico

Lição 65 — Polinômio de Taylor

Aproximação local de funções suaves por polinômios: série de Taylor/Maclaurin, resíduo de Lagrange e séries clássicas de e^x, sin x, cos x.

Used in: 2.º ano EM avançado · Equiv. Math III japonês · Equiv. Leistungskurs Analysis alemão · Cálculo I universitário

Pn(x)=k=0nf(k)(a)k!(xa)kP_n(x) = \sum_{k=0}^{n} \frac{f^{(k)}(a)}{k!}(x - a)^k
Choose your door

Rigorous notation, full derivation, hypotheses

严格定义与性质

泰勒多项式

"If ff has nn derivatives at x=ax = a, then the nnth-order Taylor polynomial of ff centered at aa is pn(x)=k=0nf(k)(a)k!(xa)kp_n(x) = \sum_{k=0}^n \frac{f^{(k)}(a)}{k!}(x-a)^k." — APEX Calculus §8.6

拉格朗日余项

"Let ff have n+1n + 1 derivatives on an open interval II and let aIa \in I. For each xIx \in I there exists a value cc between aa and xx such that Rn(x)=f(n+1)(c)(n+1)!(xa)n+1R_n(x) = \frac{f^{(n+1)}(c)}{(n+1)!}(x-a)^{n+1}." — OpenStax Calculus Vol. 2 §6.3

经典麦克劳林级数

函数麦克劳林级数收敛半径
exe^x1+x+x22!+x33!+=k=0xkk!1 + x + \tfrac{x^2}{2!} + \tfrac{x^3}{3!} + \cdots = \displaystyle\sum_{k=0}^\infty \tfrac{x^k}{k!}\infty
sinx\sin xxx33!+x55!=k=0(1)kx2k+1(2k+1)!x - \tfrac{x^3}{3!} + \tfrac{x^5}{5!} - \cdots = \displaystyle\sum_{k=0}^\infty \tfrac{(-1)^k x^{2k+1}}{(2k+1)!}\infty
cosx\cos x1x22!+x44!=k=0(1)kx2k(2k)!1 - \tfrac{x^2}{2!} + \tfrac{x^4}{4!} - \cdots = \displaystyle\sum_{k=0}^\infty \tfrac{(-1)^k x^{2k}}{(2k)!}\infty
ln(1+x)\ln(1+x)xx22+x33=k=1(1)k+1xkkx - \tfrac{x^2}{2} + \tfrac{x^3}{3} - \cdots = \displaystyle\sum_{k=1}^\infty \tfrac{(-1)^{k+1} x^k}{k}(1,1](-1,1]
11x\dfrac{1}{1-x}1+x+x2+x3+=k=0xk1 + x + x^2 + x^3 + \cdots = \displaystyle\sum_{k=0}^\infty x^k(1,1)(-1,1)
arctanx\arctan xxx33+x55=k=0(1)kx2k+12k+1x - \tfrac{x^3}{3} + \tfrac{x^5}{5} - \cdots = \displaystyle\sum_{k=0}^\infty \tfrac{(-1)^k x^{2k+1}}{2k+1}[1,1][-1,1]

已解决的例子

Exercise list

40 exercises · 10 with worked solution (25%)

Application 22Understanding 4Modeling 8Challenge 2Proof 4
  1. Ex. 65.1Application

    写出 f(x)=exf(x) = e^xx4x^4 的麦克劳林多项式。

  2. Ex. 65.2Application

    写出 f(x)=sinxf(x) = \sin xx7x^7 的麦克劳林多项式。

  3. Ex. 65.3Application

    写出 f(x)=cosxf(x) = \cos xx6x^6 的麦克劳林多项式。

  4. Ex. 65.4Application

    写出 f(x)=ln(1+x)f(x) = \ln(1+x)x4x^4 的麦克劳林多项式。

  5. Ex. 65.5ApplicationAnswer key

    f(x)=1/(1x)f(x) = 1/(1-x)x5x^5 的麦克劳林展开——只是几何级数。

  6. Ex. 65.6Application

    f(x)=(1+x)1/2f(x) = (1+x)^{1/2}x3x^3 的麦克劳林展开。计算 ff'ff''ff'''x=0x = 0 处的值。

  7. Ex. 65.7Application

    arctanx\arctan xx5x^5 的麦克劳林展开(通过对 1/(1+x2)1/(1+x^2) 积分)。

  8. Ex. 65.8Application

    sinhx\sinh xcoshx\cosh xx5x^5 的麦克劳林展开。

  9. Ex. 65.9Application

    exe^{-x}x4x^4 的麦克劳林展开(在 exe^x 中直接替换)。

  10. Ex. 65.10ApplicationAnswer key

    tanx\tan xx5x^5 的麦克劳林展开,使用 sin/cos\sin/\cos

  11. Ex. 65.11ApplicationAnswer key

    cos(2x)\cos(2x)x4x^4 的麦克劳林展开,通过替换。

  12. Ex. 65.12Application

    ex2e^{x^2}x6x^6 的麦克劳林展开。

  13. Ex. 65.13ApplicationAnswer key

    cos(x2)\cos(x^2)x8x^8 的麦克劳林展开。

  14. Ex. 65.14Application

    ln(1x2)\ln(1 - x^2)x6x^6 的麦克劳林展开。

  15. Ex. 65.15ApplicationAnswer key

    1/(1+x2)1/(1+x^2)x6x^6 的麦克劳林展开(几何级数,u=x2u = -x^2)。

  16. Ex. 65.16ApplicationAnswer key

    exsinxe^x \sin xx4x^4 的麦克劳林展开。

  17. Ex. 65.17Application

    sinxcosx\sin x \cos xx5x^5 的麦克劳林展开(或使用 sin(2x)/2\sin(2x)/2)。

  18. Ex. 65.18Application

    xexx e^{-x}x4x^4 的麦克劳林展开。

  19. Ex. 65.19Application

    lnx\ln xa=1a = 1 处、4 阶的泰勒展开。

  20. Ex. 65.20Application

    x\sqrt{x}a=1a = 1 处、3 阶的泰勒展开。

  21. Ex. 65.21Application

    1/x1/xa=1a = 1 处、3 阶的泰勒展开。

  22. Ex. 65.22Application

    cosx\cos xa=π/4a = \pi/4 处、4 阶的泰勒展开。

  23. Ex. 65.23Modeling

    使用泰勒计算 limx0ex1xx2\displaystyle\lim_{x \to 0} \frac{e^x - 1 - x}{x^2}

  24. Ex. 65.24Modeling

    使用泰勒计算 limx0sinxxx3\displaystyle\lim_{x \to 0} \frac{\sin x - x}{x^3}

  25. Ex. 65.25Modeling

    计算 limx0cosx1+x2/2x4\displaystyle\lim_{x \to 0} \frac{\cos x - 1 + x^2/2}{x^4}

  26. Ex. 65.26Modeling

    计算 limx0sinxtanxx3\displaystyle\lim_{x \to 0} \frac{\sin x - \tan x}{x^3}

  27. Ex. 65.27Modeling

    使用麦克劳林级数估计 ln(1,1)\ln(1{,}1),误差小于 10410^{-4}。说明需要哪个阶。

  28. Ex. 65.28ModelingAnswer key

    估计 sin(0,1)\sin(0{,}1),误差小于 10610^{-6}。说明使用的阶数。

  29. Ex. 65.29Modeling

    使用 a=0a = 01+x\sqrt{1+x} 的泰勒展开至 2 阶来估计 1,1\sqrt{1{,}1}

  30. Ex. 65.30Modeling

    相对论能量:E=mc2/1v2/c2E = mc^2/\sqrt{1 - v^2/c^2}。按 v/cv/c 的幂展开,并指出 E0=mc2E_0 = mc^2Ek=12mv2E_k = \frac{1}{2}mv^2 项。

  31. Ex. 65.31Understanding

    是什么使 PnP_n 成为在 aa 处的"最佳 nn 次多项式逼近"?

  32. Ex. 65.32UnderstandingAnswer key

    证明:若 ff 是次数 n\leq n 的多项式,则 Pn=fP_n = f 精确相等(不仅仅是逼近)。

  33. Ex. 65.33Understanding

    使用拉格朗日余项估计证明 exe^x 的收敛半径无穷大。

  34. Ex. 65.34UnderstandingAnswer key

    在金融学中,(1+r/n)ner(1 + r/n)^n \to e^rnn \to \infty(连续复利)。使用 ere^r 的泰勒展开估计年增长因子 r=12%r = 12\% 并与单利比较。

  35. Ex. 65.35Challenge

    通过分离 eze^z 级数的偶数和奇数项推导欧拉公式 eix=cosx+isinxe^{ix} = \cos x + i\sin x

  36. Ex. 65.36Challenge

    证明 f(x)=e1/x2f(x) = e^{-1/x^2}f(0)=0f(0) = 0)在 0 处的所有导数都为零——因此对所有 nnPn=0P_n = 0,但 fPnf \neq P_n

  37. Ex. 65.37Proof

    证明 exe^x 的麦克劳林级数对所有 xRx \in \mathbb{R} 收敛到 exe^x(使用拉格朗日余项估计)。

  38. Ex. 65.38ProofAnswer key

    通过沿参数直线约化到 1D 泰勒来证明 2 阶多变量泰勒(含黑塞矩阵)。

  39. Ex. 65.39Proof

    通过广义平均值定理证明余项的拉格朗日形式。

  40. Ex. 65.40Proof

    对级数 1/(1+t2)=(1)kt2k1/(1+t^2) = \sum (-1)^k t^{2k} 积分得到 arctanx\arctan x 级数。利用此推导莱布尼兹公式:π/4=11/3+1/51/7+\pi/4 = 1 - 1/3 + 1/5 - 1/7 + \cdots

来源

  • Active Calculus — Boelkins · 2024 · §8.5 Taylor Polynomials and Taylor Series · CC-BY-NC-SA. 首要来源。
  • Calculus Volume 2 — OpenStax · 2016 · §6.3 Taylor and Maclaurin Series · CC-BY-NC-SA.
  • APEX Calculus — Hartman et al. · 2024 · v5.0 · §8.6 Taylor Polynomials · CC-BY-NC.

Updated on 2026-05-05 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.