SOLUTION: prove that if the sum of the sequence of the roots of the equation ax^2+bx+c=0 is 1 then b^2=2ac+a^2

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: prove that if the sum of the sequence of the roots of the equation ax^2+bx+c=0 is 1 then b^2=2ac+a^2      Log On


   



Question 1168783: prove that if the sum of the sequence of the roots of the equation ax^2+bx+c=0 is 1 then b^2=2ac+a^2
Answer by math_tutor2020(3816) About Me  (Show Source):
You can put this solution on YOUR website!

The roots of ax%5E2%2Bbx%2Bc+=+0 are p and q such that

p+=+%28-b%2Bsqrt%28b%5E2-4ac%29%29%2F%282a%29

q+=+%28-b-sqrt%28b%5E2-4ac%29%29%2F%282a%29
which is from the quadratic formula

Adding p and q has the square root terms cancel out because we have sqrt%28b%5E2-4ac%29 in both p and q; the only difference is that p has the positive version and q has the negative version. Effectively we're adding R%2B%28-R%29+=+0 where R+=+sqrt%28b%5E2-4ac%29

So after those root terms go away, we have
p%2Bq+=+%28-b%2B%28-b%29%29%2F%282a%29

p%2Bq+=+%28-2b%29%2F%282a%29

p%2Bq+=+-b%2Fa
Therefore, the sum of the roots of ax%5E2%2Bbx%2Bc+=+0 is -b%2Fa

We're told that the roots add to 1, so we know further that,
p%2Bq+=+1

-b%2Fa+=+1

-b+=+a

a+=+-b

Let's plug that into b%5E2+=+2ac%2Ba%5E2 to see what happens

b%5E2+=+2ac%2Ba%5E2

b%5E2+=+2%28-b%29c%2B%28-b%29%5E2 Replace 'a' with -b

b%5E2+=+-2bc%2Bb%5E2

0+=+-2bc Subtract b^2 from both sides

From that last equation, we see that either b = 0 or c = 0.

If b = 0, then a = 0, but that means ax%5E2%2Bbx%2Bc isn't quadratic. Also, a = 0 causes division by zero errors in the quadratic formula. So we must make 'a' and b nonzero. This forces c to be zero.

Therefore, the equation b%5E2+=+2ac%2Ba%5E2 is only true if c = 0.

If we pick a nonzero c value such as c = 1, then,
b%5E2+=+2ac%2Ba%5E2

b%5E2+=+2%28-b%29%2A1%2B%28-b%29%5E2

b%5E2+=+-2%2Bb%5E2

0+=+-2
Which is a contradiction.