• 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”
  • For the curious individuals ,below is the rigorous defintion of a polynomial

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