.
\n" );
document.write( "Find all the real solution of the equation
\n" );
document.write( "x^2-|x-1|-3=0
\n" );
document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "
=
. (1)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "\r\n" );
document.write( "1. Consider the domain x >= 1.\r\n" );
document.write( " In this domain |x-1| = x-1,\r\n" );
document.write( " and yours equation (1) becomes\r\n" );
document.write( "\r\n" );
document.write( "
=
, or\r\n" );
document.write( "\r\n" );
document.write( "
=
,\r\n" );
document.write( "\r\n" );
document.write( " (x-2)*(x+1) = 0\r\n" );
document.write( "\r\n" );
document.write( " with the roots x = 2 and x = -1.\r\n" );
document.write( "\r\n" );
document.write( " Of them, only x = 2 belongs to the domain x >= 1.\r\n" );
document.write( " So, x = 2 is the ONLY solution of the equation (1) in this domain.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "2. Next, consider the domain x < 1.\r\n" );
document.write( " In this domain |x-1| = -(x-1). \r\n" );
document.write( " and yours equation (1) becomes\r\n" );
document.write( "\r\n" );
document.write( "
=
, or\r\n" );
document.write( "\r\n" );
document.write( "
=
.\r\n" );
document.write( "\r\n" );
document.write( " Find the roots using the quadratic formula.\r\n" );
document.write( "\r\n" );
document.write( "
=
,
=
.\r\n" );
document.write( "\r\n" );
document.write( " Of them, only
=
belongs to the domain x < 1.\r\n" );
document.write( "\r\n" );
document.write( " So,
=
is the ONLY solution of the equation (1) in this domain.\r\n" );
document.write( "\r\n" );
document.write( "Answer. The solutions are x = 2 and x =
.\r\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "