document.write( "Question 961545: The question is to find all quadratic equations with roots 2+3i and 2-3i. I have actually been given an answer by my teacher, but I wish to find out the logic behind this. My teacher has given me a solution, which is found below.
\n" );
document.write( "sum=4=-b/a
\n" );
document.write( "Product=4+9=13=c/a
\n" );
document.write( "=> a=1, b=-4, c=13
\n" );
document.write( "a(x^2-4x+13)=0
\n" );
document.write( "So, there it is. I understand how to perform sums like this with square roots and normal integers in the place of i, but I do not understand where to even start with i in the equation, as I have tried the usual method that I use for numbers and roots and the answer I received was incorrect. Any help would be much appreciated. \n" );
document.write( "
Algebra.Com's Answer #587533 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The question is to find all quadratic equations with roots 2+3i and 2-3i. I have actually been given an answer by my teacher, but I wish to find out the logic behind this. My teacher has given me a solution, which is found below. \n" ); document.write( "sum=4=-b/a \n" ); document.write( " Product=4+9=13=c/a \n" ); document.write( " => a=1, b=-4, c=13 \n" ); document.write( " a(x^2-4x+13)=0 \n" ); document.write( " So, there it is. I understand how to perform sums like this with square roots and normal integers in the place of i, but I do not understand where to even start with i in the equation, as I have tried the usual method that I use for numbers and roots and the answer I received was incorrect. Any help would be much appreciated. \n" ); document.write( "--------------------- \n" ); document.write( "Form:: y = ax^2+bx+c \n" ); document.write( "Roots:: x = [-b+sqrt(b^2-4ac)]/(2a) and x = [-b-sqrt(b^2-4ac)]/(2a) \n" ); document.write( "--- \n" ); document.write( "Adding them you get: 2(-b/(2a)) = -b/a \n" ); document.write( "Multiplying them you get: (-b/(2a))^2-(sqrt(b^2-4ac))^2/(2a)^2) \n" ); document.write( "= (b^2/4a^2 - (b^2-4ac))/(4a^2) \n" ); document.write( "= (b^2 - b^2 + 4ac)/(4a^2) = 4ac/(4a^2) = c/a \n" ); document.write( "--------------- \n" ); document.write( "Your roots are 2+3i and 2-3i \n" ); document.write( "Sum = 4, so -b/a = 4 or -b = 4a \n" ); document.write( "Product = 4+9 = 13, So c/a = 13 or c = 13a \n" ); document.write( "--- \n" ); document.write( "Equation: \n" ); document.write( "y = ax^2 -4ax + 13a \n" ); document.write( "--- \n" ); document.write( "y = a(x^2 - 4x + 13) \n" ); document.write( "------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |