AP-CALCBC-10-FRQ

U10 FRQ Practice

Master AP Calculus BC Unit 10 free-response questions: Taylor and Maclaurin series, convergence tests, error bounds, and interval of convergence, with a full worked FRQ.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U10 FRQ Practice, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Unit 10 free-response questions are among the most predictable and point-rich on the AP Calculus BC exam. A single series FRQ often bundles together everything you learned this unit: writing a Taylor polynomial, bounding error with the Lagrange or alternating series estimate, finding a radius and interval of convergence, and manipulating a known Maclaurin series to build a new one.

This guide will not re-teach each test — it assumes you know them. Instead it shows you how to attack the FRQ format: how graders assign points, which phrases earn credit, and how to avoid the small algebra and justification slips that cost easy points. By the end you will have a repeatable playbook for the classic "here is a Taylor series, now do five things with it" problem.

Anatomy of a Unit 10 FRQ

Series FRQs are built from modular parts, and each part is graded independently. If you blank on part (a), you can still earn parts (c) and (d). The most common building blocks appear below.
TaskWhat graders wantTypical points
Write first several terms / general termCorrect coefficients AND a general nnth term1–2
Taylor polynomial about x=ax=aUses f(n)(a)n!(xa)n\frac{f^{(n)}(a)}{n!}(x-a)^n correctly1–2
Radius/interval of convergenceRatio Test setup + endpoint checks2–3
Error boundNames the bound (Lagrange or alternating) and evaluates1–2
Manipulate a known seriesSubstitute, differentiate, integrate, multiply1–2
A crucial habit: read all parts before starting. Later parts frequently reuse the series from part (a), so a mistake early can propagate. Write your general term clearly — graders look for it explicitly. When a problem gives you f(n)(a)f^{(n)}(a) values in a table, plug them into the Taylor formula directly rather than trying to guess a pattern.

Building and using Taylor polynomials

The Taylor polynomial of degree nn for ff centered at x=ax=a isPn(x)=k=0nf(k)(a)k!(xa)k.P_n(x)=\sum_{k=0}^{n}\frac{f^{(k)}(a)}{k!}(x-a)^k.Most FRQs either give you derivative values at aa or ask you to differentiate a function a few times. The single most common error is forgetting the k!k! in the denominator, or mismatching a derivative value with the wrong power of (xa)(x-a).

When the center is x=0x=0 you get a Maclaurin polynomial, and you should have the standard series memorized: exe^x, sinx\sin x, cosx\cos x, 11x\frac{1}{1-x}, and ln(1+x)\ln(1+x). Graders reward using these directly. If asked for the Taylor series of x2exx^2 e^{-x}, do NOT compute five derivatives by hand — start from eu=ukk!e^u=\sum \frac{u^k}{k!}, substitute u=xu=-x, then multiply every term by x2x^2.

When approximating a function value, plug the specific xx into your polynomial and simplify to a number if asked. Show the substituted terms before combining; a numeric-only answer with no work risks losing the point if the value is slightly off.

Convergence and error bound justification

Two parts appear almost every year: finding the interval of convergence and bounding approximation error. Both require explicit justification language.

For interval of convergence, apply the Ratio Test: compute limnan+1an=L\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|=L, set L<1L<1 to get the radius, then TEST BOTH ENDPOINTS separately by substituting them into the series and applying an appropriate test (often the alternating series test or a pp-series comparison). Missing endpoint checks is the number-one lost point here.

For error, identify which bound applies.
SituationBound to useForm
Alternating series, terms decreasing to 0Alternating Series Errorerror|error|\le first omitted term
General Taylor approximationLagrange Error BoundRn(x)maxf(n+1)(c)(n+1)!xan+1|R_n(x)|\le \frac{\max|f^{(n+1)}(c)|}{(n+1)!}|x-a|^{n+1}
For Lagrange, state the max value of the (n+1)(n+1)th derivative on the interval between aa and xx; if the derivative is bounded (e.g. sines and cosines by 1), say so. Always write the inequality, then compute the number. Graders want to see the bound expression, not just a final decimal.

Manipulating known series efficiently

Series FRQs love the phrase "use your answer to part (a) to find..." This tests the four legal manipulations: substitution, term-by-term differentiation, term-by-term integration, and multiplication by a power of xx.

If you have the series for f(x)f(x) and need f(x)f'(x), differentiate each term. If you need f(x)dx\int f(x)\,dx, integrate each term and remember the constant +C+C, which you find using a known value like f(0)f(0). Integration is common for functions like arctanx\arctan x (integrate 11+x2\frac{1}{1+x^2}) or ln(1+x)\ln(1+x) (integrate 11+x\frac{1}{1+x}).

A frequent setup: "Write the Maclaurin series for g(x)=0xf(t)dtg(x)=\int_0^x f(t)\,dt." Take the series for ff, integrate each power of tt, and evaluate from 00 to xx. The radius of convergence is preserved under differentiation and integration (though endpoint behavior can change).

Watch signs carefully when substituting negatives, and keep the general term with the summation symbol so the grader sees the pattern. A general term written as n=0(1)nx2n+12n+1\sum_{n=0}^{\infty}(-1)^n\frac{x^{2n+1}}{2n+1} earns more reliably than three loose terms and dots.

Key terms

Taylor polynomial.
The degree-nn polynomial approximating ff near x=ax=a, given by k=0nf(k)(a)k!(xa)k\sum_{k=0}^{n}\frac{f^{(k)}(a)}{k!}(x-a)^k.
Maclaurin series.
A Taylor series centered at x=0x=0; special cases include exe^x, sinx\sin x, cosx\cos x, and 11x\frac{1}{1-x}.
Lagrange error bound.
An upper bound on Taylor remainder: Rn(x)maxf(n+1)(c)(n+1)!xan+1|R_n(x)|\le \frac{\max|f^{(n+1)}(c)|}{(n+1)!}|x-a|^{n+1}.
Alternating series error bound.
For a convergent alternating series, the truncation error is at most the absolute value of the first omitted term.
Radius of convergence.
The value RR such that a power series converges for xa<R|x-a|<R; found via the Ratio Test.
Interval of convergence.
The full set of xx where a power series converges, including endpoint tests, expressed as an interval.
Ratio Test.
Convergence test using L=limnan+1/anL=\lim_{n\to\infty}|a_{n+1}/a_n|; series converges absolutely when L<1L<1.
General term.
A closed-form expression for the nnth term of a series, required for full credit on FRQ series questions.

Worked example

Let f(x)=11+2xf(x)=\frac{1}{1+2x}. (a) Write the first four nonzero terms and the general term of the Maclaurin series for ff. (b) Find the interval of convergence. (c) Use the series to write the first four nonzero terms of the Maclaurin series for g(x)=0xf(t)dtg(x)=\int_0^x f(t)\,dt.
Part (a): Start from the known geometric series 11u=n=0un\frac{1}{1-u}=\sum_{n=0}^{\infty}u^n. Here 11+2x=11(2x)\frac{1}{1+2x}=\frac{1}{1-(-2x)}, so substitute u=2xu=-2x:f(x)=n=0(2x)n=n=0(1)n2nxn.f(x)=\sum_{n=0}^{\infty}(-2x)^n=\sum_{n=0}^{\infty}(-1)^n 2^n x^n.The first four nonzero terms are 12x+4x28x31-2x+4x^2-8x^3. The general term is (1)n2nxn(-1)^n 2^n x^n.

Part (b): A geometric series converges when u<1|u|<1, i.e. 2x<1|-2x|<1, so x<12|x|<\frac{1}{2}, giving radius R=12R=\frac12. Check endpoints. At x=12x=\frac12: terms are (1)n2n(1/2)n=(1)n(-1)^n 2^n (1/2)^n=(-1)^n, which does not approach 0, so it diverges. At x=12x=-\frac12: terms are (1)n2n(1/2)n=(1)n(1)n=1(-1)^n 2^n(-1/2)^n=(-1)^n(-1)^n=1, also failing the nnth-term test, so it diverges. Interval of convergence: (12,12)\left(-\frac12,\frac12\right).

Part (c): Integrate the series term by term from 00 to xx:g(x)=0xn=0(1)n2ntndt=n=0(1)n2nxn+1n+1.g(x)=\int_0^x \sum_{n=0}^{\infty}(-1)^n 2^n t^n\,dt=\sum_{n=0}^{\infty}(-1)^n 2^n \frac{x^{n+1}}{n+1}.The first four nonzero terms are xx2+43x32x4x - x^2 + \frac{4}{3}x^3 - 2x^4. (Check: n=0n=0 gives xx; n=1n=1 gives 2x22=x2-2\cdot\frac{x^2}{2}=-x^2; n=2n=2 gives 4x33=43x34\cdot\frac{x^3}{3}=\frac{4}{3}x^3; n=3n=3 gives 8x44=2x4-8\cdot\frac{x^4}{4}=-2x^4.)

Practice questions

The Maclaurin series for a function ff is n=1(1)n+1xnn3n\sum_{n=1}^{\infty}\frac{(-1)^{n+1}x^n}{n\cdot 3^n}. What is the radius of convergence?
  1. R=13R=\frac{1}{3}
  2. R=1R=1
  3. R=3R=3
  4. R=R=\infty

Answer: R=3R=3

Apply the Ratio Test: limnxn+1/((n+1)3n+1)xn/(n3n)=limnnn+1x3=x3\lim_{n\to\infty}\left|\frac{x^{n+1}/((n+1)3^{n+1})}{x^n/(n\cdot 3^n)}\right|=\lim_{n\to\infty}\frac{n}{n+1}\cdot\frac{|x|}{3}=\frac{|x|}{3}. Setting this less than 1 gives x<3|x|<3, so the radius of convergence is R=3R=3. Endpoint behavior would refine the interval but does not change the radius.
Let P3(x)=24(x1)+3(x1)2(x1)3P_3(x)=2-4(x-1)+3(x-1)^2-(x-1)^3 be the third-degree Taylor polynomial for ff about x=1x=1. Find f(1)f''(1).

Answer: f(1)=6f''(1)=6

In a Taylor polynomial about x=1x=1, the coefficient of (x1)2(x-1)^2 equals f(1)2!\frac{f''(1)}{2!}. Here that coefficient is 33, so f(1)2=3\frac{f''(1)}{2}=3, giving f(1)=6f''(1)=6. This tests whether you remember that Taylor coefficients embed factorials: to recover a derivative value, multiply the coefficient by k!k!.
The function hh is approximated near x=0x=0 by its fourth-degree Maclaurin polynomial. Given that h(5)(x)10|h^{(5)}(x)|\le 10 for all xx in [0,0.2][0,0.2], bound the error h(0.2)P4(0.2)|h(0.2)-P_4(0.2)|.

Answer: error105!(0.2)5=10120(0.00032)2.67×105|error|\le \frac{10}{5!}(0.2)^5=\frac{10}{120}(0.00032)\approx 2.67\times10^{-5}

Use the Lagrange error bound with n=4n=4: R4(0.2)maxh(5)(c)5!0.205|R_4(0.2)|\le \frac{\max|h^{(5)}(c)|}{5!}|0.2-0|^5. Substituting the given maximum 1010, 5!=1205!=120, and (0.2)5=0.00032(0.2)^5=0.00032 gives 100.000321202.67×105\frac{10\cdot 0.00032}{120}\approx 2.67\times10^{-5}. Always write the inequality expression before the decimal to secure the justification point.

FAQ

How many points is a series FRQ usually worth?
Series free-response questions are typically worth 9 points like other FRQs, split across several parts. Because parts are graded independently and reuse a common series, you can earn substantial credit even after an early mistake — so attempt every part.
When do I use the alternating series bound versus the Lagrange error bound?
Use the alternating series error bound when the series alternates in sign with terms decreasing to zero; the error is at most the first omitted term. Use the Lagrange error bound for general Taylor approximations, especially when the series is not alternating or the problem gives you a bound on a higher derivative.
Do I always have to check both endpoints for interval of convergence?
Yes. The Ratio Test gives you the open interval, but it is inconclusive at the endpoints. You must substitute each endpoint into the series and apply a separate test (alternating series, pp-series, or the nnth-term test). Skipping endpoint checks is the most common lost point.
Can I compute derivatives directly instead of manipulating a known series?
You can, but it is slower and error-prone. For functions like x2exx^2 e^{-x}, sin(x2)\sin(x^2), or arctanx\arctan x, start from a memorized Maclaurin series and substitute, multiply, differentiate, or integrate. This is faster and matches what graders expect for full credit.

Learn this with a teacher, not a page

The Crimsora tutor teaches U10 FRQ Practice live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.