Which Matrix Transformations Preserve Vector Length in R^2?

SNOOTCHIEBOOCHEE
Messages
141
Reaction score
0
Find all matrix transformations f:R^2 -----> R^2 which leave the length of vectors in the plane unchanged



Thats R as in the set of all real numbers R.


The only possible transformations i could possibly think of that would not change the length is rotation, other than that i am completley lost
 
Physics news on Phys.org
There is another type which does not effect length.

I would start by looking at a general transform matrix and learning which elements effect lenght, how would you arrange it so the length remains unchanged. You will then need to do some form of proof.
 
Just my random thoughts in trying to solve the problem: Wouldn't that be equivalent to saying t(AX) * AX = t(X) * X, where t(X) is the transpose of X?
 
SNOOTCHIEBOOCHEE said:
The only possible transformations i could possibly think of that would not change the length is rotation, other than that i am completley lost

Try to do the following in order.

1.) Given a vector \vec{v} in \mathbb{R}^2, write down an expression for its length.

2.) Now transform the vector by multiplying it by a 2x2 matrix A:

\vec{v} \rightarrow \vec{v}^{\prime}=A\vec{v}.

3.) Write down an expression for the length of \vec{v}^{\prime} in terms of \vec{v} and A.

4.) Given that the lengths of \vec{v} and \vec{v}^{\prime} must be equal, deduce a condition for A^TA.

Try those steps and let us know where you get stuck.
 
After thinking about it from all angles, reflect on the problem a little more.
 
robphy said:
After thinking about it from all angles, reflect on the problem a little more.

I feel a collective groan would be appropriate here.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top