I am a Freshmen Engineering Student, and this past Semester I took an Intro Multivariable Calculus Course, where we covered everything up to Lagrange Multipliers and Space Curves but not things like Surface and Line Integrals. At the same time, I also took an Intro to Linear Algebra Course that covered everything up to Determinanats, Eigenvectors/Eigenvalues and threw in Orthogonalization and Gram-Schmidt Orthonormalization.
The set up for Eigenvalues is the solution to:
A$\vec x$ = $\psi$$\vec x$
Simultaneously, we where taught that the method to find Lagrange Multipliers with 1 constraint was the solution to:
$\nabla$$f(x, y)$ = $\lambda$$\nabla$$g(x, y)$
resulting in 3 equations:
$\frac{\partial f}{\partial y}$ = $\frac{\partial g}{\partial y}$
$\frac{\partial f}{\partial x}$ = $\frac{\partial g}{\partial x}$
$g(x, y) = c$
Where $g(x, y) = c$ is the appropriate Level Curve given by the restraint conditions. With these equations, your unknowns are the appropriate $(x, y)$ and the corresponding $\lambda$. My Multi Professor then said, "From here it is as simple as solving the given system of equations and checking the whether or not they are Maximum or Minimums." Myself and a friend of mine, whom is in the same Linear Class as I, immediately wondered if there is a way to use Linear Algebra to solve the system of equations, as we realized that the set up of:
$\nabla$$f(x, y)$ = $\lambda$$\nabla$$g(x, y)$
looks remarkable similar to:
A$\vec x$ = $\psi$$\vec x$
We realized quickly that if we consider the Linear Transformation Matrix:
A: $\mathbb{R} ^ 3 \mapsto \mathbb{R} ^ 3$
$\nabla$$f(x, y)$ = A $\cdot$ $\nabla$$g(x, y)$
Then we can set up the entire Lagrange Multiplier Process as:
A $\cdot$ $\nabla$$g(x, y)$ = $\psi$$\nabla$$g(x, y)$
and then from there we can solve for the Eigenvalues, which will be our Lagrange Multiplies, and our Eigenvectors, which will be our Critical Points. Now this seemed all well and good, and we confirmed with our Linear Professor that this set-up was valied, but we came upon a major questions that left all 3 of us stumped. Our Linear Professor told us that he would dig into it things a little more, as he started spewing math things that where way above my friend and I's head, and I figured this is a good place to ask them.
How would we find the Transformation Matrix from $f(x, y)$ to $g(x, y)$. This entire process hinges upon finding that Transformation Matrix, and assuming that you can find said Matrix and assuming that is is a valid Linear Transformation, then how would one go about finding it?