A particle’s acceleration is with ; find .
Opening subject page...
Loading your content
AP Calculus BC Quiz
Practice Integrating Vector Valued Functions in AP Calculus BC with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 20
0 of 20 answered
A particle’s acceleration is a(t)=⟨6t,−4⟩ with v(0)=⟨1,2⟩; find v(t).
This quiz focuses on Integrating Vector Valued Functions, giving you a quick way to practice the rules, question types, and explanations that matter most for AP Calculus BC.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
A particle’s acceleration is a(t)=⟨6t,−4⟩ with v(0)=⟨1,2⟩; find v(t).
Explanation: This problem requires integrating a vector-valued acceleration to find velocity, a key skill in vector calculus. To solve, integrate each component separately, starting with the x-component where ∫6t dt is 3t² plus a constant. For the y-component, ∫-4 dt is -4t plus a constant. Apply the initial condition at t=0 to get constants 1 and 2, resulting in ⟨3t² + 1, -4t + 2⟩. A tempting distractor like choice B omits the constants, ignoring the initial velocity. Always integrate vector functions component-wise and incorporate initial conditions to find the specific solution.
Compute ∫⟨et,1+t21⟩dt as an antiderivative vector.
Explanation: This problem requires finding the indefinite integral of a vector-valued function, a key skill in vector calculus. To solve, integrate each component separately, with the x-component where ∫e^t dt is e^t plus a constant C1. For the y-component, ∫1/(1 + t²) dt is arctan t plus a constant C2. This gives the antiderivative ⟨e^t + C1, arctan t + C2⟩. A tempting distractor like choice D substitutes ln(1 + t²) for arctan t, but its derivative is 2t/(1 + t²), not matching. Always integrate vector functions component-wise, recalling standard antiderivatives like arctan for 1/(1 + t²) and including separate constants.
Evaluate ∫02⟨(t−1)2,1+t1,sin(πt)⟩dt.
Explanation: This problem requires evaluating a definite integral of a vector function. For the first component: ∫₀² (t-1)² dt = ∫₀² (t² - 2t + 1) dt = [t³/3 - t² + t]₀² = 8/3 - 4 + 2 = 2/3. For the second component: ∫₀² 1/(1+t) dt = [ln|1+t|]₀² = ln 3 - ln 1 = ln 3. For the third component: ∫₀² sin(πt) dt = [-(1/π)cos(πt)]₀² = -(1/π)(cos 2π - cos 0) = 0. Choice C incorrectly evaluates the first component as 8/3, perhaps computing only the t³/3 term. When integrating polynomials, expand first and integrate term by term to avoid errors.
A particle has velocity v(t)=⟨2t,cost,3⟩ and position r(0)=⟨1,0,−2⟩; find r(t).
Explanation: This problem involves integrating a vector-valued velocity function to find the position function. For the x-component, integrate 2t with respect to t to obtain t² plus a constant. For the y-component, integrate cos t to get sin t plus a constant. For the z-component, integrate 3 to yield 3t plus a constant, then use the initial position at t=0 to solve for the constants, resulting in +1, +0, and -2 respectively. A tempting distractor like choice B includes 2t² +1 for the x-component, which fails because it incorrectly doubles the integral of 2t instead of properly computing t². When integrating vector functions, always perform component-wise integration and apply initial conditions to determine the constant vector.
Evaluate ∫02⟨3t2,4,et⟩dt as a vector.
Explanation: This problem requires evaluating a definite integral of a vector-valued function from 0 to 2. For the x-component, integrate 3t² to get t³ evaluated from 0 to 2, yielding 8. For the y-component, integrate 4 to obtain 4t evaluated from 0 to 2, resulting in 8. For the z-component, integrate e^t to e^t evaluated from 0 to 2, giving e² - 1. A tempting distractor like choice B shows 12 for the x-component, which fails because it mistakenly uses 4t³/4 instead of t³ for the antiderivative of 3t². Remember, for vector integrals, compute each component's definite integral separately and combine them into the resulting vector.
Evaluate ∫0π⟨sint,2t,3⟩dt.
Explanation: This problem involves evaluating a definite integral of a vector-valued function. We integrate each component separately over the interval [0, π]: ∫₀^π sin t dt = [-cos t]₀^π = -cos π - (-cos 0) = -(-1) - (-1) = 2. For the second component: ∫₀^π 2t dt = [t²]₀^π = π² - 0 = π². For the third component: ∫₀^π 3 dt = [3t]₀^π = 3π - 0 = 3π. Choice C incorrectly evaluates the second component as 2π instead of π², confusing the antiderivative of 2t. When integrating vector functions, apply the fundamental theorem of calculus to each component separately.
A particle has v(t)=⟨et,sint,2t⟩ and r(0)=⟨0,1,−3⟩; find r(t).
Explanation: This problem requires finding position from velocity with an initial condition. Integrating the velocity components: ∫e^t dt = e^t + C₁, ∫sin t dt = -cos t + C₂, and ∫2t dt = t² + C₃. Applying r⃗(0) = ⟨0, 1, -3⟩: e^0 + C₁ = 0 gives C₁ = -1; -cos 0 + C₂ = 1 gives C₂ = 2; and 0² + C₃ = -3 gives C₃ = -3. Choice A incorrectly calculates C₂ = 1 instead of C₂ = 2, missing that -cos 0 = -1. The crucial step in initial value problems is carefully evaluating each component at t = 0 to find the correct constants.
Compute ∫0π⟨cost,sint,2t⟩dt as an ordered triple.
Explanation: This problem requires computing a definite integral of a vector-valued function from 0 to π. For the x-component, integrate cos t to sin t evaluated from 0 to π, yielding 0. For the y-component, integrate sin t to -cos t evaluated from 0 to π, resulting in 2. For the z-component, integrate 2t to t² evaluated from 0 to π, giving π². A tempting distractor like choice A shows 0 for y, which fails because it neglects the sign change in evaluating -cos t at the limits. When performing definite integrals on vectors, integrate and evaluate each component separately to form the final vector.
A particle has velocity v(t)=⟨4cost,5sint⟩ and r(0)=⟨−1,3⟩; find r(t).
Explanation: This problem involves integrating trigonometric velocity components to find position. Integrating v(t)=⟨4cost,5sint⟩ gives r(t)=⟨4sint+C1,−5cost+C2⟩. Using r(0)=⟨−1,3⟩: we get 4sin(0)+C1=−1, so C1=−1, and −5cos(0)+C2=3, so C2=8. Choice D incorrectly has 5cost instead of −5cost, forgetting the negative sign when integrating sine. Remember that ∫sintdt=−cost+C, and apply initial conditions after integration.
Compute ∫⟨5cost,−4sint⟩dt as a vector-valued function.
Explanation: This problem asks for the indefinite integral of a vector-valued trigonometric function. Integrating component by component: ∫5cos t dt = 5sin t + C₁ and ∫(-4sin t) dt = 4cos t + C₂. The antiderivative is ⟨5sin t + C₁, 4cos t + C₂⟩. Choice E incorrectly shows -4cos t for the y-component, which would result from forgetting that integrating -sin t gives +cos t (the negative sign is already accounted for). When integrating vector functions, carefully track signs and remember that each component needs its own integration constant.
Compute ∫0π⟨sint,2t⟩dt for a moving point in the plane.
Explanation: This problem asks us to evaluate a definite integral of a vector-valued function. We integrate each component separately: ∫0πsintdt=[−cost]0π=−cos(π)−(−cos(0))=−(−1)−(−1)=2. For the second component: ∫0π2tdt=[t2]0π=π2−0=π2. Choice A incorrectly evaluates the first integral as 0, likely confusing the integral of sine over a full period with this half-period integral. When integrating vector functions, evaluate each component's definite integral separately using the fundamental theorem of calculus.
A particle has v(t)=⟨4,2t−3,sint⟩ and r(0)=⟨−2,1,5⟩; find r(t).
Explanation: This problem requires integrating a three-dimensional vector-valued velocity to find position, a key skill in vector calculus. To solve, integrate each component separately, starting with the x-component where ∫4 dt is 4t plus a constant. For the y-component, ∫(2t - 3) dt is t² - 3t plus a constant; for the z-component, ∫sin t dt is -cos t plus a constant. Apply the initial condition at t=0 to find constants -2, 1, and 6, yielding ⟨4t - 2, t² - 3t + 1, -cos t + 6⟩. A tempting distractor like choice A uses +4 for z instead of +6, possibly from miscalculating -cos(0) + C = 5 as C=4 instead of 6. Always integrate vector functions component-wise, even in higher dimensions, and verify constants with initial conditions.
If r′(t)=⟨t−2,sec2t⟩ and r(0)=⟨0,1⟩, what is r(t)?
Explanation: This problem requires integrating a vector-valued derivative with an initial condition, a key skill in vector calculus. To solve, integrate each component separately, starting with the x-component where ∫(t - 2) dt is (1/2)t² - 2t plus a constant. For the y-component, ∫sec² t dt is tan t plus a constant. Apply the initial condition at t=0 to find constants 0 and 1, giving ⟨(1/2)t² - 2t, tan t + 1⟩. A tempting distractor like choice C omits the 1/2 in the x-component, treating it as t² instead. Always integrate vector functions component-wise, ensuring correct coefficients from the power rule and using initial conditions properly.
Find ∫0π⟨sint,cost⟩dt.
Explanation: This problem requires evaluating a definite integral of a trigonometric vector function, a key skill in vector calculus. To solve, integrate each component separately, with the x-component where ∫sin t dt from 0 to π is [-cos t]_0^π = 2. For the y-component, ∫cos t dt from 0 to π is [sin t]_0^π = 0. This yields the vector ⟨2, 0⟩. A tempting distractor like choice C might negate the x-component to -2, possibly from reversing the limits in evaluation. Always integrate vector functions component-wise and evaluate trigonometric integrals carefully over the given interval.
A particle has velocity v(t)=⟨2t,3cost,4et⟩ and position r(0)=⟨1,−2,0⟩; find r(t).
Explanation: This problem requires integrating a vector-valued velocity function to find position. To find position from velocity, we integrate each component separately: ∫2t dt = t² + C₁, ∫3cos t dt = 3sin t + C₂, and ∫4e^t dt = 4e^t + C₃. Using the initial condition r⃗(0) = ⟨1, -2, 0⟩, we find the constants: C₁ = 1, C₂ = -2, and C₃ = -4. Choice A incorrectly omits the constant C₃ = -4 in the third component, forgetting that 4e^0 = 4. The key strategy for vector integration is to integrate each component independently, then apply initial conditions to find all integration constants.
Evaluate ∫01⟨6t,e2t,t⟩dt.
Explanation: This problem asks for the definite integral of a vector function. For the first component: ∫₀¹ 6t dt = [3t²]₀¹ = 3. For the second component: ∫₀¹ e^(2t) dt = [(1/2)e^(2t)]₀¹ = (1/2)(e² - e⁰) = (e² - 1)/2. For the third component: ∫₀¹ √t dt = ∫₀¹ t^(1/2) dt = [(2/3)t^(3/2)]₀¹ = 2/3. Choice B incorrectly evaluates the second component as e² - 1, forgetting the factor of 1/2 that comes from the chain rule when integrating e^(2t). Always remember to include the reciprocal of the inner function's derivative when integrating composite functions.
Given r′(t)=⟨sint,2t,1/t⟩ and r(1)=⟨0,3,2⟩, find r(t).
Explanation: This problem involves integrating a vector-valued derivative to find the original position function with a given initial condition. For the x-component, integrate sin t to get -cos t plus a constant, then use r(1) to find +cos 1. For the y-component, integrate 2t to obtain t² plus a constant, determining +2 from the initial value. For the z-component, integrate 1/t to yield ln t plus a constant, solving for +2 using r(1). A tempting distractor like choice E omits the +2 in the z-component, failing because it neglects the constant needed to satisfy the initial condition at t=1. In general, integrate vector functions component by component and use initial conditions to find the constants for each.
Find an antiderivative of v(t)=⟨e2t,t−3,t⟩ in the form r(t).
Explanation: This problem involves finding an antiderivative of a vector-valued function. For the x-component, integrate e^{2t} to (1/2) e^{2t} plus a constant. For the y-component, integrate t^{-3} to - (1/2) t^{-2} plus a constant. For the z-component, integrate √t or t^{1/2} to (2/3) t^{3/2} plus a constant. A tempting distractor like choice E uses 2 √t for z, which fails because it omits the 2/3 coefficient from proper power rule integration. For antiderivatives of vector functions, apply integration rules to each component individually and include the constant vector.
A particle’s acceleration is a(t)=⟨4,−6t⟩ with velocity v(0)=⟨−1,2⟩. Find v(t).
Explanation: This problem involves integrating acceleration to find velocity for a vector-valued function. Integrating the acceleration components: ∫4 dt = 4t + C₁ for the x-component and ∫(-6t) dt = -3t² + C₂ for the y-component. Using the initial velocity v⃗(0) = ⟨-1, 2⟩, we find C₁ = -1 and C₂ = 2. Therefore, v⃗(t) = ⟨4t - 1, -3t² + 2⟩. Choice C incorrectly shows -6t² in the y-component, which would result from forgetting to apply the power rule correctly when integrating -6t. Remember to integrate each component of the acceleration vector independently and then apply initial conditions.
Compute ∫⟨2t−3,t⟩dt for t>0.
Explanation: This problem requires integrating a vector function with power functions. For ⟨2t−3,t⟩=⟨2t−3,t1/2⟩, we integrate: ∫2t−3dt=2⋅−2t−2+C1=−t−2+C1 and ∫t1/2dt=3/2t3/2+C2=32t3/2+C2. Choice E incorrectly uses a single constant C for both components instead of separate constants C1 and C2. When integrating vector functions, each component gets its own arbitrary constant, written as ⟨C1,C2⟩.