I recorded this without sounds - please feel free to reach out to me for clarifications
Linear Algebra-Linear Transformations
Find the associated matrix (i.e. matrix with respect to the standard basis ) for the linear transformation on R2 representing reflection about the line 3y=4x followed by rotation by 3π ⁄2 radians counterclockwise.
You may use that refL(x)=2projL(x)-X.
3 Answers By Expert Tutors

AARON W. answered 05/19/25
Experienced Elementary and Middle School Reading and Math Tutor
Hi there,
Here is a step-by-step breakdown of how to solve this:
Solution: Composite Linear Transformation in ℝ²
Given:
- Reflection about the line 3y = 4x
- Rotation by 3π/2 radians counterclockwise
Step 1: Find Reflection Matrix (using 𝑟𝑒𝑓ₗ(𝑥) = 2𝑝𝑟𝑜𝑗ₗ(𝑥) − 𝑥)
- Normalize the line direction vector:
- Line direction: 𝒗 = (4,3)
- Unit vector: 𝒖 = (4/5, 3/5)
- Projection matrix onto 𝒖:
- P=𝒖𝒖T= (16/2512/2512/259/25) P=uuT= (16/2512/2512/259/25)
- Reflection matrix:
- R=2P−I= (7/2524/2524/25−7/25) R=2P−I= (7/2524/2524/25−7/25)
Step 2: Find Rotation Matrix (3π/2 CCW)
Q= (01−10) Q= (0−110)
Step 3: Compute Composite Transformation
Matrix multiplication (Q∘R):
A=QR= (24/25−7/25−7/25−24/25) A=QR= (24/25−7/25−7/25−24/25)
Verification:
Testing 𝒆₁ = (1,0):
- Reflection: (7/25, 24/25)
- Rotation: (24/25, -7/25) ✓ matches first column of A
Why Students Struggle with This Problem:
- Projection Confusion: Misunderstanding 𝑝𝑟𝑜𝑗ₗ(𝑥) = (𝒖⋅𝑥) 𝒖
- Composition Order: Applying rotation before reflection
- Sign Errors: Especially in rotation matrix entries
How I Help Master Linear Transformations:
- Visual Demonstrations: Animated geometric transformations
- Error Prevention Checklists: My signature "3-Point Verification"
- Application Focus: Computer graphics/pathology examples
Special Offer:
Book a session and receive:
✓ Custom Python visualization of this transformation
✓ Drill set for common basis change pitfalls
✓ My "Transformation Matrix Cookbook"
Available for immediate scheduling - let's conquer eigenvectors next!
Lisa S. answered 05/10/25
Ivy Grad + UC Berkeley Honors Double Major Graduate and 5+ Years Tutor
The line L is given by 3y=4x, so a direction vector v = [3 4] (as a vertical vector), with its length ||v|| = 5. So the unit vector along L is u = 1/5 * [3 4] = [3/5 4/5] (again as a vertical vector).
For any x ∈ R2, the orthogonal projection of x onto L is projL(x)=(uTx) u, which in matrix form is projL(x)=(uuT)x. So Mproj=uuT = [[9/25 12/25], [12/25 16/25]] (each inner bracket is a row).
Now we use refL(x)=2projL(x)−x. Hence the reflection matrix is Mref=2Mproj−I = 2 * [[9/25 12/25], [12/25 16/25]] - [[1 0], [0 1]] = [[-7/25 24/25], [24/25 7/25]].
A counterclockwise rotation by 3π/2 is R3π/2 = [[cos(3π/2) −sin(3π/2)], [sin(3π/2) cos(3π/2)]] = [[0 1], [-1 0]].
Applying the reflection first, then rotation we have M=R3π/2 * Mref.
M = [[0 1], [-1 0]] * [[-7/25 24/25], [24/25 7/25]] = [[24/25 7/25], [7/25 -24/25]].
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.