I want to convert the following equation to an eigenvalue equation, $$(A \lambda^2 + B \lambda + C) \vec{x} = \vec{0},$$ for eigenvalues $\lambda$ given that $A$ is invertible.
So far I have used the property that $A$ is invertible to simplify as, $$A^{-1}(A \lambda^2 + B \lambda + C) \vec{x} = \vec{0},$$ $$(I \lambda^2 + A^{-1}B \lambda + A^{-1}C) \vec{x} = \vec{0}.$$ From here I do not know how to get the matrix equation on the left hand side into the form of $(Q-I\lambda)\vec{x}=\vec{0}$. Am I on the right track?
Can I use the quadratic formula as, $$Q_{1,2} = -\frac{A^{-1}B}{2} \pm \sqrt{\left(\frac{A^{-1}B}{2} \right)^2 - A^{-1}C},$$ and then have "left" and "right" eigenvalue equations as, $$(Q_1 - I\lambda)(Q_2 - I\lambda)\vec{x} = \vec{0}.$$ Is that a valid solution?
Edit: A, B, and C are $n\times n$ matrices.
You can not get rid of the square in the same dimension, but you can "linearize" your martix pencil in higher dimensions. Namely, the eigenvalues of the $2n\times 2n$-matrix $$ \begin{pmatrix}-A^{-1}B&-A^{-1}C\\I&0\end{pmatrix} $$ are exactly those values $\lambda$ for which $\lambda^2 A + \lambda B +C$ is singular.