Problem:
Find all real numbers $a$ for which the equation, $x^3 + ax^2 + 51x + 2023=0$, has two equal roots.
- This problem is from an algebra round of a local high school math competition that has already ended
My Work:
To find when $x^3 + ax^2 + 51x + 2023$ has two equal roots, we can use the properties of the discriminant. For a cubic polynomial, the discriminant is given by the following formula:
$Δ = 18abcd - 4b^3d + b^2c^2 - 4ac^3 - 27a^2d^2$
In our case, the cubic polynomial is $x^3 + ax^2 + 51x + 2023$, so $a = 1$, $b = a$, $c = 51$, and $d = 2023$.
If the polynomial has two equal roots, its discriminant must be equal to zero. So, we can set Δ equal to zero and solve for a:
$0 = 18(1)(a)(51)(2023) - 4a^3(2023) + a^2(51)^2 - 4(1)(51)^3 - 27(1)^2(2023)^2$
However, after this step, I am really stuck. I would appreciate some help! Thank you!
(Proceeding in a different manner as I don't see a realistic way to complete your solution in a high school competition setting.)
We have $x^3 + ax^2 + 51x + 2023 = (x+b)^2(x+c)$.
By comparing coefficients,
Substitute $ c = \frac{2023}{b^2}$ to eliminate it, we get $ 51 b = b(b^2 + 2bc) = b^3 + 2\times 2023$.
Facotorizing this cubic (start by testing the factors of 4046), we get $0 = (b+17) ( b^2 - 17b + 238) $.
The only real root is $b = -17$, which gives $ c = 7, a = -27$.