Factoring Trinomials
Understanding Quadratic Expressions
Meet the Quadratic Expression
In algebra, we often work with expressions, which are combinations of numbers, variables, and operations. A quadratic expression is a specific type of polynomial where the highest power of the variable is 2. It's called "quadratic" because "quad" means square, and the variable is squared (like ).
You'll see them everywhere in math and science, modeling everything from the path of a thrown ball to the shape of a satellite dish.
The Standard Form
To keep things organized, mathematicians write quadratic expressions in a standard form. This makes them easier to compare and work with.
Let's break this down. The letters , , and are coefficients, which are just numbers. The letter is our variable.
- is the quadratic term. It's what makes the expression quadratic. The coefficient is called the leading coefficient. It can be any number except zero. If were zero, the term would disappear, and we'd be left with a simple linear expression.
- is the linear term. Its coefficient influences the position of the expression's graph.
- is the constant term. It's a standalone number without any variables attached.
The value of controls the shape of the parabola, the U-shaped curve that a quadratic function makes. If is positive, the parabola opens upward. If is negative, it opens downward. The value of tells you exactly where the parabola crosses the vertical y-axis.
| Expression | a | b | c |
|---|---|---|---|
| 2 | 5 | 3 | |
| 1 | -7 | 10 | |
| -3 | 0 | 6 | |
| 4 | -1 | 0 |
Notice in the third example, there's no term. That just means its coefficient, , is 0. In the last example, the constant term is missing, so is 0. If you don't see a number in front of , like in , the coefficient is 1.
An Introduction to Factoring
Factoring a quadratic expression means rewriting it as a product of two simpler expressions, usually binomials. Think of it like reverse multiplication. We know that . Factoring 12 would mean starting with 12 and finding the numbers that multiply to get it, like 3 and 4.
binomial
noun
A polynomial with two terms.
Let's see how this works with quadratics. If you multiply two binomials like and , you get a quadratic expression.
Factoring is doing this in reverse. We start with and want to find the two binomials that multiply to create it. For expressions where the leading coefficient is 1, there's a straightforward trick.
Look for two numbers that multiply to the constant term () and add up to the linear coefficient ().
Let's use our example, . Here, and .
We need two numbers that multiply to 6 and add to 5. Let's list the pairs of numbers that multiply to 6:
- 1 and 6 (add to 7)
- 2 and 3 (add to 5)
- -1 and -6 (add to -7)
- -2 and -3 (add to -5)
The pair we need is 2 and 3. So, we can write the factored form using these numbers.
This factored form is just a different way of writing the same expression. It can be a very useful skill for solving equations and understanding the behavior of quadratic functions.