Finding Taylor or Maclaurin series for a function
AP Calculus BCΒ· AP Calculus BC CED β Infinite Sequences and SeriesΒ· 14 min read
1. Core Definitions of Taylor and Maclaurin Seriesβ β ββββ± 2 min
Finding a Taylor or Maclaurin series means constructing an infinite power series representation of a given infinitely differentiable function. Coefficients are defined to match the function's value and all orders of derivative at a chosen center point .
Taylor Series
A Taylor series centered at for a function is an infinite power series built to match and all its derivatives at . It converges to on its interval of convergence.
Example:
A Taylor series centered at will have terms of the form
Maclaurin Series
A Maclaurin series is a special case of a Taylor series that is always centered at , the most common center tested on the AP Calculus BC exam.
Example:
All pre-memorized standard series for common functions are Maclaurin series
This topic is a core skill in Unit 10, which makes up 17-18% of the AP Calculus BC exam. Questions on finding series appear in both multiple-choice and free-response sections, and are often combined with other series skills like finding convergence or approximation.
2. Direct Computation via the Definition Methodβ β β βββ± 3 min
π« No Calculator
The formal definition of a Taylor series centered at gives the general formula:
Where is the -th derivative of evaluated at , and by convention. For Maclaurin series (), this simplifies to:
The direct method requires computing the first few derivatives, identifying a pattern in coefficients, and writing the general term. It is most often used for functions that do not fit a known standard series, or for non-zero centers.
Find the first four non-zero terms of the Maclaurin series for using the definition.
- 1
Compute the first few derivatives of :
- 2
- 3
Evaluate all derivatives at the center :
- 4
- 5
Calculate coefficients as for non-zero values:
- 6
- 7
Write the first four non-zero terms of the series:
- 8
Exam tip:
Use this method when the question explicitly asks you to use the definition of Taylor series, or for non-zero centers.
3. Constructing Series by Substitutionβ β β βββ± 3 min
π« No Calculator
Once you memorize standard Maclaurin series for common functions, you do not need to recompute coefficients from scratch for most exam problems. Substitution is the most common shortcut: if you have a known series , then within the new interval of convergence.
This method is tested more frequently than the direct definition method on the AP exam, because it tests your ability to manipulate known series rather than just compute derivatives.
Find the Maclaurin series for , including the general term.
- 1
Recall the standard geometric Maclaurin series:
- 2
- 3
Rewrite to match the geometric series form: , so substitute .
- 4
Apply the exponent to the entire substituted expression to get the general term:
- 5
- 6
Write the full series:
- 7
4. Constructing Series by Differentiation and Integrationβ β β β ββ± 3 min
π« No Calculator
Power series can be differentiated and integrated term-by-term within their interval of convergence, so you can use this property to derive a new series from a known one. If , then:
Term-by-term differentiation and integration do not change the radius of convergence of the original series; only convergence at the endpoints may change. This method is used when your target function is the derivative or integral of a function with a known series.
Find the Maclaurin series for for , including the general term.
- 1
First note that the derivative of is:
- 2
- 3
Use substitution to get the series for :
- 4
- 5
Integrate term-by-term from to to recover :
- 6
- 7
Check the constant of integration: , so . Rewrite the final series:
- 8
5. Adjusting Series by Multiplying by a Power of $x$β β β βββ± 3 min
π« No Calculator
A common AP exam problem requires finding the series for a function that is a known function multiplied by (or for a general center). This simple manipulation checks your understanding of how power series terms work: when you multiply a power series by , every exponent increases by , and coefficients do not change.
Write the first three non-zero terms of the Maclaurin series for .
- 1
Recall the standard Maclaurin series for :
- 2
- 3
Substitute into the series:
- 4
- 5
Multiply the entire series by , which adds 3 to every exponent:
- 6
- 7
Simplify to get the first three non-zero terms:
- 8
6. Common Pitfalls
Wrong move:
When substituting into , writing the general term as instead of
Why:
Students forget to apply the exponent to the negative sign, only applying it to the term.
Correct move:
Always wrap the entire substituted expression in parentheses before applying the exponent:
Wrong move:
When computing a Taylor series centered at , using memorized Maclaurin coefficients and just replacing with without re-evaluating derivatives.
Why:
Students confuse the general form of a Taylor series with pre-memorized Maclaurin coefficients, assuming shifting is enough for a non-zero center.
Correct move:
For a non-zero center, either recompute coefficients using the definition at , or rewrite the function in terms of and build the series around .
Wrong move:
When integrating term-by-term to find the series for , leaving a non-zero constant of integration as the first term of the series.
Why:
Students forget that , so the constant of integration evaluated at the center is zero.
Correct move:
Always evaluate the integrated function at the center to solve for ; for Maclaurin series, plug in to the target function to get .
Wrong move:
When computing the n-th derivative of for direct coefficient calculation, writing instead of .
Why:
Students get used to derivatives of and forget the chain rule gives an extra constant factor for the linear inner function.
Correct move:
For composite functions , always apply chain rule times, which gives an extra factor of for the n-th derivative.
Wrong move:
When asked for the coefficient of in , taking the coefficient of from the series as the answer.
Why:
Students forget that multiplying by shifts all exponents up by 2.
Correct move:
If multiplying by , the coefficient of in the new series is equal to the coefficient of in the original series. For this example, the coefficient of in is the coefficient of in .
7. Quick Reference Cheatsheet
Category | Formula | Notes |
|---|---|---|
General Taylor Series (center ) | Use for non-zero centers or definition questions | |
General Maclaurin Series | Special case of Taylor with , most common on AP | |
Substitution Rule | If , then | Radius adjusts, coefficients follow substitution directly |
Term-by-Term Differentiation | Same radius of convergence as original | |
Term-by-Term Integration | Solve for at ; usually for Maclaurin | |
Multiply by Power of | If , then | Only exponents shift; coefficients stay the same |
Standard: | , all real | All terms non-zero, all exponents |
Standard: | , all real | Only odd powers, alternating signs |
Standard: | , all real | Only even powers, alternating signs |
Standard: | , | Base geometric series for substitution |
When this came up on past exams
AI-estimated based on syllabus patterns β cross-check with official past papers for accuracy. Use only as revision-focus signals.
- 2023 Β· MCQ
Find coefficient of in modified series
- 2022 Β· FRQ
Derive series via differentiation of geometric series
- 2021 Β· MCQ
Maclaurin series via substitution of standard function
What's Next
Now that you can construct Taylor and Maclaurin series using all common methods, you are ready to move on to more advanced series topics that are heavily tested on the AP Calculus BC exam. Next, you will learn how to find the radius and interval of convergence for any power series, test for convergence at the endpoints of the interval, and then use the Lagrange error bound to estimate the error of Taylor polynomial approximations. Mastery of constructing series is the foundation for all these topics, so the methods you learned here will be used in almost every series question on the actual exam.
