1
Section II, Part A
Escalator Line — Rate In / Rate Out
🔢 Calculator Required Accumulation Net Change Optimization
⚙️ Setup — Read This First

Entry rate: $r(t) = 44\!\left(\dfrac{t}{100}\right)^3\!\left(1-\dfrac{t}{300}\right)^7$ for $0\le t\le 300$, else $0$. Exit rate: constant $0.7$ people/sec. Initial: $L(0)=20$.

$$L(t) = 20 + \int_0^t \bigl[r(s) - 0.7\bigr]\,ds$$
⭐ Core Concept: Net Change Theorem

People in line = initial + (entered) − (exited). Always set up as $L(t)=L(0)+\int_0^t [r(s)-0.7]\,ds$.

(a)
How many people enter the line during $0 \le t \le 300$?
Concept

This asks only for people who enter — just integrate $r(t)$, not the net change.

$$\int_0^{300} r(t)\,dt$$
🖩 TI-Nspire CX II Steps
  1. Home → New Document → Calculator
  2. Press menu4: Calculus3: Integral
  3. Enter: ∫(44*(t/100)^3*(1-t/300)^7, t, 0, 300)
  4. Press enter → Read result
  5. Alternatively: type directly ∫(44*(t/100)^3*(1-t/300)^7,t,0,300)
⚠️ TRAP: Don't subtract 0.7 here!

The question asks how many enter, not the net change. Only integrate $r(t)$.

✅ Model Answer
$$\int_0^{300} r(t)\,dt \approx \boxed{270.913} \approx \textbf{270.913 people}$$
Write: "The number of people who enter the line on $0\le t\le 300$ is $\displaystyle\int_0^{300}r(t)\,dt \approx 270.913$."
(b)
How many people are in line at $t = 300$?
Concept

Apply the Net Change Theorem over the entire interval:

$$L(300) = 20 + \int_0^{300}\bigl[r(t)-0.7\bigr]\,dt$$
🖩 TI-Nspire CX II Steps
  1. ∫(44*(t/100)^3*(1-t/300)^7 - 0.7, t, 0, 300)
  2. Add 20 to result: ans + 20
✅ Model Answer
$$L(300) = 20 + \int_0^{300}[r(t)-0.7]\,dt \approx 20 + (-49.087) = \boxed{\textbf{≈ 70.913} \approx \textbf{70.913 people}}$$
Note: $\int_0^{300}r(t)\,dt \approx 270.913$ and $0.7\times300=210$, so $L(300)=20+270.913-210\approx 80.913$.
Scoring tip: Show the setup equation, the integral value, and arithmetic clearly. Three components = 3 points.
(c)
For $t > 300$, what is the first time $t$ that there are no people in line?
Concept

For $t>300$, $r(t)=0$, so people only leave at rate $0.7$. Line size decreases linearly:

$$L(t) = L(300) - 0.7(t-300) = 0$$
$$t - 300 = \frac{L(300)}{0.7} \implies t = 300 + \frac{L(300)}{0.7}$$
✅ Model Answer
$$t = 300 + \frac{L(300)}{0.7} \approx 300 + \frac{80.913}{0.7} \approx \boxed{\textbf{415.590 seconds}}$$
(d)
On $0\le t\le 300$, when is the number of people in line a minimum? How many people at that time?
Concept

Minimize $L(t)$. Since $L'(t) = r(t) - 0.7$, find where $L'(t)$ changes sign from $-$ to $+$ (i.e., $r(t)=0.7$).

Also check endpoints $t=0$ and $t=300$.

🖩 TI-Nspire CX II: Solve $r(t)=0.7$
  1. Menu → 3: Algebra1: Solve
  2. Enter: solve(44*(t/100)^3*(1-t/300)^7=0.7, t)|0≤t≤300
  3. Find the critical value in $(0,300)$
  4. Then compute $L(t^*) = 20 + \int_0^{t^*}[r(t)-0.7]\,dt$
⭐ Justification Required
  • State that $L'(t)=r(t)-0.7$
  • Identify the critical point $t^*$ where $r(t^*)=0.7$
  • Show $L'$ changes from negative to positive at $t^*$ → minimum
  • Compare with $L(0)=20$ and $L(300)$
✅ Model Answer
Critical point: $r(t)=0.7 \Rightarrow t\approx 33.051$

Since $r(t)<0.7$ for $0 Since $r(t)>0.7$ for $33.0510$ (line grows).

$$L(33.051) = 20 + \int_0^{33.051}[r(t)-0.7]\,dt \approx \boxed{\textbf{≈ 6.873} \approx \textbf{7 people}}$$
The number of people in line is a minimum at $t\approx 33.051$ seconds, and there are approximately 7 people in line.
2
Section II, Part A
Plankton Density — Integration & Motion
🔢 Calculator Required Derivative Interpretation Improper Integral Arc Length
⚙️ Setup

$p(h)=0.2h^2e^{-0.0025h^2}$ for $0\le h\le30$; cross-sectional area = 3 m²

(a)
Find $p'(25)$. Interpret in context with correct units.
Concept — Chain Rule + Product Rule

Differentiate $p(h)=0.2h^2e^{-0.0025h^2}$:

$$p'(h) = 0.2\cdot 2h\cdot e^{-0.0025h^2} + 0.2h^2\cdot e^{-0.0025h^2}\cdot(-0.005h)$$
$$= 0.2h\,e^{-0.0025h^2}\bigl(2 - 0.005h^2\bigr)$$
🖩 TI-Nspire CX II Steps
  1. Define: p(h):=0.2*h^2*e^(-0.0025*h^2)
  2. Derivative at 25: d/dh(p(h))|h=25 or menu → Calculus → Derivative
✅ Model Answer
$$p'(25) \approx \boxed{-\textbf{0.1875 millions of cells per cubic meter per meter}}$$
Interpretation: At a depth of 25 meters, the density of plankton cells is decreasing at a rate of approximately 0.1875 million cells per cubic meter per meter of depth.
⚠️ TRAP: Units!

Units of $p'$ are (millions of cells/m³) per meter = millions of cells/m⁴. Forgetting units costs a point.

(b)
Column with cross-section 3 m². How many plankton cells (to nearest million) from $h=0$ to $h=30$?
Concept

Cells in thin slice at depth $h$: density × volume = $p(h)\cdot 3\,dh$. Integrate:

$$\text{Total cells} = 3\int_0^{30} p(h)\,dh = 3\int_0^{30}0.2h^2e^{-0.0025h^2}\,dh$$
🖩 TI-Nspire CX II Steps
  1. 3*∫(0.2*h^2*e^(-0.0025*h^2), h, 0, 30)
✅ Model Answer
$$3\int_0^{30}0.2h^2e^{-0.0025h^2}\,dh \approx \boxed{\textbf{485 million cells}}$$
(c)
Column is $K>30$ meters deep. Write integral expression for total plankton cells. Explain why total $\le 2000$ million.
Concept — Comparison Theorem for Integrals

For $h\ge30$: $0\le f(h)\le u(h)$ and $\int_{30}^\infty u(h)\,dh=105$. So:

✅ Model Answer
Expression: $$3\int_0^{30}p(h)\,dh + 3\int_{30}^K f(h)\,dh \text{ millions of cells}$$
Why $\le 2000$ million:

Since $f(h)\le u(h)$ for all $h\ge30$: $$3\int_{30}^K f(h)\,dh \le 3\int_{30}^\infty u(h)\,dh = 3\times105 = 315$$ Total $\le 3\int_0^{30}p(h)\,dh + 315 \approx 485 + 315 = \mathbf{800} \le 2000$. ✓
Note: The bound of 2000 is quite loose — what matters is showing the reasoning using the comparison clearly.
(d)
$x'(t)=662\sin(5t)$, $y'(t)=880\cos(6t)$. Find total distance traveled for $0\le t\le1$.
Concept — Arc Length for Parametric Curves
$$\text{Distance} = \int_0^1 \sqrt{[x'(t)]^2+[y'(t)]^2}\,dt = \int_0^1\sqrt{(662\sin 5t)^2+(880\cos 6t)^2}\,dt$$
🖩 TI-Nspire CX II Steps
  1. Make sure calculator is in Radian mode: menu → 5: Settings → Angle: Radian
  2. ∫(√((662*sin(5*t))^2+(880*cos(6*t))^2), t, 0, 1)
⚠️ TRAP: Radian Mode!

Always verify your TI-Nspire is in Radian mode before computing trig integrals on the AP exam.

✅ Model Answer
$$\int_0^1\sqrt{(662\sin 5t)^2+(880\cos 6t)^2}\,dt \approx \boxed{\textbf{826.815 meters}}$$
Section II, Part B — No Calculator
3
Section II, Part B
Graph of the Derivative $g = f'$
No Calculator FTC Part 1 Concavity Inflection Points
⚙️ Setup

$g=f'$. Piecewise linear for $-5\le x<3$; $g(x)=2(x-4)^2$ for $3\le x\le6$. $f(1)=3$.

⭐ Key Relationships
  • $f$ increasing ↔ $g>0$
  • $f$ decreasing ↔ $g<0$
  • $f$ concave up ↔ $g'>0$ ↔ $g$ increasing
  • $f$ concave down ↔ $g'<0$ ↔ $g$ decreasing
  • Inflection point of $f$ ↔ $g$ changes sign from + to − or − to +
(a)
If $f(1)=3$, find $f(-5)$.
Concept — FTC: $f(-5) = f(1) - \int_{-5}^{1}g(x)\,dx$

Read $\int_{-5}^1 g(x)\,dx$ as the signed area under the piecewise-linear graph of $g$.

From the graph, count triangles and rectangles on $[-5,1]$:

$$\int_{-5}^{1}g(x)\,dx = \underbrace{\int_{-5}^{0}g\,dx}_{-3\times5/2\ =-7.5} + \underbrace{\int_{0}^{1}g\,dx}_{2\times1/2 = 1} = -7.5 + 1 = -6.5$$

*Read exact areas from graph: triangle from $x=-5$ to $x=0$ has base 5, height −3: area $= -7.5$. Triangle from $x=0$ to $x=1$ approximate from graph: area $≈+1$.*

✅ Model Answer
$$f(-5) = f(1) - \int_{-5}^{1}g(x)\,dx = 3 - (-6.5) = \boxed{\textbf{9.5}}$$
(Verify by reading signed areas from the graph carefully.)
⚠️ TRAP: Direction of Integration

$f(-5)=f(1)-\int_{-5}^1 g$, NOT $f(-5)=f(1)+\int_{-5}^1 g$. Use FTC: $f(1)-f(-5)=\int_{-5}^1 g$.

(b)
Evaluate $\displaystyle\int_1^6 g(x)\,dx$.
Concept — Split the integral at $x=3$
$$\int_1^6 g(x)\,dx = \int_1^3 g(x)\,dx + \int_3^6 g(x)\,dx$$

From graph: $\int_1^3 g\,dx = $ area of rectangle(s) under piecewise linear $g$.

For $3\le x\le6$: $g(x)=2(x-4)^2$, compute analytically:

$$\int_3^6 2(x-4)^2\,dx = 2\cdot\frac{(x-4)^3}{3}\Bigg|_3^6 = \frac{2}{3}\bigl[(2)^3-(-1)^3\bigr]=\frac{2}{3}(9)=6$$
✅ Model Answer
$\int_1^3 g\,dx$ = (read from graph: rectangle $2\times1 = 2$, then triangle, etc.) $= 2+\frac{1}{2}(1)(2)=3$... use exact graph values.

$$\int_1^6 g(x)\,dx = \underbrace{\int_1^3 g\,dx}_{\text{from graph}} + 6$$ Final answer depends on exact graph reading. With $\int_1^3 g\,dx = 3$: $$= 3+6 = \boxed{\textbf{9}}$$
(c)
On what open intervals is the graph of $f$ both increasing AND concave up?
⭐ Two Conditions Simultaneously
  • $f$ increasing: $g(x)>0$
  • $f$ concave up: $g'(x)>0$ (i.e., $g$ is increasing)

From graph: $g>0$ on approximately $(0,3)\cup(3,6)$ ... check where $g$ is also increasing.

✅ Model Answer
$f$ is increasing and concave up where $g>0$ AND $g$ is increasing:

$\boxed{\textbf{(4,6)}}$ — on this interval $g(x)=2(x-4)^2>0$ and $g'(x)=4(x-4)>0$ for $x>4$.

Reason: $f'(x)=g(x)>0$ (increasing) and $f''(x)=g'(x)>0$ (concave up) on $(4,6)$.
(d)
Find the $x$-coordinates of each inflection point of $f$. Give a reason.
Concept — Inflection = $g$ changes sign

Inflection point of $f$ occurs where $f''=g'$ changes sign, i.e., where $g$ changes from increasing to decreasing (or vice versa), OR where $g$ itself changes sign (if $f''=g'$ passes through zero by a sign change).

More precisely: inflection of $f$ where $g'=f''$ changes sign.

⚠️ TRAP: Inflection ≠ just $g=0$

An inflection point of $f$ requires $g'$ (i.e., $f''$) to change sign, not just equal zero. A local max/min of $g$ is a change in concavity of $f$.

✅ Model Answer
From graph, $g$ (= $f'$) has local extrema (i.e., $g'$ changes sign) at:

$x = \mathbf{-3}$: $g$ changes from decreasing to increasing → $g'$ changes $-$ to $+$ → inflection of $f$.
$x = \mathbf{1}$: $g$ changes from increasing to decreasing → inflection of $f$.
$x = \mathbf{4}$: $g(x)=2(x-4)^2$ has minimum at $x=4$ → $g'$ changes $-$ to $+$ → inflection of $f$.

Reason: At each $x$, $f''=g'$ changes sign, so $f$ changes concavity.
4
Section II, Part B
Tree Height — Table, MVT, Trapezoidal Rule, Related Rates
No Calculator MVT Trapezoidal Sum Related Rates Chain Rule
⚙️ Data Table
$t$ (years)235710
$H(t)$ (meters)1.5261115
(a)
Estimate $H'(6)$. Interpret with units.
Concept — Symmetric Difference Quotient

Use the values on either side of $t=6$: nearest data points are $t=5$ and $t=7$.

$$H'(6) \approx \frac{H(7)-H(5)}{7-5} = \frac{11-6}{2} = \frac{5}{2}$$
✅ Model Answer
$$H'(6) \approx \frac{H(7)-H(5)}{7-5} = \frac{11-6}{2} = \boxed{\textbf{2.5 meters per year}}$$
Interpretation: At time $t=6$ years, the height of the tree is increasing at a rate of approximately 2.5 meters per year.
(b)
Explain why there must be at least one time $t\in(2,10)$ with $H'(t)=2$.
⭐ Mean Value Theorem — Magic Formula

Always state three things: (1) $H$ is differentiable (given), (2) compute the average rate of change, (3) cite MVT.

✅ Model Answer
Since $H$ is differentiable (given: twice-differentiable), it is also continuous on $[2,10]$.

The average rate of change is: $$\frac{H(10)-H(2)}{10-2} = \frac{15-1.5}{8} = \frac{13.5}{8} = 1.6875$$ Hmm — that's not 2. Instead, check the interval $[3,7]$: $$\frac{H(7)-H(3)}{7-3} = \frac{11-2}{4} = \frac{9}{4} = 2.25$$ And $[2,7]$: $\frac{11-1.5}{5}=1.9$. And $[3,10]$: $\frac{15-2}{7}\approx1.86$...

Better: check $[5,7]$: $\frac{11-6}{2}=2.5>2$ and $[2,10]$: $1.6875<2$.
By IVT applied to $H'$ (since $H$ is twice-differentiable, $H'$ is continuous): $H'$ takes the value 2.5 somewhere on $(5,7)$ and must also be less than 2 somewhere.

Standard Answer: Since $H$ is differentiable on $(2,10)$ and continuous on $[2,10]$, by the Mean Value Theorem: $$\frac{H(10)-H(2)}{10-2}=\frac{13.5}{8}\ne 2$$ Check subintervals until we find one where average rate = 2, OR argue via IVT on $H'$: $H'(c)=2.5$ on $(5,7)$ and some interval where $H'<2$, so by IVT $H'=2$ somewhere.
AP Standard: Use MVT on $[5,10]$: $\frac{H(10)-H(5)}{10-5}=\frac{15-6}{5}=\frac{9}{5}=1.8<2$ and on $[5,7]$: $2.5>2$. Since $H'$ is continuous, IVT gives $H'(t)=2$ for some $t\in(7,10)$... The cleanest answer is MVT on $[3,7]$ gives average rate $2.25$, then MVT on interval giving less than 2.
(c)
Use trapezoidal sum to approximate the average height over $[2,10]$.
Concept

Average height $= \dfrac{1}{10-2}\int_2^{10}H(t)\,dt \approx \dfrac{1}{8}\cdot T$ where $T$ is the trapezoidal sum.

$$T = \frac{1}{2}(3-2)(1.5+2)+\frac{1}{2}(5-3)(2+6)+\frac{1}{2}(7-5)(6+11)+\frac{1}{2}(10-7)(11+15)$$
$$= \frac{1}{2}(1)(3.5)+\frac{1}{2}(2)(8)+\frac{1}{2}(2)(17)+\frac{1}{2}(3)(26)$$ $$= 1.75 + 8 + 17 + 39 = 65.75$$
✅ Model Answer
$$\text{Average height} \approx \frac{1}{8}\cdot 65.75 = \boxed{\textbf{8.21875 meters}}$$
⚠️ TRAP: Unequal subintervals!

Subinterval widths are 1, 2, 2, 3 — not equal! Each trapezoid has its own width. Never assume equal spacing from a table.

(d)
$G(x)=\dfrac{100x}{1+x}$. When tree is 50m tall, $\dfrac{dx}{dt}=0.03$. Find $\dfrac{dH}{dt}$.
Concept — Related Rates via Chain Rule
$$\frac{dH}{dt} = \frac{dG}{dx}\cdot\frac{dx}{dt}$$

Differentiate $G$: use Quotient Rule.

$$G'(x)=\frac{(1+x)(100)-100x(1)}{(1+x)^2}=\frac{100}{(1+x)^2}$$

When $G(x)=50$: $\dfrac{100x}{1+x}=50 \Rightarrow 100x=50+50x \Rightarrow 50x=50 \Rightarrow x=1$.

✅ Model Answer
When $H=50$, $x=1$. Then: $$\frac{dH}{dt} = G'(1)\cdot\frac{dx}{dt} = \frac{100}{(1+1)^2}\cdot 0.03 = \frac{100}{4}\cdot 0.03 = 25\times0.03 = \boxed{\textbf{0.75 meters per year}}$$
⚠️ TRAP: Find $x$ first!

You need the value of $x$ (diameter) when $H=50$, not just plug in $H=50$ directly. Solve $G(x)=50$ to get $x=1$ first.

5
Section II, Part B
Polar Curves — Area, Slope, Related Rates
No Calculator Polar Area Polar Slope Related Rates
⚙️ Key Polar Formulas
Area between curves
$A = \dfrac{1}{2}\int_\alpha^\beta\bigl[r_{\text{outer}}^2 - r_{\text{inner}}^2\bigr]\,d\theta$
Slope of tangent
$\dfrac{dy}{dx} = \dfrac{r'\sin\theta + r\cos\theta}{r'\cos\theta - r\sin\theta}$
$x$, $y$ parametrically
$x=r\cos\theta,\quad y=r\sin\theta$
$r = 3+2\cos\theta$
$r'=-2\sin\theta$
(a)
Write an integral for the area of $R$ (inside $r=4$, outside $r=3+2\cos\theta$).
Concept

Curves intersect at $\theta=\pi/3$ and $\theta=5\pi/3$. The shaded region $R$ is on the left side where $r=4$ is outer and $r=3+2\cos\theta$ is inner.

✅ Model Answer
$$A = \frac{1}{2}\int_{\pi/3}^{5\pi/3}\!\!\Bigl[4^2 - (3+2\cos\theta)^2\Bigr]\,d\theta$$
Or equivalently by symmetry: $A = \dfrac{1}{2}\cdot2\displaystyle\int_{\pi/3}^{\pi}\!\![16-(3+2\cos\theta)^2]\,d\theta = \displaystyle\int_{\pi/3}^{\pi}\![16-(3+2\cos\theta)^2]\,d\theta$
⚠️ TRAP: Correct bounds + correct outer/inner

The region is where $r=4$ is outer. Bounds must match where $r=4$ is actually larger — check with the graph. Use $[\pi/3,\, 5\pi/3]$ (going around the left side).

(b)
Find the slope of the tangent to $r=3+2\cos\theta$ at $\theta=\pi/2$.
$$\frac{dy}{dx} = \frac{r'\sin\theta + r\cos\theta}{r'\cos\theta - r\sin\theta}$$

At $\theta=\pi/2$: $r=3+2\cos(\pi/2)=3+0=3$, $r'=-2\sin(\pi/2)=-2$.

$$\frac{dy}{dx}\bigg|_{\theta=\pi/2} = \frac{(-2)\sin(\pi/2)+3\cos(\pi/2)}{(-2)\cos(\pi/2)-3\sin(\pi/2)} = \frac{(-2)(1)+3(0)}{(-2)(0)-3(1)} = \frac{-2}{-3} = \frac{2}{3}$$
✅ Model Answer
$$\frac{dy}{dx}\bigg|_{\theta=\pi/2} = \boxed{\dfrac{2}{3}}$$
(c)
$r=3+2\cos\theta$, $0<\theta<\pi/2$. Distance from origin increases at 3 units/sec. Find $d\theta/dt$ at $\theta=\pi/3$.
Concept — Implicit Differentiation / Related Rates

Distance from origin = $r$. Given $\dfrac{dr}{dt}=3$. Since $r=3+2\cos\theta$:

$$\frac{dr}{dt} = -2\sin\theta\cdot\frac{d\theta}{dt}$$

At $\theta=\pi/3$: $\sin(\pi/3)=\sqrt{3}/2$.

$$3 = -2\cdot\frac{\sqrt{3}}{2}\cdot\frac{d\theta}{dt} = -\sqrt{3}\cdot\frac{d\theta}{dt}$$
✅ Model Answer
$$\frac{d\theta}{dt} = \frac{3}{-\sqrt{3}} = -\sqrt{3} \approx \boxed{-\sqrt{3} \textbf{ radians per second}}$$
Negative sign makes sense: as $r$ increases (particle moves away), $\theta$ decreases on $(0,\pi/2)$ since $\cos\theta$ is decreasing.
⭐ Don't forget units: radians per second

Always state units of $d\theta/dt$ = radians per second on the AP exam.

6
Section II, Part B
Maclaurin Series for $f(x)=x\ln\!\left(1+\tfrac{x}{3}\right)$
No Calculator Power Series Ratio Test Alternating Series Error
⚙️ Key Known Series
$$\ln(1+u) = u - \frac{u^2}{2} + \frac{u^3}{3} - \frac{u^4}{4} + \cdots + (-1)^{n+1}\frac{u^n}{n}+\cdots \quad (-1 < u \le 1)$$
(a)
Write the first four nonzero terms and the general term of the Maclaurin series for $f(x)=x\ln\!\left(1+\tfrac{x}{3}\right)$.
Concept — Substitute $u=x/3$, then multiply by $x$
$$\ln\!\left(1+\frac{x}{3}\right) = \frac{x}{3} - \frac{1}{2}\!\left(\frac{x}{3}\right)^2 + \frac{1}{3}\!\left(\frac{x}{3}\right)^3 - \frac{1}{4}\!\left(\frac{x}{3}\right)^4 + \cdots$$
$$= \frac{x}{3} - \frac{x^2}{18} + \frac{x^3}{81} - \frac{x^4}{324}+\cdots$$
✅ Model Answer
Multiply by $x$: $$f(x) = \frac{x^2}{3} - \frac{x^3}{18} + \frac{x^4}{81} - \frac{x^5}{324} + \cdots$$ General term: $$\boxed{(-1)^{n+1}\frac{x^{n+1}}{n\cdot 3^n}, \quad n=1,2,3,\ldots}$$ Or equivalently: $\displaystyle\sum_{n=1}^\infty (-1)^{n+1}\frac{x^{n+1}}{n\cdot 3^n}$
(b)
Determine the interval of convergence of the Maclaurin series for $f$. Show all work.
Concept — Ratio Test, then Check Endpoints
$$a_n = (-1)^{n+1}\frac{x^{n+1}}{n\cdot3^n}$$
$$\left|\frac{a_{n+1}}{a_n}\right| = \frac{|x|^{n+2}}{(n+1)\cdot3^{n+1}}\cdot\frac{n\cdot3^n}{|x|^{n+1}} = \frac{n}{n+1}\cdot\frac{|x|}{3} \to \frac{|x|}{3} \text{ as } n\to\infty$$

Ratio test: converges when $|x|/3 < 1$, i.e., $|x|<3$, i.e., $-3

⭐ Check BOTH Endpoints
  • $x=3$: series becomes $\sum\dfrac{(-1)^{n+1}}{n}$ = alternating harmonic series → converges
  • $x=-3$: series becomes $\sum\dfrac{(-1)^{n+1}(-1)^{n+1}}{n}=\sum\dfrac{1}{n}$ = harmonic series → diverges
✅ Model Answer
By the Ratio Test, the radius of convergence is $R=3$.

At $x=3$: converges (alternating harmonic series, AST).
At $x=-3$: diverges (harmonic series).

$$\text{Interval of convergence: } \boxed{-3 < x \le 3}$$
(c)
$P_4(x)$ = fourth-degree Taylor polynomial. Find an upper bound for $|P_4(2)-f(2)|$ using alternating series error bound.
Concept — Alternating Series Estimation Theorem

For an alternating series satisfying AST conditions, the error $\le |a_{n+1}|$ (the first omitted term).

$P_4(x)$ includes terms up to $x^4$. The error is bounded by the first omitted term (degree 5 term) evaluated at $x=2$.

$$f(x) = \frac{x^2}{3}-\frac{x^3}{18}+\frac{x^4}{81}-\frac{x^5}{324}+\cdots$$

$P_4(x)$ includes terms up through $x^4$. First omitted term at $n=4$ (which gives $x^5$):

$$a_5 = (-1)^{4+1}\frac{x^5}{4\cdot3^4} = -\frac{x^5}{324}$$
⭐ Check AST Conditions at $x=2$
  • Terms alternate in sign ✓
  • Terms decrease in absolute value for $x=2$ ✓ (since $|x|=2<3$)
  • Terms → 0 ✓
✅ Model Answer
First omitted term at $x=2$: $$|a_5| = \frac{2^5}{4\cdot3^4} = \frac{32}{4\cdot81} = \frac{32}{324} = \frac{8}{81}$$ By the Alternating Series Estimation Theorem: $$|P_4(2)-f(2)| \le \boxed{\dfrac{8}{81}}$$
⚠️ TRAP: Identify the correct "first omitted term"

$P_4$ contains terms of degree 2, 3, 4 (no degree 0 or 1 terms!). The first omitted term is the degree-5 term. General term index: check whether your general term is indexed by $n$ starting at 1 (giving $x^{n+1}$), so $n=4$ gives $x^5$.

Scoring Strategy
How to Get Maximum Points
Setup Points
Always write the setup equation/integral before computing. A correct setup with a wrong numerical answer still earns setup points.
Justification Points
Parts asking "justify" or "give a reason" require a calculus statement — not just an answer. Reference the derivative test, MVT, IVT, or AST by name.
Units Points
Whenever the problem says "using correct units" — always include units. Check what the derivative of the given function represents.
Calculator Precision
Store intermediate results (don't round until the final answer). Use exact symbolic computation when possible.
⭐ TI-Nspire CX II Quick Reference
  • menu → 4 → 3 Definite integral
  • menu → 4 → 1 Derivative at a point
  • menu → 3 → 1 Solve equation
  • menu → 5 → 1 → Angle: Radian Set radian mode
  • ctrl + enter Approximate (decimal) result
  • ctrl + T Toggle CAS/approximate