AP Precalculus Functions Involving Parameters, Vectors, and Matrices — Worked Answer Explanations

Unit 4 · 12 questions explained

Below is a complete answer key for our AP Precalculus Functions Involving Parameters, Vectors, and Matrices practice questions. For each question you'll find the correct choice, a full written explanation of how to get there, and — for every wrong answer — a short note on exactly why it's tempting and where it goes wrong. Reading these straight through is one of the fastest ways to find the gaps in a unit before exam day.

Prefer to test yourself first? Take the timed Functions Involving Parameters, Vectors, and Matrices practice test and come back here to review, or head back to the Functions Involving Parameters, Vectors, and Matrices unit overview.

In-content ad
  1. Question 1 · Easy

    A particle moves along the parametric curve , . What is the position at ?

    • A
      Why not A: Evaluated and instead of .
    • B
      Correct
    • C
      Why not C: Used for but for as if .
    • D
      Why not D: Reversed which coordinate is and which is .
    Explanation

    Substitute into both equations: and . Position: .

    Key takeaway

    Evaluating a parametric curve at $t$ gives the position $(x(t), y(t))$ at that parameter value.

  2. Question 2 · Easy

    Find the magnitude of the vector .

    • A
      Why not A: Used only the -component.
    • B
      Why not B: Used only the -component.
    • C
      Correct
    • D
      Why not D: Added the components instead of using the Pythagorean formula.
    Explanation

    Magnitude: .

    Key takeaway

    Magnitude of $\langle a, b \rangle$ is $\sqrt{a^2 + b^2}$ — Pythagorean theorem in disguise.

  3. Question 3 · Easy

    Eliminate the parameter from , to express as a function of .

    • A
      Why not A: Forgot to substitute .
    • B
      Correct
    • C
      Why not C: Solved instead of .
    • D
      Why not D: Distributed incorrectly: .
    Explanation

    Solve the first equation for : . Substitute into : .

    Key takeaway

    Eliminate the parameter by solving one equation for $t$ and substituting into the other.

  4. Question 4 · Easy

    Compute where and .

    • A
      Correct
    • B
      Why not B: Subtracted instead of added componentwise.
    • C
      Why not C: Multiplied componentwise instead of adding.
    • D
      Why not D: Arithmetic slip on the -component.
    Explanation

    Add componentwise: .

    Key takeaway

    Vectors add componentwise: $\langle a, b \rangle + \langle c, d \rangle = \langle a + c, b + d \rangle$.

  5. Question 5 · Medium

    A parametric curve is given by , for . Which curve does it trace?

    • A
      A circle of radius centered at the origin.
      Why not A: Forgot the factor of on both components — that gives radius , not .
    • B
      A circle of radius centered at the origin.Correct
    • C
      An ellipse with semi-axes and .
      Why not C: Both components are scaled by the same , so the curve is a circle, not an ellipse.
    • D
      A line of slope through the origin.
      Why not D: Sine and cosine produce periodic, not linear, motion.
    Explanation

    Compute . This is a circle of radius centered at the origin.

    Key takeaway

    $x = r\cos t$, $y = r\sin t$ traces a circle of radius $r$ — use $\sin^2 + \cos^2 = 1$ to eliminate the parameter.

  6. Question 6 · Medium

    What is the unit vector in the direction of ?

    • A
      Why not A: Original vector has magnitude , not .
    • B
      Correct
    • C
      Why not C: Doubled the unit vector — magnitude would be , not .
    • D
      Why not D: Reciprocated each component instead of dividing by the magnitude.
    Explanation

    Magnitude: . Unit vector: .

    Key takeaway

    Unit vector: $\hat{\mathbf{v}} = \dfrac{\mathbf{v}}{|\mathbf{v}|}$ — divide each component by the magnitude.

  7. Question 7 · Medium

    If acts on a vector by left multiplication, what is ?

    • A
      Why not A: Multiplied only the first component by — forgot to scale .
    • B
      Correct
    • C
      Why not C: Multiplied only the second component — missed scaling .
    • D
      Why not D: Added matrix entries to vector entries instead of multiplying.
    Explanation

    .

    Key takeaway

    Diagonal matrices stretch each axis independently: $\text{diag}(a, b)$ sends $\langle x, y \rangle$ to $\langle ax, by \rangle$.

  8. Question 8 · Medium

    Compute the dot product of and .

    • A
      Correct
    • B
      Why not B: Multiplied the -components as — sign error on the .
    • C
      Why not C: Componentwise multiplied — that's the Hadamard product, not the dot product.
    • D
      Why not D: Subtracted the two products instead of adding them.
    Explanation

    Dot product: .

    Key takeaway

    Dot product = sum of componentwise products; result is a scalar, not a vector.

  9. Question 9 · Hard

    Find the inverse of the matrix .

    • A
      Correct
    • B
      Why not B: Sign error throughout — forgot the determinant sign.
    • C
      Why not C: Only flipped signs on the off-diagonal; should also have swapped the diagonal entries.
    • D
      Why not D: Did not apply the inverse formula at all — just rearranged the matrix.
    Explanation

    For a matrix , the inverse is . Determinant: . So . Verify: .

    Key takeaway

    $2 \times 2$ inverse: swap the diagonal, negate the off-diagonal, divide by the determinant.

  10. Question 10 · Hard

    A projectile is launched with initial velocity m/s. Ignoring gravity, what is its position vector at seconds, starting from the origin?

    • A
      m
      Why not A: Added to each component instead of multiplying.
    • B
      mCorrect
    • C
      m
      Why not C: Ignored time — position equals velocity here, which is only true at .
    • D
      m
      Why not D: Divided velocity by time instead of multiplying.
    Explanation

    Position vector under constant velocity (no gravity): . Here and , so .

    Key takeaway

    Under constant velocity, position scales linearly with time: $\mathbf{r}(t) = \mathbf{r}_0 + t\mathbf{v}_0$.

  11. Question 11 · Hard

    The parametric curve , has what behavior at ?

    • A
      Passes through moving in the direction.
      Why not A: Right position but wrong sign on the vertical motion; , not negative.
    • B
      Passes through moving in the direction.Correct
    • C
      Passes through moving in the direction.
      Why not C: , not .
    • D
      Passes through stationary.
      Why not D: , so it's moving vertically.
    Explanation

    Position: , , so the curve is at . Velocity: , . At : , , so the motion is purely upward.

    Key takeaway

    Velocity vector at $t$: $\langle x'(t), y'(t) \rangle$ — its direction tells you which way the curve is moving.

  12. Question 12 · Hard

    Solve the system using matrix methods: and .

    • A
      ,
      Why not A: Doesn't satisfy the first equation: .
    • B
      , Correct
    • C
      ,
      Why not C: Doesn't satisfy the second equation: .
    • D
      ,
      Why not D: Solved only the first equation; the second is not satisfied.
    Explanation

    Write as with and . Determinant: . Inverse: . Solution: . So , . Verify: ✓, ✓.

    Key takeaway

    Linear systems can be solved as $\mathbf{x} = A^{-1}\mathbf{b}$ when $A$ is invertible.