Algebra
Textbooks
Boundless Algebra
Polynomials and Rational Functions
Introduction to Polynomials
Algebra Textbooks Boundless Algebra Polynomials and Rational Functions Introduction to Polynomials
Algebra Textbooks Boundless Algebra Polynomials and Rational Functions
Algebra Textbooks Boundless Algebra
Algebra Textbooks
Algebra
Concept Version 10
Created by Boundless

Polynomial and Rational Functions as Models

Functions are commonly used in fitting data to a trend line. Polynomial and rational functions are both relatively accurate and easy to use.

Learning Objective

  • Discuss the advantages and disadvantages of using polynomial and rational functions as models


Key Points

    • Researchers will often collect many discrete samples of data, relating two or more variables, without knowing the mathematical relationship between them. Curve fitting is used to create trend lines intended to fill in the points between and beyond collected data points.
    • Polynomial functions are easy to use for modeling, but ill-suited to modeling asymptotes and some functional forms, and they can become very inaccurate outside the bounds of the collected data.
    • Rational functions can take on a much greater range of shapes and are more accurate both inside and outside the limits of collected data than polynomial functions. However, rational functions are more difficult to use and can include undesirable asymptotes.

Term

  • asymptote

    A line that a curve approaches arbitrarily closely, as they go to infinity; the limit of the curve, its tangent "at infinity".


Full Text

For a set of data containing two (or more) quantitative properties, statisticians use functions to denote a relationship between two or more distinct properties. When we find a function that lies reasonably close to the collected data points, we create a trend line which says how one property behaves as a function of the other ones. We call this curve fitting. Then we can use this to make predictions about the former property once we know something about the others.

For example, if you measure the height of $99$ 10-year olds, and you measure how far they can jump and how fast they can run, you might be able to predict how fast the $100th$ kid can run, just by watching them jump. Of course, this is only possible if the two quantities are related: How many uncles a kid has got has probably nothing to do with how far they can jump. 

Polynomial and rational functions are easy to work with because you only need to make use of elementary operations. 

Recall that a polynomial function has the following form:

$y=a_nx^n+a_{n-1}x^{n-1}+...+a_2x^2+a_1x+a_0$

where $n$ (the degree of the polynomial) is an integer greater than or equal to $0$, $x$ and $y$ are variables, and $0\not=a_n,a_{n-1},\ldots,a_2, a_1$ and $a_0$ are constants. 

Polynomial functions are very simple in form and easy to use, but they have limitations with regard to statistical modeling. They can take on only a limited number of shapes and are particularly ill-suited to modeling asymptotes. They are finite when $x$ is finite and infinite when $x$ is infinite. It is especially hard to say something about the value of $y$ when $x$ is a lot bigger (smaller) than the greatest (smallest) $x$ in the dataset.

This need not be a problem. For lots of datasets, their are no asymptotes and data is more or less bounded. (For example, there are no humans who are $-10$ or $10000$ years old.)

Polynomials have also lots of advantages:

  • They are well studied: a lot of their properties are known.
  • They are easy to compute, using only multiplication and addition.
  • They are closed under rescaling or changing of locations: if we change a kilometer to a mile we still get a polynomial.

To deal with the asymptotic problems of polynomials, we also use rational functions:

A rational function is the ratio of two polynomial functions and has the following form:

$y=\frac{a_nx^n+a_{n-1}+x^{n-1}+...+a_2x^2+a_1x+a_0}{b_mx^m+b_{m-1}+x^{m-1}+...+b_2x^2+b_1x+b_0}$

Here, n and m define the degrees of the numerator and denominator, respectively, and together, they define the degree of the polynomial. For example, if $n=2$ and $m=1$, the function is described as a quadratic/linear rational function.

Rational functions are a little more complex in form than polynomial functions, but they have an advantage in that they can take on a much greater range of shapes and can effectively model asymptotes. They are also more accurate than polynomial functions both inside and outside the limits of collected data. However, rational functions sometimes include undesirable asymptotes that can disrupt an otherwise smooth trend line. They are also a little bit more difficult to compute, since you also need division to compute them. However, they still run fast. 

Curve fitting

Polynomial curves generated to fit points (black dots) of a sine function: The red line is a first degree polynomial; the green is a second degree; the orange is a third degree; and the blue is a fourth degree.

Polynomials and rational functions are used for approximation in many everyday devices. For example, every time we take a picture with a smartphone, our phone looks at some data points and fills in the appropriate colors in the blanks, thus saving us a lot of memory, with the help of rational functions. Every time we say something through the phone, our phone tries to reduce the background noise by approximating our sound for short periods of time, again with the help of rational functions. 

[ edit ]
Edit this content
Prev Concept
Multiplying Polynomials
Basics of Graphing Polynomial Functions
Next Concept
Subjects
  • Accounting
  • Algebra
  • Art History
  • Biology
  • Business
  • Calculus
  • Chemistry
  • Communications
  • Economics
  • Finance
  • Management
  • Marketing
  • Microbiology
  • Physics
  • Physiology
  • Political Science
  • Psychology
  • Sociology
  • Statistics
  • U.S. History
  • World History
  • Writing

Except where noted, content and user contributions on this site are licensed under CC BY-SA 4.0 with attribution required.