Solving Orthogonal Matrix Problem

  • Thread starter Thread starter Niles
  • Start date Start date
  • Tags Tags
    Matrix
Click For Summary

Homework Help Overview

The discussion revolves around determining the conditions under which a given 2x2 matrix is orthogonal. The matrix is defined with real parameters, alpha and beta, and participants are exploring the implications of the orthogonality condition.

Discussion Character

  • Conceptual clarification, Assumption checking

Approaches and Questions Raised

  • Participants discuss the requirement for a matrix to be orthogonal, specifically focusing on the equation involving the parameters alpha and beta. There are inquiries about whether additional conditions are necessary beyond the derived equation alpha^2 + beta^2 = 1.

Discussion Status

The conversation is active, with participants providing insights and hints regarding the relationship between the matrix elements and the identity matrix. There is recognition that the derived equation leads to an infinite set of solutions for alpha and beta that satisfy the orthogonality condition.

Contextual Notes

Participants are considering the implications of the matrix's structure and the nature of orthogonal matrices, questioning the completeness of the conditions derived from the initial equation.

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.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
Replies
8
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K