5hassay
- 81
- 0
Homework Statement
Use Lagrange multipliers to find the eigenvalues and eigenvectors of the matrix
A=\begin{bmatrix}2 & 4\\4 & 8\end{bmatrix}
Homework Equations
...
The Attempt at a Solution
The book deals with this as an exercise. From what I understand, it says to consider the function f(x,y) = \frac{1}{2}(A[x,y]) \cdot [x,y], with the assumption that A is symmetric (which is the case here).
It then asks what the gradient of the function is, which is \nabla f(x,y) = A[x,y].
It then asks to restrict f to the region S=\{[x,y] \in \mathbb{R}^2 : x^2 + y^2 \leq 1\}. Then, it then states that there must exists a vector [x,y] \in S and a real number \lambda \neq 0 such that A[x,y] = \lambda [x,y], and claiming that finding the maxima and minima of f constrained to S will give the eigenvalues and eigenvectors of A.
Why is this true? To be more precise, why do the eigenvalues and eigenvectors only exists in the unit disk? And, how do we know there exists such a \lambda \neq 0 that A[x,y] = \lambda [x,y]? I tried Lagrange multipliers, but I could only verify that A[x,y] = 2 \lambda [x,y].
Thanks.