🥝GuideKiwi
Free Guide

Learn How to Solve Quadratic Equations

Understanding What a Quadratic Equation Is A quadratic equation is a mathematical statement that contains a variable (usually written as x) raised to the sec...

GuideKiwi Editorial Team·

Understanding What a Quadratic Equation Is

A quadratic equation is a mathematical statement that contains a variable (usually written as x) raised to the second power. The standard form of a quadratic equation is written as ax² + bx + c = 0, where a, b, and c are numbers (called coefficients), and a cannot equal zero. The word "quadratic" comes from the Latin word "quadratus," which means square, referring to the squared term in the equation.

Quadratic equations appear frequently in real-world situations. For example, if you throw a ball into the air, the path it takes follows a quadratic equation. Similarly, if a company wants to calculate profit based on the number of items sold, the relationship often forms a quadratic equation. Understanding these equations allows you to predict outcomes and solve practical problems.

The key characteristic that makes an equation quadratic is the presence of the x² term. This distinguishes it from linear equations, which only have x raised to the first power. A quadratic equation can have two solutions, one solution, or no real solutions, depending on the values of a, b, and c.

Before solving any quadratic equation, you should first identify whether it's truly in quadratic form. This means checking that you have an x² term, checking that the equation equals zero, and recognizing what numbers represent a, b, and c. For example, in the equation 2x² + 5x + 3 = 0, the value of a is 2, b is 5, and c is 3.

Practical Takeaway: Before attempting to solve a quadratic equation, write it in the form ax² + bx + c = 0 and identify your a, b, and c values. This preparation step prevents errors and makes solving much more straightforward.

Method One: Factoring Quadratic Equations

Factoring is often the quickest method for solving quadratic equations, though it only works when the equation can be factored into simpler expressions. When you factor a quadratic equation, you're breaking it down into two binomials (expressions with two terms) that, when multiplied together, give you the original equation. Once factored, finding the solutions becomes straightforward.

To factor a quadratic equation in the form ax² + bx + c = 0, you need to find two numbers that multiply to give you (a × c) and add to give you b. Let's work through a concrete example: x² + 5x + 6 = 0. Here, a = 1, b = 5, and c = 6. You need two numbers that multiply to 6 and add to 5. Those numbers are 2 and 3, because 2 × 3 = 6 and 2 + 3 = 5. This means the equation factors into (x + 2)(x + 3) = 0.

After factoring, apply the zero product property: if two expressions multiply to equal zero, then at least one of those expressions must equal zero. So if (x + 2)(x + 3) = 0, then either (x + 2) = 0 or (x + 3) = 0. Solving these simple equations gives you x = -2 or x = -3. You can verify this by substituting these values back into the original equation.

Factoring works particularly well for equations where a = 1, but you can also factor equations where a is other numbers. Consider 2x² + 7x + 3 = 0. You need two numbers that multiply to (2 × 3) = 6 and add to 7. Those numbers are 1 and 6. You'd rewrite the middle term: 2x² + 1x + 6x + 3 = 0, then factor by grouping to get (2x + 1)(x + 3) = 0, giving solutions x = -1/2 and x = -3.

Practical Takeaway: When a quadratic equation factors neatly, factoring is your fastest solution method. Always check whether the two solutions you find actually work by substituting them back into the original equation.

Method Two: Using the Quadratic Formula

The quadratic formula is a powerful tool that works for any quadratic equation, whether it factors or not. This formula states that for an equation ax² + bx + c = 0, the solutions are given by: x = (-b ± √(b² - 4ac)) / 2a. The symbol ± means you'll get two answers, one using plus and one using minus. This formula is derived from the process of completing the square, and it provides a systematic approach to finding solutions.

To use the quadratic formula, first identify your a, b, and c values, then substitute them into the formula. Let's work through an example: x² - 3x - 10 = 0. Here a = 1, b = -3, and c = -10. Substituting into the formula: x = (3 ± √(9 - 4(1)(-10))) / 2(1) = (3 ± √(9 + 40)) / 2 = (3 ± √49) / 2 = (3 ± 7) / 2. This gives two solutions: x = (3 + 7) / 2 = 5 and x = (3 - 7) / 2 = -2.

The part under the square root, b² - 4ac, is called the discriminant. The discriminant tells you important information about your solutions before you even calculate them. If the discriminant is positive, you have two different real solutions. If it equals zero, you have one solution (repeated twice). If it's negative, you have no real solutions, though complex solutions exist.

The quadratic formula works with any numbers, including fractions and decimals. For instance, with 3x² + 2x - 1 = 0, you have a = 3, b = 2, c = -1. The discriminant is 4 - 4(3)(-1) = 4 + 12 = 16. Using the formula: x = (-2 ± 4) / 6, giving x = 1/3 or x = -1. The quadratic formula eliminates guesswork and provides exact solutions regardless of the specific equation.

Practical Takeaway: Keep the quadratic formula written down while you practice. Even when factoring would work, using the formula helps you become comfortable with it, and it's invaluable when factoring isn't possible.

Method Three: Completing the Square

Completing the square is a method that transforms a quadratic equation into a perfect square trinomial, which can then be solved by taking square roots. While this method takes more steps than factoring or the quadratic formula, understanding it provides insight into why the quadratic formula works and strengthens your algebraic skills.

The process begins with an equation in the form ax² + bx + c = 0. First, if a ≠ 1, divide the entire equation by a. Next, move the constant term to the right side of the equation. For example, with x² + 6x - 7 = 0, you'd rearrange to x² + 6x = 7. Then, take half of the coefficient of x (which is 6), square it, and add it to both sides. Half of 6 is 3, and 3² = 9, so you add 9 to both sides: x² + 6x + 9 = 7 + 9 = 16. The left side is now a perfect square: (x + 3)² = 16.

After completing the square, take the square root of both sides: x + 3 = ±4. This gives you x + 3 = 4 or x + 3 = -4, so x = 1 or x = -7. You can verify these solutions by substituting back into the original equation. The method becomes clearer with practice, though the algebraic manipulations require careful attention.

Completing the square is particularly useful when studying parabolas and vertex form in coordinate geometry. The vertex form of a pa

🥝

More guides on the way

Browse our full collection of free guides on topics that matter.

Browse All Guides →