AP-CALCBC-10.7-10.10

U10.7 Alternating Series and Error Bound

Master the Alternating Series Test and the alternating series error bound |S − S_N| ≤ |a_{N+1}| for AP Calculus BC Unit 10.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U10.7 Alternating Series and Error Bound, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Many important series in AP Calculus BC—like (1)nn\sum \frac{(-1)^n}{n} or the Maclaurin series for cosine—switch signs term after term. These alternating series have a beautifully simple convergence test and, even better, an error bound you can compute in one step. This lesson shows you exactly when the Alternating Series Test applies, how to check its conditions cleanly, and how to bound the error of a partial sum using nothing more than the size of the first term you leave off. Nailing this topic pays off directly on both multiple-choice and free-response questions, where you are often asked how many terms guarantee a target accuracy.

The Alternating Series Test (AST)

An alternating series has the form (1)nan\sum (-1)^n a_n or (1)n+1an\sum (-1)^{n+1} a_n where an>0a_n > 0. The signs flip each term. The Alternating Series Test says the series converges if two conditions both hold:

First, the terms decrease in magnitude: an+1ana_{n+1} \le a_n for all nn beyond some starting index. Second, the terms shrink to zero: limnan=0\lim_{n\to\infty} a_n = 0.

Both conditions are about the positive part ana_n, never the signed term. A common mistake is to test (1)nan0(-1)^n a_n \to 0; instead you must confirm an0a_n \to 0 where an=(1)nana_n = |(-1)^n a_n|.

If the limit of ana_n is not zero, the series diverges by the nth-Term Test—the AST is not even needed. If the limit is zero but the terms are not decreasing, the AST is inconclusive and you must try another approach.

To verify that terms decrease, you can compare an+1a_{n+1} to ana_n algebraically, or treat ana_n as a function f(x)f(x) and show f(x)<0f'(x) < 0. On the exam, clearly stating both conditions is what earns the justification point.
ConditionWhat to checkWhy it matters
Decreasingan+1ana_{n+1}\le a_nPartial sums bracket the true sum
Limit zeroliman=0\lim a_n = 0Necessary for any convergence

Why the test works: bracketing partial sums

Understanding the mechanism makes the error bound obvious. Consider the partial sums S1,S2,S3,S_1, S_2, S_3, \dots of an alternating series with decreasing terms. Because each term is smaller than the last and alternates sign, the partial sums oscillate—overshooting, then undershooting the true sum SS.

The odd partial sums form one sequence closing in from one side, and the even partial sums close in from the other. Each new term is smaller, so the gap between consecutive partial sums shrinks toward zero. Since the terms go to zero, these two sequences squeeze together and trap the true value SS between every consecutive pair SNS_N and SN+1S_{N+1}.

This bracketing is the whole reason the series converges, and it is also why the error is so easy to bound. The true sum always lies between the last two partial sums you computed. So whatever partial sum SNS_N you stop at, the exact answer is no farther away than the very next term.

A frequent misconception: students think the AST tells you the series converges absolutely. It does not. The AST only guarantees convergence—possibly conditional. Whether it converges absolutely is a separate question answered by testing an\sum a_n directly (covered in U10.8).

The Alternating Series Error Bound

If an alternating series satisfies the AST conditions and converges to SS, then the error from stopping at the NNth partial sum SNS_N satisfiesSSNaN+1.|S - S_N| \le |a_{N+1}|.In words: the error is no bigger than the magnitude of the first term you did not include. This is remarkably clean—no derivatives, no factorials to estimate, unlike the Lagrange error bound in U10.11.

Be careful with indexing. If SNS_N includes terms up through index NN, then aN+1a_{N+1} is the next term. Always identify which term comes after your last included term and take its absolute value.

A typical exam task: find how many terms guarantee accuracy within a tolerance ε\varepsilon. You solve the inequality aN+1ε|a_{N+1}| \le \varepsilon for NN. For example, to approximate (1)n+1n\sum \frac{(-1)^{n+1}}{n} within 0.010.01, you need 1N+10.01\frac{1}{N+1} \le 0.01, so N+1100N+1 \ge 100, meaning N99N \ge 99 terms.

The bound only applies once the terms are actually decreasing. If the first few terms increase before settling, apply the bound starting from where monotonic decrease begins. Also, the bound requires an0a_n \to 0; without it, the series diverges and no partial sum approximates anything.

How the AP exam tests this

Expect three flavors of questions. First, justification: given a series, state that terms are positive and decreasing and that they tend to zero, then conclude convergence by the AST. Skipping either condition loses points even if the conclusion is right.

Second, error estimation: given a partial sum approximation, state a bound on the error using aN+1|a_{N+1}|, or determine the minimum number of terms needed for a target accuracy. These appear both as multiple-choice and as parts of FRQs involving Taylor and Maclaurin series.

Third, sign reasoning: because partial sums bracket the true value, you may be asked whether SNS_N overestimates or underestimates SS. If the next term aN+1a_{N+1} is added with a positive sign, then SNS_N is an underestimate; if negative, an overestimate.
TaskKey move
Prove convergenceVerify decreasing and limit zero, cite AST
Bound errorCompute aN+1|a_{N+1}|
Find N for accuracySolve aN+1ε|a_{N+1}|\le \varepsilon
Over/under estimateCheck sign of first omitted term
Watch out: the error bound is a bound, not the exact error. Saying the error equals aN+1|a_{N+1}| is wrong—it is at most that.

Connecting to Taylor series

Many alternating series come from evaluating a Maclaurin series at a specific point, and this is where the error bound becomes a powerful shortcut. The series for cosx\cos x, sinx\sin x, and ln(1+x)\ln(1+x) (for suitable xx) all alternate.

For instance, cos1=112!+14!16!+\cos 1 = 1 - \frac{1}{2!} + \frac{1}{4!} - \frac{1}{6!} + \cdots is alternating with decreasing terms tending to zero. If you approximate cos1\cos 1 with the first three terms, the error is at most 16!=1720\frac{1}{6!} = \frac{1}{720}.

This often gives a tighter, easier bound than the Lagrange error bound from U10.11. When a Taylor approximation produces an alternating series with decreasing terms, you may use the alternating series bound instead of Lagrange—and AP scoring accepts either when applicable.

The key precondition is that the numerical series really does alternate with decreasing magnitudes. If plugging in a value produces terms that do not strictly decrease at first, the alternating bound may not apply immediately, and you would fall back on Lagrange. Recognizing which tool fits is part of what makes this topic worth mastering.

Key terms

Alternating series.
A series whose terms alternate in sign, written (1)nan\sum (-1)^n a_n or (1)n+1an\sum (-1)^{n+1} a_n with an>0a_n > 0.
Alternating Series Test (AST).
A test stating that (1)nan\sum (-1)^n a_n converges if ana_n is eventually decreasing and limnan=0\lim_{n\to\infty} a_n = 0.
Partial sum SNS_N.
The sum of the first terms of a series up through index NN; used to approximate the full sum SS.
Alternating series error bound.
For a convergent alternating series satisfying the AST, SSNaN+1|S - S_N| \le |a_{N+1}|, the size of the first omitted term.
Conditional convergence.
When a series converges but the series of absolute values diverges; alternating series often converge only conditionally.
nth-Term Test.
If limnan0\lim_{n\to\infty} a_n \ne 0, the series diverges; used to rule out convergence before applying the AST.
Monotonic decrease.
The property an+1ana_{n+1} \le a_n, required so partial sums bracket the true sum.

Worked example

Consider the series n=1(1)n+1n2\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n^2}. (a) Show it converges. (b) Approximate the sum using the first three terms and bound the error.
Part (a): Write the positive part as an=1n2a_n = \frac{1}{n^2}. Check the two AST conditions.

Decreasing: since n2n^2 increases, 1n2\frac{1}{n^2} decreases, so an+1=1(n+1)2<1n2=ana_{n+1} = \frac{1}{(n+1)^2} < \frac{1}{n^2} = a_n for all n1n \ge 1. Limit: limn1n2=0\lim_{n\to\infty} \frac{1}{n^2} = 0.

Both conditions hold, so by the Alternating Series Test the series converges.

Part (b): The first three terms giveS3=112122+132=10.25+0.1111=0.8611S_3 = \frac{1}{1^2} - \frac{1}{2^2} + \frac{1}{3^2} = 1 - 0.25 + 0.1111\ldots = 0.8611\ldotsThe error bound is the magnitude of the next term, a4=142=116=0.0625a_4 = \frac{1}{4^2} = \frac{1}{16} = 0.0625.

So SS30.0625|S - S_3| \le 0.0625. The true sum lies within 0.06250.0625 of 0.86110.8611. Since the fourth term 116-\frac{1}{16} is negative, S3S_3 is an overestimate: the true sum is slightly less than 0.86110.8611.

Practice questions

How many terms of the series n=1(1)n+1n3\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n^3} are needed to approximate its sum with error less than 0.0010.001?
  1. 7 terms
  2. 8 terms
  3. 9 terms
  4. 10 terms

Answer: 9 terms

The error bound requires aN+1=1(N+1)30.001=11000|a_{N+1}| = \frac{1}{(N+1)^3} \le 0.001 = \frac{1}{1000}. So (N+1)31000(N+1)^3 \ge 1000, giving N+110N+1 \ge 10, hence N9N \ge 9. Using N=9N=9 terms guarantees the error is at most 1103=0.001\frac{1}{10^3}=0.001. The first omitted term is the 10th term, whose magnitude meets the tolerance.
The alternating series n=1(1)n+12n1\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{2n-1} converges to SS. If you use the first four terms as an approximation S4S_4, state a bound on SS4|S - S_4| and determine whether S4S_4 is an overestimate or underestimate.

Answer: The error is at most 19\frac{1}{9}, and S4S_4 is an underestimate.

Here an=12n1a_n = \frac{1}{2n-1}, which decreases to zero, so the AST applies. The fifth term is (1)62(5)1=+19\frac{(-1)^{6}}{2(5)-1} = +\frac{1}{9}. The error bound is a5=19|a_5| = \frac{1}{9}. Because the first omitted term is positive (it adds to the sum), S4S_4 falls short of the true value, making it an underestimate.
Explain why the series n=1(1)n+1nn+1\sum_{n=1}^{\infty} (-1)^{n+1} \frac{n}{n+1} diverges even though its terms alternate.

Answer: It diverges by the nth-Term Test because the terms do not approach zero.

For the AST to guarantee convergence, we need an=nn+10a_n = \frac{n}{n+1} \to 0. But limnnn+1=10\lim_{n\to\infty} \frac{n}{n+1} = 1 \ne 0. Since the terms fail to shrink to zero, the alternating series diverges by the nth-Term Test. Alternating signs alone never force convergence—the magnitude must tend to zero.

FAQ

When can I use the alternating series error bound instead of the Lagrange error bound?
Use it whenever your numerical series genuinely alternates in sign with terms decreasing in magnitude toward zero. Many Taylor approximations, like cos1\cos 1 or ln(1.5)\ln(1.5), produce such series, and the alternating bound aN+1|a_{N+1}| is usually simpler than Lagrange. If the terms do not strictly decrease, use Lagrange instead.
Does the Alternating Series Test prove absolute convergence?
No. The AST only proves the series converges—possibly conditionally. To determine absolute convergence, test the series of absolute values an\sum a_n separately using tools like the p-series or comparison tests. A series can pass the AST yet have an\sum a_n diverge, meaning it converges conditionally.
What if the terms increase at first before decreasing?
The AST and the error bound only require the terms to eventually decrease. Convergence still holds as long as the decrease begins after some index and the limit is zero. However, apply the error bound only from the point where the terms are actually decreasing; otherwise the bracketing argument fails.
Is the error bound the exact error?
No—it is an upper bound. The true error SSN|S - S_N| is at most aN+1|a_{N+1}|, but usually smaller. On the exam, write it as an inequality with \le, never as an equality. Claiming the error equals the next term is a common mistake that loses credit.

Learn this with a teacher, not a page

The Crimsora tutor teaches U10.7 Alternating Series and Error Bound live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.