Comprehensive Guide to Unit 4: Vectors, Matrices, and Linear Transformations

0.0(0)
Studied by 0 people
0%Unit 4 Mastery
0%Exam Mastery
Build your Mastery score
multiple choiceAP Practice
Supplemental Materials
call kaiCall Kai
Card Sorting

1/25

Last updated 8:14 PM on 3/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

26 Terms

1
New cards

Vector

A mathematical object possessing both magnitude (length) and direction.

2
New cards

Magnitude

The length of a vector, calculated using the Pythagorean theorem.

3
New cards

Direction Angle ($\theta$)

The angle a vector makes with the positive x-axis.

4
New cards

Standard Form of a Vector

Representation of a vector as $\vec{v} = \langle a, b \rangle$, where $a$ is the horizontal component and $b$ is the vertical component.

5
New cards

Unit Basis Vectors

Vectors defined as $\mathbf{i} = \langle 1, 0 \rangle$ and $\mathbf{j} = \langle 0, 1 \rangle$.

6
New cards

Vector Addition

The operation of combining two vectors, defined as $\vec{u} + \vec{v} = \langle u1 + v1, u2 + v2 \rangle$.

7
New cards

Scalar Multiplication

An operation that scales a vector's length by a scalar constant, expressed as $k\vec{v} = \langle ka, kb \rangle$.

8
New cards

Vector-Valued Function

A function that takes a scalar input and outputs a vector, typically expressed as $\vec{r}(t) = \langle f(t), g(t) \rangle$.

9
New cards

Parametric Equations

Equations that express $x$ and $y$ coordinates separately, often related to vector-valued functions.

10
New cards

Matrix

A rectangular array of numbers arranged in rows and columns.

11
New cards

Matrix Dimensions

The size of a matrix represented as $m \times n$, where $m$ is the number of rows and $n$ is the number of columns.

12
New cards

Matrix Addition

The operation of adding two matrices, requiring the same dimensions.

13
New cards

Scalar Multiplication of a Matrix

The operation that multiplies every entry in the matrix by a scalar constant.

14
New cards

Matrix Multiplication Condition

To multiply Matrix $A$ ($m \times n$) by Matrix $B$ ($n \times p$), the number of columns in $A$ must equal the number of rows in $B$.

15
New cards

Determinant of a 2x2 Matrix

For $A = \begin{bmatrix} a & b \ c & d \end{bmatrix}$, the determinant is $\det(A) = ad - bc$.

16
New cards

Area Scale Factor

The absolute value of the determinant, $|\det(A)|$, representing the factor by which the matrix scales area.

17
New cards

Invertibility of a Matrix

A matrix is invertible if $\det(A) \neq 0$. If $\det(A) = 0$, it has no inverse.

18
New cards

Inverse of a Matrix

$A^{-1}$ undoes the effect of matrix $A$ during transformation, existing only when $\det(A) \neq 0$.

19
New cards

Identity Matrix

A matrix represented as $I = \begin{bmatrix} 1 & 0 \ 0 & 1 \end{bmatrix}$ that leaves a vector unchanged.

20
New cards

Zero Matrix

A matrix that maps all vectors to the zero vector $\langle 0, 0 \rangle$.

21
New cards

Dilation Matrix

A matrix of the form $\begin{bmatrix} k & 0 \ 0 & k \end{bmatrix}$ that scales a vector by a factor $k$.

22
New cards

Reflection Matrix

A matrix that reflects vectors over the x-axis, represented as $\begin{bmatrix} 1 & 0 \ 0 & -1 \end{bmatrix}$.

23
New cards

Rotation Matrix (90° CCW)

A matrix represented as $\begin{bmatrix} 0 & -1 \ 1 & 0 \end{bmatrix}$ that rotates vectors 90 degrees counterclockwise.

24
New cards

Common Mistake: Matrix Multiplication Order

It is incorrect to assume that $AB = BA$ for matrices; order matters.

25
New cards

Common Mistake: Determinant Calculation

When calculating the inverse of a matrix, remember to divide by the determinant, $ad-bc$.

26
New cards

Common Mistake: Quadrant Adjustment

When finding $\theta = \tan^{-1}(b/a)$, visualize the point $(a,b)$ to adjust for the correct quadrant.