The quadratic formula is a formula that is used to solve quadratic equations of the form ax^2 + bx + c = 0, where a, b, and c are constants and a ≠ 0.
The quadratic formula is given by:
x = (-b ± √(b² - 4ac)) / (2a)
When using the quadratic formula to solve a quadratic equation, follow these steps:
Solve the quadratic equation 2x^2 - 5x + 2 = 0 using the quadratic formula.
First, identify the values of a, b, and c:
a = 2, b = -5, c = 2
Substitute these values into the quadratic formula:
x = (-(-5) ± √((-5)² - 4(2)(2))) / (2*2)
Calculate the discriminant:
Discriminant = (-5)² - 4(2)(2) = 25 - 16 = 9 (positive)
Since the discriminant is positive, there are two real and distinct roots.
Calculate the values of x:
x = (-(-5) + √(9)) / (4) = (5 + 3) / 4 = 8/4 = 2
x = (-(-5) - √(9)) / (4) = (5 - 3) / 4 = 2/4 = 1/2
Therefore, the solutions are x = 2 and x = 1/2.
Now that you have a good understanding of the quadratic formula, you can practice solving quadratic equations using this method. Good luck!