Solving Quadratic Equations

 

When you’re solving something like:

ax2+bx+c=0(a0)ax^2 + bx + c = 0 \quad (a \ne 0)

what you’re really trying to do is find the values of xx that make this equation true.

 

These values, called the solutions or roots, are the points where the function f(x)=ax2+bx+cf(x) = ax^2 + bx + c hits zero.

 

Visually, that means: where does the parabola cross the x-axis?

 

Sometimes it touches the axis once. Sometimes twice. Sometimes it floats above or below and never touches at all. But in all cases, there’s still an answer. You just might have to allow complex numbers to get there.

 

There are a few different ways to solve these equations. Let’s look at how they actually work.

 

Solving by Factoring

Say you’ve got something like:

x25x+6=0x^2 – 5x + 6 = 0

 

You’re trying to find values of xx that make the whole expression zero. If you can factor it like this:

 

(x2)(x3)=0(x – 2)(x – 3) = 0

 

you’ve turned it into a product of two expressions. And if their product is zero, then one of them must be zero. So:

 

x2=0orx3=0x – 2 = 0 \quad \text{or} \quad x – 3 = 0

 

Which gives:

x=2orx=3x = 2 \quad \text{or} \quad x = 3

 

That’s it. Those are your solutions.

 

This works cleanly when the quadratic factors nicely, when the numbers are friendly and the patterns are obvious. And to even try factoring, you first need the equation set up like this:

 

ax2+bx+c=0

ax^2 + bx + c = 0

Everything on one side, zero on the other. If you’re missing that setup, you can’t apply the zero-product rule.

 

Now, if the quadratic doesn’t factor easily, or at all, you’ll want to move to another method. Factoring isn’t a one-size-fits-all approach. It’s just the fastest one when it works.

 

Completing the Square

This method takes a different approach. Instead of trying to break the quadratic into pieces, you shape it into something that’s easy to solve directly.

 

The idea is to turn the equation into something like:

(x+something)2=number

(x + \text{something})^2 = \text{number}

Once it’s in that form, you can just take the square root of both sides and solve.

 

Let’s walk through it with an example:

x2+6x+5=0

x^2 + 6x + 5 = 0

First, move the constant over:

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

 

Now take half of the 6, square it (you get 9), and add it to both sides:

x2+6x+9=5+9(x+3)2=4x^2 + 6x + 9 = -5 + 9 \Rightarrow (x + 3)^2 = 4

 

Take the square root:

x+3=±2x + 3 = \pm 2

 

Then solve:

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

 

That’s the method. You’re literally completing the expression so it becomes a perfect square, something you can work with more directly.

 

If the coefficient on x2x^2 isn’t 1, just divide everything by that number first. It adds a step, but the overall process is the same.

 

This method is clean and systematic. And if it feels a little mechanical, there’s a reason. It’s the foundation for the quadratic formula. That formula you memorized is just a cleaned-up version of completing the square.

 

The Quadratic Formula

When factoring doesn’t work, and you don’t feel like completing the square every time, the quadratic formula is your all-purpose tool:

 

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

 

You plug in the values of aa, bb, and cc, and out come your solutions.

 

The part under the square root is called the discriminant. It tells you what kind of solutions you’ll get:

 

If it’s positive, you get two real solutions.
If it’s zero, you get one real solution (what’s called a double root).
If it’s negative, you get two complex solutions involving ii (no real solutions).

 

The formula always works. No guessing, no clever factoring, no tricks. Just numbers in, answers out.

 

Graphing and Estimating

Sometimes, especially if you’re unsure whether the equation will factor, it helps to see the function.

 

If you graph y=ax2+bx+cy = ax^2 + bx + c, the solutions to the equation ax2+bx+c=0ax^2 + bx + c = 0 are the x-values where the graph touches or crosses the x-axis.

 

If it doesn’t touch at all, you know the roots are complex. If it just grazes the axis, that’s a double root. And if it cuts through in two places, those x-values are your two real solutions.

 

If the roots are messy, like irrational numbers that don’t come out nicely, you can estimate them using a calculator or a method like Newton’s iteration. Sometimes a good visual or a close approximation is all you need.

 

Vieta’s Formulas

If you already know the solutions to a quadratic, there’s a shortcut to check your work or even rebuild the original equation.

 

Say the roots are r1r_1 and r2r_2. Then:

r1+r2=ba,r1r2=car_1 + r_2 = \frac{-b}{a}, \quad r_1 \cdot r_2 = \frac{c}{a}

 

These relationships come straight from the factored form of the quadratic. You’re just working backwards from:

 

a(xr1)(xr2)a(x – r_1)(x – r_2)

 

It’s a nice tool to keep in your pocket, especially if you’re checking your answers or building equations from given roots.

 

Reflect & Explore

Here are some open-ended questions to help you think more deeply about this material and connect it to related ideas.

 

  • Sketch any parabola that never touches the x-axis but comes very close. Without writing an equation, reason out whether its discriminant is just below or far below zero. How could you tweak one feature of the drawing to move the discriminant above zero?

 

  • Two students argue: one says “factoring is elegant,” the other says “the formula never fails.” Stage a short dialogue where each tries to persuade a beginner. What metaphors or visual aids might each student use?

 

  • You have two quadratics: one has roots r1,r2r_{1}, r_{2}, the other r2,r3r_{2}, r_{3}. You want a third quadratic that keeps this recycling pattern, sharing a root with each neighbour in an endless chain. Suggest a rule for generating the next equation from the previous two, and explore how the pattern evolves for at least four links.

2 Responses

Leave a Reply

Discover more from MathSciProblems

Subscribe now to keep reading and get access to the full archive.

Continue reading