A quadratic equation can be solved using the discriminant. The roots of the quadratic equation: p1=2aD−b p2=2a−D−b where D = b^2 - 4*a*c - it is the discriminant. Because a=121 b=14 c=2 , then
D = b^2 - 4 * a * c =
(14)^2 - 4 * (121) * (2) = -772
Because D<0, then the equation has no real roots, but complex roots is exists.
p1 = (-b + sqrt(D)) / (2*a)
p2 = (-b - sqrt(D)) / (2*a)
or p1=−1217+121193i p2=−1217−121193i
Vieta's Theorem
rewrite the equation (121p2+14p)+2=0 of ap2+bp+c=0 as reduced quadratic equation p2+abp+ac=0 p2+12114p+1212=0 2p2+q=0 where p=ab p=12114 q=ac q=1212 Vieta Formulas p1+p2=−p p1p2=q p1+p2=−12114 p1p2=1212