Parameter
An independent variable (often t) that x and y each depend on in a parametric function.
Parametric
Parametric function
A pair x = x(t), y = y(t) whose points (x(t), y(t)) trace a curve as t varies.
Parametric
Orientation
The direction in which a parametric curve is traced as the parameter increases.
Parametric
Eliminating the parameter
Combining x(t) and y(t) into a single rectangular equation in x and y by removing t.
Parametric
Planar motion
Movement in a plane described by position functions x(t) and y(t).
Parametric
Implicitly defined function
A relation between x and y, such as x² + y² = 25, in which y is not isolated.
Implicit & Conics
Conic section
A curve — circle, ellipse, parabola, or hyperbola — defined by a second-degree equation in x and y.
Implicit & Conics
Ellipse
A conic of the form (x − h)²/a² + (y − k)²/b² = 1; a stretched circle.
Implicit & Conics
Hyperbola
A conic defined by a difference of squared terms set equal to 1, opening along an axis.
Implicit & Conics
Vector
A quantity with magnitude and direction, written in component form ⟨a, b⟩.
Vectors
Magnitude
The length of a vector ⟨a, b⟩, equal to √(a² + b²).
Vectors
Component form
Writing a vector by its horizontal and vertical components, ⟨a, b⟩.
Vectors
Scalar multiplication
Multiplying a vector by a number, which scales its magnitude and may reverse its direction.
Vectors
Vector-valued function
A function that outputs a vector for each input, modeling position or velocity over time.
Vectors
Matrix
A rectangular array of numbers arranged in rows and columns.
Matrices
Matrix multiplication
Combining rows of one matrix with columns of another; it is not commutative.
Matrices
Identity matrix
The square matrix with 1s on the main diagonal and 0s elsewhere; it leaves vectors unchanged.
Matrices
Determinant
For a 2×2 matrix with rows (a, b) and (c, d), the value ad − bc; it scales area and signals invertibility.
Matrices
Inverse matrix
A matrix A⁻¹ with A·A⁻¹ = I; it exists only when the determinant is nonzero.
Matrices
Linear transformation
A mapping of vectors to vectors represented by a matrix — rotation, scaling, reflection, or shear.
Transformations
Matrix as a function
Viewing a matrix as a rule that sends each input vector to an output vector.
Transformations
Matrix power
Repeatedly applying a matrix, used to model a system's change over successive steps.
Transformations