document.write( "Question 1162180: determine k such that g(x)=3x^2+8x+k intersects f(x)=2x-1 at ine point. \n" ); document.write( "
Algebra.Com's Answer #785916 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "They want you find the value of \"k\" in a way that the straight line f(x) = 2x-1 be a tangent line \r\n" ); document.write( "to the parabola g(x) = 3x^2 + 8x + k.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "It means that the equation\r\n" ); document.write( "\r\n" ); document.write( " 3x^2 + 8x + k = 2x - 1 \r\n" ); document.write( "\r\n" ); document.write( "has only one real root (the two roots merge into one root).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The equation is equivalent to\r\n" ); document.write( "\r\n" ); document.write( " 3x^2 + 6x + (k+1) = 0. (*)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Its discriminant is\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " b^2 - 4ac =\r \n" ); document.write( "\n" ); document.write( "Solved. // The problem was solved using Algebra only, without using Calculus.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |