Next Page Previous Page Home Tools & Aids Search Handbook
4. Process Modeling
4.8. Some Useful Functions for Process Modeling
4.8.1. Univariate Functions
4.8.1.2. Rational Functions

4.8.1.2.8.

Linear / Cubic Rational Function

examples of linear/cubic rational functions
Function: f(x)=β0+β1x1+β2x+β3x2+β4x3,  β10, β40
Function
Family:

Rational
Statistical
Type:

Nonlinear
Domain: (,)

with undefined points at the roots of

1+β2x+β3x2+β4x3

There will be 1, 2, or 3 roots, depending on the particular values of the parameters. Explicit solutions for the roots of a cubic polynomial are complicated and are not given here. Many mathematical and statistical software programs can determine the roots of a polynomial equation numerically, and it is recommended that you use one of these programs if you need to know where these roots occur.

Range: (,)

with the possible exception that zero may be excluded.

Special
Features:
Horizontal asymptote at:

y=0

and vertical asymptotes at the roots of

1+β2x+β3x2+β4x3

There will be 1, 2, or 3 roots, depending on the particular values of the parameters. Explicit solutions for the roots of a cubic polynomial are complicated and are not given here. Many mathematical and statistical software programs can determine the roots of a polynomial equation numerically, and it is recommended that you use one of these programs if you need to know where these roots occur.

Additional
Examples:
linear/cubic rational function: y = (3 + 5*x)/
(1 + 5*x - 0.5*x**2 + 2*x**3  for -5 to 5
linear/cubic rational function: y = (3 - 5*x)/
(1 - 5*x + 0.5*x**2 - 2*x**3  for -5 to 5
linear/cubic rational function: y = (1 - 2*x)/
(1 + 2*x - x**2 - 0.1*x**3  for -5 to 10
Home Tools & Aids Search Handbook Previous Page Next Page