Skip to main content

Section 1.9 Domains of algebraic functions

Recall that a function is algebraic if it can be expressed as a combination of polynomials, rational functions, and power functions using the arithmetic operations. The domain of such a function will depend on the domains of the functions it is built from. Inequalities often creep into the computation of this domain when radical functions (i.e. functions of the form \(f(x)=x^{1/n}=\sqrt[n]{x}\)) are in play, since for many of these functions, the domain is defined with an inequality.

Example 1.9.1. Domain of radical function.

Compute the domain of \(f(x)=\frac{1}{\sqrt{1-3x}}\text{.}\)
Solution.
Let \(g(x)=\sqrt{1-3x}\text{,}\) so that \(f(x)=1/g(x)\text{.}\) In general, for such a function the domain is the set of \(x\) where \(g(x)\) is defined (i.e., \(x\) is in the domain of \(g\)) and furthermore \(g(x)\) is nonzero. To see where \(g(x)=\sqrt{1-3x}\) is defined, we solve the inequality \(1-3x\geq 0\text{:}\)
\begin{align*} 1-3x \amp \geq 0 \\ -3x \amp \geq -1\\ x \amp \leq \frac{1}{3}\text{.} \end{align*}
Next, we need to find all \(x\) in the domain of \(g\) where \(g(x)\ne 0\text{.}\) To do so we solve \(g(x)=0\) and exlude these elements:
\begin{align*} g(x) \amp = 0\\ \sqrt{1-3x} \amp = 0\\ 1-3x \amp =0 \amp (\sqrt{a}=b \iff a=b^2)\\ 1 \amp =3x\\ x \amp =\frac{1}{3}\text{.} \end{align*}
We conclude that the domain \(D\) of \(f\) is the set of \(x\) satisfying \(x\geq 1/3\) and \(x\ne 1/3\text{:}\) i.e.,
\begin{equation*} D=(1/3, \infty)\text{.} \end{equation*}

Example 1.9.2. Radical composed with quadratic.

Compute the domain of \(f(x)=\sqrt{5-x^2-2x}\)
Solution.
In this case, \(f(x)\) is defined as long as \(5-x^2-2x\geq 0\text{.}\) Let’s solve this inequality. First we take some preliminary steps to make the inequality look a little more familiar:
\begin{align*} 5-x^2-2x \amp \geq 0\\ x^2+2x-5 \amp \geq 0\\ \amp \end{align*}
We could now proceed using ProcedureΒ 1.8.12, finding the zeros of \(g(x)=x^2+2x-5\) and then constructing a sign diagram. Instead, we will show how vertex form could also be used here. We have
\begin{align*} x^2+2x-5 \amp \geq 0\\ (x+1)^2-6 \amp \geq 0 \\ (x+1)^2 \amp \geq 6\\ (x+1)\geq \sqrt{6} \amp\text{ or } (x+1)\leq -\sqrt{6} \amp (\knowl{./knowl/xref/th_ineq_squaring.html}{\text{1.8.15}}) \\ x \amp \geq -1+\sqrt{6} \amp\text{ or } x \leq -1-\sqrt{6}\text{.} \end{align*}
We conclude that the set of solutions to this inequality, and hence the domain of \(f\text{,}\) is
\begin{equation*} (-\infty, -1-\sqrt{6}]\cup [-1+\sqrt{6},\infty)\text{.} \end{equation*}
As an extra exercise, try solving the inequality above using the sign diagram technique, and make sure that you get the same answer! No matter which technique you chose, observe that we can visualize graphically as the set of \(x\) where \(g(x)=x^2+2x-5\) is nonnegative.
Graph of quadratic function g