document.write( "Question 39513: How do you compute the intercepts of a quadratic function?\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #24955 by AnlytcPhil(1806)\"\" \"About 
You can put this solution on YOUR website!
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( " \"+graph%28+88%2C+88%2C+-2%2C+6%2C+-4%2C+4%2C+x%5E2-4x%2B3%29+\" or  \"+graph%28+88%2C+88%2C+-5%2C+3%2C+-4%2C+4%2C+-x%5E2-x%2B2%29+\"\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( " \"+graph%28+88%2C+88%2C+-2%2C+6%2C+-4%2C+4%2C+x%5E2-x%2B1%29+\"\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( " \"+graph%28+88%2C+88%2C+-2%2C+6%2C+-4%2C+4%2C+-%28x-4%29%5E2%29+\"\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( "\"+graph%28+88%2C+88%2C+-5%2C+3%2C+-4%2C+4%2C+x%5E2%2B2x-3%29+\" \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( "\"+graph%28+88%2C+88%2C+-5%2C+3%2C+-4%2C+4%2C+-x%5E2%2Bx-1%29+\" \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( "\"+graph%28+90%2C+90%2C+-9%2C+2%2C+-1%2C+10%2C+x%5E2%2B6x%2B9%29+\" \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( "
\n" );