Prove: T is Angle-Preserving iff |ai| are Equal

  • Thread starter Thread starter Adeimantus
  • Start date Start date
  • Tags Tags
    Ai
Adeimantus
Messages
112
Reaction score
1

Homework Statement


1. Problem 1-8(b)

If there is a basis x1,..., xn of Rn and numbers a1,..., an such that Txi = aixi (where T is a linear operator), prove that T is angle-preserving if and only if all the |ai| are equal.



Homework Equations


First a couple of definitions...

Definition (i): If x,y are nonzero vectors in Rn, the angle between them is given by

angle(x,y) = arccos {<x,y>/ ( |x | |y | )}

where < , > denotes the standard inner product and | | the standard norm.

Definition (ii): A linear transformation T is angle-preserving if T is 1-1 and for x,y != 0 we have that angle(Tx, Ty) = angle(x,y).


The Attempt at a Solution


Problem is, I think I see a simple counterexample to the sufficiency part of the proof. Let x1, x2 be a basis for R2 where

x1 = e1 (i.e. standard unit basis vector) and
x2 = e1 + e2

Then suppose Tx1 = x1 and Tx2 = -x2. Now consider the angle between x1 and x1+x2:

angle(x1, x1+x2) = angle(e1, 2e1+e2) ~ 25 degrees, but

angle(Tx1,T(x1+x2)) = angle(x1, x1-x2) = angle(e1, -e2) = 90 degrees.

So even though the absolute values of a1 = 1 and a2 = -1 are equal, it seems T does not preserve angles. What am I misunderstanding about this problem? I am assuming the author means angle-preserving with respect to the standard inner product in which <e1, e2> = 0.
 
Last edited:
Physics news on Phys.org
Hi, I know this is a blast from the distant past (14.5 years?) but I was just doing this problem and ran into this exact issue. I, in fact, constructed the identical counter example that you did. When I searched Spivak problem 1-8 and found this, I had to make an account just to say something. IMO, your conclusion is correct, the ##|\lambda|## condition is only for orthogonal bases.

Did you ever get further confirmation on this? I am going to go forward under the assumption that the condition is in general equal lambda except for orthogonal bases, where it expands to equal absolute value of lambda. At any rate, I like this book but Spivak can be a bit fast and loose sometimes, and this seems to be one of those examples where he could stand for a bit more rigorous language at the expense of making the book a bit longer. The book is short so a few more pages would not be too bad, and IMO make the book easier (since I often find myself filling in what he means).

FWIW, I would bet the technical reason behind this outcome is basically that ##0 = -0##. When you equate the cosine subject to the condition that each transformed eigenvector remains co-linear with itself, there are three options (from a 2D perspective). You can leave both fixed (which does not change the relative angle, or any angles), advance both 180 degrees (which does not change the relative angle), or advance one by 180 degrees (which does change the relative angle and corresponds to the lambdas being of opposite sign). In this case, you need to solve:
$$
\begin{align*}
\cos(\theta) &= \cos(\theta+\pi) \\
\cos(\theta) &= \cos(\theta)\cos(\pi) - \sin(\theta)\sin(\pi) \\
\cos(\theta) &= - \cos(\theta)
\end{align*}
$$
This is clearly only possible if ##\cos(\theta) = 0##. In higher dimensions, the above analysis is true for the 2D subspace containing the two eigenvectors.
 
Last edited:
Adeimantus said:

Homework Statement


1. Problem 1-8(b)

If there is a basis x1,..., xn of Rn and numbers a1,..., an such that Txi = aixi (where T is a linear operator), prove that T is angle-preserving if and only if all the |ai| are equal.

Homework Equations


First a couple of definitions...

Definition (i): If x,y are nonzero vectors in Rn, the angle between them is given by

angle(x,y) = arccos {<x,y>/ ( |x | |y | )}

where < , > denotes the standard inner product and | | the standard norm.

Definition (ii): A linear transformation T is angle-preserving if T is 1-1 and for x,y != 0 we have that angle(Tx, Ty) = angle(x,y).

The Attempt at a Solution


Problem is, I think I see a simple counterexample to the sufficiency part of the proof. Let x1, x2 be a basis for R2 where

x1 = e1 (i.e. standard unit basis vector) and
x2 = e1 + e2

Then suppose Tx1 = x1 and Tx2 = -x2. Now consider the angle between x1 and x1+x2:

angle(x1, x1+x2) = angle(e1, 2e1+e2) ~ 25 degrees, but

angle(Tx1,T(x1+x2)) = angle(x1, x1-x2) = angle(e1, -e2) = 90 degrees.

So even though the absolute values of a1 = 1 and a2 = -1 are equal, it seems T does not preserve angles. What am I misunderstanding about this problem? I am assuming the author means angle-preserving with respect to the standard inner product in which <e1, e2> = 0.
Maybe you can use that the only matrices that preserve angles are the orthogonal matrices to craft ant
(counter) argument.

 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top