Taylor series represent a function as an infinite polynomial built from derivatives at a chosen center. A Maclaurin series is the special case centered at \(0\). Series are useful because polynomials are easier to differentiate, integrate, and approximate than many original functions.
The formula
The Taylor series for \(f(x)\) centered at \(a\) is \(f(a)+f'(a)(x-a)+f''(a)(x-a)^2/2!+\cdots\). More compactly, it is \(\sum_{n=0}^{\infty} f^{(n)}(a)(x-a)^n/n!\).
Worked example 1: \(e^x\)
For \(f(x)=e^x\) centered at \(0\), every derivative is \(e^x\), and every derivative value at zero is \(1\). The Maclaurin series is \(1+x+x^2/2!+x^3/3!+\cdots\).
Worked example 2: \(\sin x\)
The derivatives cycle: \(\sin x\), \(\cos x\), \(-\sin x\), \(-\cos x\). At zero, the nonzero values alternate. The Maclaurin series is \(x-x^3/3!+x^5/5!-\cdots\).
Worked example 3: centered away from zero
For \(f(x)=\ln x\) centered at \(a=1\), terms use powers of \(x-1\), not powers of \(x\). This shift matters. A Taylor series centered at one point is strongest near that point.
Approximation
A Taylor polynomial uses the first few terms of the series. For small \(x\), \(\sin x\) is close to \(x\), and a better approximation is \(x-x^3/6\). Adding terms usually improves accuracy near the center.
Common mistakes
Students often forget the factorial, forget the center shift, or write a pattern without checking enough derivatives. Another mistake is assuming a series works equally well everywhere. Convergence and approximation quality depend on the function and the center.
Calculator support
Use the Taylor Series Calculator for expansion checks and compare derivative patterns with the Derivative Calculator.
Manual practice set
Build series from derivatives instead of memorizing final forms. For \(e^x\), list four derivatives and evaluate at zero. For \(\sin x\), list enough derivatives to see the sign and zero pattern. For \(\ln(1+x)\), compare the first few derivatives with the known alternating pattern.
Then use the first three nonzero terms to approximate a value. Estimate \(\sin(0.2)\) with \(x-x^3/6\). Because \(0.2\) is near the center, the approximation should be close. Try a larger value and notice how the error grows.
Center and interval matter
A Taylor series is local. Centering at \(a=0\) gives powers of \(x\). Centering at \(a=2\) gives powers of \(x-2\). The center tells where the polynomial is designed to behave like the original function.
Human review checklist
Check the center, factorials, powers, signs, and derivative values. If a series skips terms, confirm that derivative values are actually zero. If a problem asks for a polynomial of degree three, do not include higher-degree terms in the final answer.
Internal study path
Use the Taylor Series Calculator for expansion checks. For derivative patterns, review Chain Rule Derivatives and the derivative calculator page.
Classroom-style activity
Build a derivative table with columns for \(f(x)\), \(f(0)\), \(f'(0)\), \(f''(0)\), and later derivatives. Then convert each row into a term of the Maclaurin series. This makes the factorial denominator and derivative values visible.
Ask students to compare two approximations for the same function. For \(e^x\), compare \(1+x\) with \(1+x+x^2/2\) near zero. The second is usually better near the center because it matches more derivative information. This gives practical meaning to adding terms.
For human review, check the center in every term. If the series is centered at \(a\), powers must use \(x-a\). A beautifully written series with powers of \(x\) can still be wrong if the center is not zero.
Editorial quality gate
This guide is designed to be used with a human check, not as a blind answer source. Before relying on any result, review the notation, the variable, the assumptions, and the final answer type. If a formula contains a bound, a domain restriction, an absolute value, or a convergence condition, that detail should appear in the written reasoning, not only in the final line.
For independent verification, use at least one manual test. Differentiate antiderivatives, substitute endpoints in definite integrals, compare signs with a quick graph estimate, or test a limit by direct substitution before using a special rule. When a calculator result disagrees with handwritten work, first check whether the input was interpreted correctly. Parentheses, variables, and bounds can change the entire problem.
The related calculator link is included for practice and comparison. A productive study workflow is to try the setup on paper, read the guide section that matches the method, run the calculator, and then explain any difference in your own words. That final explanation step is what turns a solved example into durable calculus understanding.
Before you move on
Close the guide by writing one original problem, one method clue, and one verification step. For example, the clue might be an inside derivative, an indeterminate form, a repeated factor, a variable bound, or a physical unit. The verification step might be differentiation, substitution, estimation, graph behavior, or comparison with a known formula. This short habit helps the article become active practice rather than passive reading.
For best results, revisit the examples after a break and solve them without looking at the steps. If the method still feels clear, the guide has done its job.