Enter the values to calculate the Taylor series representation of a function.
Related
Use this Taylor Series Calculator to expand mathematical functions into their Taylor series form with step-by-step results. The tool allows you to approximate complicated functions by converting them into polynomials around a selected point.
x = 0.Limitation: This calculator generates Taylor polynomial expansions only. It does not test interval convergence or compute alternative power series forms.
The Taylor series is an infinitely long sum of terms derived from the function's derivatives at a specified point.
It is widely used in calculus to approximate the values of complex functions, especially near the chosen point. This Taylor series is particularly useful for representing complex functions with simpler polynomials.
The general Taylor series expansion of a function f(x) about the point a is:
\( f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n = f(a) + f'(a)(x-a) + \frac{f''(a)}{2!}(x-a)^2 + \frac{f'''(a)}{3!}(x-a)^3 + \dots + \frac{f^n(a)}{n!}(x-a)^n\)
The Taylor series is infinite, but you can set the degree of the polynomial (n) to specify. It can also be done with our Taylor series calculator which allows you to specify the “n” value for the approximation (adding a higher degree leads to a more accurate approximation of the function).
To calculate the Taylor series expansion for the function, look at the example using a formula:
Find the Taylor polynomial of f(x) = √(x² + 4) up to degree n = 2 about x = 1.
Solution:
Using the Taylor polynomial formula:
\( P(x) = \sum_{k=0}^{2} \frac{f^{(k)}(a)}{k!}(x-a)^k \)
Step 1: Function value
\( f(x) = \sqrt{x^2 + 4}, \quad f(1) = \sqrt{5} \)
Step 2: First derivative
\( f'(x) = \frac{x}{\sqrt{x^2 + 4}}, \quad f'(1) = \frac{1}{\sqrt{5}} \)
Step 3: Second derivative
\( f''(x) = \frac{4}{(x^2 + 4)^{3/2}}, \quad f''(1) = \frac{4}{5\sqrt{5}} = \frac{4\sqrt{5}}{25} \)
Step 4: Form the polynomial
\( P(x) = f(1) + f'(1)(x-1) + \frac{f''(1)}{2}(x-1)^2 \)
Step 5: Substitute values
\( P(x) = \sqrt{5} + \frac{\sqrt{5}}{5}(x-1) + \frac{2\sqrt{5}}{25}(x-1)^2 \)
Wikipedia: Taylor Series
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
How was your experience today?
Not now
Awesome! Would you mind sharing that on Trustpilot?
Your review helps others find a tool that actually works.
Write a Review on TrustpilotNot now
Sorry to hear that
Tell us what went wrong — we read every message.
Not now
Thanks for your feedback!
We'll use it to make things better.