No history yet

Rational Function Restrictions

The Ground Rules

A rational function is essentially a fraction where the numerator and denominator are both polynomials. Think of something like f(x)=x+5x2f(x) = \frac{x+5}{x-2}. Just like with simple fractions, there's one critical rule we can never break: the denominator cannot be zero.

Division by zero is undefined. This is the single most important restriction for rational functions.

The set of all possible xx-values a function can accept is called its domain. For rational functions, our main task is to find which xx-values would break the 'no zero in the denominator' rule and exclude them. These exclusions are called points of discontinuity. What's left over is the function's domain.

Finding Excluded Values

The process is straightforward. First, isolate the polynomial in the denominator. Second, set that polynomial as not equal to zero. Finally, solve the resulting equation. The solutions are your excluded values.

Let's start with a simple case where the denominator is linear. Consider the function f(x)=2x+1x+4f(x) = \frac{2x+1}{x+4}.

x+40x+4 \neq 0
x4x \neq -4

Things get more interesting when the denominator is a quadratic polynomial. We often need to factor it first to find the roots.

Consider g(x)=xx25x+6g(x) = \frac{x}{x^2 - 5x + 6}.

x25x+60x^2 - 5x + 6 \neq 0
(x2)(x3)0(x-2)(x-3) \neq 0

For the product of two terms to be non-zero, neither term can be zero. This is the inverse of the zero product property. This gives us two separate conditions.

x20x30\begin{aligned} x-2 &\neq 0 \\ x-3 &\neq 0 \end{aligned}
x2andx3x \neq 2 \quad \text{and} \quad x \neq 3

Visualizing the Domain

Once we have the excluded values, it's helpful to visualize the domain on a number line. We simply draw a line and mark the excluded points with open circles. These open circles signify that the value is not included in the domain.

The shaded regions on the number line show us the valid parts of the domain. This visual representation leads directly to a formal mathematical description called ., an annotation on 'interval notation' is a good idea. This is a technical term that warrants a deep dive.

For our function g(x)g(x) with exclusions at 2 and 3, the number line is broken into three pieces. We write the domain in interval notation like this:

D:(,2)(2,3)(3,)D: (-\infty, 2) \cup (2, 3) \cup (3, \infty)

The same process applies no matter how many excluded values you have. A denominator like $x(x+1)(x-5) eq 0$ would simply result in three excluded points ($0, -1, 5$) and four separate intervals in the domain.

Quiz Questions 1/5

What is the primary rule for determining the domain of a rational function?

Quiz Questions 2/5

What value of x is excluded from the domain of the function f(x)=2x+1x+4f(x) = \frac{2x+1}{x+4}?