Grade 11 → Functions and Graphs → Types of Functions ↓
Rational Functions
Rational functions are a fascinating and important type of function in mathematics. In simple terms, a rational function is any function that can be expressed as the ratio of two polynomial functions. The concept of rational functions is based on the basic idea of fractions, extending it to mathematical expressions.
Definition
Formally, a rational function f(x)
can be written as:
f(x) = P(x) / Q(x)
where P(x)
and Q(x)
are polynomial functions, and Q(x)
is not the zero polynomial (that is, it has at least one non-zero coefficient).
Examples of rational functions
Let us look at some examples to understand this concept better.
Example 1
Consider this function:
f(x) = (2x + 1) / (x - 3)
Here, the numerator P(x)
is 2x + 1
, and the denominator Q(x)
is x - 3
.
Example 2
Another example is:
g(x) = (x^2 + 4) / (x^2 - 1)
For this function, P(x)
= x^2 + 4
and Q(x)
= x^2 - 1
.
Characteristics of rational functions
Rational functions have many interesting characteristics and properties that affect their graphs and behavior.
Asymptotes
One of the distinguishing features of rational functions is their asymptotes.
Vertical asymptotes: These occur when the denominator of a rational function becomes zero, making the function undefined at those points. For example, in the function f(x) = (2x + 1) / (x - 3)
, the denominator is x - 3 = 0
when x = 3
. Therefore, there is a vertical asymptote at x = 3
.
Horizontal asymptotes: These occur when the degree of the polynomial in the numerator is less than or equal to the degree of the polynomial in the denominator. The horizontal asymptotes can be determined by comparing these degrees.
Graph of a rational function
The graph of a rational function can provide insight into its behavior.
Example graph
f(x) = (x^2 - 1) / (x - 2)
The blue vertical dashed line shows the vertical asymptote at x = 2
, and the red curve is the graph of the rational function. Note that the curve approaches the asymptote but never touches it.
Behavior near asymptotes
It is important to understand how rational functions behave near their asymptotes.
As a rational function approaches a vertical asymptote, its values rise toward infinity or fall toward negative infinity, depending on the sign of the function in that interval. For a horizontal asymptote, the value of the function approaches a specific constant value as x
approaches infinity or negative infinity.
Detecting asymptotes
Let's take a deeper look at calculating asymptotes, an important aspect of graphing rational functions.
Detecting vertical asymptotes
To find the vertical asymptotes, set the denominator Q(x)
to zero and solve for x
.
Q(x) = 0
Using our previous example f(x) = (x^2 - 1) / (x - 2)
, calculate:
(x - 2) = 0
Hence the vertical asymptote is at x = 2
.
Finding horizontal asymptotes
The rules for determining the horizontal asymptotes depend on the degrees of the polynomials:
- If the degree of
P(x)
is less than the degree ofQ(x)
, then the horizontal asymptote isy = 0
. - If the degree of
P(x)
is equal to the degree ofQ(x)
, then the horizontal asymptote isy = coefficient of leading term of P(x) / coefficient of leading term of Q(x)
. - If the degree of
P(x)
is greater than the degree ofQ(x)
, then there is no horizontal asymptote (there may be an oblique asymptote instead).
Example calculation
Consider this function:
r(x) = (3x^2 + 2) / (2x^2 + 5x - 3)
Since the numerator and denominator have the same degree (both 2), the horizontal asymptote is:
y = 3 / 2
Intercepts of rational functions
Intercepts are the points where the graph intersects the x-axis and the y-axis.
Finding the x-intercept
Set the numerator P(x)
to zero and solve for x
to find the x-intercept.
P(x) = 0
Example: Calculate r(x) = (3x^2 + 2) / (2x^2 + 5x - 3)
using:
3x^2 + 2 = 0
In this example, solving this equation gives the x-intercepts.
Finding the y-intercept
To find the y-intercept, evaluate the function at x = 0
.
r(0) = (3*0^2 + 2) / (2*0^2 + 5*0 - 3) = 2 / -3
Thus, the y-intercept is (0, -2/3)
.
Domain and range
Identifying the domain and range of a rational function is important for understanding where it is defined and what output it can produce.
Determining the domain
The domain of a rational function is all real numbers except those that make the denominator zero.
For f(x) = (2x + 1)/(x - 3)
, solve when the denominator is zero:
x - 3 = 0
Thus, the domain is all real numbers except x = 3
.
Determination of limits
Determining the limit is more complicated and often requires analyzing graphs and equations or considering limits for horizontal asymptotes.
Complexity in real-world applications
Rational functions are widely used in the real world. They model behaviors where one quantity changes inversely with another quantity—such as the speed of a vehicle controlled by a constant distance over time.
Application example
For example, the speed S
of a vehicle can be modeled as:
S(t) = D / (t + C)
where D
is the distance and C
is a constant for other time factors.
Conclusion
In conclusion, rational functions are powerful tools for modeling various mathematical and real-world scenarios. By studying their characteristics such as vertical and horizontal asymptotes, intercepts, domain, and range, we build a strong understanding of how these mathematical objects behave and can apply them effectively in various contexts.
Practice problems
Try these questions to test your understanding:
- Find the vertical and horizontal asymptotes of
f(x) = (5x^2 - 4) / (x^2 + 6x + 8)
. - Determine the x and y-intercepts for
g(x) = (3x + 1)/(x^2 - 4)
. - Find the domain of
h(x) = (7 - x) / (x^2 + x - 2)
.