document.write( "Question 1056901: For what value/s of k will the system of equations x^2 + y^2 = 4 and y=kx+4 have exactly two points? \n" ); document.write( "
Algebra.Com's Answer #671965 by ikleyn(52797)\"\" \"About 
You can put this solution on YOUR website!
For what value/s of k will the system of equations x^2 + y^2 = 4 and y=kx+4 have exactly two points?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "\"x%5E2+%2B+y%5E2\" = 4,      (1)\r\n" );
document.write( "y = kx + 4.       (2)\r\n" );
document.write( "\r\n" );
document.write( "Substitute the expression y = kx + 4 from (2) into equation (1). You will get\r\n" );
document.write( "\r\n" );
document.write( "\"x%5E2+%2B+%28kx%2B4%29%5E2\" = 4.\r\n" );
document.write( "\r\n" );
document.write( "Simplify\r\n" );
document.write( "\r\n" );
document.write( "\"x%5E2+%2B+k%5E2x%5E2+%2B+8kx+%2B+16\" = 4,\r\n" );
document.write( "\r\n" );
document.write( "\"%281%2Bk%5E2%29%2Ax%5E2+%2B+8kx+%2B+12\" = 0.\r\n" );
document.write( "\r\n" );
document.write( "In order for the last equation has two different real roots, the discriminant must be positive:\r\n" );
document.write( "\r\n" );
document.write( "d = b^2 - 4ac = (8k)^2 - 4*(1+k^2)*12 > 0,  or\r\n" );
document.write( "\r\n" );
document.write( "    64k^2 - 48k^2 - 48 > 0,   or\r\n" );
document.write( "\r\n" );
document.write( "    16k^2 > 48,   or\r\n" );
document.write( "\r\n" );
document.write( "    k^2 > 3,   or\r\n" );
document.write( "\r\n" );
document.write( "    k < \"-sqrt%283%29\"  OR  k > \"sqrt%283%29\".\r\n" );
document.write( "\r\n" );
document.write( "Answer. The solution set is (\"-infinity\",\"-sqrt%283%29\") U (\"sqrt%283%29\",\"infinity\").\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );