Tian2 田二
Library AP Calculus AB/BC BC 2025 FRQ 5
⁂   AP Calculus AB/BC · BC Track · 2025

FRQ 5. 2025 BC

Given a differential equation with an initial condition, students compute a second derivative at the initial point, write a second-degree Taylor polynomial, use the Lagrange error bound to bound the error of an approximation, and approximate a value using Euler's method.

9 rubric points Calculator: Not allowed Difficulty 5/5
The Question (paraphrase)
Prompt paraphrase — original Tian2 description

Given a differential equation with an initial condition, students compute a second derivative at the initial point, write a second-degree Taylor polynomial, use the Lagrange error bound to bound the error of an approximation, and approximate a value using Euler's method.

Read the complete question in the official College Board FRQ PDF ›

Worked Solution

Original Tian2 solution. Each part identifies which rubric points are earned and why.

Part (A)

3 RUBRIC POINTS

Given $\dfrac{dy}{dx}=(3-x)y^2$. Differentiate again with respect to $x$, treating $y$ as a function of $x$ (product rule on $(3-x)$ and $y^2$, chain rule on $y^2$): $$\frac{d^2y}{dx^2}=\frac{d}{dx}\big[(3-x)y^2\big]=-y^2+(3-x)\cdot 2y\frac{dy}{dx}.$$ First evaluate $\dfrac{dy}{dx}$ at $(1,-1)$: $$f'(1)=(3-1)(-1)^2=2.$$ Now substitute $x=1,\ y=-1,\ \dfrac{dy}{dx}=2$ into the second derivative: $$f''(1)=-(-1)^2+(3-1)(2)(-1)(2)=-1-8=-9.$$

Working
<span class="math-block">\[\frac{d^2y}{dx^2}=-y^2+(3-x)\cdot 2y\frac{dy}{dx}\]</span>
<span class="math-block">\[f'(1)=(3-1)(-1)^2=2\]</span>
<span class="math-block">\[f''(1)=-(-1)^2+(3-1)(2)(-1)(2)=-1-8=-9\]</span>
Rubric annotation

3 points. P1: product rule, producing the -y^2 + (3-x)(...) structure. P2: chain rule on y^2, producing the 2y(dy/dx) factor. (An expression with the product rule but no chain rule, e.g. -y^2+(3-x)2y, earns P1 not P2; an expression -2y(dy/dx) with chain but no product rule earns P2 not P1.) P3: the correct value f''(1)=-9, eligible only after both P1 and P2; the unsimplified form -(-1)^2+(3-1)(2)(-1)(2) earns all three regardless of later arithmetic slips.

Part (B)

2 RUBRIC POINTS

The second-degree Taylor polynomial about $x=1$ is $$P_2(x)=f(1)+f'(1)(x-1)+\frac{f''(1)}{2!}(x-1)^2.$$ With $f(1)=-1$, $f'(1)=2$, $f''(1)=-9$: $$P_2(x)=-1+2(x-1)-\frac{9}{2}(x-1)^2.$$

Working
<span class="math-block">\[P_2(x)=f(1)+f'(1)(x-1)+\frac{f''(1)}{2!}(x-1)^2\]</span>
<span class="math-block">\[P_2(x)=-1+2(x-1)-\frac{9}{2}(x-1)^2\]</span>
Rubric annotation

2 points. P4: the constant and linear terms -1+2(x-1) (consistent with the f'(1) imported from part A). P5: the quadratic term -(9/2)(x-1)^2 (consistent with f''(1)). Including any degree-3+ term or '+ ...' forfeits P5. Presenting only an expanded form such as -(9/2)x^2+11x-15/2 earns P4 but not P5 (it is not in powers of (x-1)).

Part (C)

2 RUBRIC POINTS

By the Lagrange (Taylor remainder) error bound, for the degree-2 polynomial centered at $x=1$, $$\big|f(1.1)-P_2(1.1)\big|\le \frac{\max_{1\le x\le 1.1}\big|f'''(x)\big|}{3!}\,\big|1.1-1\big|^3.$$ Using the given bound $|f'''(x)|\le 60$ on $[1,1.1]$ and $|1.1-1|=0.1$: $$\big|f(1.1)-P_2(1.1)\big|\le \frac{60}{6}(0.1)^3=10\cdot 0.001=0.01.$$ Therefore the approximation differs from $f(1.1)$ by at most $0.01$.

Working
<span class="math-block">\[\big|f(1.1)-P_2(1.1)\big|\le \frac{\max_{[1,1.1]}|f'''(x)|}{3!}|1.1-1|^3\]</span>
<span class="math-block">\[\le \frac{60}{6}(0.1)^3=0.01\]</span>
Rubric annotation

2 points. P6 (form of the bound): present either the symbolic Lagrange form max|f'''|/3! * |1.1-1|^3 or the numeric (60/6)(0.1)^3. P7 (analysis): having earned P6, explicitly connect the bound to 0.01 (e.g. 'Error <= 0.01' or 'error bound = 0.01'). Stating the error equals 0.01 (rather than is at most) does not earn P7.

Part (D)

2 RUBRIC POINTS

Euler's method from $x=1$ to $x=1.4$ in two equal steps uses step size $h=0.2$, with $\dfrac{dy}{dx}=(3-x)y^2$. **Step 1** (from $(1,-1)$): $$f(1.2)\approx f(1)+h\cdot\frac{dy}{dx}\Big|_{(1,-1)}=-1+0.2\,(3-1)(-1)^2=-1+0.2(2)=-0.6.$$ **Step 2** (from $(1.2,-0.6)$): $$f(1.4)\approx f(1.2)+h\cdot\frac{dy}{dx}\Big|_{(1.2,-0.6)}=-0.6+0.2\,(3-1.2)(-0.6)^2=-0.6+0.2(1.8)(0.36)=-0.4704.$$ So $f(1.4)\approx -0.4704$ (about $-0.47$).

Working
<span class="math-block">\[h=0.2,\quad \frac{dy}{dx}=(3-x)y^2\]</span>
<span class="math-block">\[f(1.2)\approx -1+0.2\,(3-1)(-1)^2=-0.6\]</span>
<span class="math-block">\[f(1.4)\approx -0.6+0.2\,(3-1.2)(-0.6)^2=-0.4704\]</span>
Rubric annotation

2 points. P8 (first step): correct initial condition, step size 0.2, and the (possibly imported) derivative expression, giving f(1.2)~-0.6. A correctly labeled table earns P8. P9 (answer with supporting work): the second step yielding f(1.4)~-0.4704 (~-0.47, or -294/625). The unsimplified form -0.6+0.2(3-1.2)(-0.6)^2 earns P9 regardless of later arithmetic; an answer imported consistently from an incorrect part-A f'(1) is also eligible.

Originality statement

Our worked solutions and practice questions are original instructional content created by Tian2 AP. They are aligned to the concepts and skills described in College Board’s Course and Exam Description and are not reproductions of, or affiliated with, College Board’s official materials.