Overview

A rational function is any function that can be written as the ratio of two polynomials: the numerator and the denominator. In symbolic form one writes f(x)=p(x)/q(x) where p and q are polynomials and q is not the zero polynomial. For example, f(x)=x/(x-3) is a simple rational function. The term "rational" refers to a ratio, in the same way rational numbers are ratios of integers. Polynomial and division ideas are central when working with these functions.

Structure and singularities

The domain of a rational function excludes values that make the denominator zero. Zeros of the numerator give the function's roots (x-intercepts), while zeros of the denominator typically produce vertical asymptotes or removable holes. If a common factor cancels between numerator and denominator, the cancellation produces a removable discontinuity (a "hole") rather than an asymptote.

Asymptotes and end behavior

End behavior depends on the degrees of numerator and denominator. Common cases:

  • deg(p) < deg(q): horizontal asymptote y=0.
  • deg(p) = deg(q): horizontal asymptote at the ratio of leading coefficients.
  • deg(p) = deg(q)+1: oblique (slant) asymptote obtained by polynomial division.
  • deg(p) > deg(q)+1: end behavior follows a polynomial plus a proper rational part.

Uses and examples

Rational functions appear in calculus (limits, integrals via partial fraction decomposition), differential equations, control theory, and approximation theory. Simple rational maps such as Möbius transformations (linear numerator and denominator) are fundamental in geometry and complex analysis. A standard calculus example is integrating a rational function by decomposing it into simpler fractions.

History and context

The study of ratios of polynomials is classical, growing from algebraic manipulations and later becoming important in calculus and complex analysis. Rational functions are basic examples of meromorphic functions on the complex plane: functions that are analytic except for isolated poles (the denominator's zeros).

Rational functions are closed under addition, multiplication and composition (when denominators remain nonzero). They are distinct from algebraic functions (which may involve roots) and from transcendental functions (like exponential or trigonometric functions). In complex analysis, each pole of order n influences residue calculations and contour integrals, making rational functions especially tractable for many computations.