Polynomial functions are expressions that involve variables raised to whole number powers. These functions can be simple, like \(3x + 2\), or complex, like our examples:
- \(f(x) = 11x + 2x^2\)
- \(g(x) = -7x - 3x^2 + 4\)
They are defined by their terms, each being a product of a coefficient and a power of a variable. As seen here, polynomial functions can be combined through addition or subtraction. When added, like terms (terms with the same power) are combined by summing their coefficients.
This operation results in a new polynomial with its own expression as shown:
- Addition: \((f+g)(x) = 4x - x^2 + 4\)
- Subtraction: \((f-g)(x) = 18x + 5x^2 - 4\)
Understanding these basics will make it easier to manipulate and evaluate polynomial functions.