Form factored of the polynomial discriminant

  • Level: Graduate 
  • Thread starter Thread starter Bruno Tolentino
  • Start date Start date
  • Tags Tags
    Form Polynomial
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
Bruno Tolentino
Messages
96
Reaction score
0
I wrote x² - (a + b)x + (ab) in the wolfram and polynomial discriminant was: a² - 2ab + b². Factoring: (a-b)²

---

So, I wrote x³ - (a+b+c) x² + (bc+ca+ab) x - (abc) and the polynomial discrimant given was:
31321321321321.png
Factoring: (b-c)² (c-a)² (a-b)²

---

Now, I wrote x² - 2Ax + B² and the polynomial discriminant is: A² - B². Factoring: (A+B)(A-B)

---

At last, but, no minus important, given this polynomial: x³ - 3 A x² + 3 B² x - C³, which is the factored form of the polynomial discriminant?
 
Mathematics news on Phys.org
The formula for the discriminant of a cubic is here. Plug your coefficients into that and see what happens.

I see no reason to expect that an easy factorisation is available. The three preceding examples you gave are all simple. The first two polynomials are just ##(x-a)(x-b)## and ##(x-a)(x-b)(x-c)## respectively, and the third one is only a quadratic. The fourth, about which you ask, is something else entirely.
 
andrewkirk said:
The formula for the discriminant of a cubic is here. Plug your coefficients into that and see what happens.
I know how find it! The problem is the factorization...