document.write( "Question 39854: what is the domain of function y=squaroot of x2-9
\n" );
document.write( "show answer in two different ways
\n" );
document.write( "a. algebraic solution
\n" );
document.write( "b. graphical solution \n" );
document.write( "
Algebra.Com's Answer #25294 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Domain means \"all allowable values of x.\" \n" ); document.write( "For y = sqrt(x^2 - 9), \n" ); document.write( "notice that what's under the square root sign can never be negative, so we have to choose our x's such that x^2 - 9 is greater than or equal to zero...so that's what we write... \n" ); document.write( "x^2 - 9 ≥ 0 \n" ); document.write( "x^2 ≥ 9 \n" ); document.write( "|x| ≥ 3 \n" ); document.write( "or another way to write this is \n" ); document.write( "x ≥ 3 or x ≤ -3 \n" ); document.write( "Graphically, there would be no graph between -3 and 3, since x doesn't exist there, so to speak...those numbers are not in the domain of the function... \n" ); document.write( " |