document.write( "Question 56606This question is from textbook
\n" );
document.write( ": Find the domain and range of\r
\n" );
document.write( "\n" );
document.write( "square roott x^3-8x \n" );
document.write( "
Algebra.Com's Answer #38476 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Find the domain and range of \n" ); document.write( "square roott x^3-8x \n" ); document.write( "since square root is involved \n" ); document.write( "x^3-8x>=0 \n" ); document.write( "x(x^2-8)>=0 \n" ); document.write( "(x+SQRT8)x(x-SQRT8)>=0...the zeros in increasing order are -SQRT8,0,SQRT8 \n" ); document.write( "for the product to be positive or zero \n" ); document.write( "1.x>=SQRT8...that is [SQRT8,infinity) \n" ); document.write( "2.x>=-SQRT8 but <=0......that is (-SQRT8,0) \n" ); document.write( "hence domain is (-SQRT8,0) and [SQRT8,infinity) \n" ); document.write( "correspondingly the range is 0 to infinity since as a rule we take only the positive value of squareroot. \n" ); document.write( " |