I'm not sure how exactly to approach this problem, here is what I've done so far:
I've shown that $$\frac{|ax^2+bxy+cy^2|}{x^2+y^2}= a\frac{x^2}{x^2+y^2}+b\frac{|xy|}{x^2+y^2}+c\frac{y^2}{x^2+y^2} \leq a+b+c$$ Meaning there are no restrictions on the polynomial coefficients for this fraction. It remains then to prove the reciprocal is bounded above, which is what I'm struggling with: $$\exists M, \frac{x^2+y^2}{|ax^2+bxy+cy^2|}<M$$
I had two ideas so far. Since the level curve of the numerator is a circle and the level curve of the denominator is an ellipse with rotated axes, I was thinking of defining some kind of elliptical norm $[x,y]=|ax^2+bxy+cy^2|$ and showing that $[x,y] \geq |(x,y)|$ under certain conditions. However, I'm not sure how to show this and how it would even lead me to my desired result.
The second idea was that showing that if the denominator never reaches $0$, ie. the discriminant $< 0$ then the expression never gets arbitrarily large. This leads to the inequality $b^2<4ac$, however I'm once again not sure how I would go about proving this is actually the condition I need.
Am I on the right track for either of these? If so, how should I go about formally showing they are correct?
For second-year analysis course.