professor-curious-logo
professor-curious-logo
  1. AP Pre Calculus
FlashcardFlashcard
Study GuideStudy GuideQuestion BankQuestion BankGlossaryGlossary

Explain how unit vectors are used to construct transformation matrices.

The transformed images of the standard basis vectors (unit vectors) become the columns of the transformation matrix.

Flip to see [answer/question]
Flip to see [answer/question]
Revise later
SpaceTo flip
If confident

All Flashcards

Explain how unit vectors are used to construct transformation matrices.

The transformed images of the standard basis vectors (unit vectors) become the columns of the transformation matrix.

What does the determinant of a transformation matrix tell you?

The absolute value of the determinant indicates the scaling factor of the area under the transformation. The sign indicates orientation (reflection).

Explain the concept of composing two linear transformations.

It involves applying one transformation after another. The matrix of the composition is the product of the individual transformation matrices.

What does it mean for a transformation to have an inverse?

It means there exists another transformation that 'undoes' the original transformation, mapping the output back to the original input.

Why is the order of matrix multiplication important in compositions?

Matrix multiplication is not commutative; therefore, the order in which transformations are applied matters. AB is not necessarily equal to BA.

Explain the geometric meaning of a negative determinant.

A negative determinant indicates that the transformation includes a reflection (flip) in addition to any possible dilation.

How do you find the matrix that represents a reflection over the y-axis?

The matrix is [−1001]\begin{bmatrix} -1 & 0 \\ 0 & 1 \end{bmatrix}[−10​01​] because it maps (1,0) to (-1,0) and (0,1) to (0,1).

How does the determinant relate to the area of a shape after a linear transformation?

The absolute value of the determinant gives the factor by which the area of any shape is scaled after the transformation.

Explain why not all matrices have an inverse.

A matrix has an inverse if and only if its determinant is non-zero. A zero determinant indicates that the transformation collapses space, making it impossible to 'undo'.

Describe the relationship between a matrix and its inverse.

The inverse of a matrix, when multiplied by the original matrix, results in the identity matrix. This represents 'undoing' the transformation.

What is the general form of a 2D transformation matrix?

[a11a12a21a22]\begin{bmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{bmatrix}[a11​a21​​a12​a22​​]

What is the formula for a counterclockwise rotation matrix by angle θ?

[cos(θ)−sin(θ)sin(θ)cos(θ)]\begin{bmatrix} cos(θ) & -sin(θ) \\ sin(θ) & cos(θ) \end{bmatrix}[cos(θ)sin(θ)​−sin(θ)cos(θ)​]

What are the transformation equations for a counterclockwise rotation by angle θ?

x′=xcos(θ)−ysin(θ)x' = xcos(θ) - ysin(θ)x′=xcos(θ)−ysin(θ) , y′=xsin(θ)+ycos(θ)y' = xsin(θ) + ycos(θ)y′=xsin(θ)+ycos(θ)

What is the formula for a clockwise rotation matrix by angle θ?

[cos(−θ)−sin(−θ)sin(−θ)cos(−θ)]\begin{bmatrix} cos(-θ) & -sin(-θ) \\ sin(-θ) & cos(-θ) \end{bmatrix}[cos(−θ)sin(−θ)​−sin(−θ)cos(−θ)​]

What is the formula for the determinant of a 2x2 matrix?

For matrix [abcd]\begin{bmatrix} a & b \\ c & d \end{bmatrix}[ac​bd​], the determinant is ad−bcad - bcad−bc.

If matrix A represents transformation f and matrix B represents transformation g, what matrix represents the composition g(f(x))?

AB

If a linear transformation L is given by L(v) = Av, what is its inverse L⁻¹?

L⁻¹(v) = A⁻¹v

What is the matrix for reflection over the y-axis?

[−1001]\begin{bmatrix} -1 & 0 \\ 0 & 1 \end{bmatrix}[−10​01​]

What is the matrix for reflection over the x-axis?

[100−1]\begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix}[10​0−1​]

What is the formula for scaling by a factor of k in both x and y directions?

[k00k]\begin{bmatrix} k & 0 \\ 0 & k \end{bmatrix}[k0​0k​]

What are the differences between rotation and reflection transformations?

Rotation: Preserves orientation, changes angle | Reflection: Reverses orientation (flips), maintains distance from axis.

What are the differences between dilation with a positive determinant and a negative determinant?

Positive Determinant: Dilation (expansion), no reflection | Negative Determinant: Dilation and reflection.

What are the differences between a transformation and its inverse?

Transformation: Maps input to output | Inverse: Maps output back to the original input, 'undoing' the transformation.

What are the differences between composing f(g(x)) and g(f(x))?

f(g(x)): Apply g first, then f | g(f(x)): Apply f first, then g. Order matters because matrix multiplication is not commutative.

What are the differences between a linear transformation and a non-linear transformation?

Linear Transformation: Preserves lines, origin fixed | Non-Linear Transformation: May curve lines, origin may shift.

What are the differences between scaling and shearing transformations?

Scaling: Changes the size of an object | Shearing: Distorts the shape of an object, shifting points parallel to an axis.

What are the differences between a matrix with a determinant of 1 and a matrix with a determinant of -1?

Determinant of 1: Preserves area and orientation | Determinant of -1: Preserves area but reverses orientation (reflection).

What are the differences between the identity matrix and the zero matrix?

Identity Matrix: Acts as '1' for matrix multiplication, leaves matrix unchanged | Zero Matrix: Acts as '0' for matrix addition, results in zero matrix upon multiplication.

What are the differences between row operations and column operations on a matrix?

Row Operations: Used to solve systems of equations, affect rows | Column Operations: Affect columns, related to linear combinations of column vectors.

What are the differences between orthogonal and non-orthogonal matrices?

Orthogonal Matrices: Columns (and rows) are orthonormal, preserve lengths and angles | Non-Orthogonal Matrices: Do not necessarily preserve lengths and angles.