I have two quadratic inequalities of the form $$ a_1x^TAx + b_1^Tx + c_1 \le 0\\ a_2x^TAx + b_2^Tx + c_2 \le 0 $$ where $A\in\mathbb{R}^{n\times n}$ is positive semidefinite, $x\in\mathbb{R}^n$, $b_i\in\mathbb{R}^n$, and $a_i,c_i\in\mathbb{R}$, $i=1,2$.
I wish to determine if the set formed by the two inequalities is bounded. I began by thinking of the case where $n=1$, so we just have parabolic functions. I claimed that as long as the two central axes of the parabolas (the line of symmetry) were not parallel then the intersection would be bounded. I have not proved this claim, but I have a feeling it is true. If so, I am hoping it may be possible to generalize to higher dimensions. If this can be done then we could rule out an unbounded intersection if the two functions do not specify the stringent requirement of parallel central axes.
Any tips or better directions?