Relation between coefficients and zeros of a quadratic polynomial

AI Thread Summary
The discussion focuses on proving the relationships between the coefficients and zeros of a quadratic polynomial, specifically that the sum of the zeros (α + β) equals -b/a and the product (αβ) equals c/a. One participant successfully demonstrated the sum using a method involving the polynomial's equations. However, they struggled to prove the product of the zeros. Suggestions included using the quadratic formula and factorization to simplify the proof for αβ. The conversation emphasizes the importance of understanding these relationships in polynomial equations.
physics kiddy
Messages
135
Reaction score
1

Homework Statement



For any quadratic polynomial ax2+bx+c having zeros β and α
Prove that β + α = -b/a and αβ = c/a.

Homework Equations


The Attempt at a Solution



I have found a method myself to prove α+ β = -b/a. However, I could not prove αβ = c/a.

It goes like this.

If α and β are the zeros of the given polynomial.

a(α)2+b(α) + c = 0 ...... (i)

Also,

a(β)2+b(β) + c = 0 ......(ii)

Comparing (i) and (ii)

a(α)2+b(α) + c = a(β)2+b(β) + c

=> aα2-aβ2 = bβ - bα
=>a(α22) = -b(α-β)
=>α22/α-β = -b/a
=> α+β = -b/a

Please help me prove αβ = c/a using the same method.
 
Last edited:
Physics news on Phys.org
physics kiddy said:

Homework Statement



For any quadratic polynomial ax2+bx+c having zeros β and α
Prove that β + α = -b/a and αβ = c/a.

Homework Equations



The Attempt at a Solution



I have found a method myself to prove α+ β = -b/a. However, I could not prove αβ = c/a.

It goes like this.

If α and β are the zeros of the given polynomial.

a(α)2+b(α) + c = 0 ...... (i)

Also,

a(β)2+b(β) + c = 0 ......(ii)

Comparing (i) and (ii)

a(α)2+b(α) + c = a(β)2+b(β) + c

=> aα2-aβ2 = bβ - bα
=>a(α22) = -b(α-β)
=>α22/α-β = -b/a
=> α+β = -b/a

Please help me prove αβ = c/a using the same method.
Use the quadratic formula for the two zeros of the quadratic polynomial.
 
physics kiddy said:
Please help me prove αβ = c/a using the same method.
Do you have reason to think the same method will work?

SammyS said:
Use the quadratic formula for the two zeros of the quadratic polynomial.
It would be easier to just write down the factorization of the polynomial, I think.
 
Given: aα²+bα + c = 0 ...... (i)
it factorizes: aα(α + b/a) + c = 0

Substitute for the bold α.
 
Thank you very very very very much. I can't explain how happy I am to get the answer. Thanks again.
 
SammyS said:
Use the quadratic formula for the two zeros of the quadratic polynomial.

Hurkyl said:
It would be easier to just write down the factorization of the polynomial, I think.

Yes, that's correct supposing that physics kiddy knows:
If α and β are the solutions to \text{a}x^2+bx+c=0\,, then \text{a}x^2+bx+c=\text{a}(x-\alpha)(x-\beta)\ .


Of course, I agree that is a very handy thing to know!
 
Back
Top