document.write( "Question 5013: f(x) = x^3-x^2-6x divided by x^2-3x+2\r
\n" );
document.write( "\n" );
document.write( "I want to find:
\n" );
document.write( "a) Any zeros ____
\n" );
document.write( "b) vertical asymptotes ___
\n" );
document.write( "c) horizontal asymptotes___
\n" );
document.write( "d) the domain of the function_______
\n" );
document.write( "e) the range of the function____
\n" );
document.write( "f) where f(x)is greater or = to 0: ________\r
\n" );
document.write( "\n" );
document.write( "this can be done by using a calculator but need steps to see how to do it.
\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #2499 by khwang(438) ![]() You can put this solution on YOUR website! f(x) = (x^3-x^2-6x) \n" ); document.write( " -------------- \n" ); document.write( " (x^2-3x+2)\r \n" ); document.write( "\n" ); document.write( "I want to find: \n" ); document.write( "a) Any zeros ____ \n" ); document.write( " The top: x^3-x^2-6x = x(x^2-x-6) = x(x-3)(x+2) = 0 --> \n" ); document.write( " x =0 or 3 or -2 (three zeros) \n" ); document.write( "b) vertical asymptotes ___ \n" ); document.write( " Set the denominator x^2-3x+2 = 0 -->(x-2)(x-1) = 0 --> \n" ); document.write( " x -2 = 0 or x-1 = 0 (two vertical asymptotes) \n" ); document.write( "c) horizontal asymptotes___ \n" ); document.write( " Set x-->+oo, f(x)--> x^3/x^2 -->+oo \n" ); document.write( " So, no horizontal asymptotes \n" ); document.write( "d) the domain of the function_______ \n" ); document.write( " The denominator cannot be zero, so the domain \n" ); document.write( " = R -{1,2} = (-oo,1)U(1,2)U(2,+OO) \n" ); document.write( "e) the range of the function____ \n" ); document.write( " f(x) = x(x-3)(x+2) \n" ); document.write( " -------------- \n" ); document.write( " (x-2)(x-1) \n" ); document.write( " f(x) can be any real numbers, so \n" ); document.write( " the range of the function = R \n" ); document.write( " \n" ); document.write( "f) where f(x)is >=: ________ \n" ); document.write( " f(x) = x(x-3)(x+2) \n" ); document.write( " -------------- \n" ); document.write( " (x-2)(x-1) \n" ); document.write( " f(x)>= 0 implies x(x-3)(x+2)(x-2)(x-1)>=0 rearrange to \n" ); document.write( " or (x-3)(x-2)(x-1)x(x+2)>=0 \n" ); document.write( " so, x>=3 or 1 < x < 2 or -2 <= x <= 0 {Note x cannot ben1 or 2) \n" ); document.write( " Expressed by intervals: [-2,0] U (1,2)U [3,+oo)\r \n" ); document.write( "\n" ); document.write( " Important note: Forget to use any calculator to solve this \n" ); document.write( " kind of questions. \n" ); document.write( " Idea is crucial in math no calculations or the results.\r \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " |