Given the equation: 2x3−50x=0 transform Take common factor x from the equation we get: x(2x2−50)=0 then: x1=0 and also we get the equation 2x2−50=0 This equation is of the form
a*x^2 + b*x + c = 0
A quadratic equation can be solved using the discriminant. The roots of the quadratic equation: x2=2aD−b x3=2a−D−b where D = b^2 - 4*a*c - it is the discriminant. Because a=2 b=0 c=−50 , then
D = b^2 - 4 * a * c =
(0)^2 - 4 * (2) * (-50) = 400
Because D > 0, then the equation has two roots.
x2 = (-b + sqrt(D)) / (2*a)
x3 = (-b - sqrt(D)) / (2*a)
or x2=5 Simplify x3=−5 Simplify The final answer for (2*x^3 - 50*x) + 0 = 0: x1=0 x2=5 x3=−5
Vieta's Theorem
rewrite the equation 2x3−50x=0 of ax3+bx2+cx+d=0 as reduced cubic equation x3+abx2+acx+ad=0 x3−25x=0 px2+qx+v+x3=0 where p=ab p=0 q=ac q=−25 v=ad v=0 Vieta Formulas x1+x2+x3=−p x1x2+x1x3+x2x3=q x1x2x3=v x1+x2+x3=0 x1x2+x1x3+x2x3=−25 x1x2x3=0