Prove Isomorphism of Rotation Function in R^2

  • Thread starter Thread starter beetle2
  • Start date Start date
  • Tags Tags
    Isomorphism Proof
Click For Summary

Homework Help Overview

The problem involves proving that a rotation function \( f: \mathbb{R}^2 \rightarrow \mathbb{R}^2 \) defined by a rotation through an angle of theta radians about the origin is an isomorphism.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the expression of the rotation as a 2x2 matrix and the need to show that the function is a linear transformation by verifying closure under addition and scalar multiplication.
  • Some participants question how to demonstrate that the function is one-to-one and onto, and whether the inverse function is necessary for this proof.
  • There are attempts to clarify the properties of the transformation and its inverse, with some participants expressing uncertainty about the correct form of the inverse matrix.

Discussion Status

The discussion is ongoing, with participants providing insights into the properties of linear transformations and the nature of isomorphisms. There is a recognition that showing the existence of an inverse may be key to proving the function is one-to-one. Multiple interpretations of the proof structure are being explored, and some guidance has been offered regarding the properties of the rotation matrix.

Contextual Notes

Participants note challenges in using LaTeX for mathematical expressions and the need for clarity in presenting their proofs. There is also mention of the dimensionality of the functions involved, which may impact the discussion on isomorphism.

beetle2
Messages
110
Reaction score
0

Homework Statement



The problem is as follows:



Let f : R^2 map to R^2 be rotation through an angle of theta radians about the origin.

Prove that f is an isomorphism.


Homework Equations



Let f :R^2 \rightarrow R^2

The Attempt at a Solution



I know that the rotation can be expressed as the 2 x 2 matrix


cos(theta) -sin(theta)

Sin(theta) cos(theta)


And its inverse I believe is


cos(theta) -sin(theta)

-sin(theta) cos(theta)



Do I first show that f :R^2 \rightarrow R^2 is a linear transformation
by closure of addition and scaler multiplication by using x,y elements of R2 and some scaler k


Say let the 2x2 matrix:

cos(theta) -sin(theta)

Sin(theta) cos(theta) = A


We need to show


A(x+y) = A(x) + A(y)


cos(theta)x -sin(theta)y = cos(theta)x + -sin(theta)y = cos(theta)x -sin(theta)y

sin(theta)x cos(theta)y sin(theta)x + cos(theta)y sin(theta)x cos(theta)y


likewise

A(kx+ky) = K A(x+y)

cos(theta)kx + -sin(theta)ky = cos(theta)xk -sin(theta)yk

sin(theta)kx + cos(theta)ky sin(theta)xk cos(theta)yk


Do I need to use the inverse or can I use an assumption some how?


Basically I’m having trouble with knowing how to prove that the function is 1-1 and surgective.


As well as constructing the proof logically and stating the proof clearly.



If anyone can help that would be great.



Regards
 
Physics news on Phys.org
Try writing it out as in f(a,b)=...for (a,b) in R^2

To show that it is an isomorphism you should show that the function is 1-1, onto, and that it is a homomorphism. You mentioned that it may be a linear transformation. Did you check that?
 
Yes It is a linear Transformation.

Let
<br /> \[ \left( \begin{array}{ccc}<br /> cos(\theta) &amp; -sin(\theta) \\<br /> sin(\theta) &amp; cos(\theta) \end{array} \right)\] = A.\\<br /> <br />
Than
<br /> <br /> A \times\[ \left( \begin{array}{ccc}<br /> x \\<br /> 0 \end{array} \right)\] + A \times\[ \left( \begin{array}{ccc}<br /> 0 \\<br /> y \end{array} \right)\] <br /> = \[ \left( \begin{array}{ccc}<br /> cos(\theta)x &amp; -sin(\theta)y \\<br /> sin(\theta)x &amp; cos(\theta)y \end{array} \right)\]<br /> <br /> <br />

Sorry I'm not to good a latex yet.




I Think the inverse might be:

<br /> \[ \left( \begin{array}{ccc}<br /> cos(\theta)x &amp; -sin(\theta)y \\<br /> -sin(\theta)x &amp; cos(\theta)y \end{array} \right)\]<br /> <br />
For the homomorphism the transformation is to R2 as well so that is shown.

As of how to show it is 1-1 I'm don't know how. I'm not sure wether I need to use the inverse function or just use the assumption to show for f:G\rightarrow W there must be a function<br /> <br /> &lt;br /&gt; f:W\rightarrow G = f(x)^{-1}= w(f(x)) <br /> x is an element of G<br /> <br /> regards
 
I think the inverse of [[cos(theta),-sin(theta)],[sin(theta),cos(theta)]] might be [[cos(theta),sin(theta)],[-sin(theta),cos(theta)]]. (Each bracketed pair is a row of the matrix - I'm not that hot at latex either). Can you check that? If a linear transformation R^2->R^2 has an inverse, then it's 1-1.
 
I Did the following on my calculator


A \times\[ \left( \begin{array}{ccc}x \\0 \end{array} \right)\] + A \times\[ \left( \begin{array}{ccc}0 \\y \end{array} \right)\] = \[ \left( \begin{array}{ccc}cos(\theta)x &amp; -sin(\theta)y \\sin(\theta)x &amp; cos(\theta)y \end{array} \right)\]

I then multiplied the result by the inverse as you said:

\[ \left( \begin{array}{ccc}cos(\theta)x &amp; sin(\theta)y \\-sin(\theta)x &amp; cos(\theta)y \end{array} \right)\]

which gave me

<br /> <br /> \[ \left( \begin{array}{ccc}x &amp; \\y \end{array} \right)\]

Is that right ?

As both functions have dim(2) have I done enough to show that the function is isomorphic ?
 
Well, yes, that is the whole point of a "inverse", isn't it- to "undo" the original operation. But you didn't really need the "x y" matrix:
\begin{bmatrix}cos(\theta) &amp; -sin(\theta) \\ sin(\theta) &amp; cos(\theta)\end{bmatrix}\begin{bmatrix}cos(\theta) &amp; sin(\theta) \\ -sin(\theta) &amp; cos(\theta)\end{bmatrix}= \begin{bmatrix} 1 &amp; 0 \\ 0 &amp; 1\end{bmatrix}.

Of course the opposite of "rotate through angle \theta" is "rotate through angle -\theta". So the inverse of
\begin{bmatrix}cos(\theta) &amp; -sin(\theta) \\ sin(\theta) &amp; cos(\theta)\end{bmatrix}
is
\begin{bmatrix}cos(-\theta) &amp; -sin(-\theta) \\ sin(-\theta) &amp; cos(-\theta)\end{bmatrix}= \begin{bmatrix}cos(\theta) &amp; sin(\theta) \\ -sin(\theta) &amp; cos(\theta)\end{bmatrix}
since "sine" is an odd function and "cosine" is an even function.
 
Thanks for all your help guys.
 

Similar threads

  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
9
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K