document.write( "Question 204367: Find all real numbers that are not in the domain of the following function:
\n" );
document.write( "f(x)=x^2+4x+1/2x^2+x-3 \n" );
document.write( "
Algebra.Com's Answer #154291 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! f(x) = (x^2 +4x +1) / (2x^2 +x-3) \n" ); document.write( ". \n" ); document.write( "factor \n" ); document.write( "f(x) = (x+3.732)(x+.268) / (2x+3) (x-1) \n" ); document.write( ". \n" ); document.write( "ps. used quadratic formula for numerator, but it doesn't come into play \n" ); document.write( ". \n" ); document.write( "To be out of the Domain, the function can be (1) undefined, by having zero in denominator,,or(2) complex,,sqrt of negative number\r \n" ); document.write( "\n" ); document.write( "in this case if (2x+3) =0,, x=-3/2,,,,or (x-1)=0,,x=1,,,, function is undefined \n" ); document.write( ". \n" ); document.write( "Therefore Domain is ALL REAL NUMBERS,,except x=-3/2 and x=1 \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |