Question 1196803: Solve for k in the equation kx²-2kx+5=0, if the sum of the roots is 4. What is the product of the roots? Found 2 solutions by math_tutor2020, ikleyn:Answer by math_tutor2020(3817) (Show Source):
Here's a proof of Vieta's Formulas when applying the quadratic case.
Let p and q be the two roots of a quadratic
This means x = p and x = q are solutions to ax^2+bx+c = 0 aka x^2 + (b/a)x + (c/a) = 0
We can get everything to one side to get x-p = 0 and x-q = 0
Then apply the zero product property getting (x-p)(x-q) = 0
Then expand and follow these steps
(x-p)(x-q) = 0
x(x-q) - p(x-q) = 0
x^2-qx - px + pq = 0
x^2 - (p+q)x + pq = 0
Comparing that to x^2 + (b/a)x + (c/a) = 0 shows:
b/a = x coefficient = -(p+q) = sum of the roots
c/a = constant = pq = product of the roots
Then as one last final step we turn the
b/a = -(p+q)
into
p+q = -b/a
to help match the original statement made about Vieta's formulas