Example 1: Solve with the quadratic formula
What are the solutions of 2x² - 3x - 4 = 0?
Show solution
- Identify a = 2, b = -3, c = -4 and compute the discriminant: (-3)² - 4(2)(-4) = 9 + 32 = 41.
41 is positive, so there are two real solutions, and it is not a perfect square, so the equation does not factor: the formula is the right tool.
- Apply the formula: x = (3 ± √41) / (2 times 2).
-b is -(-3) = 3. The sign on b is the most common slip in the formula.
- Simplify the denominator: x = (3 ± √41) / 4.
- If a decimal is wanted, √41 is about 6.40, so x is about 2.35 or -0.85.
Answer: x = (3 + √41)/4 or x = (3 - √41)/4