The Taylor Series Calculator computes the Taylor series expansion of a function around a specified point. A Maclaurin series is the special case where the expansion point is zero.
Enter your function, the variable, the expansion point, and the number of terms. The calculator computes successive derivatives to build the polynomial approximation.
Your calculations will appear here
A Taylor series represents a function as an infinite sum of terms calculated from the function's derivatives at a single point. When the expansion point is 0, it is called a Maclaurin series.
The nth term of a Taylor series around point a is: f^(n)(a) / n! * (x - a)^n. The more terms included, the better the approximation near the expansion point.
Problema: Find the Maclaurin series of e^x (first 5 terms)
Solucion: 1 + x + x^2/2! + x^3/3! + x^4/4!
Respuesta: 1 + x + x^2/2 + x^3/6 + x^4/24
Problema: Find the Maclaurin series of sin(x) (first 4 non-zero terms)
Solucion: x - x^3/3! + x^5/5! - x^7/7!
Respuesta: x - x^3/6 + x^5/120 - x^7/5040
Calculate derivatives of any function step by step. Supports higher-order derivatives, partial derivatives, and common functions. Free online tool.
Calculate indefinite integrals (antiderivatives) of functions. Symbolic integration with step-by-step display. Free online integral calculator.
Calculate definite integrals with upper and lower bounds. Numerical integration using Simpson's rule. Free online definite integral calculator.
Calculate double integrals over rectangular regions. Numerical evaluation of two-variable integrals. Free online double integral calculator.
Calculate partial derivatives of multivariable functions. Symbolic differentiation with respect to chosen variable. Free online tool.
Calculate limits of functions as a variable approaches a value. Supports left and right limits. Free online limit calculator.