document.write( "Question 1078340: X^2-2kx-8k^2
\n" );
document.write( "Find in terms of k, the least value for c for which the equation f(x)=c has a real solution for x.\r
\n" );
document.write( "\n" );
document.write( "Wth is this?
\n" );
document.write( " Thanks for the help \n" );
document.write( "
Algebra.Com's Answer #692851 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! f(x) = c = x^2-2kx-8k^2 \n" ); document.write( "Subtract c from both sides: \n" ); document.write( "x^2-2kx-8k^2-c = 0 \n" ); document.write( "This is a quadratic equation with coefficients 1, -2k and -8k^2 - c \n" ); document.write( "In order for there to be one real solution b^2 - 4ac = 0 \n" ); document.write( "So we have (-2k)^2 - 4*(-8k^2 - c) = 0 \n" ); document.write( "4k^2 + 32k^2 + 4c = 0 \n" ); document.write( "9k^2 + c = 0 \n" ); document.write( "Or c = -9k^2 \n" ); document.write( "Thus c must be at least -9k^2 for one real solution \n" ); document.write( "With this value for c, the equation becomes x^2-2kx-8k^2 + 9k^2 = 0 -> x^2-2kx + k^2 = 0 \n" ); document.write( "This can be factored as (x-k)(x-k) = 0, which gives one real solution, x = k. \n" ); document.write( " |