Frank C. answered 01/06/18
Tutor
0
(0)
Professional and Passionate Math Tutor
So a = 1
Having b, c, & d be consecutive integers tells us that:
b = c - 1
c = c
d = c + 1
Knowing your quadratic formula helps. To find the roots of a parabola, we solve for x where y = 0, so
x = [-b±√(b2 - 4ac)]/(2a) = -b/(2a) ± √(b2 - 4ac)/(2a)
Those are the two roots for any generic parabola. So we subtract them and take the absolute value to find the distance between them:
|[-b/(2a) + √(b2 - 4ac)/(2a)] - [-b/(2a) - √(b2 - 4ac)/(2a)]|
= |-b/(2a) + √(b2 - 4ac)/(2a) + b/(2a) + √(b2 - 4ac)/(2a)|
= |2√(b2 - 4ac)/(2a)|
= √(b2 - 4ac)/a = d
This is true for any parabola. Looking back at where I bolded the quadratic function,
- the -b/(2a) is actually the x-value of our vertex, right in the middle of the x's of the two roots
- √(b2 - 4ac)/a is always the distance between the two roots because the ± means that, from the vertex x-value, you'll go to the right (+) half of that & you'll go to the left (-) half of that to solve for the roots
√(b2 - 4ac)/a = d
√((c-1)2 - 4×1×c)/1 = c + 1
√(c2 - 2c + 1 - 4c) = c + 1
√(c2 - 6c + 1) = c + 1
c2 - 6c + 1 = (c + 1)2
c2 - 6c + 1 = c2 + 2c + 1
8c = 0
c = 0
So your consecutive integers must be -1, 0, 1. And, therefore, your sum must be 0.
Have a good weekend!