The Core Idea: Linear Transformations and Matrices
A linear transformation is a fundamental concept that describes a specific type of function for manipulating geometric objects in a plane. Imagine taking a point or a vector and moving it to a new location according to a consistent rule; this process is a transformation. The core idea of this topic is that these geometric transformations—which can involve actions like stretching, shearing, or rotating—can be represented and calculated using algebra through the use of a 2x2 matrix.
This connection is powerful because it translates a visual, geometric action into a precise, computational procedure. A 2x2 matrix acts as the "engine" of the transformation. When this matrix is multiplied by a vector representing a point's coordinates, the result is a new vector that gives the coordinates of the transformed point. This allows us to systematically determine how any point, or an entire collection of points forming a shape, will change under a given linear transformation.
Key Formulas and Representations
The central process in this topic is applying a transformation matrix to a point. A point in the plane is represented as a 2x1 column vector, and the linear transformation is represented by a 2x2 matrix.
The Transformation Equation
The transformation of a point to a new point by a matrix is defined by the following matrix equation:
is the transformation matrix.
is the original vector (representing the initial point).
is the image vector (representing the transformed point).
The Coordinate Formulas
By performing the matrix multiplication, we can express the coordinates of the new point directly in terms of the original coordinates and the elements of the transformation matrix:
This shows that each new coordinate is a linear combination of the original coordinates.
Understanding the Matrix-Vector Product
The concept of a linear transformation hinges on the operation of matrix-vector multiplication. It's crucial to understand that this is not just an arbitrary calculation; it is the mechanism that maps every input vector to its corresponding output vector.
A linear transformation, , is a function that takes a vector as input and produces a new vector as output. The 2x2 matrix is the algebraic representation of the function .
When we calculate , we are essentially applying the rule of the transformation.
The top element of the resulting vector, , is found by taking the dot product of the first row of the matrix with the column vector: .
The bottom element of the resulting vector, , is found by taking the dot product of the second row of the matrix with the column vector: .
This process ensures that every point in the plane is transformed in a consistent and linear fashion, as dictated by the four values within the transformation matrix.
Core Concepts & Rules
Transformation as a Function: A linear transformation is a function, , that maps an input vector, , to an output vector, .
Matrix Representation: Any linear transformation of a two-dimensional plane can be fully described by a single 2x2 matrix.
Applying the Transformation: To find the result of a transformation on a specific point, you must represent the point as a 2x1 column vector and multiply it by the 2x2 transformation matrix.
Order of Multiplication: The transformation matrix must be on the left, and the column vector representing the point must be on the right. The product is , not .
Output Interpretation: The result of this multiplication is a new 2x1 column vector, where the top element is the new x-coordinate () and the bottom element is the new y-coordinate ().
Coordinate Calculation Rule: For a transformation matrix and a point , the transformed point is always calculated as .
Step-by-Step Example 1: Transforming a Single Point
Problem: A linear transformation is represented by the matrix . Find the image of the point under this transformation.
Step 1: Represent the Point as a Column Vector
The point is represented by the column vector .
Step 2: Set Up the Matrix Multiplication
The image of the point, which we will call , is found by calculating the product of the matrix and the vector .
Step 3: Perform the Multiplication
Calculate the new x-coordinate () using the first row of the matrix and the new y-coordinate () using the second row.
For the new x-coordinate, :
For the new y-coordinate, :
Step 4: State the Final Coordinates
The resulting vector is . Therefore, the image of the point is .
Step-by-Step Example 2: Transforming the Vertices of a Shape
Problem: A triangle in the coordinate plane is defined by the vertices , , and . Find the coordinates of the vertices of the transformed triangle, , after applying the linear transformation represented by the matrix .
Step 1: Transform Each Vertex Individually
To find the transformed triangle, we must apply the transformation matrix to the column vector representation of each vertex.
Step 2: Calculate the Coordinates of A'
Set up the multiplication for vertex :
Perform the calculation:
The coordinates of the transformed vertex are .
Step 3: Calculate the Coordinates of B'
Set up the multiplication for vertex :
Perform the calculation:
The coordinates of the transformed vertex are .
Step 4: Calculate the Coordinates of C'
Set up the multiplication for vertex :
Perform the calculation:
The coordinates of the transformed vertex are .
Step 5: State the Final Answer
The vertices of the transformed triangle are , , and .
Using Your Calculator
A graphing calculator is an efficient tool for performing the matrix multiplication required to find a transformed point, especially when the numbers are not integers.
Goal: Use a calculator to solve Example 1: Find the image of under the transformation given by .
TI-84 Style Instructions:
Enter the Transformation Matrix:
Press
[2nd][x⁻¹]to open the MATRIX menu. - Navigate to the `EDIT` tab. - Select `1: [A]` and press `[ENTER]`. - Set the dimensions to $2x2 by pressing[ENTER][ENTER]`.Enter the elements of the matrix:
[ENTER][ENTER][ENTER][ENTER].
Enter the Point's Column Vector:
Press
[2nd][x⁻¹]to open the MATRIX menu again. - Navigate to `EDIT` and select `2: [B]`. - Set the dimensions to $2x1 by pressing[ENTER][ENTER]`.Enter the coordinates of the point:
[ENTER][ENTER].
Perform the Multiplication:
Press
[2nd][MODE] then to open the MATRIX menu. Under theNAMEStab, select1: [A]and press[ENTER]`.Press the multiplication key .
Open the MATRIX menu again, select
2: [B]underNAMES, and press[ENTER].Your screen should now display .
Get the Result:
Press
[ENTER]. The calculator will display the resulting 2x1 matrix:This corresponds to the transformed point .
AP Exam Quick Hit
Common Question Types
Direct Application: You will be given a 2x2 matrix and the coordinates of a single point. The question will ask for the coordinates of the transformed point.
- Example: "What are the coordinates of the point after it is transformed by the matrix ?"
Transforming a Shape: You will be given the vertices of a polygon (e.g., a triangle or quadrilateral) and a transformation matrix. The question will ask for the coordinates of one or all of the new vertices.
- Example: "A square has vertices at (0,0), (1,0), (1,1), and (0,1). If the square is transformed by the matrix , what is the new coordinate of the vertex that was originally at (1,1)?"
Finding Coordinates in Terms of Variables: You will be given a generic point and a matrix, and asked to find a formula for the transformed coordinates.
- Example: "A point is transformed by the matrix . Find the coordinates of the transformed point in terms of and ."
Common Mistakes
Incorrect Order of Multiplication: Multiplying the vector by the matrix () instead of the matrix by the vector (). Matrix multiplication is not commutative, and this will lead to an incorrect answer or a dimension mismatch error. Always place the 2x2 matrix on the left.
Using a Row Vector: Representing the point as a 1x2 row vector instead of a 2x1 column vector . You cannot multiply a 2x2 matrix by a 1x2 vector.
Arithmetic Errors: Making simple sign errors or calculation mistakes during the multiplication and addition steps. For example, in the calculation , a student might incorrectly calculate as .
Mixing Up Rows: When calculating the new y-coordinate (), accidentally using the numbers from the first row of the matrix ( and ) instead of the second row ( and ).