How do you compute the intercepts of a quadratic function? \r\n" );
document.write( "\r\n" );
document.write( "Intercepts are points where a graph crosses the x axis or the y axis.\r\n" );
document.write( "\r\n" );
document.write( "Every point on the x-axis has 0 for its y-coordinate. And vice-versa, that is,\r\n" );
document.write( "\r\n" );
document.write( "every point on the y-axis has 0 for its x-coordinate.\r\n" );
document.write( "\r\n" );
document.write( "A quadratic graph \r\n" );
document.write( "\r\n" );
document.write( "1. Is either shaped like a U or an upside down U.\r\n" );
document.write( "\r\n" );
document.write( "
or
\r\n" );
document.write( "\r\n" );
document.write( "2. Always has exactly 1 y-intercept\r\n" );
document.write( "\r\n" );
document.write( "3. Sometimes has 2 x-intercepts, like the two graphed above\r\n" );
document.write( "\r\n" );
document.write( "4. Sometimes has NO x-intercepts, like this one just below:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "5. Sometimes has exactly ONE x-intercept, like this one below\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( " \r\n" );
document.write( "6. Has as its general equation\r\n" );
document.write( "\r\n" );
document.write( " y = Ax² + Bx + C\r\n" );
document.write( "\r\n" );
document.write( " where A, B and C can represent positive or negative numbers,\r\n" );
document.write( " \r\n" );
document.write( "7. B and/or C is sometimes 0, but A is never 0. \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "How to find the y-intercept:\r\n" );
document.write( "\r\n" );
document.write( "Substitute 0 for x and solve for y:\r\n" );
document.write( "\r\n" );
document.write( "Then the y-intercept is\r\n" );
document.write( "\r\n" );
document.write( "(0, whatever you got)\r\n" );
document.write( "\r\n" );
document.write( "How to find the x-intercepts:\r\n" );
document.write( "\r\n" );
document.write( "Substitute 0 for y and solve for x:\r\n" );
document.write( "\r\n" );
document.write( "Then the x-intercept is (whatever you got, 0)\r\n" );
document.write( "\r\n" );
document.write( "Example 1: \r\n" );
document.write( "\r\n" );
document.write( "y = x² + 2x - 3\r\n" );
document.write( "\r\n" );
document.write( "To find its y-intercept, substitute 0 for x, and solve for y\r\n" );
document.write( "\r\n" );
document.write( "y = 0² + 2(0) - 3\r\n" );
document.write( "\r\n" );
document.write( "y = -3\r\n" );
document.write( "\r\n" );
document.write( "So the y-intercept is the point (0, -3)\r\n" );
document.write( "\r\n" );
document.write( "To find its x-intercepts, substitute 0 for y, and solve for x\r\n" );
document.write( "\r\n" );
document.write( "0 = x² + 2x - 3\r\n" );
document.write( "\r\n" );
document.write( "x² + 2x - 3 = 0\r\n" );
document.write( "\r\n" );
document.write( "(x + 3)(x - 1) = 0\r\n" );
document.write( "\r\n" );
document.write( "x = -3, and x = 1\r\n" );
document.write( "\r\n" );
document.write( "So the two x-intercepts are (-3, 0) and (1, 0)\r\n" );
document.write( "\r\n" );
document.write( "Its graph looks like this\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Example 2:\r\n" );
document.write( "\r\n" );
document.write( "f(x) = -x² + x - 1\r\n" );
document.write( "\r\n" );
document.write( "Replace f(x) by y\r\n" );
document.write( "\r\n" );
document.write( "y = -x² + x - 1\r\n" );
document.write( "\r\n" );
document.write( "To find its y-intercept, substitute 0 for x, and solve for y\r\n" );
document.write( "\r\n" );
document.write( "y = -0² + 0 - 1\r\n" );
document.write( "\r\n" );
document.write( "y = -1\r\n" );
document.write( "\r\n" );
document.write( "So the y-intercept is the point (0, 1)\r\n" );
document.write( "\r\n" );
document.write( "To find its x-intercepts, substitute 0 for y, and solve for x\r\n" );
document.write( "\r\n" );
document.write( "0 = -x² + x - 1\r\n" );
document.write( "\r\n" );
document.write( "x² - x + 1 = 0\r\n" );
document.write( "\r\n" );
document.write( "That doesn't factor, so we use the\r\n" );
document.write( "quadratic equation and find\r\n" );
document.write( " _\r\n" );
document.write( "x = 1/2 ± Ö3/2i\r\n" );
document.write( "\r\n" );
document.write( "which are imaginary, so there are no x-intercepts.\r\n" );
document.write( "\r\n" );
document.write( "Its graph looks like this\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Example 3: \r\n" );
document.write( "\r\n" );
document.write( "y = x² + 6x + 9\r\n" );
document.write( "\r\n" );
document.write( "To find its y-intercept, substitute 0 for x, and solve for y\r\n" );
document.write( "\r\n" );
document.write( "y = 0² + 6(0) + 9\r\n" );
document.write( "\r\n" );
document.write( "y = 9\r\n" );
document.write( "\r\n" );
document.write( "So the y-intercept is the point (0, 9)\r\n" );
document.write( "\r\n" );
document.write( "To find its x-intercepts, substitute 0 for y, and solve for x\r\n" );
document.write( "\r\n" );
document.write( "0 = x² + 6x + 9\r\n" );
document.write( "\r\n" );
document.write( "x² + 6x + 9 = 0\r\n" );
document.write( "\r\n" );
document.write( "(x + 3)(x + 3) = 0\r\n" );
document.write( "\r\n" );
document.write( "x = -3, and x = -3\r\n" );
document.write( "\r\n" );
document.write( "These are the same so there is only one x-intercept\r\n" );
document.write( "(-3, 0)\r\n" );
document.write( "\r\n" );
document.write( "Its graph looks like this\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "It just \"sits\" on the x-axis at one point (-3, 0)\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" );
document.write( "