document.write( "Question 1207338: Show that x^2 + 4 is prime. \n" ); document.write( "
Algebra.Com's Answer #846375 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let's look at an example or two before diving into this current question.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Example 1: Find the factorization of x^2+5x+6 over the real numbers. \n" ); document.write( "Solution: (x+3)(x+2) \n" ); document.write( "We can use trial-and-error to find the factors. We're looking for two numbers that add to 5 and multiply to 6. \n" ); document.write( "This is because (x+p)(x+q) = x^2+(p+q)x+p*q has the x coefficient p+q while the constant term is p*q. \n" ); document.write( "Since x^2+5x+6 factors to (x+3)(x+2), it is not prime over the real numbers. \n" ); document.write( "A prime polynomial only has factors of 1 and itself. \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Example 2: is x^2+7x+10 prime over the set of real numbers? If no, then what is the factorization? \n" ); document.write( "Solution: No it is not prime. It factors to (x+5)(x+2) \n" ); document.write( "Again we could use trial-and-error to find the factors. \n" ); document.write( "Note how 2+5 = 7 and 2*5 = 10. \n" ); document.write( "Another approach that is more methodical without guess-and-check is to use the quadratic formula. \n" ); document.write( "Use that formula to solve x^2+7x+10 = 0 for x. I'll skip steps and leave them for the student to do. \n" ); document.write( "The two solutions are x = -5 and x = -2. \n" ); document.write( "x = -5 leads to x+5 = 0 which gives the factor x+5 \n" ); document.write( "x = -2 leads to x+2 = 0 which gives the factor x+2 \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Example 3: Is x^2-7 prime over the rational numbers? If no, then what is the factorization? \n" ); document.write( "Solution: Yes it is prime over the rational numbers. \n" ); document.write( "Solve x^2-7 = 0 to get x = sqrt(7) and x = -sqrt(7) \n" ); document.write( "We arrive at factors ( x-sqrt(7) ) and ( x+sqrt(7) ), but sqrt(7) isn't in the set of rational numbers. \n" ); document.write( "Therefore we conclude that x^2-7 is prime over the rational numbers. However, it is not prime over the real numbers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now onto your current question. \n" ); document.write( "We want to show that x^2+4 is prime. \n" ); document.write( "This portion \"is prime\" is a bit vague since we haven't defined what set of numbers we want to work with. \n" ); document.write( "I'll assume your textbook is implying \"is prime over the real numbers\".\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solving x^2+4 = 0 leads to x = 2i and x = -2i where i = sqrt(-1) is an imaginary number. \n" ); document.write( "This means x-2i and x+2i are the factors. \n" ); document.write( "But these factors are not purely real numbers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If your teacher asked you to factor x^2+4 over the complex numbers, then x^2+4 = (x-2i)(x+2i), which shows x^2+4 is not prime over the complex numbers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "But it is prime over the real numbers since the roots to x^2+4 = 0 are not in the set of real numbers. \n" ); document.write( " \n" ); document.write( " |