Polynomials
Definition
A single variable polynomial with real coefficients is a function that takes a real number as input and produces a real number as output and has the form
where are real numbers. The are called coefficients of . The degree of the polynomial is the integer .
Syntax:
- a polynomial with real coefficients (the function ).
- coefficients (the numbers ).
- a polynomial's degree (the integer ).
Example:
Which can be written as
And can be evaluated for
Interesting ways to think about polynomials:
- a polynomial as with any function can be represented as a set of pairs called points. That is if you take each input and pair it with its output you get a set of tuples , which can be analysed from the perspective of set theory.
- a polynomial's graph can be plotted as a curve in space, so that the horizontal direction represents the input and the vertical the output.
- using the curves they "carve out" we can regard a polynomial as a geometric object, with properties like "curvature" and "smoothness".
- any logical condition can be expressed as a combination of polynomials if we restrict their inpot to or :