Lukas' Notes

Home

❯

Knowledge

❯

Taylor Series

Taylor Series

Jun 09, 20251 min read

analysis

Definition

Taylor Series

Let f be an infinitely times differentiable function. The series

n≥0∑​n!f(n)(x0​)​(x−x0​)n=f(x0​)+f′(x0​)(x−x0​)+2f′′(x0​)​(x−x0​)2+…

is called Taylor series of f(x) at expansion point x0​. If x0​=0, the Taylor series is called MacLaurin series.


Graph View

Backlinks

  • Analytic Function
  • Taylor's Formula
  • Taylor's Theorem

Created with Quartz v4.4.0 © 2025

  • GitHub