Solving Orthogonal Matrix Problem

  • Thread starter Thread starter Niles
  • Start date Start date
  • Tags Tags
    Matrix
Niles
Messages
1,834
Reaction score
0
[SOLVED] Ortogonal matrix

Homework Statement


I have a 2x2 matrix A:

[alfa beta]
[beta -alfa],

where alfa and beta are real parameters. I have to find out for which values of alfa and beta A is an orthogonal matrix.

The Attempt at a Solution


A matrix is orthogonal if it satisfies Q*Q^T = I.

So I will multiply A with A^T and equal it to I, and I get the condition alfa^2 + beta^2 = 1. Are there any other conditions I need?
 
Physics news on Phys.org
ok.. so u have a matrix:

<br /> \begin{bmatrix}<br /> \alpha &amp; \beta \\<br /> \beta &amp; -\alpha<br /> \end{bmatrix}<br />

on multiplying with it's transpose, you have:

<br /> \begin{bmatrix}<br /> \alpha^2 + \beta^2 &amp; 0\\<br /> 0 &amp; \beta^2 - \alpha^2<br /> \end{bmatrix} = <br /> \begin{bmatrix}<br /> 1 &amp; 0\\<br /> 0 &amp; 1<br /> \end{bmatrix}<br />

Look at the matrix now, equated with the identity matrix. You've taken one equation correctly. But, does the relation we have now provide you with another equation?

HINT: For two matrices to be equal, all their elements should be equal.
 
Hmm, when multiplying with it's inverse (transpose), I get:[a^2+b^2 0 ]
[ 0 a^2+b^2].
 
Last edited:
Yes, you were right the first time. Given only the information that A is a 2x2 orthogonal matrix you only have \alpha^2+ \beta^2= 1. That's because there are an infinite number of such matrices, not just one. Any \alpha and \beta satisfying \alpha^2+ \beta^2= 1 will give you an orthogonal matrix.
 
Cool, thanks.
 
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