What are Some Real-Life Applications of the Cayley Hamilton Theorem?

  • Thread starter Thread starter matqkks
  • Start date Start date
  • Tags Tags
    Hamilton Theorem
matqkks
Messages
280
Reaction score
5
Are there any nice applications of the Cayley Hamilton Theorem. I am looking for a real life application which would motivate students.
 
Physics news on Phys.org
There are many, i depends on what you mean by "real life application".

1)Ordinary differential equations
suppose we have some vector space of functions closed under differentiation
ie x'=Ax
if p is the characteristic polynomial
p(A)x=p(D)x=0
so we can solve for x

2)basis for F[A] (all operator polynomials)
clearly dim(F[A])<=n^2
but the Cayley Hamilton Theorem gives an improvement to
dim(F[A])<=n
thus we can reduce operator polynomials (though not in the best way possible in general)
invert nonsingular operators
reduce some infinite series to finite series
like exp(At)~I+A+(1/2)A^2+...+(1/n!)A^n+...
which we can also use to solve Ordinary differential equations
 
Hey matqkks,

I have come across the Cayley-Hamilton theorem in a college rheology class. Rheology is basically the study of material behaviour, and so rheologists look for equations that can describe materials.

Elastic solids are simple in this regard, and can be with a linear relationship between stress state (described by the stress tensor \mathbf{T}) and deformation state (described by the deformation tensor \mathbf{B}):
\mathbf{T} = c\mathbf{B}

Some materials behave non-linearly, so you can try describing them by taking a power series in stead of just a constant function

\mathbf{T} = f_0\mathbf{B}^0 + f_1\mathbf{B} + f_2\mathbf{B}^2 + f_3\mathbf{B}^3 + ...

Using the Cayley-Hamilton theorem, we can express all the higher power tensors in terms of the lower power tensors and the invariants of \mathbf{B}. With some elimination you can end up with the expression:

\mathbf{T} = g_0\mathbf{I} + g_1\mathbf{B} + g_2\mathbf{B}^{-1}

Some further analysis shows that g_0 = -p (pressure) and g_1 and g_2 are functions of the first and second invariant of \mathbf{B}.

This has now allowed rheologists to express complex material behaviour in terms of just the deformation state tensor and its invariant.

A similar analysis can be employed for describing viscous fluid behaviour. The only big difference is that not the deformation state tensor, but the rate of deformation tensor is used in the power expansion.

\mathbf{T} = -p\mathbf{I} + \eta_1\mathbf{2D} + \eta_2(\mathbf{2D})^2

With eta_1 and eta_2 a function of the second and third invariants of \mathbf{2D}.

However, it tuned out that this equation gave the wrong predictions. The error arose with the last term, so it was dropped and the general equation describing viscous fluids:

\mathbf{T} = -p\mathbf{I} + \eta_1\mathbf{2D}

Hopefully this has given you some idea of the application of the Cayley-Hamiltonian theorem. :-)
 
In linear algebra, the Cayley–Hamilton theorem (named after the mathematicians Arthur Cayley and William Hamilton) states that every square matrix over a commutative ring (such as the real or complex field) satisfies its own characteristic equation.
An application
Take a square matrix A of order n and a polynomial T(x) of degree r, such that r>n. How can we compute T(A)?

Of course a direct computation is always possible, but perhaps not so illuminating.

Denote by PA(x) the characteristic polynomial of A and then use Euclide's algorithm: there exists a unique ordered pair of polynomials (Q(x),R(x)) such that T(x)=Q(x) PA(x) +R(x) and .

By Cayley-Hamilton's Theorem , we have:
T(A) = R (A)
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top