Study Using 2x2 Matrices For Plane Transformations in Precalculus with focused flashcards that help you recognize the idea, recall the key rule, and apply it in practice-style prompts.
All flashcards
Flashcard 1: For A=(01−10), what is the image of (x,y)?
Answer: (−y,x). This matrix rotates by 90° counterclockwise.
Flashcard 2: What is the matrix for a dilation by factor k about the origin?
Answer: (k00k). Scales both coordinates by factor k.
Flashcard 3: What is det((cosθsinθ−sinθcosθ))?
Answer: 1. cos2θ+sin2θ=1, so determinant equals 1.
Flashcard 4: What does a negative determinant (det(A)<0) tell you about orientation?
Answer: Orientation is reversed (a reflection occurs). Negative determinant flips the plane's orientation.
Flashcard 5: Under A=(1021), what is the image of (3,4)?
Answer: (11,4). (1021)(34)=(3+80+4)=(114).
Flashcard 6: What is the determinant formula for a 2×2 matrix (acbd)?
Answer: det=ad−bc. Multiply diagonal products and subtract.
Flashcard 7: What is the area of the parallelogram spanned by u=(2,1) and v=(5,3)?
Answer: ∣2⋅3−5⋅1∣=1. Area equals ∣det∣ of matrix with u and v as columns.
Flashcard 8: What is the image of (2,−1) under A=(103−2)?
Answer: (−1,2). A(2−1)=(1(2)+3(−1)0(2)+(−2)(−1))=(−12).
Flashcard 9: What is the matrix for reflection across the y-axis?
Answer: (−1001). Negates x-coordinate while keeping y unchanged.
Flashcard 10: What is the geometric meaning of ∣det(A)∣ for the unit square under A?
Answer: Area of the image parallelogram of the unit square. Unit square transforms to parallelogram with this area.
Flashcard 11: What is the image of (x,y) under A=(acbd)?
Answer: (x′,y′)=(ax+by,cx+dy). Matrix multiplication: first row gives x′, second row gives y′.
Flashcard 12: A region has area 6. After A with det(A)=−3, what is the new area?
Answer: 18. ∣det(A)∣=∣−3∣=3, so area scales by 3: 6×3=18.
Flashcard 13: For A=(300−2), what are det(A) and ∣det(A)∣?
Answer: det(A)=−6 and ∣det(A)∣=6. For diagonal matrices, det= product of diagonal entries.
Flashcard 14: What does ∣det(A)∣ represent for a 2×2 matrix acting on the plane?
Answer: Area scale factor: new area=∣det(A)∣⋅old area. The absolute value of the determinant scales areas by that factor.
Flashcard 15: What is the matrix for reflection across the line y=x?
Answer: (0110). Swaps x and y coordinates.
Flashcard 16: What is the area scale factor for A=(−2005)?
Answer: 10. ∣det∣=∣(−2)(5)−0(0)∣=∣−10∣=10.
Flashcard 17: What are the images of the basis vectors (1,0) and (0,1) under A?
Answer: (1,0)↦(a,c) and (0,1)↦(b,d). Columns of A are images of standard basis vectors.
Flashcard 18: What is the area scale factor of a linear transformation with matrix A?
Answer: ∣det(A)∣. Absolute value of determinant measures how areas change.
Flashcard 19: What is the matrix for a reflection across the y-axis?
Answer: (−1001). Negates x, keeps y same.
Flashcard 20: Find det((23−14)).
Answer: 11. 2⋅4−(−1)⋅3=8+3=11.
Flashcard 21: What is the matrix for a 90∘ counterclockwise rotation about the origin?
Answer: (01−10). Maps (1,0) to (0,1) and (0,1) to (−1,0).
Flashcard 22: What is the matrix for reflection across the x-axis?
Answer: (100−1). Negates y-coordinate while keeping x unchanged.
Flashcard 23: What is the matrix for a reflection across the x-axis?
Answer: (100−1). Keeps x same, negates y.
Flashcard 24: What does det(A)<0 indicate about a plane transformation?
Answer: Orientation is reversed (a reflection occurs). Negative determinant flips orientation of shapes.
Flashcard 25: What does det(A)=0 tell you about the transformation in R2?
Answer: It collapses area to 0 (not invertible). Zero determinant means the transformation is singular.
Flashcard 26: What is the determinant of A=(3214)?
Answer: 10. det=3(4)−1(2)=12−2=10.
Flashcard 27: What is the matrix for a 180∘ rotation about the origin?
Answer: (−100−1). Negates both coordinates.
Flashcard 28: What does det(A)=0 indicate about a plane transformation?
Answer: Area collapses to 0 (not one-to-one; not invertible). Zero determinant means transformation squashes plane to a line.
Flashcard 29: What does a 2×2 matrix A do to a vector (x,y) in the plane?
Answer: A(xy) gives the transformed vector. Matrix multiplication transforms the position vector.
Flashcard 30: What is the matrix for a horizontal shear with factor k (so (x,y)↦(x+ky,y))?
Answer: (10k1). Adds k times y to x, leaving y unchanged.
Flashcard 31: What is the matrix for a horizontal shear with factor k (maps (x,y) to (x+ky,y))?
Answer: (10k1). Adds k times y to x-coordinate.
Flashcard 32: What is the matrix for a vertical shear with factor k (maps (x,y) to (x,y+kx))?
Answer: (1k01). Adds k times x to y-coordinate.
Flashcard 33: A region has area 8. After applying A with det(A)=21, what is the new area?
Answer: 4. New area = original area × ∣det(A)∣=8×21=4.
Flashcard 34: If det(A)=−3, by what factor does A scale areas in the plane?
Answer: 3. Area scale factor is ∣det(A)∣=∣−3∣=3.
Flashcard 35: What is the matrix for a vertical shear with factor k (so (x,y)↦(x,y+kx))?
Answer: (1k01). Adds k times x to y, leaving x unchanged.
Flashcard 36: What is the matrix for a counterclockwise rotation by angle θ?
Answer: (cosθsinθ−sinθcosθ). Standard rotation matrix rotates points counterclockwise by θ.
Flashcard 37: What is the matrix for scaling by sx in x and sy in y?
Answer: (sx00sy). Diagonal matrix scales each axis independently.