What are the largest and smallest values of 2x + y on the circle x^2 + y^2 = 1? Where do these values occur? What does this have to do with eigenvectors and eigenvalues?
1
Expert's answer
2013-09-19T08:26:42-0400
We need to find minimal and maximal value of 2x+y on the circle x2+y2=1.
Since circle is a compact the function reaches its maximum and minimum on it. So (x1,y1) is point of maximum and (x2,y2) is a point of minimum.
Now let's formulate the problem in terms of vectors.
Denote by v0=(2,1) and v1=(x,y)
Then our problem is
(v0,v1)→max∥v1∥=1
Since (v0,v1) is the linear operator acting on v1, it's maximizing on the unit sphere is equivalent to find the biggest eigenvalue of this operator, then the corresponding eigenvector will be equal to the direction of the optimal vector.
Comments