if alpha and beta are the solutions of the equation a*x(square)+b*x+c=0 show that alpha+beta=-b/a and alpha*beta=c/a
I have tried with 3x(square)*5x+2 but alpha*beta=c/a was wrong
Using the quadratic formula, we obtain two solutions :
alpha = [ - b + √[ b^2 - 4ac] ] / {2a] and beta = [ - b - √[ b^2 - 4ac] ] / {2a]
So
alpha + beta = [ - b + √[ b^2 - 4ac] ] / {2a] + [ - b -√[ b^2 - 4ac] ] / {2a] = [ - 2b] / [2a] = -b/a
And alpha * beta =
[ - b + √[ b^2 - 4ac] ] / {2a] * [ - b + √[ b^2 - 4ac] ] / {2a] = [ b^2 - [b^2 - 4ac] ] / [ 4a^2] =
[ 4ac ] / [ 4a^2] = c / a
Here, the solutions are the x values that make this equation true.
ax2 + bx + c = 0
We can use the quadratic formula to solve for x.
x = −b±√b2−4ac2a
So..the two solutions are
α=−b+√b2−4ac2aandβ=−b−√b2−4ac2a
And...
α+β=−b+√b2−4ac+−b−√b2−4ac2a=−2b2a=−ba
and
α∗β=(−b+√b2−4ac)(−b−√b2−4ac)(2a)(2a)=b2−b√b2−4ac+b√b2−4ac−(b2−4ac)4a2=4ac4a2=ca