Related
The Maclaurin series calculator helps determine the Maclaurin series expansion of a function around a specified point (usually 0). It computes the derivatives required for the polynomial terms and simplifies them to provide the series.
In mathematics, the Maclaurin series is a special case of the Taylor series where the expansion is centered at a = 0. It approximates a function as the sum of its derivatives at zero:
$$ f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!} x^n $$
Where:
This series provides a good approximation near x = 0, but becomes less precise as you move further from zero.
Given: f(y) = sin(y), n = 0 to 4
Maclaurin series formula:
$$ f(y) \approx \sum_{k=0}^{4} \frac{f^{(k)}(0) y^k}{k!} $$
$$ f(y) \approx \frac{0}{0!}y^0 + \frac{1}{1!}y^1 + \frac{0}{2!}y^2 + \frac{-1}{3!}y^3 + \frac{0}{4!}y^4 $$
$$ f(y) \approx 0 + y + 0 - \frac{1}{6} y^3 + 0 $$
$$ \sin(y) \approx y - \frac{1}{6} y^3 $$
For more details on Maclaurin series, derivatives, and convergence, see Wikipedia: List of Maclaurin series of common functions.
Related
Links
Home Conversion Calculator About Calculator Online Blog Hire Us Knowledge Base Sitemap Sitemap TwoEmail us at
Contact Us© Copyrights 2026 by Calculator-Online.net