1/25
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Vector
A mathematical object possessing both magnitude (length) and direction.
Magnitude
The length of a vector, calculated using the Pythagorean theorem.
Direction Angle (θ)
The angle a vector makes with the positive x-axis.
Standard Form of a Vector
Representation of a vector as v=⟨a,b⟩, where $a$ is the horizontal component and $b$ is the vertical component.
Unit Basis Vectors
Vectors defined as i=⟨1,0⟩ and j=⟨0,1⟩.
Vector Addition
The operation of combining two vectors, defined as u+v=⟨u<em>1+v</em>1,u<em>2+v</em>2⟩.
Scalar Multiplication
An operation that scales a vector's length by a scalar constant, expressed as kv=⟨ka,kb⟩.
Vector-Valued Function
A function that takes a scalar input and outputs a vector, typically expressed as r(t)=⟨f(t),g(t)⟩.
Parametric Equations
Equations that express $x$ and $y$ coordinates separately, often related to vector-valued functions.
Matrix
A rectangular array of numbers arranged in rows and columns.
Matrix Dimensions
The size of a matrix represented as m×n, where $m$ is the number of rows and $n$ is the number of columns.
Matrix Addition
The operation of adding two matrices, requiring the same dimensions.
Scalar Multiplication of a Matrix
The operation that multiplies every entry in the matrix by a scalar constant.
Matrix Multiplication Condition
To multiply Matrix $A$ (m×n) by Matrix $B$ (n×p), the number of columns in $A$ must equal the number of rows in $B$.
Determinant of a 2x2 Matrix
For A=[ab cd], the determinant is det(A)=ad−bc.
Area Scale Factor
The absolute value of the determinant, ∣det(A)∣, representing the factor by which the matrix scales area.
Invertibility of a Matrix
A matrix is invertible if det(A)=0. If det(A)=0, it has no inverse.
Inverse of a Matrix
$A^{-1}$ undoes the effect of matrix $A$ during transformation, existing only when det(A)=0.
Identity Matrix
A matrix represented as I=[10 01] that leaves a vector unchanged.
Zero Matrix
A matrix that maps all vectors to the zero vector ⟨0,0⟩.
Dilation Matrix
A matrix of the form [k0 0k] that scales a vector by a factor $k$.
Reflection Matrix
A matrix that reflects vectors over the x-axis, represented as [10 0−1].
Rotation Matrix (90° CCW)
A matrix represented as [0−1 10] that rotates vectors 90 degrees counterclockwise.
Common Mistake: Matrix Multiplication Order
It is incorrect to assume that $AB = BA$ for matrices; order matters.
Common Mistake: Determinant Calculation
When calculating the inverse of a matrix, remember to divide by the determinant, $ad-bc$.
Common Mistake: Quadrant Adjustment
When finding θ=tan−1(b/a), visualize the point $(a,b)$ to adjust for the correct quadrant.