Topic 4: Functions Involving Parameters, Vectors, and Matrices
Cambridge AP 0610 / 0970 · 15 min read
So far in AP Precalculus a function has usually meant a single output y for each input x. Unit 4 breaks that mold. A parametric function lets a third variable, the parameter t, drive both x and y independently, which is perfect for describing a position that changes over time. An implicit equation links x and y without solving for either, opening the door to circles, ellipses, and other conic sections. Vectors capture quantities like velocity and force that need a direction as well as a magnitude. Matrices give us a compact way to store numbers and to perform transformations of the plane. Because this material is taught but NOT assessed on the AP exam, you can study it with curiosity rather than test anxiety, but treat it seriously: it is the launching pad for nearly every quantitative course you will take afterward.
Parametric Functions and Their Graphs
A parametric function expresses both coordinates as functions of an independent parameter, usually written $t$. We write $x = f(t)$ and $y = g(t)$, and as $t$ sweeps through its domain the point $(f(t), g(t))$ traces a curve in the plane. The key advantage over an ordinary function is that the curve can loop, cross itself, or reverse direction, none of which a single $y = h(x)$ can do.
The parameter often represents time, so a parametric curve carries an orientation: the direction the point moves as $t$ increases. You indicate this with arrows along the curve. To graph by hand, build a table of $t$ values and compute the matching $x$ and $y$, then plot the ordered pairs in order.
To convert to a rectangular equation you eliminate the parameter. For example, given $x = t + 1$ and $y = t^2$, solve the first for $t = x - 1$ and substitute to get $y = (x-1)^2$. Eliminating $t$ can hide information: the rectangular equation may include points the parametric version never reaches, so always note the restricted range produced by the original domain of $t$.
Parametric Circles, Lines, and Modeling Motion
Two parametric forms appear constantly. A line through the point $(x_0, y_0)$ moving in a fixed direction is $x = x_0 + at$ and $y = y_0 + bt$, where $\\langle a, b\\rangle$ acts as a direction vector and $t$ scales how far along you travel. A circle of radius $r$ centered at the origin is $x = r\\cos t$ and $y = r\\sin t$, since $x^2 + y^2 = r^2\\cos^2 t + r^2\\sin^2 t = r^2$. Shifting the center to $(h, k)$ gives $x = h + r\\cos t$ and $y = k + r\\sin t$.
Parametric equations shine in modeling because they separate the horizontal and vertical behavior of a moving object. Projectile motion is a classic case: $x = (v\\cos\\theta)\\, t$ describes steady horizontal travel while $y = (v\\sin\\theta)\\, t - \\tfrac{1}{2} g t^2$ captures the vertical rise and fall under gravity. Because each coordinate has its own equation, you can analyze when the object reaches its peak, how far it travels, and where it lands, all from the same parameter $t$.
The rate at which $t$ increases controls speed, and reversing the sign of $t$ or swapping sine and cosine changes the direction of travel around a circle, so always check orientation when modeling.
Implicitly Defined Functions
An implicitly defined relation links $x$ and $y$ through an equation that is not solved for either variable, such as $x^2 + y^2 = 25$ or $x^2 + xy + y^2 = 7$. Many such relations are not functions because a single $x$ can correspond to more than one $y$; the circle, for instance, fails the vertical line test. We still study them because they describe a huge range of important curves.
To analyze an implicit relation, you can sometimes solve locally for one variable. The circle $x^2 + y^2 = 25$ splits into an upper branch $y = \\sqrt{25 - x^2}$ and a lower branch $y = -\\sqrt{25 - x^2}$, each of which is a genuine function on $-5 \\le x \\le 5$. Reading a graph, you look for symmetry: replacing $x$ with $-x$ or $y$ with $-y$ and seeing whether the equation is unchanged tells you about reflective symmetry across the axes.
Implicit relations preview the conic sections in the next section and they reappear in calculus, where implicit differentiation lets you find slopes without ever solving for $y$.
Conic Sections
Conic sections are the curves formed when a plane slices a double cone: the circle, ellipse, parabola, and hyperbola. Each has a standard implicit equation centered at $(h, k)$.
A circle is $(x-h)^2 + (y-k)^2 = r^2$, every point a fixed distance $r$ from the center. An ellipse is $\\dfrac{(x-h)^2}{a^2} + \\dfrac{(y-k)^2}{b^2} = 1$, a stretched circle with semi-axes $a$ and $b$. A parabola opening vertically is $(x-h)^2 = 4p(y-k)$, the set of points equidistant from a focus and a directrix. A hyperbola is $\\dfrac{(x-h)^2}{a^2} - \\dfrac{(y-k)^2}{b^2} = 1$, two opening branches with asymptotes.
The sign and structure of the $x^2$ and $y^2$ terms identify the conic. If both squared terms are present with equal positive coefficients you have a circle; with unequal positive coefficients, an ellipse; with opposite signs, a hyperbola; and with only one squared term, a parabola. To extract the center and axes from a general equation you complete the square in $x$ and in $y$. Conics can also be written parametrically, for example the ellipse as $x = h + a\\cos t$ and $y = k + b\\sin t$.
Vectors: Components, Magnitude, and Direction
A vector is a quantity with both magnitude and direction, written in component form as $\\langle a, b\\rangle$, where $a$ is the horizontal change and $b$ the vertical change. It is often pictured as an arrow from an initial point to a terminal point; the vector from $(x_1, y_1)$ to $(x_2, y_2)$ is $\\langle x_2 - x_1,\\; y_2 - y_1\\rangle$.
The magnitude is the length, found with the Pythagorean theorem: $\\lvert\\langle a, b\\rangle\\rvert = \\sqrt{a^2 + b^2}$. The direction is the angle $\\theta$ the vector makes with the positive $x$-axis, where $\\tan\\theta = \\dfrac{b}{a}$; be sure to place $\\theta$ in the correct quadrant based on the signs of the components. Going the other way, a vector of magnitude $r$ at angle $\\theta$ has components $\\langle r\\cos\\theta,\\; r\\sin\\theta\\rangle$.
A unit vector has magnitude 1 and is found by dividing a vector by its own magnitude. Vectors model any directed quantity, such as velocity, displacement, and force, and they connect naturally to the parametric line, whose direction vector $\\langle a, b\\rangle$ points the way the curve travels.
Vector Operations and the Dot Product
Vectors add and subtract component by component: $\\langle a, b\\rangle + \\langle c, d\\rangle = \\langle a + c,\\; b + d\\rangle$. Geometrically, addition is the tip-to-tail rule, placing the second arrow at the end of the first; the sum runs from the start of the first to the tip of the second. Scalar multiplication stretches or shrinks: $k\\langle a, b\\rangle = \\langle ka,\\; kb\\rangle$, and a negative $k$ reverses direction.
The dot product combines two vectors into a single number: $\\langle a, b\\rangle \\cdot \\langle c, d\\rangle = ac + bd$. It also equals $\\lvert u\\rvert\\, \\lvert v\\rvert \\cos\\theta$, where $\\theta$ is the angle between the vectors, so it gives a clean way to find that angle: $\\cos\\theta = \\dfrac{u \\cdot v}{\\lvert u\\rvert\\, \\lvert v\\rvert}$.
A dot product of zero means $\\cos\\theta = 0$, so the two vectors are perpendicular, also called orthogonal. This single test is one of the most useful facts about vectors. Note that the dot product of two vectors is a scalar, not a vector, which distinguishes it from addition and scalar multiplication.
Matrices: Operations, Inverses, and Linear Transformations
A matrix is a rectangular array of numbers arranged in rows and columns; its dimensions are stated as rows by columns. You add matrices of the same size entry by entry, and you multiply by a scalar by scaling every entry. Matrix multiplication is different: to multiply an $m \\times n$ matrix by an $n \\times p$ matrix, you dot each row of the first with each column of the second, producing an $m \\times p$ result. The inner dimensions must match, and the order matters because matrix multiplication is generally not commutative.
The identity matrix $I$ has 1s on the main diagonal and 0s elsewhere, and it behaves like the number 1: $AI = IA = A$. For a $2 \\times 2$ matrix $\\begin{bmatrix} a and b \\\\ c and d \\end{bmatrix}$ the determinant is $ad - bc$. The determinant tells you the area-scaling factor of the associated transformation and whether an inverse exists. If the determinant is nonzero, the inverse is $\\dfrac{1}{ad - bc} \\begin{bmatrix} d and -b \\\\ -c and a \\end{bmatrix}$; a zero determinant means no inverse exists.
Matrices act as linear transformations of the plane. Multiplying a position vector by a matrix can rotate, reflect, scale, or shear it, mapping the unit square to a parallelogram whose area equals the absolute value of the determinant. Composing two transformations corresponds to multiplying their matrices, which is exactly why the order of multiplication matters.
Key terms
Parameter
An independent variable, usually $t$, that drives both $x$ and $y$ in a parametric function.
Orientation
The direction a parametric curve is traced as the parameter increases, shown with arrows.
Eliminating the parameter
Combining $x = f(t)$ and $y = g(t)$ into a single rectangular equation by removing $t$.
Implicitly defined relation
An equation in $x$ and $y$ that is not solved for either variable, such as $x^2 + y^2 = 25$.
Conic section
A curve formed by slicing a cone: circle, ellipse, parabola, or hyperbola.
Vector
A quantity with both magnitude and direction, written $\\langle a, b\\rangle$.
Magnitude
The length of a vector, $\\lvert\\langle a, b\\rangle\\rvert = \\sqrt{a^2 + b^2}$.
Unit vector
A vector of magnitude 1, found by dividing a vector by its own magnitude.
Dot product
The scalar $ac + bd$ formed from $\\langle a, b\\rangle$ and $\\langle c, d\\rangle$; zero means the vectors are perpendicular.
Identity matrix
A square matrix with 1s on the main diagonal and 0s elsewhere, satisfying $AI = A$.
Determinant
For a $2 \\times 2$ matrix, the value $ad - bc$; it scales area and signals invertibility.
Linear transformation
A mapping of the plane carried out by multiplying vectors by a matrix, producing rotations, reflections, scalings, or shears.
Exam technique
Remember this unit is taught but NOT assessed on the AP Precalculus exam, so use it to build foundations for calculus and physics rather than to chase exam points.
When eliminating the parameter, always carry over the restricted range from the domain of $t$; the rectangular equation alone may show extra points the curve never reaches.
Identify a conic from its equation fast: equal positive squared coefficients give a circle, unequal positive give an ellipse, opposite signs give a hyperbola, and a single squared term gives a parabola.
To find the angle of a vector, use $\\tan\\theta = b/a$ but confirm the quadrant from the signs of $a$ and $b$ before trusting the calculator value.
Use the dot product as a perpendicularity test: if $u \\cdot v = 0$ the vectors are orthogonal, and remember the result is a scalar, not a vector.
For matrices, check that inner dimensions match before multiplying, never assume $AB = BA$, and compute the determinant first since a zero determinant means no inverse.
Quick check
Which statement about the vectors $u = \\langle 3, -2\\rangle$ and $v = \\langle 4, 6\\rangle$ is correct?
Their dot product is 0, so they are perpendicular
Their dot product is 24, so they point in the same direction
Their dot product is -24, so they are perpendicular
Their dot product is 0, so they are parallel
Show answer
Answer: THEIR DOT PRODUCT IS 0, SO THEY ARE PERPENDICULAR. The dot product is $u \\cdot v = (3)(4) + (-2)(6) = 12 - 12 = 0$. A dot product of zero means $\\cos\\theta = 0$, so the angle between the vectors is $90^\\circ$ and they are perpendicular (orthogonal), not parallel.