Consider two functions $y = x^2 + x - 1$ and $y = x^3 + 2x^2 + (a + b\sqrt{3})x - 3$ with $a$ and $b$ being two rational numbers such that the graphs of the aforementioned functions share three common points $A, B, C$ such that the radius of the circumscribed circle of $\triangle ABC$ is $R = 3$. Calculate the value of $a + b$.
[For context, this question is taken from an exam whose format consists of 50 multiple-choice questions with a time limit of 90 minutes. Calculators are the only electronic device allowed in the testing room. (You know those scientific calculators sold at stationery stores and sometimes bookstores? They are the goods.) I need a solution that works within these constraints. Thanks for your cooperation, as always. (Do I need to sound this professional?)
By the way, if the wording of the problem sounds rough, sorry for that. I'm not an expert at translating documents.]
It really was one run-on sentence, wasn't it? The kids aren't happy with this one. (Is this okay to call my friends—me included—kids? [nervous laughing])
For sake of inconvenience, I'll just set $c = a + b\sqrt 3$.
In order for the graphs of $y = x^2 + x - 1$ and $y = x^3 + 2x^2 + cx - 3$ to have been common points, the equation $f(x) = x^3 + x^2 + (c - 1)x - 2 = 0$ needs to have three pairwise distinct roots.
Now, I could just use the discriminant of the polynomial itself, $\Delta = -4c^3 + 13c^2 - 50c - 59$, to determine the condition that $c$ has to satisfy in order for the polynomial to have the pairwise distinct roots. But since that seems too cumbersome (and since our modern education system seems to have forgotten about the discriminant of cubic equations anyway), so I'm going to take the derivative instead, $f'(x) = 3x^2 + 2x + (c - 1)$, (to literally arrive at the same conclusion).
The equation $f'(x) = 0$ needs to have two roots $x_1 \ne x_2$ such that $f(x_1)f(x_2) < 0$.
First of all, $\Delta > 0 \implies 4(4c - 3) > 0 \iff c < \dfrac{3}{4}$.
Furthermore, since $f(x) = \dfrac{(3x + 1)f'(x) + [(6c - 8)x - (c + 17)]}{9} \implies \left\{ \begin{aligned} f(x_1) &= \dfrac{(6c - 8)x_1 - (c + 17)}{9}\\ f(x_2) &= \dfrac{(6c - 8)x_2 - (c + 17)}{9} \end{aligned} \right.$
$$\implies f(x_1)f(x_2) = \dfrac{(36c^2 - 96c + 64)x_1x_2 - (6c^2 + 94c - 136)(x_1 + x_2) + (c^2 + 34c + 289)}{81}$$
According to Vieta's formulas, as $x_1$ and $x_2$ are roots of the equation $3x^2 + 2x + (c - 1) = 0$, $x_1 + x_2 = -\dfrac{2}{3}$ and $x_1x_2 = \dfrac{c - 1}{3}$, which means $f(x_1)f(x_2) = \dfrac{4c^3 - 13c^2 + 50c + 59}{27}$. And eventually, $$f(x_1)f(x_2) < 0 \iff 4c^3 - 13c^2 + 50c + 59 < 0 \iff c < \dfrac{1}{12}\left(z + 13 - \dfrac{431}{z}\right)$$, where $z = \sqrt[3]{1320\sqrt{330} - 22247}$. (You know where this result came from.)
But was all of this necessary? Hmmm~
Let $(m; m^2 + n - 1), (n; n^2 + n - 1), (p; p^2 + p - 1)$ be the coordinates of points $A, B, C$ respectively, where $(n - p)(p - m)(m - n) \ne 0$. The perpendicular bisectors of line segments $AB$ and $BC$ are $$\left\{ \begin{aligned} (d_1)\colon \left(x - \dfrac{m + n}{2}\right) &+ (m + n + 1)\left(y - \dfrac{m^2 + n^2 + m + n + 2}{2}\right) = 0\\ (d_2)\colon \left(x - \dfrac{n + p}{2}\right) &+ (n + p + 1)\left(y - \dfrac{n^2 + p^2 + n + p + 2}{2}\right) = 0 \end{aligned} \right.$$
For another sake of inconvenience, let $m + n + p = M, np + pm + mn = N$ and $mnp = P$.
Solving the system of equations, we can obtain that $$\left\{ \begin{aligned} x &= -\dfrac{M^2 + MN + 2M + N - P + 2}{2}\\ y &= \dfrac{M^2 + 2M - N + 4}{2} \end{aligned} \right.$$
This is quite confusing. Although, I have another idea.
Let $A' (m; 0), B' (n; 0), C' (p; 0)$ and $I' (q; 0)$ be the projections of points $A, B, C$ and $I$ on the $x$-axis in that order. It can be incurred that $A', B', C'$ are the three common points between the graph of $y = x^3 + x^2 + (c - 1)x - 3$ and the $x$-axis. Additionally, $$\dfrac{|q - m|}{\cos(IA, Ox)} = \dfrac{|q - n|}{\cos(IB, Ox)} = \dfrac{|q - p|}{\cos(IC, Ox)} = 3$$
There might be too many points...
Anyhow, as always, thanks for reading, (and even more if you could help~) By the way, the options for this problem were $-1, 1, 3$ and $6$.