Anyone have a method for solving this?
The equation $2x^2 + 5x + k = 0$ has equal roots. Find the value of $k$.
Anyone have a method for solving this?
The equation $2x^2 + 5x + k = 0$ has equal roots. Find the value of $k$.
On
Hint:
A quadratic equations has two identical roots iff its discriminant equals zero, so
$$\Delta:=5^2-4\cdot2\cdot k=0\iff\ldots$$
Solve now.
On
One method goes like this:
Two equal roots means, that you can write $2x^2+5x+k=a(x-b)^2$ where $b$ is the root.
Multiply this out and compare the coefficients.
Pretty sure you know the quadratic formula.
In the formula, $b^2-4ac$ is referred to as the discriminant, shown with $\Delta$. If this value is greater than $0$, there’ll be two real solutions. If it is equal to $0$, there’ll be one real solution (or two repeated solutions). If it is less than $0$, there’ll be no real solution.
Given $2x^2+5x+k = 0$ has one root, we can use the second case. $$\Delta = 0$$ $$b^2-4ac = 0$$ $$5^2-4(2)(k) = 0$$ $$25-8k = 0$$ $$25 = 8k \implies \boxed{k = \frac{25}{8}}$$