No history yet

Introduction to Quadratic Equations

The Anatomy of a Quadratic

In algebra, we often work with equations to describe relationships. You've likely seen linear equations, which involve variables raised to the power of one, like y=2x+1y = 2x + 1. Quadratic equations are the next step up. They are equations where the highest power of the variable is two.

The word “quadratic” comes from the Latin word quadratus, meaning square. This is because the variable gets squared, like in x2x^2.

Every quadratic equation can be written in a standard form, which makes it easier to work with. This form is:

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

Let's break this down. The xx is our variable. The letters aa, bb, and cc represent known numbers, but they have special names. The numbers aa and bb are called coefficients, and cc is the constant term.

coefficient

noun

A number that is multiplied by a variable.

In the standard form, aa is the coefficient of the x2x^2 term, and bb is the coefficient of the xx term. The number cc is called the constant because it doesn't change and isn't attached to a variable.

There's one crucial rule: the coefficient aa cannot be zero. If aa were zero, the ax2ax^2 term would disappear, and we'd be left with bx+c=0bx + c = 0, which is a linear equation, not a quadratic one.

Identifying the Parts

Being able to spot aa, bb, and cc is a key first step. Sometimes the equation isn't written in standard form, so you might need to rearrange it first. The goal is always to get one side of the equation to equal zero.

Here are a few examples:

EquationStandard Formabc
2x2+5x+3=02x^2 + 5x + 3 = 02x2+5x+3=02x^2 + 5x + 3 = 0253
x29=0x^2 - 9 = 0x2+0x9=0x^2 + 0x - 9 = 010-9
5x=23x25x = 2 - 3x^23x2+5x2=03x^2 + 5x - 2 = 035-2
x2+4x=0-x^2 + 4x = 0x2+4x+0=0-x^2 + 4x + 0 = 0-140

Notice in the second example, x29=0x^2 - 9 = 0, there is no xx term. That just means its coefficient, bb, is zero. Likewise, when the constant is missing, cc is zero. It's also important to pay attention to the signs. If you see 9-9, the value of cc is -9, not 9.

The Degree Tells a Story

The highest power of the variable in an equation is called its degree. Linear equations like y=3x7y = 3x - 7 have a degree of 1. Because quadratic equations have an x2x^2 term, they are degree-two equations.

degree

noun

The highest exponent of the variable in a polynomial expression or equation.

The degree is important because it gives you a hint about the equation's behavior and its number of possible solutions. A linear equation has one solution. As we'll see later, a quadratic equation can have up to two solutions. This fundamental characteristic is what sets them apart and makes them useful for modeling more complex situations in the real world, from the path of a thrown ball to the shape of a satellite dish.