Quadratic equations are everywhere in mathematics, physics, engineering, and even everyday life. Whether you're calculating projectile motion, optimizing business profits, or solving geometry problems, the quadratic formula is your go-to tool. In this comprehensive guide, we'll explore everything you need to know about quadratic equations and how to solve them step by step.
What is a Quadratic Equation?
A quadratic equation is a second-degree polynomial equation in a single variable x, with the standard form:
Where:
- a is the coefficient of x² (cannot be zero)
- b is the coefficient of x
- c is the constant term
The Quadratic Formula
The quadratic formula is the most reliable method to solve any quadratic equation:
The expression under the square root, b² - 4ac, is called the discriminant (Δ). It tells us the nature of the roots.
Understanding the Discriminant
The discriminant is the key to determining what type of solutions your quadratic equation has:
Δ > 0 (Positive)
Two different real roots
The graph crosses the x-axis at two points
Example: x² - 5x + 6 = 0 → x = 2, 3
Δ = 0 (Zero)
One real root (double root)
The graph touches the x-axis at one point
Example: x² - 4x + 4 = 0 → x = 2
Δ < 0 (Negative)
Two complex roots
The graph doesn't cross the x-axis
Example: x² + x + 1 = 0 → x = -0.5 ± 0.866i
Step-by-Step Guide to Solving Quadratic Equations
Step 1: Write in Standard Form
Make sure your equation looks like ax² + bx + c = 0. If it doesn't, rearrange the terms.
Step 2: Identify a, b, and c
Write down the values of a, b, and c. Pay attention to positive and negative signs!
Step 3: Calculate the Discriminant
Find Δ = b² - 4ac. This tells you what type of answers to expect.
Step 4: Apply the Quadratic Formula
Plug your values into x = [-b ± √Δ] / 2a
Step 5: Simplify Your Answer
Do the math to get your final answers.
Equation: x² - 5x + 6 = 0
- a = 1, b = -5, c = 6
- Δ = (-5)² - 4(1)(6) = 25 - 24 = 1
- Since Δ > 0, we have two real answers
- x = [5 ± √1] / 2(1) = [5 ± 1] / 2
- x = (5 + 1)/2 = 3, and x = (5 - 1)/2 = 2
Answer: x = 2 or x = 3
Real-World Applications of Quadratic Equations
- Physics: Projectile motion, calculating the trajectory of thrown objects
- Engineering: Designing parabolic bridges and satellite dishes
- Business: Maximizing profit and minimizing cost functions
- Architecture: Designing curved structures and arches
- Sports: Calculating the path of a basketball or golf ball
Common Mistakes to Avoid
- Forgetting to set the equation to zero: Always ensure the equation equals 0 before solving
- Mixing up signs: Pay careful attention to positive and negative signs when substituting values
- Dividing incorrectly: Remember to divide the entire numerator by 2a, not just part of it
- Ignoring the discriminant: Check the discriminant first to know what type of solutions you're dealing with
Practice Problems
- x² + 6x + 9 = 0 → Answer: x = -3 (double root)
- 2x² - 5x - 3 = 0 → Answer: x = 3 or x = -0.5
- x² + 4x + 5 = 0 → Answer: x = -2 ± i