G greatwhiteshark Full Member Joined May 8, 2005 Messages 279 Jun 16, 2005 #1 Find k such that the equation k(x^2) + x + k = 0 has a repeated real solution.
D Denis Senior Member Joined Feb 17, 2004 Messages 1,700 Jun 16, 2005 #2 greatwhiteshark said: Find k such that the equation k(x^2) + x + k = 0 has a repeated real solution. Click to expand... using quadratic: x = [-1 +- sqrt(1 - 4k^2)] / 2k if k = 1/2, then: x = [-1 +- sqrt(1 - 1)] / 1 x = -1 I don't know what "repeated" real solution means...
greatwhiteshark said: Find k such that the equation k(x^2) + x + k = 0 has a repeated real solution. Click to expand... using quadratic: x = [-1 +- sqrt(1 - 4k^2)] / 2k if k = 1/2, then: x = [-1 +- sqrt(1 - 1)] / 1 x = -1 I don't know what "repeated" real solution means...
G Gene Senior Member Joined Oct 8, 2003 Messages 1,904 Jun 16, 2005 #3 Denis has it. .5x²+x+.5 = .5*(x²+2x+1) = .5*(x+1)² = 0 x= -1,-1 repeated ------------ Gene
pka Elite Member Joined Jan 29, 2005 Messages 11,978 Jun 16, 2005 #4 Actually there are two answers: k=(1/2) and (−1/2) If the discriminant, b<SUP>2</SUP>−4ac, equals 0 then ax<SUP>2</SUP>+bx+c=0 has a double root.
Actually there are two answers: k=(1/2) and (−1/2) If the discriminant, b<SUP>2</SUP>−4ac, equals 0 then ax<SUP>2</SUP>+bx+c=0 has a double root.