Revision sheet: Taylor and Maclaurin series (MATH 141)
This sheet is not a summary of section 11.10 of Stewart: you already have the course notes. It answers one question only, what makes students lose marks on Taylor and Maclaurin series in MATH 141 at McGill University, and which precise gesture avoids each loss.
Every number below is done by hand, as on the exam, and every value quoted has been checked by an independent computation. The rule that runs through the whole sheet: build from the table, read back with n!, and stay inside the interval.
The thread of the chapter
The coefficient of the n-th power of (x - a) is the n-th derivative at a over n factorial, read in both directions: build a series from the table instead of differentiating, read derivatives back as n factorial times the coefficient, and never use a series outside the interval on which it equals its function.
•1−x1=∑xn on (−1,1); ln(1+x)=∑n≥1n(−1)n−1xn on (−1,1]; arctanx=∑2n+1(−1)nx2n+1 on [−1,1], both from the power series chapter.
•(1+x)k=∑(nk)xn for ∣x∣<1, with (nk)=n!k(k−1)⋯(k−n+1), exactly n factors on top. The constant inside must be 1.
•Recognize a table series by its DENOMINATOR: n! is the exponential, (2n)! or (2n+1)! with alternating signs is the cosine or the sine, n is the logarithm, 2n+1 is the arctangent.
Red dots mark the endpoints: filled means the equality holds there, hollow means it does not. Only ex, sin and cos are valid everywhere; everything else stops at ±1 before any substitution.
The rules in table form
Each row reads from left to right: the assumptions, then the result. A red cell is not an answer, it is the finding that the form settles nothing and the instruction to rewrite it. Every case is followed by a worked example.
Where does the new series live?
Every construction moves the interval in its own way. The last column is the interval on which the new series equals its function; the red line is the series that students write and that does not exist.
Construction
Example
Interval of the result
substitute u=cx
ln(1+2x) from ln(1+u)
(−21,21]
Example: −1<2x≤1; at x=21 the series is ∑n(−1)n−1, it converges; at x=−21 it is −∑n1.
substitute u=xm
arctan(x3)
[−1,1]
Example: ∣x3∣≤1⟺∣x∣≤1; the powers become x6n+3, exponents multiply.
multiply by xk
x2e−x
unchanged: every x
Example: x2e−x=∑m!(−1)mxm+2, so f(21)(0)=−19!21!=−420.
factor to reach (1+u)k
38+x=2(1+8x)1/3
∣x∣<8
Example: 2+12x−288x2+…, and f′(0)=31⋅8−2/3=121 confirms c1.
integrate term by term
∫0xe−t2dt
same radius: every x
Example: ∑n!(2n+1)(−1)nx2n+1; at x=1 the exact value 1−31+101−421+…
Maclaurin series of lnx
lnx at a=0
no such seriesno such series
Example: lnx is not even defined at 0, so no f(n)(0) exists and no series in powers of x can equal it.
Same form, other result: x1 has no Maclaurin series either, yet x1=∑(−1)n(x−1)n on (0,2): centred at 1 it works.
What to do: Change the centre: lnx=ln2+ln(1+2x−2)=ln2+∑n≥1n2n(−1)n−1(x−2)n on (0,4], or work with ln(1+x).
Endpoints never follow a rule of thumb: after a substitution, each endpoint is the image of an endpoint of the table, and it is included exactly when the table includes it.
The mistakes that cost marks
These are the errors I correct most often in session. Each one costs marks on a paper, even when the reasoning behind it is right.
1.Reading a derivative off a coefficient without the factorial
the whole question
What not to write
“sin(x2)=x2−6x6+…, so the sixth derivative of sin(x2) at 0 is −61.”
What to write
“c6=−61, so f(6)(0)=6!c6=720⋅(−61)=−120.”
Why: The coefficient is n!f(n)(a), not f(n)(a). The factorial is the only computation of the question, so forgetting it leaves nothing to mark.
2.Losing the centre
2 to 3 marks, and every later use of the series
What not to write
“The Taylor series of x1 at a=1 is ∑(−1)nxn.”
What to write
“x1=1+(x−1)1=∑n≥0(−1)n(x−1)n for 0<x<2.”
Why: A series centred at a is written in powers of (x−a). The faux line is the series of 1+x1 at 0, a different function. The value-at-the-centre test catches it: at x=1 it gives ∑(−1)n, which does not even converge.
3.Evaluating a series outside its interval
the whole question
What not to write
“3π=arctan3=∑n≥02n+1(−1)n(3)2n+1.”
What to write
“31 is in [−1,1]: 6π=arctan31, so π=23∑n≥0(2n+1)3n(−1)n.”
Why: The arctangent series equals arctanx only on [−1,1]. At 3 the terms 2n+13n3 tend to infinity: the series diverges and equals nothing. Rewrite the number so that the argument falls inside the interval.
4.Copying the interval of the table after a substitution
1 to 2 marks
What not to write
“ln(1+2x)=∑n≥1n(−1)n−12nxn for −1<x≤1.”
What to write
“The table needs −1<u≤1 with u=2x, so the series is valid for −21<x≤21.”
Why: The interval belongs to the variable of the table, u, not to x. At x=1 the faux line would add terms n2n that grow without bound.
5.Applying the binomial series before factoring
2 to 3 marks
What not to write
“38+x=2+31x−91x2+…”
What to write
“38+x=2(1+8x)1/3=2+12x−288x2+… for ∣x∣<8.”
Why: The binomial series is the series of (1+u)k: the constant must be 1. The first-derivative test settles it in five seconds: f′(0)=31⋅8−2/3=121, not 31.
6.Multiplying two series coefficient by coefficient
the whole question
What not to write
“excosx: multiply the coefficients of equal powers, 1+0⋅x−41x2+…”
What to write
“The coefficient of x2 collects 1⋅(−21)+1⋅0+21⋅1=0: excosx=1+x−3x3−6x4+…”
Why: A product of series is a product of polynomials that never ends: the coefficient of xn gathers every pair of degrees adding to n. The faux line even fails c1=f′(0)=1.
7.Stopping the expansion before anything survives
the whole question
What not to write
“Near 0, cosx≈1, so x21−cosx≈x20=0 and the limit is 0.”
What to write
“1−cosx=2x2−24x4+…, so x21−cosx=21−24x2+⋯→21.”
The curve does not head for 0: it climbs to the hollow point at height 21, the coefficient of the first term that survives, 2x2.
Why: The approximation cosx≈1 throws away exactly the term that decides. Expand until a nonzero term survives the cancellation, to the degree of the denominator.
8.Taking a convergent Taylor series for its function
the whole question
What not to write
“Every derivative of f(x)=e−1/x2 (with f(0)=0) is 0 at 0, so its Maclaurin series is 0 and f(x)=0 for all x.”
What to write
“The Maclaurin series of f is 0 and converges everywhere, but f(1)=e1=0: the series equals f only at x=0.”
The blue curve is so flat at 0 that every derivative vanishes there, so its Maclaurin series is the red line y=0; the two agree only at the origin.
Why: Convergence of the Taylor series says nothing about its limit. The equalities of the table are theorems proved with the remainder; a function outside the table is either built from it or checked the same way.
Which method to choose
Which route to the series, by the FORM of the function
Before differentiating anything, look for a table function hidden in the formula
If a table function of a simple expression: e−x2, cosx, ln(1+2x) → substitute in parentheses, then rescale the interval
Example: e−x2=∑n!(−1)nx2n, every x
If a power of x times a table function → multiply, and shift the exponents
Example: x2arctan(x3)=∑2n+1(−1)nx6n+5 on [−1,1]
If a product or a quotient of two table functions → collect every pair of degrees, or write the unknown series and match coefficients
Example: tanx=x+3x3+152x5+… from sinx=tanx⋅cosx
If a composition f(g(x)) → make the inner quantity tend to 0, then expand each power of it to the degree asked
Example: ln(cosx) with cosx=1+u: −2x2−12x4+…
If a constant other than 1 inside a power, or a centre a=0 → factor to reach (1+u)k or ln(1+u)
Example: lnx=ln2+ln(1+2x−2) on (0,4]
If an integral with no elementary antiderivative, or a function defined by one → expand the integrand, integrate term by term on a bounded interval
Example: Si(x)=x−18x3+600x5−…
If none of the above, and the question says from the definition → differentiate, find the pattern, prove it, evaluate at the centre, divide by n!
Example: lnx at 2: f(n)(2)=2n(−1)n−1(n−1)!, cn=n2n(−1)n−1
A table route and the definition give the SAME series, by uniqueness. When time allows, the second route is the best check of the first.
How the answer is expected to be written
A marker ticks steps. Here they are in order, with the concluding sentence expected word for word.
Writing a series built from the table
When to use it: Any question that says find the Taylor or Maclaurin series and state where it is valid
1Name the table series you start from, with its interval, in the variable u.
2Say what u is, substitute in parentheses, and multiply or factor as needed.
3Simplify the general term: powers of powers multiply, signs come out as (−1)n.
4Translate the interval of u into an interval of x, and give each endpoint's verdict from the table.
5Check the first term, or c1=f′(a), before moving on.
Concluding sentence
“Since ln(1+u)=∑n≥1n(−1)n−1un for −1<u≤1, with u=2x: ln(1+2x)=∑n≥1n(−1)n−12nxn for −21<x≤21.”
The trap: Writing the table series and the final series without saying what u is: the marker cannot tell a substitution from a guess, and the interval has no justification.
Marking: Typically 1 mark for the table series quoted with its interval, 1 to 2 for the substitution and the general term, 1 for the interval of the result with its endpoints.
Check before you hand in
Five minutes of checking recover more marks than one more problem started in a hurry.
The value at the centre
Put x = a in the series: every term but the first vanishes, and what is left must be f(a).
The series of lnx at 2 gives ln2 at x=2; the faux series ∑(−1)nxn for x1 at 1 gives a divergent ∑(−1)n.
The first-derivative test
Compute f'(a) directly, in one line, and compare with the coefficient c_1.
For 38+x: f′(0)=121, which rules out the unfactored 31 at once.
The parity test
An even function has only even powers in its Maclaurin series, an odd function only odd powers.
ln(cosx) and xsinx are even, tanx, arctanx and Si are odd: an x3 in the series of ln(cosx) is a slip.
The square test
For a root, square the series and check that the result is the function under the root.
(1+2x−8x2+16x3)2=1+x+0x2+0x3+…
The typical problem, taken apart
A limit by series, composition included
Compute limx→0x4ex2−cosx−23x2.
No calculator, no L'Hôpital's rule: the answer is expected by series, as on a MATH 141 final.
Step 1
Form 00, denominator x4: every piece of the numerator will be expanded up to x4, not further.
Why
The degree of the denominator fixes the depth of every expansion. Going further costs time; stopping earlier loses the answer.
Step 2
eu=1+u+2u2+… with u=x2: ex2=1+x2+2x4+…, the next term being of degree 6.
Why
A substitution into the table, no derivative. Stopping at 1+x2 because x4 looks small is exactly the error that ruins the question.
Step 3
cosx=1−2x2+24x4+…, the next term being of degree 6.
Why
Straight from the table. Both expansions now stop at the same degree, 4, which is the condition for the subtraction to be exact up to x4.
The classic mistake on this problem: Stopping ex2 at 1+x2 turns the numerator into −24x4 and the limit into −241: a wrong sign and a wrong size, from one term left out.
Learn by heart
•cn=n!f(n)(a), and backwards f(n)(a)=n!cn. Never forget the factorial.
•Centre a: powers of (x−a). The series of lnx and x1 exist only around a=0.
•Only ex, sinx, cosx are valid for every x. The others stop at ±1 in their own variable.
•Substitute in parentheses, then rescale the interval and recheck its endpoints.
•Binomial series: make the constant 1 first; (nk) has exactly n factors on top.
•Products collect all pairs of degrees; compositions need an inner quantity tending to 0.
•Limits: expand until something survives, to the degree of the denominator.
•A convergent Taylor series may converge to something else: e−1/x2.
Frequently asked questions
What is the difference between a Taylor series and a Maclaurin series?
A Maclaurin series is simply a Taylor series centred at zero. The Taylor series of a function at a point a is written in powers of x minus a, with the n-th derivative at a divided by n factorial as coefficient. Choose the centre where the function and its derivatives are easy to evaluate, and where the function is defined.
How do I find a Maclaurin series without computing derivatives?
Start from the table of known series, those of e to the x, sine, cosine, the natural log of one plus x, arctangent and the binomial series, then substitute, multiply by a power of x, multiply or divide two series, or integrate term by term. By uniqueness the result is the Maclaurin series. Always restate the interval where the new series is valid.
How do I find the n-th derivative at zero from a power series?
Find the coefficient of x to the n in the series, then multiply it by n factorial. For e to the x cubed, the x to the ninth term is x to the ninth over 3 factorial, so the ninth derivative at zero is 9 factorial over 3 factorial, 60480. If x to the n never appears, that derivative is zero.
How do I use Taylor series to compute a limit?
Replace each function by its series around the point, keeping enough terms that something nonzero survives after the cancellations, usually up to the degree of the denominator. Simplify, divide, and the limit is the coefficient of the lowest surviving power. Stopping too early, for instance replacing sine of x by x, is the most common way to get zero by mistake.
Practise it
Corrected exercises: Taylor and Maclaurin series, MATH 141 at McGill
A method is proved on a paper, not on a sheet. The set for the same chapter takes each of these traps into a problem, with the solution written out step by step.
Get in touch for a first session. Taylor series are where the whole course meets: derivatives, integrals, limits and series in one formula, and where a single forgotten factorial costs the question.