How do you find the roots, real and imaginary, of y=7x^2+4x + 6y=7x2+4x+6 using the quadratic formula?

1 Answer
May 6, 2016

(-2 +- isqrt38)/72±i387

Explanation:

Use the improved quadratic formula (Google, Yahoo Search)
y = 7x^2 + 4x + 6 = 0
D = d^2 = b^2 - 4ac = 16 - 168 = - 152
Since D < 0, there are no real roots. There are 2 complex roots.
d^2 = 152i^2d2=152i2 --> d = +- 2isqrt38d=±2i38
x = -b/(2a) +- d/(2a) = -4/14 +- (2isqrt38)/14 = (-2 +- isqrt38)/7x=b2a±d2a=414±2i3814=2±i387