logo

Generalization of the Ellipse: Ellipsoid 📂Matrix Algebra

Generalization of the Ellipse: Ellipsoid

Definition

For a linear transformation ARm×mA \in \mathbb{R}^{m \times m}, the image ANAN of a mm-dimensional unit sphere N:={xRm:x2=1}N := \left\{ \mathbf{x} \in \mathbb{R}^{m} : \left\| \mathbf{x} \right\|_{2} = 1 \right\} is called an ellipsoid. The eigenvalues σ12>σm20\sigma_{1}^{2} > \cdots \ge \sigma_{m}^{2} \ge 0 of AA and the corresponding unit eigenvectors u1,,umu_{1} , \cdots , u_{m} are referred to as the axes of the ellipsoid for σiui\sigma_{i} u_{i}.

Explanation

A mm-dimensional unit sphere consists of points that are centered at 0Rm\mathbb{0} \in \mathbb{R}^{m} with radius 11. When m=2m=2, it becomes the well-known unit circle.

An ellipsoid is also called an ellipsoidal body or hyperellipse. Rather than saying the terms ellipsoidal surface or ellipsoidal sphere are incorrect, it’s more insightful to grasp the definition based on the context being read. In some contexts, an ellipsoid refers to a fully solid object, whereas in others it may refer only to the outer shell.

Geometry

20200107\_105825.png

If one is sufficiently familiar with linear transformations, it can be easily understood why this is referred to as an extension of an ellipse into higher dimensions. Intuitively, one can imagine flattening a unit sphere along one axis by applying A=[2001]A = \begin{bmatrix} 2 & 0 \\ 0 & 1 \end{bmatrix}. This happens as solutions to the equation of a circle N:x2+y2=1N : x^{2} + y^{2} = 1 are transformed through AA into solutions for AN:x22+y2=1\displaystyle AN : {{ x^{2} } \over { 2 }} + y^{2} = 1. Since the eigenvalues of AA are 22,12\sqrt{2}^{2} , \sqrt{1}^{2}, it is evident that the axes of ellipsoid ANAN are naturally 2(1,0)\sqrt{2}(1,0) and 1(0,1)\sqrt{1}(0,1).

Linear Algebra

The reason for explicitly referring to eigenvalues as σi2\sigma_{i}^{2} when discussing ellipsoids is due to their close relationship with singular value decomposition (SVD). Singular value decomposition is a method that finds some σi>0\sigma_{i}>0, viRnv_{i} \in \mathbb{R}^{n}, and uiRmu_{i} \in \mathbb{R}^{m} satisfying

Avi=σiui A v_{i} = \sigma_{i} u_{i}

for ARm×nA \in \mathbb{R}^{m \times n}. As proved in the existence of singular value decomposition, σi2\sigma_{i}^{2} are the eigenvalues for ATAA^{T}A, and the unit eigenvectors u1,,umu_{1} , \cdots , u_{m} are mutually independent. From this perspective, referring to σiui\sigma_{i} u_{i} as axes is a natural definition.

Generalization

As can be understood from the linear algebraic explanation, the concept of ellipsoids can also be generalized for ARm×nA \in \mathbb{R}^{m \times n}. However, from the reader’s perspective, understanding the relationship between singular values and eigenvalues might be challenging, and the geometric meaning becomes significantly weakened. Therefore, an introduction to the definition concerning ARm×mA \in \mathbb{R}^{m \times m} was necessary. If one successfully grasps this abstract definition, they could accept a more general definition of ellipsoids concerning the rank r=dimC(A)r = \dim C (A) of AA set to σr+1==σm=0\sigma_{r+1} = \cdots = \sigma_{m} = 0. However, in this broader context, σi2\sigma_{i}^{2} can no longer be referred to as the eigenvalues of AA, and talking about singular value decomposition, one would only have “some positive number σi>0\sigma_{i}>0” to mention.