Introduction to Rational Functions

Welcome to the world of Rational Functions! While the name might sound a bit intimidating, think of a "rational" function simply as a fraction. Just as a rational number is one integer divided by another (like \(\frac{3}{4}\)), a rational function is one polynomial divided by another.

In this chapter, we focus on a specific type: functions where the bottom part (the denominator) is linear. These graphs have unique shapes and special "boundary lines" called asymptotes. Mastering these will help you visualize complex relationships where values "level off" or "explode" toward infinity.

Note: This topic is part of the "Graphs and linear programming" section. For information on drawing straight-line inequalities, please refer to the chapter on "Linear inequalities in two variables."

What Does the Function Look Like?

The standard form for the rational functions you need to know is:

\(y = \frac{ax + b}{cx + d}\)

Where \(a\), \(b\), \(c\), and \(d\) are just regular numbers. The most important thing to notice is that the denominator, \(cx + d\), is a linear expression (it only has \(x\), not \(x^2\) or \(x^3\)).

The Simplest Example:
The most basic rational function is \(y = \frac{1}{x}\). If you understand how this one behaves, you are halfway there!

Understanding Asymptotes

An asymptote is a straight line that the graph gets closer and closer to, but never actually touches or crosses. Think of it like an invisible electric fence that the graph is attracted to but can't quite reach.

For this syllabus, you only need to worry about asymptotes that are parallel to the coordinate axes (horizontal and vertical lines).

1. The Vertical Asymptote (The "Forbidden" Value)

In mathematics, we can never divide by zero. It is "undefined." Therefore, the graph cannot exist at any \(x\)-value that makes the denominator zero.

How to find it: Set the denominator equal to zero and solve for \(x\).
\(cx + d = 0 \implies x = -\frac{d}{c}\)

The line \(x = -\frac{d}{c}\) is your vertical asymptote.

2. The Horizontal Asymptote (The "End Goal")

A horizontal asymptote tells us what happens to \(y\) when \(x\) becomes a very, very large number (approaching infinity) or a very small number (negative infinity).

How to find it: Look at the coefficients of the \(x\) terms in the numerator and denominator.
As \(x\) gets huge, the constant numbers \(b\) and \(d\) become insignificant. The function starts to behave like \(y = \frac{ax}{cx}\). The \(x\)'s cancel out, leaving you with:
\(y = \frac{a}{c}\)

The line \(y = \frac{a}{c}\) is your horizontal asymptote.

Quick Review Box:
For \(y = \frac{2x + 1}{x - 3}\):
- Vertical Asymptote: \(x - 3 = 0 \implies \mathbf{x = 3}\)
- Horizontal Asymptote: \(y = \frac{2}{1} \implies \mathbf{y = 2}\)

Finding the Intercepts

To sketch the graph accurately, you need to know where it crosses the axes.

  • The \(y\)-intercept: Set \(x = 0\) and calculate the value of \(y\).
    \(y = \frac{a(0) + b}{c(0) + d} = \frac{b}{d}\)

  • The \(x\)-intercept: Set \(y = 0\). For a fraction to be zero, the top (numerator) must be zero.
    \(ax + b = 0 \implies x = -\frac{b}{a}\)

Step-by-Step Guide to Sketching the Graph

Don't worry if this seems tricky at first! Just follow these steps in order:

  1. Identify and draw the Asymptotes: Draw them as dashed lines. Label them with their equations (e.g., \(x = 2\) and \(y = 5\)).
  2. Find and plot the Intercepts: Mark the points where the graph crosses the \(x\)-axis and \(y\)-axis.
  3. Determine the "Shape": Rational functions of this type usually form two curves (called hyperbola branches) in opposite "corners" created by the asymptotes.
  4. Test a Point (Optional but helpful): If you aren't sure which "corner" to draw in, pick an \(x\)-value to the right of your vertical asymptote and see if the resulting \(y\) is above or below the horizontal asymptote.
  5. Draw the Curves: Draw smooth curves that approach the dashed lines but never touch them.

Common Mistakes to Avoid

1. Mixing up the Asymptotes: Remember that vertical lines are always \(x = \text{something}\) and horizontal lines are always \(y = \text{something}\). A common error is swapping them!

2. Touching the Asymptote: When drawing your sketch, make sure your pencil line doesn't actually hit the dashed asymptote line. It should just get closer and closer.

3. Forgetting the minus signs: Be very careful with signs when solving \(cx + d = 0\). For example, if the denominator is \(x + 4\), the asymptote is at \(x = -4\).

Key Takeaways

Summary Table:

Feature How to find it for \(y = \frac{ax+b}{cx+d}\)
Vertical Asymptote Solve \(cx + d = 0\)
Horizontal Asymptote \(y = \frac{a}{c}\)
\(y\)-intercept Set \(x = 0\)
\(x\)-intercept Set \(ax + b = 0\)

Did you know?
Rational functions are used in science to describe things like "Boyle's Law" in physics, where the pressure of a gas is inversely proportional to its volume (\(P = \frac{k}{V}\)). The graph of this relationship is one branch of a rational function!