document.write( "Question 1133186: Determine if limx→0 f(x) exists. Is the function continuous at x = 0?\r
\n" );
document.write( "\n" );
document.write( "f(x) =
\n" );
document.write( "−x + 1 if x ≤ 0
\n" );
document.write( "2x + 3 if x > 0\r
\n" );
document.write( "\n" );
document.write( "(it is a piecewise function) \n" );
document.write( "
Algebra.Com's Answer #750409 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The limit as x approaches 0 from the left is 0+1=1; the limit as x approaches 0 from the right is 2(0)+3 = 3. \n" ); document.write( "Since the limits approaching 0 from opposite sides are different, the limit as x approaches 0 does not exist, and the function is not continuous. \n" ); document.write( " |