Find the Domain of Rational Functions

Step-by-Step Questions, Solutions, and Graphical Interpretations

A rational function is defined as the ratio of two polynomials. The domain consists of all real numbers except those that make the denominator equal to zero.

Division by Zero

The function $y = \frac{1}{x}$ is only defined when $x \neq 0$. In interval notation, the domain is $(-\infty, 0) \cup (0, \infty)$. As seen in the graph below, the function is undefined at the vertical line $x = 0$.

Graph of y = 1/x

Solved Examples

Example 1: Linear Denominator

Find the domain of the function: \[ f(x) = \dfrac{1}{x - 2} \]

View Solution

The function is undefined where the denominator is zero:

\[ x - 2 = 0 \quad \Rightarrow \quad x = 2 \]

Domain: All real numbers except $x = 2$.

\[ (-\infty, 2) \cup (2, \infty) \] Graph for Example 1

Example 2: Factored Quadratic Denominator

Find the domain of the function: \[ f(x) = \dfrac{x + 3}{(x - 1)(x + 2)} \]

View Solution

The denominator is zero if either factor is zero:

\[ (x - 1) = 0 \quad \text{or} \quad (x + 2) = 0 \] \[ x = 1, \quad x = -2 \]

Domain: $(-\infty, -2) \cup (-2, 1) \cup (1, \infty)$.

Graph for Example 2

Example 3: Difference of Squares

Find the domain of the function: \[ f(x) = \dfrac{1}{x^2 - 4} \]

View Solution

Set the denominator to zero and factor:

\[ x^2 - 4 = 0 \quad \Rightarrow \quad (x - 2)(x + 2) = 0 \] \[ x = 2, \quad x = -2 \]

Domain: $(-\infty, -2) \cup (-2, 2) \cup (2, \infty)$.

Graph for Example 3

Example 4: Trinomial Denominator

Find the domain of: \[ f(x) = \dfrac{x + 1}{x^2 + x - 2} \]

View Solution

Factor the trinomial denominator:

\[ x^2 + x - 2 = (x + 2)(x - 1) \]

The denominator is zero at $x = -2$ and $x = 1$.

Domain: $(-\infty, -2) \cup (-2, 1) \cup (1, \infty)$.

Graph for Example 4

Example 5: Irreducible Quadratic Denominator

Find the domain of: \[ f(x) = \dfrac{x^2 - 1}{x^2 + x + 5} \]

View Solution

Check if $x^2 + x + 5 = 0$ has real roots using the discriminant ($\Delta$):

\[ \Delta = b^2 - 4ac = (1)^2 - 4(1)(5) = -19 \]

Since $\Delta < 0$, there are no real values that make the denominator zero.

Domain: All real numbers, $(-\infty, \infty)$.

Graph for Example 5

Continue Your Learning