document.write( "Question 1207450: Show that the product of the roots of a quadratic equation is c/a.\r
\n" );
document.write( "\n" );
document.write( "I see the word product in the application. This tells me to multiply two quadratic formulas and simplify to get c/a. \r
\n" );
document.write( "\n" );
document.write( "Yes? \n" );
document.write( "
Algebra.Com's Answer #845319 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "a,b,c are real numbers \n" ); document.write( "'a' is nonzero\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The standard template for a quadratic is \n" ); document.write( "ax^2 + bx + c = 0 \n" ); document.write( "Divide everything by 'a' to get \n" ); document.write( "x^2 + (b/a)x + c/a = 0 \n" ); document.write( "We'll come back to this later. \n" ); document.write( "The key thing to pay attention to is that the leading coefficient is 1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let r and s be the two roots of this quadratic. \n" ); document.write( "If x = r is a root then x-r is a factor \n" ); document.write( "Same goes for the other root. \n" ); document.write( "We find that: \n" ); document.write( "(x-r)(x-s) = 0 \n" ); document.write( "which rewrites to \n" ); document.write( "x^2-(r+s)x+rs = 0 \n" ); document.write( "Here the leading coefficient is 1 as well.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The product of the roots is the \"rs\" term at the end. \n" ); document.write( "Compare that to the last term in x^2 + (b/a)x + c/a = 0 to see it matches with the c/a. \n" ); document.write( "Both are constant terms not attached to x in any fashion.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore, rs = c/a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For more information, search out \"Vieta's Formulas\".\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Alternative route\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You can use the quadratic formula like tutor Theo has done, but it could get a bit messy. \n" ); document.write( "The good news is that notice how d = b^2 - 4ac is the discriminant so \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then that would lead to these roots \n" ); document.write( " \n" ); document.write( "The numerators multiply to b^2-d when using the difference of squares rule. \n" ); document.write( "Then compute b^2-d = b^2-(b^2-4ac) = 4ac \n" ); document.write( "The denominators multiply to 4a^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So this is a fairly quick way to arrive at (4ac)/(4a^2) = c/a. \n" ); document.write( " \n" ); document.write( " |