Skip to main content
DigiCalcs

learn.howToCalculate

learn.whatIsHeading

A Taylor series approximates any smooth function as an infinite polynomial around a point. Truncating it gives a polynomial approximation — the basis for how calculators compute sin, cos, and eˣ.

단계별 가이드

  1. 1f(x) ≈ f(a) + f'(a)(x−a) + f''(a)(x−a)²/2! + ...
  2. 2sin(x) = x − x³/6 + x⁵/120 − ...
  3. 3cos(x) = 1 − x²/2 + x⁴/24 − ...
  4. 4eˣ = 1 + x + x²/2 + x³/6 + ...

풀어진 예시

입력
sin(0.5 rad) using 3 terms
결과
0.5 − 0.5³/6 + 0.5⁵/120 = 0.4794
Exact: 0.47943; error < 0.0001

계산할 준비가 되셨나요? 무료 Taylor Series 계산기를 사용해 보세요

직접 시도해 보세요 →

설정