AP Precalculus Flashcards: Linear Transformations And Matrices

Study Linear Transformations And Matrices in AP Precalculus with focused flashcards that help you recognize the idea, recall the key rule, and apply it in practice-style prompts.

AP Precalculus

Linear Transformations And Matrices

0 mastered0 still learning

0% Complete

QUESTION
1/ 37

What is the image of a linear transformation?

Tap card or press Space to flip

ANSWER

The set of all output vectors. Range of transformation; all possible output vectors.

How well did you know it?

Card 1 / 37

What this deck covers

This deck focuses on Linear Transformations And Matrices, giving you a quick way to review the definitions, rules, and examples that matter most for AP Precalculus.

How to use these flashcards

Work through these flashcards in short sessions. Try to answer each prompt before flipping the card, then revisit any cards you miss until the explanation feels automatic.

All flashcards

Flashcard 1: What is the image of a linear transformation?

Answer: The set of all output vectors. Range of transformation; all possible output vectors.

Flashcard 2: Find the eigenvalues of matrix (2112)\begin{pmatrix} 2 & 1 \\ 1 & 2 \end{pmatrix}.

Answer: 3,13, 1. Solve det(AλI)=0\det(A - \lambda I) = 0 for characteristic polynomial.

Flashcard 3: Calculate the trace of (7003)\begin{pmatrix} 7 & 0 \\ 0 & 3 \end{pmatrix}.

Answer:

  1. Sum diagonal entries: 7+3=107 + 3 = 10.

Flashcard 4: Identify the linear transformation represented by (2003)\begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix}.

Answer: A scaling by 2 in xx-direction and 3 in yy-direction. Diagonal matrix scales each coordinate independently.

Flashcard 5: What is the row-reduced echelon form of (1224)\begin{pmatrix} 1 & 2 \\ 2 & 4 \end{pmatrix}?

Answer: (1200)\begin{pmatrix} 1 & 2 \\ 0 & 0 \end{pmatrix}. Second row is multiple of first, so it reduces to zero.

Flashcard 6: Define the kernel of a linear transformation.

Answer: Set of vectors mapped to zero vector by the transformation. Also called null space; vectors that map to zero.

Flashcard 7: State the condition for a linear transformation to be invertible.

Answer: The matrix must be square and have a non-zero determinant. Only square matrices with non-zero determinant are invertible.

Flashcard 8: What is the identity element for matrix addition?

Answer: The zero matrix. Adding zero matrix to any matrix leaves it unchanged.

Flashcard 9: What is the relationship between determinants and area/volume?

Answer: The absolute value of the determinant gives area/volume scale factor. Determinant measures how transformation scales area/volume.

Flashcard 10: What is the definition of an identity matrix?

Answer: A square matrix II with ones on the diagonal and zeros elsewhere. When multiplied by any matrix, returns that same matrix.

Flashcard 11: Identify the matrix representation of T:R2R2T: \textbf{R}^2 \to \textbf{R}^2 given T(1,0)=(3,2)T(1,0) = (3,2), T(0,1)=(1,4)T(0,1) = (1,4).

Answer: (3124)\begin{pmatrix} 3 & 1 \\ 2 & 4 \end{pmatrix}. Column 1 is T(1,0)T(1,0) and column 2 is T(0,1)T(0,1).

Flashcard 12: What is the effect of a transformation matrix (0110)\begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix} on a vector?

Answer: Rotates the vector 90 degrees counterclockwise. Standard rotation matrix for 90° counterclockwise.

Flashcard 13: Compute the determinant of (6142)\begin{pmatrix} 6 & 1 \\ 4 & -2 \end{pmatrix}.

Answer: -14. Apply formula: (6)(2)(1)(4)=122=14(6)(-2) - (1)(4) = -12 - 2 = -14.

Flashcard 14: What is the effect of a zero determinant on a transformation?

Answer: The transformation collapses the space to a lower dimension. Zero determinant means transformation is not invertible.

Flashcard 15: What is the definition of a linear transformation?

Answer: A function T:RnRmT: \textbf{R}^n \to \textbf{R}^m preserving vector addition and scalar multiplication. Must satisfy T(u+v)=T(u)+T(v)T(u+v) = T(u) + T(v) and T(cv)=cT(v)T(cv) = cT(v).

Flashcard 16: Find the inverse of matrix (2003)\begin{pmatrix} 2 & 0 \\ 0 & -3 \end{pmatrix}.

Answer: (120013)\begin{pmatrix} \frac{1}{2} & 0 \\ 0 & -\frac{1}{3} \end{pmatrix}. For diagonal matrix, inverse has reciprocal diagonal entries.

Flashcard 17: What is the condition for two matrices to be equal?

Answer: They must have the same dimensions and equal corresponding entries. Matrix equality requires identical dimensions and entries.

Flashcard 18: How many solutions exist for a system represented by a singular matrix?

Answer: Either zero or infinitely many solutions. Singular matrices lead to dependent equations.

Flashcard 19: What is the standard form of a matrix for a linear transformation?

Answer: Matrix AA such that T(x)=AxT(\textbf{x}) = A\textbf{x} for all x\textbf{x} in Rn\textbf{R}^n. Columns of AA are images of standard basis vectors.

Flashcard 20: What is the result of multiplying two matrices AA and BB if they are both n×nn \times n identity matrices?

Answer: An n×nn \times n identity matrix. Identity times identity equals identity.

Flashcard 21: What is the result of any matrix multiplied by the identity matrix?

Answer: The original matrix. Identity matrix is multiplicative identity for matrices.

Flashcard 22: What is the rank of a 3×33 \times 3 identity matrix?

Answer:

  1. Identity matrix has full rank equal to its dimension.

Flashcard 23: What does it mean if a matrix is orthogonal?

Answer: Its transpose is its inverse. Orthogonal matrices preserve lengths and angles.

Flashcard 24: Determine if matrix A=(0110)A = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} is its own inverse.

Answer: Yes, A2=IA^2 = I. Check if AA=IA \cdot A = I; matrix swaps coordinates.

Flashcard 25: Calculate the trace of matrix (5238)\begin{pmatrix} 5 & 2 \\ 3 & 8 \end{pmatrix}.

Answer:

  1. Trace is sum of diagonal entries: 5+8=135 + 8 = 13.

Flashcard 26: What is the effect of a matrix transformation with determinant -1?

Answer: It reflects and possibly rotates the space. Negative determinant indicates orientation reversal.

Flashcard 27: Describe a shear transformation in terms of a matrix.

Answer: A transformation that slants the shape of an object. Shear keeps one direction fixed while slanting the other.

Flashcard 28: What property does a diagonal matrix have regarding eigenvectors?

Answer: The unit vectors are its eigenvectors. Diagonal entries are eigenvalues with standard basis eigenvectors.

Flashcard 29: Calculate the determinant of a 3×33 \times 3 identity matrix.

Answer:

  1. Identity matrix always has determinant 1 in any dimension.

Flashcard 30: What is the sum of eigenvalues for a matrix AA?

Answer: Equal to the trace of matrix AA. Fundamental property relating eigenvalues to trace.

Flashcard 31: What is the transpose of matrix (1234)\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}?

Answer: (1324)\begin{pmatrix} 1 & 3 \\ 2 & 4 \end{pmatrix}. Swap rows and columns: (AT)ij=Aji(A^T)_{ij} = A_{ji}.

Flashcard 32: State the associative property for matrix multiplication.

Answer: (AB)C=A(BC)(AB)C = A(BC) for matrices AA, BB, and CC. Matrix multiplication is associative but not commutative.

Flashcard 33: What does it mean if a matrix is singular?

Answer: Its determinant is zero. Singular matrices are not invertible and collapse dimensions.

Flashcard 34: What is the result when a linear transformation is applied twice?

Answer: The square of the transformation matrix applied to a vector. Composition of transformations corresponds to matrix multiplication.

Flashcard 35: Identify the matrix product (1201)(1011)\begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix} \begin{pmatrix} 1 & 0 \\ 1 & 1 \end{pmatrix}.

Answer: (3211)\begin{pmatrix} 3 & 2 \\ 1 & 1 \end{pmatrix}. Multiply matrices using row-by-column dot products.

Flashcard 36: Find the inverse of the matrix (1234)\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}.

Answer: (213212)\begin{pmatrix} -2 & 1 \\ \frac{3}{2} & -\frac{1}{2} \end{pmatrix}. Use formula A1=1det(A)(dbca)A^{-1} = \frac{1}{\det(A)} \begin{pmatrix} d & -b \\ -c & a \end{pmatrix}.

Flashcard 37: What is the determinant of a 2×22 \times 2 matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix}?

Answer: adbcad - bc. Formula for 2×22 \times 2 matrix determinant.