Intermediate Quadratic Equations

120 Views Asked by At

If $n$ is a constant and if there exists a unique value of $m$ for which the quadratic equation $x^2 + mx + (m+n) = 0$ has one real solution, then find $n$.

Let the roots of the quadratic be $r,s.$ Vieta gives $-m=r+s, m+n=rs.$ Thus, $n=rs+r+s \implies n+1=(n+1)(m+1).$ From here, I don't know what to do. I have a feeling that the factoring trick was unnecessary. Any quick (and slick) solutions? Thanks.

2

There are 2 best solutions below

0
On

There is a single real solution when

$$m^2-4(m+n)=0,$$

$$(m-2)^2-4-4n=0$$

and this equation has a single solution in $m$ iff $n=-1$.

0
On

You were on a good path, but apparently overlooked that there is only one real solution for this quadratic equation. So in your calculation, $$ r \ = \ s \ \ \Rightarrow \ \ -m \ = \ 2r \ \ , \ \ m + n \ = \ r^2 \ \ \Rightarrow \ \ m + n \ = \ \left(-\frac{m}{2} \right)^2 \ = \ \frac{m^2}{4} \ \ , $$ which takes you to the same place as finding the discriminant shown in user65203's answer.

We can also get there by considering that a quadratic polynomial with a single zero is a "binomial-square", so $ \ x^2 + bx + c \ = \ \left(x + \frac{b}{2} \right)^2 \ = \ x^2 + bx + \frac{b^2}{4} \ \ . $ For our polynomial then, $ \ b = m \ \Rightarrow \ \frac{m^2}{4} \ = \ m + n \ \ $ (once again). Bringing the terms to one side of the equation produces $ \ m^2 - 4m - 4n \ \ , $ which would be the binomial-square $ \ (m - 2)^2 \ $ if the constant term were $ \ 4 \ \ . $ Hence, $ \ 4n \ = \ -4 \ \ $ (this last bit is just a variant of what user65203 did).