All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
Reflection Matrix (Posted on 2015-04-01) Difficulty: 3 of 5
⌈1  0⌉⌈x⌉=⌈ x⌉
⌊0 -1⌋⌊y⌋=⌊-y⌋

The above 2x2 matrix reflects a point over the x-axis. (x,y)→(x,-y).

Derive a matrix that will reflect a point over the line y=kx.

No Solution Yet Submitted by Jer    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution completing the derivation | Comment 3 of 4 |
(In reply to re: researched solution by Jer)

The following eliminates the trig functions, but still starts out with the Wikipedia formula involving theta, rather than from scratch:


atan(k) has a sine = k/sqrt(1+k^2) and cosine = 1/sqrt(1+k^k).


cos(2*atan(k)) = 1/(1+k^2) - k^2/(1+k^2) = (1-k^2)/(1+k^2)

sin(2*atan(k)) = 2*k/(1+k^2)

[cos(2*atan(k))   sin(2*atan(k))]  
[sin(2*atan(k))  -cos(2*atan(k))]  

then becomes

[(1-k^2)/(1+k^2)     2*k/(1+k^2)]  
[2*k/(1+k^2)     (k^2-1)/(1+k^2)]
 

  Posted by Charlie on 2015-04-02 08:50:32
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (6)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information