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

Strenge Definition und Eigenschaften

Taylor-Polynom

"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

Lagrange-Restglied

"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

Klassische Maclaurin-Reihen

FunktionMaclaurin-ReiheKonvergenzradius
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]

Bearbeitete Beispiele

Exercise list

40 exercises · 10 with worked solution (25%)

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

    Schreiben Sie das Maclaurin-Polynom von f(x)=exf(x) = e^x bis x4x^4.

  2. Ex. 65.2Application

    Schreiben Sie das Maclaurin-Polynom von f(x)=sinxf(x) = \sin x bis x7x^7.

  3. Ex. 65.3Application

    Schreiben Sie das Maclaurin-Polynom von f(x)=cosxf(x) = \cos x bis x6x^6.

  4. Ex. 65.4Application

    Schreiben Sie das Maclaurin-Polynom von f(x)=ln(1+x)f(x) = \ln(1+x) bis x4x^4.

  5. Ex. 65.5ApplicationAnswer key

    Maclaurin von f(x)=1/(1x)f(x) = 1/(1-x) bis x5x^5 — das ist einfach die geometrische Reihe.

  6. Ex. 65.6Application

    Maclaurin von f(x)=(1+x)1/2f(x) = (1+x)^{1/2} bis x3x^3. Berechne ff', ff'', ff''' bei x=0x = 0.

  7. Ex. 65.7Application

    Maclaurin von arctanx\arctan x bis x5x^5 (via Integration von 1/(1+x2)1/(1+x^2)).

  8. Ex. 65.8Application

    Maclaurin von sinhx\sinh x und coshx\cosh x bis x5x^5.

  9. Ex. 65.9Application

    Maclaurin von exe^{-x} bis x4x^4 (direkte Substitution in exe^x).

  10. Ex. 65.10ApplicationAnswer key

    Maclaurin von tanx\tan x bis x5x^5 unter Verwendung von sin/cos\sin/\cos.

  11. Ex. 65.11ApplicationAnswer key

    Maclaurin von cos(2x)\cos(2x) bis x4x^4 via Substitution.

  12. Ex. 65.12Application

    Maclaurin von ex2e^{x^2} bis x6x^6.

  13. Ex. 65.13ApplicationAnswer key

    Maclaurin von cos(x2)\cos(x^2) bis x8x^8.

  14. Ex. 65.14Application

    Maclaurin von ln(1x2)\ln(1 - x^2) bis x6x^6.

  15. Ex. 65.15ApplicationAnswer key

    Maclaurin von 1/(1+x2)1/(1+x^2) bis x6x^6 (geometrische Reihe mit u=x2u = -x^2).

  16. Ex. 65.16ApplicationAnswer key

    Maclaurin von exsinxe^x \sin x bis x4x^4.

  17. Ex. 65.17Application

    Maclaurin von sinxcosx\sin x \cos x bis x5x^5 (oder nutze sin(2x)/2\sin(2x)/2).

  18. Ex. 65.18Application

    Maclaurin von xexx e^{-x} bis x4x^4.

  19. Ex. 65.19Application

    Taylor von lnx\ln x um a=1a = 1, Ordnung 4.

  20. Ex. 65.20Application

    Taylor von x\sqrt{x} um a=1a = 1, Ordnung 3.

  21. Ex. 65.21Application

    Taylor von 1/x1/x um a=1a = 1, Ordnung 3.

  22. Ex. 65.22Application

    Taylor von cosx\cos x um a=π/4a = \pi/4, Ordnung 4.

  23. Ex. 65.23Modeling

    Berechnen Sie limx0ex1xx2\displaystyle\lim_{x \to 0} \frac{e^x - 1 - x}{x^2} unter Verwendung von Taylor.

  24. Ex. 65.24Modeling

    Berechnen Sie limx0sinxxx3\displaystyle\lim_{x \to 0} \frac{\sin x - x}{x^3} unter Verwendung von Taylor.

  25. Ex. 65.25Modeling

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

  26. Ex. 65.26Modeling

    Berechnen Sie limx0sinxtanxx3\displaystyle\lim_{x \to 0} \frac{\sin x - \tan x}{x^3}.

  27. Ex. 65.27Modeling

    Schätzen Sie ln(1,1)\ln(1{,}1) mit Fehler kleiner als 10410^{-4} unter Verwendung der Maclaurin-Reihe. Sagen Sie, welche Ordnung zu verwenden ist.

  28. Ex. 65.28ModelingAnswer key

    Approximieren Sie sin(0,1)\sin(0{,}1) mit Fehler kleiner als 10610^{-6}. Sagen Sie die verwendete Ordnung.

  29. Ex. 65.29Modeling

    Approximieren Sie 1,1\sqrt{1{,}1} unter Verwendung von Taylor von 1+x\sqrt{1+x} um a=0a = 0 bis Ordnung 2.

  30. Ex. 65.30Modeling

    Relativistische Energie: E=mc2/1v2/c2E = mc^2/\sqrt{1 - v^2/c^2}. Expandiere in Potenzen von v/cv/c und identifiziere die Terme E0=mc2E_0 = mc^2 und Ek=12mv2E_k = \frac{1}{2}mv^2.

  31. Ex. 65.31Understanding

    Was macht PnP_n zur „besten polynomialen Approximation vom Grad nn" bei aa?

  32. Ex. 65.32UnderstandingAnswer key

    Zeigen Sie, dass wenn ff Polynom vom Grad n\leq n ist, dann Pn=fP_n = f exakt (keine bloße Approximation).

  33. Ex. 65.33Understanding

    Begründen Sie, dass exe^x Konvergenzradius unendlich hat unter Verwendung der Lagrange-Fehlerabschätzung.

  34. Ex. 65.34UnderstandingAnswer key

    In der Finanzwirtschaft: (1+r/n)ner(1 + r/n)^n \to e^r wenn nn \to \infty (stetige Zinseszinsung). Nutze Taylor von ere^r um den jährlichen Wachstumsfaktor mit r=12%r = 12\% zu schätzen und vergleiche mit einfachen Zinsen.

  35. Ex. 65.35Challenge

    Leiten Sie die Euler-Formel eix=cosx+isinxe^{ix} = \cos x + i\sin x her, indem Sie gerade und ungerade Terme in der Reihe von eze^z trennen.

  36. Ex. 65.36Challenge

    Zeigen Sie, dass f(x)=e1/x2f(x) = e^{-1/x^2} (mit f(0)=0f(0) = 0) alle Ableitungen null bei 00 hat — also Pn=0P_n = 0 für alle nn, aber fPnf \neq P_n.

  37. Ex. 65.37Proof

    Demonstrieren Sie, dass die Maclaurin-Reihe von exe^x gegen exe^x für alle xRx \in \mathbb{R} konvergiert (verwenden Sie die Lagrange-Fehlerabschätzung).

  38. Ex. 65.38ProofAnswer key

    Demonstrieren Sie multivariates Taylor der Ordnung 2 (mit Hesse-Matrix), indem Sie auf 1D-Taylor entlang einer parametrischen Geraden reduzieren.

  39. Ex. 65.39Proof

    Demonstrieren Sie die Lagrange-Form des Restglieds unter Verwendung des verallgemeinerten Mittelwertsatzes.

  40. Ex. 65.40Proof

    Integrieren Sie die Reihe 1/(1+t2)=(1)kt2k1/(1+t^2) = \sum (-1)^k t^{2k}, um arctanx\arctan x als Reihe zu erhalten. Nutzen Sie das, um die Leibniz-Formel herzuleiten: π/4=11/3+1/51/7+\pi/4 = 1 - 1/3 + 1/5 - 1/7 + \cdots

Quellen

  • Active Calculus — Boelkins · 2024 · §8.5 Taylor Polynomials and Taylor Series · CC-BY-NC-SA. Primäre Quelle.
  • 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.