Functions, Vectors, Matrices — AP Precalculus Precalc Study Guide
For: AP Precalculus candidates sitting AP Precalculus.
Covers: Parametric equation parameter elimination, 2D and 3D vector properties, vector operations (sum, dot product, magnitude), and matrix operations + linear geometric transformations.
You should already know: Algebra 1 & 2, basic geometry and trigonometry.
A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the AP Precalculus style for educational use. They are not reproductions of past College Board papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official College Board mark schemes for grading conventions.
1. What Is Functions, Vectors, Matrices?
This unit extends standard algebraic function analysis to three interconnected tools used to model real-world phenomena: parametric representations of moving objects, vectors for quantities with both size and direction, and matrices for linear data manipulation and geometric transformations. It makes up 17-20% of your AP Precalculus exam score, per the official CED, and bridges precalculus content to AP Calculus BC, AP Physics, and college linear algebra. You will encounter these concepts in both multiple-choice and free-response sections, often combined with trigonometry or function analysis problems.
2. Parametric equations — eliminating the parameter
Parametric equations define coordinate values as separate functions of a shared independent variable, called the parameter (almost always denoted , representing time in most applied problems). For 2D curves, you will see them written as: Eliminating the parameter means rewriting these two equations as a single Cartesian relation (in terms of and only) without the variable. A critical note: the parametric curve is only a segment of the full Cartesian graph, so you must explicitly add domain and range restrictions derived from the valid values of to avoid losing marks.
Worked Example
Given , , with :
- Solve the simpler equation for : Square both sides of to get , so .
- Substitute into the equation: .
- Calculate the valid domain from the limits:
- At :
- At :
- Final Cartesian relation: for
For trigonometric parametric equations, use the Pythagorean identity to eliminate without substitution: For , , you get , a circle of radius 4. If , restrict the range to to get the upper semicircle.
3. Vectors in 2D and 3D
A vector is a quantity with both magnitude (size) and direction, unlike scalars (e.g., mass, temperature) which only have magnitude. In 2D, vectors are written as or column vectors , where and are the horizontal and vertical components respectively. In 3D, add a vertical -axis component: .
Vectors are "free" by default: two vectors are equal if all corresponding components are identical, regardless of where they are placed in space. The only exception is position vectors, which start at the origin and point to a specific coordinate point.
To find the vector from point to point , subtract the initial point components from the terminal point components:
Worked Example
Find the vector from to :
4. Vector operations — sum, dot product, magnitude
All three core vector operations tested on AP Precalculus use component-wise calculations derived from basic geometric rules:
- Magnitude: The length of a vector, calculated using the Pythagorean theorem extended to n dimensions:
- Vector sum: To add two vectors, add their corresponding components. Geometrically, this matches the tip-to-tail rule: place the tail of the second vector at the tip of the first, and the sum is the vector from the tail of the first to the tip of the second:
- Dot product (scalar product): The dot product of two vectors returns a scalar (not a vector) equal to the sum of the products of corresponding components. It can also be used to calculate the angle between two vectors placed tail-to-tail: A key application: two non-zero vectors are perpendicular if and only if their dot product equals 0 (since ).
Worked Example
Given and :
- Magnitude of :
- Vector sum:
- Dot product:
- Angle between vectors: , so
5. Matrices — operations and transformations
A matrix is a rectangular array of numbers arranged in rows and columns, denoted where is the number of rows and the number of columns. Each entry is the value in row , column .
Core Matrix Operations
- Addition: You can only add matrices of identical dimensions, by adding corresponding entries:
- Scalar multiplication: Multiply every entry in the matrix by a constant scalar :
- Matrix multiplication: You can multiply and to get , where each entry is the dot product of row of and column of . Note: matrix multiplication is not commutative, so in most cases.
Linear Transformations
2x2 matrices represent linear transformations of 2D points (written as column vectors). Common transformation matrices tested on the exam include:
| Transformation | Matrix |
|---|---|
| Identity (no change) | |
| Reflection over x-axis | |
| Reflection over y-axis | |
| Counterclockwise rotation by | |
| Dilation by factor |
To apply a transformation, multiply the transformation matrix by the column vector of the point (matrix first, vector second). For a sequence of transformations, multiply the matrices in reverse order of application (first transformation applied is multiplied by the vector first).
Worked Example
Apply a 90° counterclockwise rotation to the point :
- 90° rotation matrix: , , so matrix is
- Multiply by the point vector:
- Final transformed point:
6. Common Pitfalls (and how to avoid them)
- Pitfall 1: Forgetting to restrict the domain/range of the Cartesian equation after eliminating a parameter. Why it happens: You focus only on substitution algebra and ignore the original limits. Fix: Always plug the minimum and maximum values into and to find valid domain and range, and add these explicitly to your answer.
- Pitfall 2: Calculating the vector from A to B as initial minus terminal instead of terminal minus initial. Why it happens: You mix up the order of subtraction. Fix: Repeat the mnemonic "terminal minus initial" every time you calculate a vector between two points.
- Pitfall 3: Treating the dot product as a vector, or trying to perform vector operations on a dot product result. Why it happens: You confuse dot product with regular scalar multiplication. Fix: Remind yourself that the dot product returns a single number, not a vector, so you cannot add it to a vector or take its magnitude.
- Pitfall 4: Multiplying matrices in the wrong order, or multiplying matrices with incompatible dimensions. Why it happens: You assume matrix multiplication is commutative like scalar multiplication. Fix: First check that the number of columns of the first matrix equals the number of rows of the second. For transformations, always apply the first operation first, then multiply by subsequent transformation matrices on the left.
- Pitfall 5: Using the wrong sign in the sine term of the rotation matrix. Why it happens: You mix up clockwise and counterclockwise rotation rules. Fix: For the standard counterclockwise rotation tested on 90% of AP Precalculus questions, the top-right entry of the rotation matrix is . For clockwise rotation, use or substitute into the standard formula.
7. Practice Questions (AP Precalculus Style)
Question 1
Given parametric equations , , with : (a) Eliminate the parameter to write a Cartesian equation for the curve. (b) State the valid domain and range of the Cartesian relation.
Solution
(a) Solve for from : . Substitute into : (b) Domain of : At , ; at , . So . Range of : The parabola has minimum at , ; maximum at , . So .
Question 2
Given vectors and : (a) Calculate the magnitude of . (b) Determine if the vectors are perpendicular, and justify your answer.
Solution
(a) First calculate . Magnitude: (b) Calculate the dot product: . The dot product is 0, so the vectors are perpendicular.
Question 3
A point undergoes the following sequence of transformations: (1) Reflection over the x-axis, (2) Dilation by a factor of 1.5 in both axes. (a) Write the combined transformation matrix for this sequence. (b) Find the coordinates of the transformed point.
Solution
(a) Reflection over x-axis matrix: . Dilation by 1.5 matrix: . Combined matrix is (first transformation applied first, multiplied right): (b) Apply to point : Final point:
8. Quick Reference Cheatsheet
| Category | Formulas & Rules |
|---|---|
| Parametric Equations | 1. Eliminate parameter by substitution or trig identity 2. Always add domain/range restrictions from limits |
| Vectors | 1. Vector from A to B: 2. Magnitude: $ |
| Matrices | 1. Add only same-dimension matrices, component-wise 2. Multiply scalar by all matrix entries 3. Matrix multiplication: dot product of rows of first, columns of second 4. 90° counterclockwise rotation: 5. Reflect over y-axis: |
9. What's Next
This unit is a foundational bridge to higher-level STEM coursework. For AP Calculus BC, you will use parametric equations to calculate derivatives, arc lengths, and areas under curved motion paths, while vectors form the basis of multivariable and vector calculus in college. Matrices and linear transformations are the core of college linear algebra, a required course for all engineering, computer science, physics, and data science majors. On the AP Precalculus exam, you will see these concepts tested in cross-topic free response questions that combine parametric motion with vector analysis or matrix transformations, so mastery of these rules is critical for a top score.
To reinforce your understanding, practice solving mixed problems that combine multiple concepts from this guide, as examiners regularly set integrated questions to test true mastery rather than rote memorization. If you get stuck on any concept, practice problem, or past exam question, you can ask Ollie for step-by-step explanations, additional customized practice problems, or personalized review plans anytime on the homepage.