No history yet

Quadratic Equations

The Anatomy of a Quadratic

A quadratic equation is a type of polynomial with a simple, recognizable structure. Its highest power is two, which is where the name “quadratic” comes from, derived from the Latin word for square.

The standard form of a quadratic equation is: ax² + bx + c = 0

In this form, xx is our variable, and aa, bb, and cc are coefficients—they are known numbers. The only rule is that aa cannot be zero. If aa were zero, the x2 term would disappear, and we'd be left with a linear equation, not a quadratic one.

Let’s look at an example: 2x25x+7=02x² - 5x + 7 = 0. Here, we can identify the coefficients:

a=2a = 2b=5b = -5c=7c = 7

Notice that we include the negative sign with the coefficient. If a term is missing, its coefficient is zero. For instance, in the equation x29=0x² - 9 = 0, the xx term isn't there, so a=1a = 1, b=0b = 0, and c=9c = -9.

The Discriminant

Hidden within the standard form is a powerful expression that tells us about the equation's solutions, or roots, without actually solving for them. This expression is called the discriminant.

b24acb² - 4ac

By calculating the value of the discriminant, we can predict the nature of the roots. Will the equation have two different real solutions, just one, or no real solutions at all? The discriminant gives us the answer.

Discriminant ValueNature of the Roots
Positive (b24ac>0b² - 4ac > 0)Two distinct, real roots
Zero (b24ac=0b² - 4ac = 0)One repeated, real root
Negative (b24ac<0b² - 4ac < 0)Two complex roots (no real roots)

Let's put this into practice. Consider the equation x2+6x+5=0x² + 6x + 5 = 0.

First, identify the coefficients: a=1a = 1 b=6b = 6 c=5c = 5

Next, calculate the discriminant: b24ac=(6)24(1)(5)=3620=16b² - 4ac = (6)² - 4(1)(5) = 36 - 20 = 16

Since the discriminant is 16, which is positive, we know this equation has two distinct real roots.

What about the equation $9x² - 6x + 1 = 0$?

Here, $a = 9$, $b = -6$, and $c = 1$.

The discriminant is: $b² - 4ac = (-6)² - 4(9)(1) = 36 - 36 = 0$

A discriminant of zero tells us there is exactly one real root.

Finally, let's look at x2+2x+3=0x² + 2x + 3 = 0.

Our coefficients are a=1a = 1, b=2b = 2, and c=3c = 3.

The discriminant is: b24ac=(2)24(1)(3)=412=8b² - 4ac = (2)² - 4(1)(3) = 4 - 12 = -8

Because the discriminant is negative, this equation has no real roots. Its solutions exist in the realm of complex numbers, a topic for another time.

Lesson image

Understanding the discriminant is a key first step. It provides a quick snapshot of what to expect from a quadratic equation before you dive into solving it.