Estimate function values with clean power series expansion. Inspect terms, errors, and convergence details. Compare curves with downloadable outputs and helpful examples today.
| Function | x | Order n | Approximation Insight |
|---|---|---|---|
| e^x | 1.0 | 6 | Gives a close estimate to e. |
| sin(x) | 0.5 | 7 | Odd powers dominate this alternating approximation. |
| cos(x) | 1.2 | 8 | Even powers improve stability near zero. |
| ln(1+x) | 0.3 | 10 | Works well inside the convergence interval. |
| arctan(x) | 0.7 | 9 | Alternating odd terms refine the angle estimate. |
The Maclaurin series is the Taylor series centered at zero:
This calculator builds a truncated polynomial:
Error metrics are computed as:
It approximates a function near zero using polynomial terms from the function’s derivatives at zero. It also compares the approximation against the exact value when available.
Additional terms capture more curvature and behavior of the original function. For many functions, partial sums get closer to the exact value as order increases within the convergence region.
No. Some Maclaurin series converge only inside a limited interval. For example, geometric and logarithmic forms often require |x| less than 1 for reliable convergence.
The exact value comes from the original function formula. The approximation comes from the truncated Maclaurin polynomial, which uses only a finite number of terms.
Many functions use only even or odd powers in their Maclaurin expansion. Terms with missing powers naturally become zero and still help explain the full order structure.
The graph plots the exact function and the Maclaurin approximation over your chosen x range. This helps you see where the truncated series tracks closely and where it drifts.
Use a smaller range when the function converges slowly or has a limited convergence interval. Near the expansion center, polynomial approximations usually behave much better.
CSV export is useful for spreadsheets and deeper analysis. PDF export creates a printable report of the visible page, including the summary and term table.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.