maths.free › Precalculus › Functions › Rational function
Rational function
In mathematics, a rational function is any function that can be defined by a rational fraction, which is an algebraic fraction such that both the numerator and the denominator are polynomials.
Rational function
In mathematics, a rational function is any function that can be defined by a rational fraction, which is an algebraic fraction such that both the numerator and the denominator are polynomials. The coefficients of the polynomials need not be rational numbers; they may be taken in any field K. In this case, one speaks of a rational function and a rational fraction over K. The values of the variables may be taken in any field L containing K. Then the domain of the function is the set of the values of the variables for which the denominator is not zero, and the codomain is L.
The set of rational functions over a field K is a field, the field of fractions of the ring of the polynomial functions over K.
Definitions
A function \(f\) is called a rational function if it can be written in the form
\(f(x) = \frac{P(x)}{Q(x)}\)
where \(P\) and \(Q\) are polynomial functions of \(x\) and \(Q\) is not the zero function. The domain of \(f\) is the set of all values of \(x\) for which the denominator \(Q(x)\) is not zero.
However, if \(\textstyle P\) and \(\textstyle Q\) have a non-constant polynomial greatest common divisor \(\textstyle R\), then setting \(\textstyle P=P_1R\) and \(\textstyle Q=Q_1R\) produces a rational function
\(f_1(x) = \frac{P_1(x)}{Q_1(x)},\)
which may have a larger domain than \(f\), and is equal to \(f\) on the domain of \(f.\) It is a common usage to identify \(f\) and \(f_1\), that is to extend "by continuity" the domain of \(f\) to that of \(f_1.\) Indeed, one can define a rational fraction as an equivalence class of fractions of polynomials, where two fractions \(\textstyle \frac{A(x)}{B(x)}\) and \(\textstyle \frac{C(x)}{D(x)}\) are considered equivalent if \(A(x)D(x)=B(x)C(x)\). In this case \(\textstyle \frac{P(x)}{Q(x)}\) is equivalent to \(\textstyle \frac{P_1(x)}{Q_1(x)}.\)
A proper rational function is a rational function in which the degree of \(P(x)\) is less than the degree of \(Q(x)\) and both are real polynomials, named by analogy to a proper fraction in \(\mathbb{Q}.\)
Complex rational functions
In complex analysis, a rational function
\(f(z) = \frac{P(z)}{Q(z)}\)
is the ratio of two polynomials with complex coefficients, where Q is not the zero polynomial and P and Q have no common factor (this avoids f taking the indeterminate value 0/0).
The domain of f is the set of complex numbers such that \(Q(z)\ne 0\). Every rational function can be naturally extended to a function whose domain and range are the whole Riemann sphere, i.e., a rational mapping. Iteration of rational functions on the Riemann sphere forms a discrete dynamical system.
A complex rational function with degree one is a Möbius transformation.
Rational functions are representative examples of meromorphic functions.
Degree
There are several non equivalent definitions of the degree of a rational function.
Most commonly, the degree of a rational function is the maximum of the degrees of its constituent polynomials P and Q, when the fraction is reduced to lowest terms. If the degree of f is d, then the equation
\(f(z) = w \,\)
has d distinct solutions in z except for certain values of w, called critical values, where two or more solutions coincide or where some solution is rejected at infinity (that is, when the degree of the equation decreases after having cleared the denominator).
The degree of the graph of a rational function is not the degree as defined above: it is the maximum of the degree of the numerator and one plus the degree of the denominator.
In some contexts, such as in asymptotic analysis, the degree of a rational function is the difference between the degrees of the numerator and the denominator.
In network synthesis and network analysis, a rational function of degree two (that is, the ratio of two polynomials of degree at most two) is often called a biquadratic function.
Examples
The rational function
\(f(x) = \frac{x^3-2x}{2(x^2-5)}\)
is not defined at
\(x^2=5 \Leftrightarrow x=\pm \sqrt{5}.\)
It is asymptotic to \(\tfrac{x}{2}\) as \(x\to \infty.\)
The rational function
\(f(x) = \frac{x^2 + 2}{x^2 + 1}\)
is defined for all real numbers, but not for all complex numbers, since if x were a square root of \(-1\) (i.e. the imaginary unit or its negative), then formal evaluation would lead to division by zero:
\(f(i) = \frac{i^2 + 2}{i^2 + 1} = \frac{-1 + 2}{-1 + 1} = \frac{1}{0},\)
which is undefined.
A constant function such as f(x) = π is a rational function since constants are polynomials. The function itself is rational, even though the value of f(x) is irrational for all x.
Condensed: the full section is in Wikipedia.
Taylor series
The coefficients of a Taylor series of any rational function satisfy a linear recurrence relation, which can be found by equating the rational function to a Taylor series with indeterminate coefficients, and collecting like terms after clearing the denominator.
For example,
\(\frac{1}{x^2 - x + 2} = \sum_{k=0}^{\infty} a_k x^k.\)
Multiplying through by the denominator and distributing,
\(1 = (x^2 - x + 2) \sum_{k=0}^{\infty} a_k x^k\)
\(1 = \sum_{k=0}^{\infty} a_k x^{k+2} - \sum_{k=0}^{\infty} a_k x^{k+1} + 2\sum_{k=0}^{\infty} a_k x^k.\)
After adjusting the indices of the sums to get the same powers of x, we get
\(1 = \sum_{k=2}^{\infty} a_{k-2} x^k - \sum_{k=1}^{\infty} a_{k-1} x^k + 2\sum_{k=0}^{\infty} a_k x^k.\)
Combining like terms gives
\(1 = 2a_0 + (2a_1 - a_0)x + \sum_{k=2}^{\infty} (a_{k-2} - a_{k-1} + 2a_k) x^k.\)
Since this holds true for all x in the radius of convergence of the original Taylor series, we can compute as follows. Since the constant term on the left must equal the constant term on the right it follows that
\(a_0 = \frac{1}{2}.\)
Then, since there are no powers of x on the left, all of the coefficients on the right must be zero, from which it follows that
\(a_1 = \frac{1}{4}\)
\(a_k = \frac{1}{2} (a_{k-1} - a_{k-2})\quad \text{for}\ k \ge 2.\)
Condensed: the full section is in Wikipedia.
Abstract algebra
In abstract algebra the concept of a polynomial is extended to include formal expressions in which the coefficients of the polynomial can be taken from any field. In this setting, given a field \(F\) and some indeterminate \(X\), a rational expression (also known as a rational fraction or, in algebraic geometry, a rational function) is any element of the field of fractions of the polynomial ring \(F[X]\). Any rational expression can be written as the quotient of two polynomials \(P / Q\) with \(Q \neq 0\), although this representation isn't unique. \(P / Q\) is equivalent to \(R / S\), for polynomials \(P\), \(Q\), \(R\), and \(S\), when \(PS = QR\). However, since \(F[X]\) is a unique factorization domain, there is a unique representation for any rational expression \(P / Q\) with \(P\) and \(Q\) polynomials of lowest degree and \(Q\) chosen to be monic. This is similar to how a fraction of integers can always be written uniquely in lowest terms by canceling out common factors.
The field of rational expressions is denoted \(F(X)\). This field is said to be generated (as a field) over \(F\) by (a transcendental element) \(X\), because \(F(X)\) does not contain any proper subfield containing both \(F\) and the element \(X\).
Notion of a rational function on an algebraic variety
Like polynomials, rational expressions can also be generalized to \(n\) indeterminates \(X_1,\ldots,X_n\), by taking the field of fractions of \(F[X_1,\ldots,X_n]\), which is denoted by \(F(X_1,\ldots, X_n)\).
An extended version of the abstract idea of rational function is used in algebraic geometry. There the function field of an algebraic variety \(V\) is formed as the field of fractions of the coordinate ring of \(V\) (more accurately said, of a Zariski-dense affine open set in \(V\)). Its elements \(f\) are considered as regular functions in the sense of algebraic geometry on non-empty open sets \(U\), and also may be seen as morphisms to the projective line.
Applications
Rational functions are used in numerical analysis for interpolation and approximation of functions, for example the Padé approximants introduced by Henri Padé. Approximations in terms of rational functions are well suited for computer algebra systems and other numerical software. Like polynomials, they can be evaluated straightforwardly, and at the same time they express more diverse behavior than polynomials.
Rational functions are used to approximate or model more complex equations in science and engineering including fields and forces in physics, spectroscopy in analytical chemistry, enzyme kinetics in biochemistry, electronic circuitry, aerodynamics, medicine concentrations in vivo, wave functions for atoms and molecules, optics and photography to improve image resolution, and acoustics and sound.
In signal processing, the Laplace transform (for continuous systems) or the z-transform (for discrete-time systems) of the impulse response of commonly used linear time-invariant systems (filters) with infinite impulse response are rational functions over complex numbers.
Τώρα εσύ. Κανένας υπολογιστής δεν τακτοποιεί αυτό το ένα, αλλά τα κομμάτια του είναι ακλόνητα.
Σύμβολα που χρησιμοποιούνται εδώ
Χτυπήστε οποιοδήποτε σύμβολο για τον πλήρη ορισμό, μια εικόνα, και τι σημαίνει κάθε γράμμα σε αυτό.
Ερωτήσεις που κάνουν οι άνθρωποι
What is a function, really?
A rule that assigns exactly one output to each input. The vertical-line test on a graph is the same idea: no input may have two outputs.
Why do we need complex numbers?
Because x² + 1 = 0 has no real solution, and allowing one new number i with i² = −1 makes every polynomial equation solvable. They then turn out to describe rotation, waves and alternating current more naturally than real numbers do.
Μέρη αυτής της σελίδας προσαρμόζονται από Wikipedia (CC BY-SA 4.0). Πυκνωμένα και ανεξήγητα εδώ· τα λάθη είναι δικά μας.
Περισσότερα σε Precalculus
Complex numbersPolynomial functionsRational functionsSequences and seriesThe binomial theoremConic sectionsVectorsExponential and logarithmic functionsPolynomial division and the remainder theoremParametric equations and polar coordinates