- The very first function we will learn about is called the polynomial. A polynomial is specifically designed to connect points in any Euclidean Space. For the remainder of the notes, we will specifically look at polynomials in 2 Dimensional Euclidean Spaces(Cartesian/X-Y Plane) and see how we can create function to fit into as many points as we desire!
Polynomials and Their Degree
Def 1) Polynomial
- A polynomial is a function denoted in the following ways :
- Don’t fret about the 3rd way of writing the polynomial. It’s the most concise way, but it is there for individuals who have been spoiled by higher levels of mathematics.
- In mathematics, you may see polynomial denoted as instead of the function . Most Pre-Calculus Textbooks default to so I will also use this convention.
Def 2) Degree of a polynomial
- The degree of the polynomial refers to the largest exponent associated with a variable. In a setence, when someone says “second-degree polynomial”, it will refer to a polynomial like the following where .
- In general, a polynomial is an “nth” degree polynomial if and only if as above
- For the purposes of clarity, the most precise way to describe polynomials at the precalculus level would be as “Single Variable Nth Degree Polynomials”, but to be succinct, we will shorten it to “Nth Degree Polynomials”
Examples
- The degree of is 2, the degree of is 20.
- f(x) is a 2nd degree polynomial, g(x) is a 20th degree polynomial
- Both solutions are the same
- For the curious individuals ,below is the rigorous defintion of a polynomial
Rigorous Definition of a Polynomial
a function , where G a set (more specifically a group) such that
Def 3 Roots of a Polynomial
- A root of a polynomial (AKA x-intercepts) are all values x, such that when you plug it into the polynomial, f(x) = 0
Example
- Observe the following polynomials :
- When we know the roots of the function we say that :
“The roots of are and ” “The roots of are and ”
- To see why, lets plug in those values into the equations!
Exercise (Evaluate the other roots to make sure they work!)
Warning
Don’t worry about how/why those numbers are roots to the polynomials. Throughout these notes, we will develop techniques to find them!