Introduction to Binomials and Polynomials
TL;DR
You'll learn about polynomials, which are expressions made of variables and numbers, and binomials, a specific type of polynomial. Understanding these basic building blocks is crucial for algebra because they appear everywhere. We'll cover how to recognize, classify, and combine them.
1. The Mental Model
Think of polynomials as mathematical "words" made from "letters" (variables) and "numbers" (coefficients) joined by addition, subtraction, and multiplication. Binomials are just very specific, two-part words. Once you know these words, you can start building sentences and stories.
2. The Core Material
In algebra, an expression is a combination of numbers, variables, and operation signs. A polynomial is a special type of algebraic expression. What makes a polynomial special? It can only have terms where variables are raised to non-negative integer powers (like $x^2$, $y^3$, $z^0$ which is just 1) and there are no variables in the denominator or under square roots.
Here's what an expression needs to be a polynomial:
* Variables (like $x$, $y$) raised to whole number exponents (0, 1, 2, 3...).
* Coefficients (numbers multiplying the variables) can be any real numbers (positive, negative, fractions, decimals).
* Operations are only addition, subtraction, and multiplication. Division by a variable is not allowed.
2.1. Terms and Coefficients
A polynomial is made up of terms. Each term is separated by a plus or minus sign.
In $3x^2 - 5x + 7$:
* $3x^2$ is a term. The coefficient is 3, the variable is $x$, and the exponent is 2.
* $-5x$ is a term. The coefficient is -5, the variable is $x$, and the exponent is 1 (we usually don't write $x^1$).
* $7$ is a term. This is called a constant term because it doesn't have a variable. You can think of it as $7x^0$.
2.2. Types of Polynomials by Number of Terms
We classify polynomials based on how many terms they have:
* Monomial: A polynomial with one term.
* Examples: $5x$, $-7y^3$, $12$
* Binomial: A polynomial with two terms. This is what your course title refers to!
* Examples: $x + 2$, $3y^2 - 4$, $ab + c$
* Trinomial: A polynomial with three terms.
* Examples: $x^2 + 2x - 1$, $y^3 - 5y + 10$
* Polynomial: Any expression with one or more terms (so monomials, binomials, and trinomials are all types of polynomials!).
2.3. Degree of a Polynomial
Th