document.write( "Question 1162807: 1) Lets look at some examples of different functions. Each of the following functions has a zero located at x = 3. For each function, determine if the function’s graph crosses or only touches the x-axis at x = 3.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "f(x)=x(x-3)^2
\n" );
document.write( "g(x) = x(x+2)(x-3)
\n" );
document.write( "h(x)=(x-3)^3
\n" );
document.write( "2) . Do some additional examples for yourself using functions you create yourself by multiplying two or three linear factors so that there are clear zeros. Feel free to use squared or cubed linear factors like f(x) and h(x) above. Is there a pattern to when the graph of the function only touches the x-axis and when it actually crosses it?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "3)The degree of a polynomial can be found by fully expanding the polynomial. Once this is done, look at the variable in the polynomial with the largest exponent. This exponent is the degree of the polynomial. The leading coefficient of a polynomial is the coefficient of the term with the largest exponent. Look at the graphs of each of the examples you have worked with so far and expand them using multiplication. Do you notice a pattern of when a graph starts below or above the x-axis? Do you notice a pattern when a graph ends below or above the x-axis?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "4)Create a function that does the following: • It touches the x-axis at two points, x = -3 and x = 1 • It begins above the x-axis • It ends below the x-axis. \n" );
document.write( "
Algebra.Com's Answer #786710 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! f(x)=x(x-3)^2 roots at 0 and 3, with a bounce at 3. Crosses and touches \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "g(x)=x(x+2)(x-3), roots at 0,-2, 3 crosses \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "H(x)=(x-3)^3 crosses at x=3 \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4. -(x+3)(x-1)^2. This is a cubic, so making it negative will have the beginning positive and the end negative. Put in a bounce as the last pair of roots, and the function crosses once and touches. \n" ); document.write( " |