How to Solve Quadratic Equations: A Simple Step-by-Step Guide

Quadratic equations are one of the most important topics in algebra. They appear in many areas of mathematics, physics, engineering, and even everyday problem solving. If you have ever studied algebra, you have probably encountered these equations. While they may seem complicated at first, learning a few simple methods can make solving them much easier.

In this guide, you will learn what quadratic equations are, how they work, and the different methods you can use to solve them. The explanations are simple, beginner-friendly, and designed to help you understand the concept clearly.


What Is a Quadratic Equation?

A quadratic equation is a type of polynomial equation in which the highest power of the variable is 2. This means the variable is squared.

The standard form of a quadratic equation is:

ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0

aaa

bbb

ccc-10-8-6-4-224681020406080100-2.002.00

In this equation:

  • a is the coefficient of x2x^2x2
  • b is the coefficient of xxx
  • c is the constant term

For an equation to be quadratic, a cannot be zero. If a=0a = 0a=0, the equation becomes linear instead of quadratic.

Example

x2+5x+6=0x^2 + 5x + 6 = 0x2+5x+6=0

Here:

  • a=1a = 1a=1
  • b=5b = 5b=5
  • c=6c = 6c=6

The goal when solving a quadratic equation is to find the values of x that make the equation equal to zero. These values are called roots or solutions.


Understanding the Graph of a Quadratic Function

When a quadratic equation is graphed, it forms a curve called a parabola. A parabola can open upward or downward depending on the value of a.

Important features of the graph include:

  • Vertex – the highest or lowest point of the parabola
  • Axis of symmetry – a vertical line that divides the parabola into two equal halves
  • X-intercepts – the points where the graph crosses the x-axis

The x-intercepts represent the solutions of the quadratic equation. If the graph touches or crosses the x-axis, those points show the values of xxx that satisfy the equation.


Methods to Solve Quadratic Equations

There are several methods used to solve quadratic equations. The most common methods include factoring, completing the square, the quadratic formula, and graphing.

Let’s look at each method.


1. Factoring Method

Factoring is one of the easiest ways to solve quadratic equations, but it only works when the equation can be factored easily.

Steps to Solve by Factoring

  1. Write the quadratic equation in standard form.
  2. Factor the expression.
  3. Set each factor equal to zero.
  4. Solve for xxx.

Example

Solve:x2+5x+6=0x^2 + 5x + 6 = 0x2+5x+6=0

First, factor the equation:(x+2)(x+3)=0(x + 2)(x + 3) = 0(x+2)(x+3)=0

Now set each factor equal to zero.x+2=0x + 2 = 0x+2=0 x+3=0x + 3 = 0x+3=0

Solve each equation:x=2x = -2x=−2 x=3x = -3x=−3

So, the solutions are x = -2 and x = -3.


2. Completing the Square

Completing the square is another method used to solve quadratic equations. It involves rewriting the equation so that one side becomes a perfect square.

Basic Steps

  1. Move the constant term to the other side.
  2. Add a value to both sides to create a perfect square.
  3. Rewrite the expression as a squared binomial.
  4. Solve the equation.

Example

Solve:x2+6x+5=0x^2 + 6x + 5 = 0x2+6x+5=0

First move the constant:x2+6x=5x^2 + 6x = -5x2+6x=−5

Take half of 6 (which is 3) and square it:32=93^2 = 932=9

Add 9 to both sides:x2+6x+9=4x^2 + 6x + 9 = 4x2+6x+9=4

Now rewrite:(x+3)2=4(x + 3)^2 = 4(x+3)2=4

Take the square root of both sides:x+3=±2x + 3 = \pm 2x+3=±2

Solve:x=1orx=5x = -1 \quad \text{or} \quad x = -5x=−1orx=−5


3. Quadratic Formula

The quadratic formula is the most reliable method because it works for all quadratic equations, even when factoring is difficult.

The formula is:

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 – 4ac}}{2a}x=2a−b±b2−4ac​​

aaa

bbb

ccc-10-8-6-4-224681020406080100-2.002.00

Steps to Use the Quadratic Formula

  1. Identify the values of a, b, and c.
  2. Substitute them into the formula.
  3. Simplify the expression.
  4. Calculate the two possible solutions.

Example

Solve:2x2+3x2=02x^2 + 3x – 2 = 02×2+3x−2=0

Identify values:

  • a=2a = 2a=2
  • b=3b = 3b=3
  • c=2c = -2c=−2

Substitute into the formula:x=3±324(2)(2)2(2)x = \frac{-3 \pm \sqrt{3^2 – 4(2)(-2)}}{2(2)}x=2(2)−3±32−4(2)(−2)​​

Simplify:x=3±9+164x = \frac{-3 \pm \sqrt{9 + 16}}{4}x=4−3±9+16​​ x=3±254x = \frac{-3 \pm \sqrt{25}}{4}x=4−3±25​​ x=3±54x = \frac{-3 \pm 5}{4}x=4−3±5​

Solutions:x=12orx=2x = \frac{1}{2} \quad \text{or} \quad x = -2x=21​orx=−2


4. Using Graphing

Another way to solve quadratic equations is by graphing the function.

For example:y=x2+5x+6y = x^2 + 5x + 6y=x2+5x+6

When you graph this equation, the parabola crosses the x-axis at x = -2 and x = -3. These points represent the solutions.

Graphing is especially useful when using graphing calculators or online tools.


Understanding the Discriminant

An important part of the quadratic formula is the discriminant.

The discriminant is the expression inside the square root:b24acb^2 – 4acb2−4ac

It tells us how many solutions the quadratic equation has.

Possible Cases

1. Positive discriminant ( > 0 )
There are two real solutions.

2. Zero discriminant ( = 0 )
There is one real solution.

3. Negative discriminant ( < 0 )
There are two complex solutions.

Understanding the discriminant helps you predict the nature of the solutions before solving the equation.


Common Mistakes to Avoid

When solving quadratic equations, students often make some common mistakes. Avoiding these errors can help you get the correct answers.

Some common mistakes include:

  • Forgetting to write the equation in standard form
  • Making mistakes while factoring
  • Incorrectly calculating the square root
  • Forgetting the ± (plus-minus) sign in the quadratic formula
  • Errors when simplifying fractions

Carefully checking each step can help prevent these problems.


Practice Problems

Try solving these quadratic equations to improve your skills.

  1. x2+7x+10=0x^2 + 7x + 10 = 0x2+7x+10=0
  2. x29=0x^2 – 9 = 0x2−9=0
  3. 2x2+5x+2=02x^2 + 5x + 2 = 02×2+5x+2=0
  4. x24x12=0x^2 – 4x – 12 = 0x2−4x−12=0

Practice is the best way to become confident in solving quadratic equations.


Conclusion

Quadratic equations are a fundamental concept in algebra and appear in many mathematical applications. Understanding how to solve them is an important skill for students and anyone working with mathematics.

The most common methods include factoring, completing the square, the quadratic formula, and graphing. Each method has its advantages, and choosing the right one depends on the equation you are solving.

ahsan75
Written by

Leave a Comment