TestPrepAP Tuition | AP Prep Courses
Blog
AP

4 AP Calculus BC FRQ shapes built on integrating a vector-valued function

5 June 202620 min read

Integrating a vector-valued function is one of the cleanest ideas a candidate meets in AP Calculus BC, and one of the easiest to fumble on a free response. The mechanic is straightforward: when the integrand is a vector, integrate each component, keep the constants of integration, and preserve the unit. The exam rewards that mechanic with rubric rows that are usually generous, but only if every piece is in its place. This article walks through the antiderivative row, the definite-integral row, the unit row, the dot-product row, and the velocity-to-displacement row that the AP Calculus FRQ actually scores, line by line.

What "integrating a vector-valued function" means on the AP Calculus BC exam

On the AP Calculus BC exam, a vector-valued function is written r(t) = ⟨f(t), g(t)⟩, or sometimes r(t) = ⟨x(t), y(t)⟩, or in parametric form x(t) i + y(t) j. The exam asks candidates to integrate it in three recognisable shapes: an indefinite integral, a definite integral over a closed interval, and an integral of a scalar multiple or derivative tied to a position or velocity context. The definition is component-wise. If r(t) = ⟨f(t), g(t)⟩, then ∫ r(t) dt = ⟨∫ f(t) dt, ∫ g(t) dt⟩. The exam never asks candidates to invent a new theory; it simply tests whether the component-wise rule is executed with the right constants, the right bounds, and the right unit.

The notation is part of the score. The AP reader expects angle brackets (or i and j) on both the input and the output, and a comma separating the two components inside the brackets. Candidates who mix the two notations inside one line, or who write the result as a plain ordered pair without brackets, often lose the presentation point even when the antiderivative is correct. The symbolic frame is part of the answer. Treat the brackets as you would a unit vector: they identify the answer as a vector, not as a coordinate pair that can be reinterpreted as a single scalar.

For a typical FRQ stem, a candidate will be given r(t) explicitly, asked for an antiderivative satisfying an initial condition, and then asked to evaluate the displacement, the distance, or a dot product. The cleanest read of the prompt is: separate r(t) into f(t) and g(t), integrate each, attach +C₁ and +C₂, apply the initial condition as a vector equation, solve for both constants, and write the result in vector form. The AP rubric mirrors that pipeline row by row. A candidate who short-circuits the constants of integration into a single +C, or who applies the initial condition component by component without writing the vector equation, will typically lose one of the first two rubric rows.

The antiderivative row: integrating each component and keeping the constants separate

The first scored row on a vector-valued integration problem is almost always the antiderivative. The reader is looking for two correct antiderivatives, one per component, written inside a single vector with the constants of integration attached. For r(t) = ⟨3t², sin t⟩, the expected antiderivative is ⟨t³, −cos t⟩ + C, where C is a vector constant of integration. In practice on the AP, the constants are written as ⟨C₁, C₂⟩ so the rubric can check them independently. If a candidate writes ⟨t³ + C, −cos t + C⟩ with the same scalar C on both components, the rubric cannot award both constant rows, because the second constant is wrong by construction.

The mechanics of the antiderivative row are identical to a Calc AB antiderivative, repeated twice. Power rule on a polynomial component, exponential rule on eᵏᵗ, trig rules on sin and cos, the natural-log rule on 1/t. The test does not increase the difficulty of the antiderivative; it adds the cognitive load of doing the same antiderivative twice in the right container. For most candidates, the speed cost is the real challenge, not the algebra. Two correct antiderivatives inside 90 seconds is the realistic target on a six-line FRQ.

The most common error at this row is sign slip on a trig component, followed by forgetting the absolute value when integrating 1/t. A subtler error is treating t as a function of some other variable, which leads to a chain-rule-shaped mess inside one component. None of these is a vector error. They are scalar antiderivative errors that the rubric catches because the components no longer simplify to the form on the scoring guide. The vector frame is the test's way of doubling the surface area for an antiderivative error without raising the conceptual difficulty.

Applying initial conditions as a vector equation, not as two unrelated scalar steps

Once the antiderivative is in hand with ⟨C₁, C₂⟩ attached, the next scored row is the initial-condition row. On the AP, the initial condition is given as a vector: r(0) = ⟨1, 2⟩, or r(1) = ⟨0, 5⟩, or position at t = 0 is ⟨a, b⟩. The reader expects the candidate to substitute the value of t, equate the result to the given vector, and solve the resulting system. The system is trivial because each component decouples, but the rubric wants it written as a vector equation first.

Concretely: if F(t) = ⟨t³ + C₁, −cos t + C₂⟩ and the initial condition is r(0) = ⟨1, 2⟩, the candidate writes ⟨0 + C₁, −1 + C₂⟩ = ⟨1, 2⟩. From this single vector equation, C₁ = 1 and C₂ = 3 fall out component-wise. The reader awards the setup row for writing the vector equation with the brackets intact, and the constant row for the correct numerical values. Candidates who write two separate equations on two separate lines, with no vector on the left-hand side, often lose the presentation point because the rubric is checking for the vector frame around the substitution step.

There is one trap that costs marks every administration: the constant of integration is sometimes absorbed into a +C written once for the whole vector, and the initial condition then sets the vector constant, not a pair of scalars. If the prompt gives a position at two different times, the rubric expects two vector constants solved from two vector equations. Candidates should always write the constants explicitly as ⟨C₁, C₂⟩ when two scalar conditions are given, and as a single vector C only when one vector condition is given. The form of the answer is dictated by the form of the condition.

The definite integral of a vector-valued function: bounds, components, and the unit row

The definite integral of a vector-valued function uses the same component-wise rule, but the bounds apply to each component, and the +C disappears. For r(t) = ⟨f(t), g(t)⟩, the integral from a to b is ⟨∫ₐᵇ f(t) dt, ∫ₐᵇ g(t) dt⟩. On the AP, this shape usually appears as a displacement calculation: the position function r(t) is given, the candidate is asked for r(b) − r(a), and the rubric awards separate rows for the bounds, the integrand, and the evaluated value inside each component.

The unit row is where most candidates lose a quiet point. The position vector carries units of length, the velocity vector carries units of length per unit time, and an integral of a velocity from t = a to t = b returns a displacement with units of length. The exam does not test unit conversion, but it does award a row for a unit consistent with the integrand. If a candidate writes the displacement of a particle whose velocity is in metres per second over a 4-second interval, the displacement must come out in metres. The rubric does not require explicit units in the box, but when units are part of the prompt, the answer carries the unit, and a candidate who omits the unit loses the row.

For most BC candidates reading this, the safest pattern on a definite integral of a vector-valued function is to write the integral symbol once, then ⟨∫ₐᵇ f(t) dt, ∫ₐᵇ g(t) dt⟩, evaluate each component into a single scalar, and assemble the result as a vector with the unit. The brackets should be preserved at every stage, and the result should be a single vector, not two numbers on a line. A common error is to evaluate the integral and then present the result as a comma-separated ordered pair without brackets, which on the AP is read as a coordinate, not a vector, and costs the presentation row.

Worked example: definite integral of a velocity vector

Suppose v(t) = ⟨2t, 6t²⟩ metres per second, and the question asks for the displacement from t = 1 to t = 3. The integral is ⟨∫₁³ 2t dt, ∫₁³ 6t² dt⟩ = ⟨[t²]₁³, [2t³]₁³⟩ = ⟨9 − 1, 54 − 2⟩ = ⟨8, 52⟩ metres. The rubric awards a row for the bounds, a row for each antiderivative, and a row for the final vector with units. The reader does not award credit for the antiderivative row if the bracket frame is missing, and does not award the unit row if the numerical answer is correct but the unit is omitted. This is the pattern the exam repeats across BC free-response problems involving vector-valued integration.

Dot products of vector-valued functions and the row that catches the chain rule

The exam occasionally asks for the integral of a dot product, or the dot product of two integrated vectors, and the rubric has a row for the chain rule when one of the vector-valued functions is composed with a scalar function. The standard pattern is: integrate f(t) · g(t) dt by treating the dot product as a scalar first, then integrating the resulting scalar. The reader awards a row for the dot product itself, written out in component form, and a separate row for the antiderivative of the resulting scalar.

A frequent trap is reversing the order of integration and dot product, or differentiating where the prompt asks for an integral. The chain rule row appears when the prompt gives a composition such as r(s(t)) and asks for ∫ r(s(t)) · s′(t) dt. The expected move is the u-substitution u = s(t), du = s′(t) dt, which turns the integrand into r(u) · du, and the integral into ∫ r(u) du. The reader awards a row for the substitution setup, a row for the transformed integrand, and a row for the antiderivative in u, with a back-substitution step. Most candidates reading this lose the substitution row because they attempt the integral directly in t, where the antiderivative is not obvious.

For the BC candidate, the operational rule is: any time a vector-valued function is multiplied by a scalar function in the integrand, check for a u-substitution before integrating. The substitution collapses the integrand into a clean vector-valued antiderivative, and the rubric awards the substitution row only if the substitution is written explicitly. A bare antiderivative in t, even if correct, will lose the substitution row on a problem that was designed to test it.

Connecting velocity, speed, and displacement: three integrals, three different rows

The most common vector-valued integration context on the AP is the motion problem, where r(t) is a position vector, v(t) = r′(t) is velocity, a(t) = v′(t) is acceleration, and |v(t)| is speed. The exam distinguishes three integrals: ∫ v(t) dt returns a position (up to a constant), ∫ₐᵇ v(t) dt returns displacement, and ∫ₐᵇ |v(t)| dt returns total distance travelled. The rubric rows for these three integrals are different, and the exam often asks the candidate to compute all three on one FRQ.

The displacement integral is the cleanest. The candidate integrates each component of v(t) from t = a to t = b and assembles the result as a vector with units of length. The total distance integral requires a magnitude inside the integrand, which on the AP almost always means a square root, and the rubric awards separate rows for the magnitude, the integral sign, and the evaluated scalar. The position integral is the antiderivative form, with the constants of integration handled as a vector equation when initial conditions are given. None of these three integrals is conceptually hard; the exam's challenge is in labelling them correctly and in keeping the symbolic frame consistent across the three results.

Here is a compact reference for the three integrals, including the row each one triggers on the BC FRQ rubric.

IntegralGeometric meaningOutput typeUnitTypical AP FRQ row
∫ v(t) dtPosition function (up to a constant)Vector with constant(s) of integrationLengthAntiderivative row + constant row
∫ₐᵇ v(t) dtDisplacement from t = a to t = bVector of two scalarsLengthBounds row, integrand row, evaluation row
∫ₐᵇ |v(t)| dtTotal distance travelled on [a, b]ScalarLengthMagnitude row, integral row, scalar evaluation row

The table captures the diagnostic test a BC candidate should run on every motion problem. If the prompt asks for "displacement," the answer is a vector. If it asks for "distance," the answer is a scalar built from a magnitude. If it asks for "position," the answer is an antiderivative with constants. The verb in the prompt is the rubric's first row.

Common pitfalls and how to avoid them on a vector-valued FRQ

Most of the marks lost on vector-valued integration problems are lost on rows that the candidate has the technical skill to earn. The pattern is consistent across administrations, and the remedies are specific.

  • Collapsing two constants of integration into one. The rubric treats ⟨C₁, C₂⟩ as two separate rows. Writing a single C inside the brackets is a presentation error that costs the constant row, and it is the single most common error on the antiderivative row. Always write the constants explicitly as a vector of two scalars, and only collapse to a single vector constant when the initial condition is a single vector.
  • Dropping the brackets on the way to a final answer. The brackets identify the result as a vector, and the reader's first check on a vector-valued row is the bracket. A candidate who writes the result as (8, 52) instead of ⟨8, 52⟩ loses the presentation row even when the numbers are right. The brackets are part of the answer in the same way that a +C is part of an antiderivative.
  • Forgetting the unit on a displacement or distance. The unit row is awarded only when the unit is consistent with the integrand. A correct numerical answer without a unit, on a problem that explicitly gives a unit, loses the row. Write the unit once, on the final line, and check that it is the unit of length for a displacement and the unit of length per unit time for a velocity.
  • Computing displacement when the prompt asks for distance, or vice versa. The verbs "displacement" and "distance" map to different integrals on the rubric. A candidate who integrates v(t) when the prompt asks for total distance loses the magnitude row. A candidate who integrates |v(t)| when the prompt asks for displacement loses the vector row. Read the verb twice before writing the integral sign.
  • Skipping the vector frame on the initial-condition step. The rubric awards a row for writing the initial condition as a vector equation. A candidate who writes two separate scalar equations on two separate lines, with no vector on the left-hand side, will lose the setup row. The vector equation is the form the rubric is checking for, not a stylistic preference.

Reading the prompt: how the verb in the stem dictates the rubric rows

The single most useful habit a BC candidate can build for vector-valued integration is to translate the verb in the prompt into the integral sign, the container, and the unit before touching the algebra. "Find the position vector" means an antiderivative with a constant of integration. "Find the displacement" means a definite integral of velocity, evaluated as a vector. "Find the total distance" means a definite integral of speed, evaluated as a scalar. "Find the average velocity" means a displacement divided by a time interval, with the unit of velocity. The rubric is built around these four verbs, and the rows fall out of the verb choice before the algebra begins.

Once the verb is translated, the container follows. Position goes in a vector with constants. Displacement goes in a vector with bounds. Distance goes in a scalar with a magnitude inside the integrand. Average velocity goes in a scalar that is a vector divided by a scalar. The unit follows the container: length for position and displacement, length per unit time for velocity, length for distance. The four pieces — verb, integral, container, unit — are the four rows the rubric is checking, and a candidate who can fill in all four before the algebra has done most of the scoring work.

For the BC candidate sitting the exam, the practical advice is to underline the verb in the prompt, write the integral sign with the right bounds, write the container (vector with brackets, or scalar), and then evaluate. This is a 30-second investment that saves the kinds of errors that show up in the post-mortem as "I knew how to do the integral but I wrote the wrong thing." The errors are rarely algebraic. They are errors of frame.

Exam format, question types, and where vector-valued integration actually appears

On the AP Calculus BC exam, vector-valued integration is a small but reliable presence. It shows up in two places: as a multiple-choice question that asks for an antiderivative of a vector-valued function or a displacement from a velocity, and as a free-response question that builds a full motion problem around a position or velocity vector. The MC version usually tests the component-wise rule directly, with the candidate choosing between options that are vectors with the brackets intact. The FRQ version usually wraps the integration in a multi-part problem with initial conditions, a graph of v(t), a distance calculation, and a context such as a particle moving in the plane.

The exam format matters for preparation. The MC version rewards fluency with the component-wise rule and the bracket frame; the FRQ version rewards fluency with the full pipeline from antiderivative to displacement to distance, including the unit row and the constant row. A candidate preparing for the BC exam should practise both shapes, with the FRQ shape getting the larger share of time, because the FRQ is where the rubric rows accumulate. In a typical BC administration, vector-valued integration appears in one MC question and in part of one FRQ, and the rubric rows on the FRQ side usually add up to 4–6 of the 9 points on the problem.

For a preparation strategy that targets the rubric rows specifically, the most efficient use of time is to drill the four shapes — antiderivative, definite integral, dot-product integral, and distance integral — until the verb in the prompt maps to the integral sign, the container, and the unit within 30 seconds. A candidate who has drilled the four shapes will not be surprised by the verb on exam day, and the rubric rows will fall out of the verb choice. That is the preparation target, and it is the preparation target because the exam is built around it.

Scoring nuance: which rows the reader is actually checking

The AP reader scores vector-valued integration FRQs by reading the candidate's work against a small set of explicit rows. For a motion problem built on r(t) and v(t), the rows typically include: a setup row for the correct integral (antiderivative or definite, with the right container), an antiderivative row that awards one point per correct component, a constant row that awards a point for the correct vector constant or pair of scalar constants, a bounds row on a definite integral, an evaluation row for the numerical value inside each component, and a unit row that awards a point for the unit consistent with the integrand. The reader does not award partial credit inside a row; the row is binary. A correct bracket frame with an incorrect component is one row earned and one row lost, not half of each.

For a preparation plan, the implication is that a candidate should aim to fill in every row, even when the algebra is shaky. A candidate who writes the correct integral with the wrong component antiderivative still earns the setup row. A candidate who writes the correct bounds with the wrong integrand still earns the bounds row. The rows are designed to be earned independently, and the exam is designed so that a candidate who understands the frame can earn most of the points even when the algebra breaks down. This is a feature of the BC scoring system, and a candidate preparing for the exam should use it. Write the frame first, then the algebra.

The most overlooked scoring nuance is the unit row. The exam awards a point for a unit consistent with the integrand, and a candidate who has done everything else correctly but has not written the unit loses the row. For motion problems, the unit is almost always a length unit (metres, feet, or the unit given in the prompt). For a velocity problem, the unit is length per unit time. The reader checks the unit on the final line, and the row is awarded or not based on that one line. A candidate who has integrated correctly should pause for a unit check before moving to the next part of the problem.

Putting it together: a vector-valued FRQ walkthrough

Consider a typical BC FRQ part. A particle moves in the plane with velocity v(t) = ⟨t² − 1, 2t⟩ for 0 ≤ t ≤ 3. The prompt asks the candidate to find the position of the particle at t = 3, given that the particle is at the origin at t = 0. The rubric rows are: antiderivative row, initial-condition row, definite-integral row, evaluation row, unit row.

The first move is the antiderivative. The candidate integrates v(t) component-wise to get r(t) = ⟨t³/3 − t + C₁, t² + C₂⟩. The brackets are preserved, the constants are written as two separate scalars, and the unit is not yet attached because the antiderivative is a position vector in symbolic form. The antiderivative row is earned by the correct integration of each component, with the bracket frame intact.

The second move is the initial condition. The candidate writes r(0) = ⟨0, 0⟩, substitutes t = 0, and gets ⟨C₁, C₂⟩ = ⟨0, 0⟩. The constants collapse to zero, and the rubric awards the initial-condition row for the vector equation with the brackets intact. The result is r(t) = ⟨t³/3 − t, t²⟩, with no constant of integration left over.

The third move is the evaluation. The candidate substitutes t = 3 into r(t) and computes ⟨27/3 − 3, 9⟩ = ⟨6, 9⟩. The unit row is attached on the final line, and the answer is written as ⟨6, 9⟩ units of length. The rubric awards the evaluation row for the numerical values inside the vector and the unit row for the unit. The bracket frame is preserved at every stage, and the candidate earns all five rows. The total time on this part is around 4 minutes, which is the realistic pacing target for a vector-valued FRQ part on the BC exam.

Conclusion and next steps

Integrating vector-valued functions on the AP Calculus BC exam is a high-yield, rubric-friendly skill. The exam tests the component-wise rule, the constants of integration, the bracket frame, the unit row, and the verb-to-integral translation. Candidates who practise the four shapes — antiderivative, definite integral, dot-product integral, and distance integral — until the verb maps to the integral sign, the container, and the unit within 30 seconds will earn most of the available rows on exam day. The frame is the score, and the frame is the part a candidate can control even when the algebra is imperfect. AP Courses' one-to-one AP Calculus BC programme works through the four shapes with timed FRQ drills, and turns the rubric row pattern on integrating vector-valued functions into a concrete preparation plan.

Frequently asked questions

For the FAQ block, see the structured faq field.

Frequently asked questions

Does integrating a vector-valued function on AP Calculus BC require any new theory beyond Calc AB?
No. The rule is component-wise: ∫ ⟨f(t), g(t)⟩ dt = ⟨∫ f(t) dt, ∫ g(t) dt⟩. The exam tests the same antiderivative techniques as Calc AB, applied twice in the right container, with a bracket frame and a unit row preserved at every stage.
How are the constants of integration handled on a vector-valued antiderivative FRQ?
The constants are written as two separate scalars, ⟨C₁, C₂⟩, one per component. The rubric treats them as two independent rows, and a single scalar C in the brackets collapses both rows into one, which the reader cannot score as two correct constants. Apply the initial condition as a vector equation and solve for C₁ and C₂ component by component.
What is the difference between displacement and total distance on a vector-valued motion problem?
Displacement is ∫ₐᵇ v(t) dt, evaluated as a vector of two scalars with units of length. Total distance is ∫ₐᵇ |v(t)| dt, evaluated as a scalar after taking the magnitude of v(t) inside the integrand. The verbs in the prompt map to different integrals, and the rubric rows are different for each.
When does the AP Calculus BC rubric award credit for a u-substitution on a vector-valued integral?
The substitution row is awarded when the integrand is a vector-valued function composed with a scalar function and multiplied by the derivative of the inner function, such as r(s(t)) · s′(t) dt. The candidate writes u = s(t), du = s′(t) dt, transforms the integrand into r(u) du, and integrates in u. The rubric awards a row for the substitution setup, a row for the transformed integrand, and a row for the antiderivative in u with a back-substitution step.
What is the most common error on a vector-valued integration FRQ?
The most common error is collapsing two constants of integration into a single scalar C, which the reader cannot score as two correct constants. The second most common is dropping the brackets on the way to a final answer, which costs the presentation row. The third is omitting the unit on a displacement or distance calculation, which costs the unit row. All three are errors of frame, not of algebra, and all three are preventable by writing the bracket frame and the unit explicitly at every stage.
WhatsAppGet info