Find P and C such that ##A=PCP^{-1}##

  • Thread starter STEMucator
  • Start date
In summary, the conversation discusses finding an invertible matrix and a specific form of matrix in order to satisfy a given equation involving a complex eigenvalue. The conversation also touches on a theorem that can be rewritten using a different complex eigenvalue.
  • #1
STEMucator
Homework Helper
2,076
140

Homework Statement



Find an invertible matrix ##P## and a matrix ##C## of the form ##\left( \begin{array}{cc} a & -b \\ b & a \end{array} \right)## such that ##A=PCP^{-1}## when ##A = \left( \begin{array}{cc} 1 & -2 \\ 1 & 3 \end{array} \right)##.

Homework Equations



Eigenvalues for A:

##\lambda_1 = 2+i##
##\lambda_2 = 2-i##

Eigenvectors for eigenvalues:

##v_1 = [-1 + i, 1]^t##
##Re(v_1) = [-1, 1]^t##
##Im(v_1) = [1, 0]^t##

##v_2 = [-1 - i, 1]^t##
##Re(v_2) = [-1, 1]^t##
##Im(v_2) = [-1, 0]^t##

A theorem:

Let ##A## be a real 2x2 matrix with a complex eigenvalue ##\lambda = a - bi, (b≠0)## and an associated eigenvector ##v##.

Then ##A=PCP^{-1}## where ##P = [ Re(v), Im(v) ]## and ##C = \left( \begin{array}{cc} a & -b \\ b & a \end{array} \right)##

The Attempt at a Solution



I've basically solved this, but I had a question.

Does the theorem state that I only care about the eigenvalue ##a - bi##? In this case it would be ##\lambda_2 = 2-i##. If that's the case, ##\lambda_1## is useless in finding the required matrices.

Granted that ##\lambda_1## and ##v_1## have nothing to do with the problem, the matrices required are:

##C = \left( \begin{array}{cc} 2 & -1 \\ 1 & 2 \end{array} \right)##
##P = \left( \begin{array}{cc} -1 & -1 \\ 1 & 0 \end{array} \right)##
##P^{-1} = \left( \begin{array}{cc} 0 & 1 \\ -1 & -1 \end{array} \right)##

Where I have plugged the magnitudes of ##a## and ##b## into ##C##.

My real curiosity lies in why I only care about the eigenvalue ##a - bi##?
 
Physics news on Phys.org
  • #2
Complex eigenvalues come in pairs, so if you know one of them, the other is uniquely determined. Also notice that the first components of your eigenvectors are conjugates of one another. Notice also that the real parts of your two eigenvectors are the same, and the imaginary parts are scalar multiples of one another.
 
  • #3
Mark44 said:
Complex eigenvalues come in pairs, so if you know one of them, the other is uniquely determined. Also notice that the first components of your eigenvectors are conjugates of one another. Notice also that the real parts of your two eigenvectors are the same, and the imaginary parts are scalar multiples of one another.

This much I have already seen. I was more curious as to why the eigenvalue ##a+bi## is being neglected in the theorem. Is it solely due to the definition of ##C##?
 
  • #4
I'll bet the theorem could be rewritten so that it uses a + bi instead of a - bi.
 
  • Like
Likes 1 person
  • #5
Mark44 said:
I'll bet the theorem could be rewritten so that it uses a + bi instead of a - bi.

Indeed, I conjecture that:

Let ##A## be a real 2x2 matrix with a complex eigenvalue ##\lambda = a + bi, (b≠0)## and an associated eigenvector ##v##.

Then ##A=PCP^{-1}## where ##P = [ Re(v), Im(v) ]## and ##C = \left( \begin{array}{cc} a & b \\ -b & a \end{array} \right)##

I have verified the application of this theorem. I'll go prove it in a more general setting now.

Thank you for your help.
 

FAQ: Find P and C such that ##A=PCP^{-1}##

What is the purpose of finding P and C such that ##A=PCP^{-1}##?

The purpose of finding P and C is to decompose a matrix A into two matrices, C and P, such that when multiplied together, they equal A. This decomposition can be useful in solving certain problems and simplifying calculations.

How do you find P and C for a given matrix A?

To find P and C, you need to use a process called diagonalization. This involves finding the eigenvalues and eigenvectors of A, which can then be used to construct the matrices P and C. The details of this process can vary depending on the specific properties of A, but it generally involves solving a system of equations.

Can any matrix A be decomposed into PCP^{-1}?

No, not all matrices can be decomposed into PCP^{-1}. For this decomposition to be possible, the matrix A must be diagonalizable, meaning it must have a full set of linearly independent eigenvectors.

What are the advantages of using the decomposition ##A=PCP^{-1}##?

The decomposition of A into PCP^{-1} can have several advantages. It can simplify calculations involving A, as well as make it easier to understand and analyze the properties of A. It can also be used to solve certain types of problems, such as finding the power of a matrix or solving systems of linear equations.

Are there any real-world applications of the decomposition ##A=PCP^{-1}##?

Yes, the decomposition ##A=PCP^{-1}## has many real-world applications in fields such as physics, engineering, and computer science. It is used in various calculations and simulations, as well as in algorithms for image and signal processing. It also has applications in quantum mechanics and cryptography.

Similar threads

Replies
4
Views
821
Replies
7
Views
2K
Replies
2
Views
327
Replies
9
Views
687
Replies
6
Views
2K
Replies
5
Views
956
Replies
2
Views
688
Back
Top