Solve Matrix Inverse with Trigonometric Values

  • Thread starter Thread starter nk735
  • Start date Start date
  • Tags Tags
    Inverse Matrix
nk735
Messages
13
Reaction score
0

Homework Statement



Show that the matrix [cos(theta), -sin(theta); sin(theta), cos(theta)] is invertible, regardless of the value of theta

Homework Equations



Identity matrix, elementary row operations

The Attempt at a Solution



I have the basic idea as to how to go about this; (let the above matrix = A)

- form an augmented matrix with the identity matrix, eg. [A|I]

- perform row operations (forward and backwards elimination) until matrix looks like [I|A^-1]

However, I'm at a loss as to how to perform these operations with the trigonometric values instead of numbers.

Just a push in the right direction would be greatly appreciated, i'd like to solve this myself
 
Physics news on Phys.org
Try to think about this matrix geometrically. Can you guess what a possible inverse of it is? Verify that your guess is an actual inverse.
 
The problem doesn't actually ask you to find the inverse- just to show that it exists. Are you aware that a matrix is invertible if and only if its determinant is not 0? What is the determinant of this matrix?

Actually, it's not that hard to find the inverse they way you are doing it- just tedious. It turns out to be surprisingly easy and morphism's suggestion shows why.
 
… just a gentle push …

nk735 said:
Just a push in the right direction would be greatly appreciated, i'd like to solve this myself

Hi nk735! :smile:

Try:
(cosA sinA (cosB sinB
-sinA cosA) x -sinB cosB).

The (1,1) term will be cosAcosB + sinA(-sinB), = … ?

So the whole matrix is … ? :smile:
 
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...

Similar threads

Back
Top