Solving Cubic Polynomial: Prove Two Distinct Roots

  • Context:
  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Cubic Polynomial
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Let $p,\,q,\,r,\,s,\,t$ be any real numbers and $s\ne 0$.

Prove that the equation $x^3+(p+q+r)x^2+(pq+qr+rp-s^2)x+t=0$ has at least two distinct roots.
 
Mathematics news on Phys.org
anemone said:
Let $p,\,q,\,r,\,s,\,t$ be any real numbers and $s\ne 0$.

Prove that the equation $x^3+(p+q+r)x^2+(pq+qr+rp-s^2)x+t=0$ has at least two distinct roots.

let $P(x) = x^3 +(p+q+r)x^2 + (pq+qr+rp-s^2)x + t$
so $\dfrac{dP(x)}{dx} = 3x^2 + 2 (p+q+r) x + (pq+qr+rp-s^2)$
now discriminant
= $4(p+q+r)^2 - 12(pq+qr+rp-s^2)$
= $4(p^2+q^2+r^2 -pq - qr -rp + 3s^2)$
= $2((p-q)^2 + (q-r)^2+(r-p)^2 + 6s^2)$

now as s is not zero the discriminant is not zero or derivative does not have double root so P(x) cannot have 3 same roots hence it has at least 2 distinct roots
 
kaliprasad said:
let $P(x) = x^3 +(p+q+r)x^2 + (pq+qr+rp-s^2)x + t$
so $\dfrac{dP(x)}{dx} = 3x^2 + 2 (p+q+r) x + (pq+qr+rp-s^2)$
now discriminant
= $4(p+q+r)^2 - 12(pq+qr+rp-s^2)$
= $4(p^2+q^2+r^2 -pq - qr -rp + 3s^2)$
= $2((p-q)^2 + (q-r)^2+(r-p)^2 + 6s^2)$

now as s is not zero the discriminant is not zero or derivative does not have double root so P(x) cannot have 3 same roots hence it has at least 2 distinct roots

Very well done, kaliprasad! (Yes)

Thanks for participating!:)