9  Eigenvalues

In this chapter, we explore the concept of eigenvalues and eigenvectors, their properties, and applications. A mind map provides a structured overview of the key topics discussed:

Figure 9.1: Mind Map of Eigenvalues and Eigenvectors

Eigenvalues and eigenvectors are fundamental concepts in linear algebra. For a linear transformation represented by a matrix \(A\), an eigenvector \(v\) satisfies:

\[ A v = \lambda v \]

where \(\lambda\) is the eigenvalue associated with \(v\). Eigenvalues describe scaling factors along certain directions (eigenvectors) and are central to understanding the behavior of linear systems.

In the context of mining engineering:

9.1 Definition

An eigenvector \(v \neq 0\) of a square matrix \(A\) satisfies:

\[ A v = \lambda v \]

where \(\lambda\) is the corresponding eigenvalue.

  • Eigenvectors define directions preserved by the transformation.
  • Eigenvalues define scaling factors along these directions.

9.2 Properties

  • Characteristic Polynomial:
    \[ \det(A - \lambda I) = 0 \]
    Solutions \(\lambda\) are eigenvalues of \(A\).

  • Diagonalization:
    If \(A\) has \(n\) linearly independent eigenvectors, \(A\) can be written as:
    \[ A = P D P^{-1} \]
    where \(D\) is a diagonal matrix of eigenvalues and the columns of \(P\) are the corresponding eigenvectors.

  • Multiplicity:

    • Algebraic multiplicity: Number of times an eigenvalue appears as a root.
    • Geometric multiplicity: Dimension of the eigenspace corresponding to the eigenvalue.

9.3 Examples

  1. 2x2 Matrix:
    \[ A = \begin{bmatrix} 4 & 1 \\ 2 & 3 \end{bmatrix} \]

  2. Diagonal Matrix: Eigenvalues are the diagonal entries, and eigenvectors are standard basis vectors.

  3. Symmetric Matrix: Real eigenvalues with orthogonal eigenvectors.

9.4 Applications

  • Ore Grade Analysis: Identify principal directions of variability and correlations between ore properties.
  • Vibration Analysis: Determine natural frequencies and mode shapes of mining equipment or structures.
  • PCA for Ore Data: Reduce dimensionality while preserving variance for geostatistical modeling.
  • Stability Analysis: Assess slope, tunnel, or foundation stability using eigenvalue decomposition of stiffness matrices.
  • Stress-Strain Modeling: Decompose stress tensors to identify principal stresses and directions in rock mechanics.

References

[1]
Golub, G. H. and Loan, C. F. V., Matrix computations, Johns Hopkins University Press, Baltimore, MD, 2013