No history yet

Understanding Quadratic Expressions

What Makes an Expression Quadratic?

In algebra, you often work with expressions, which are combinations of numbers, variables, and operations. A special type of expression is the quadratic expression. The defining feature of a quadratic is that the highest power of its variable is 2. It’s that simple.

For example, x2+5x+6x^2 + 5x + 6 is a quadratic expression because the highest exponent on the variable xx is 2. The term x2x^2 is what makes it quadratic.

Expressions like 3x13x - 1 aren't quadratic because the highest power of xx is 1 (which is usually unwritten). That’s a linear expression. And something like 4x3+2x24x^3 + 2x^2 isn't quadratic either; its highest power is 3, making it a cubic expression.

The Building Blocks

Every quadratic expression is built from a few key components. Let’s break down the expression $5x^2 - 2x + 3$ to see them in action.

Variable

noun

A symbol, usually a letter, that represents an unknown value.

The variable is the heart of the expression. While xx is common, any letter can be used.

Coefficient

noun

A number multiplied by a variable.

Notice that we include the sign with the coefficient. If you see just x2x^2, the coefficient is an implied 1.

Constant

noun

A term in an algebraic expression that has a value that does not change.

Putting It in Order

To make quadratic expressions easier to work with, we write them in a standard form. This involves arranging the terms by the power of the variable, from highest to lowest.

ax2+bx+cax^2 + bx + c

The only rule is that aa cannot be zero. If aa were zero, the x2x^2 term would vanish, and it wouldn't be a quadratic expression anymore. However, bb or cc can be zero.

Let's try putting an expression into standard form. If we have 74x+2x27 - 4x + 2x^2, we rearrange the terms based on the exponent of xx:

  1. The x2x^2 term comes first: 2x22x^2
  2. The xx term comes next: 4x-4x
  3. The constant comes last: +7+7

So, the standard form is 2x24x+72x^2 - 4x + 7. Here, a=2a=2, b=4b=-4, and c=7c=7.

ExpressionStandard Formabc
3x+x253x + x^2 - 5x2+3x5x^2 + 3x - 513-5
10y210 - y^2y2+0y+10-y^2 + 0y + 10-1010
6z26z^26z2+0z+06z^2 + 0z + 0600

Combining Like Terms

A key skill in algebra is simplifying expressions by combining like terms. Like terms are terms that have the same variable raised to the same power. In quadratics, you can combine all the x2x^2 terms together, all the xx terms together, and all the constants together.

For example, let's simplify the expression:

(3x2+2x5)+(x27x+11)(3x^2 + 2x - 5) + (x^2 - 7x + 11)

First, group the like terms:

  • x2x^2 terms: 3x23x^2 and x2x^2
  • xx terms: 2x2x and 7x-7x
  • Constants: 5-5 and 1111

Now, add them up:

  • 3x2+x2=4x23x^2 + x^2 = 4x^2
  • 2x7x=5x2x - 7x = -5x
  • 5+11=6-5 + 11 = 6

Putting it all together in standard form, we get 4x25x+64x^2 - 5x + 6. Being able to spot and combine these components is the first step toward mastering more advanced techniques.

Quiz Questions 1/5

Which of the following expressions is a quadratic?

Quiz Questions 2/5

What is the standard form of the expression 63x+5x26 - 3x + 5x^2?