Multiple choice

Let $\alpha, \beta$ be the roots of the equation $ax^2 + bx + c = 0$. Let $S_n = \alpha^n + \beta^n$ for $n \geq 1$ Evaluate the determinant $\begin{vmatrix}3 & 1 + S_1 & 1 + S_2\ 1 + S_1 & 1 + S_2 & 1 + S_3\ 1 + S_2 & 1 + S_3 & 1 + S_4\end{vmatrix}$

  1. $\displaystyle \frac{(a + b + c)^2 (b^2 - 4ac)}{a^4}$
  2. $\displaystyle \frac{(a + b + c)^2 (b^2 - 4ac)}{a^2}$
  3. $\displaystyle \frac{(a + b + c)^2 (b^2 +4ac)}{a^2}$
  4. $\displaystyle \frac{(a + b + c)^2 (b^2 + 4ac)}{a^4}$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The determinant represents the product of the Vandermonde-like structure related to the roots. Using the properties of symmetric sums of roots for ax^2 + bx + c = 0, the result simplifies to the discriminant form scaled by the leading coefficient.

AI explanation

By Vieta's formulas, the sum of the roots $S_1 = \alpha + \beta = -b/a$ and the product of the roots is $\alpha\beta = c/a$. Using the recursive relation for the sum of powers of roots, $S_n = (-b/a)S_{n-1} - (c/a)S_{n-2}$, we get $S_2 = (b^2 - 2ac)/a^2$, $S_3 = (-b^3 + 3abc)/a^3$, and $S_4 = (b^4 - 4ab^2c + 2a^2c^2)/a^4$. Plugging these into the determinant allows for row three to be eliminated using linear combinations of row one and row two, leading to an upper triangular evaluation. The determinant simplifies to $(a+b+c)^2(b^2-4ac)/a^4$.