The Domain of a Function#

Definition#

Definition

The domain of a function is the set of all values of \(x\) for which the function is defined.

How to Determine the Domain of a Function

When determining the domain of a given function, do not include any value that leads to one or more of the following:

  • division by zero

  • the square root of a negative number

  • the logarithm of zero or a negative number

Students should be familiar with the concepts of division and square roots. Logarithms will be discussed in class and in a subsequent Course Packet. While there are other functions that lead to restrictions on the domain, we will limit our discussion to division, square roots, and logarithms.

Interval Notation#

An Interval of Values

The domain of a function is typically written as a union of intervals. In this course, we will make use of interval notation to express domains. This notation is summarized in the following table.

Table of interval types

Long Text Description

A table of three columns, expressing the relationship between inequalities of real numbers, written in the leftmost column, diagrams on the number line in the center column, and interval notation in the rightmost column. The rows read as follows: Row 1: a is less than or equal to x which is less than or equal to b. A solid line segment connecting points a and b in the number line, with filled circles at both ends. [a,b] Row 2: a is less than or equal to x which is less than b. A line segment in the number line connecting a filled circle at a with an unfilled circle at b. [a,b) Row 3: a is less than x which is less than or equal to b. A line segment in the number line connecting an unfilled circle at a with a filled circle at b. (a,b] Row 4: a is less than x which is less than b. A line segment in the number line connecting an unfilled circle at a with an unfilled circle at b. (a,b) Row 5. a is less than or equal to x. A ray going from a filled circle at a to positive infinity on the right. [a, infinity) Row 6. a is less than x. A ray going from an unfilled circle at a to positive infinity on the right. (a, infinity) Row 7. x is less than or equal to b. A ray going from a filled circle at b to negative infinity on the left. (negative infinity, b] Row 8. x is less than b. A ray going from an unfilled circle at b to negative infinity on the left. (negative infinity, b)

Video Resource

UnderstandTheMath

Understanding Interval Notation (Links to an external site)
A review of how to rewrite inequalities using interval notation.

The Union of Intervals

Given two intervals, \(A\) and \(B\), then the union of \(A\) and \(B\), denoted \(A\cup B\), represents the collection of values that are in \(A\) or in \(B\). For example,

\[(-\infty,5) \cup [7,10)\]

represents the values that are less than \(5\) (i.e., \(x<5\)) or greater than or equal to \(7\) and less than \(10\) (i.e., \(7\leq x < 10\)).

Video Resource

UnderstandTheMath

Interval Notation for Multiple Inequalities (Links to an external site)
A review of how to write the union of multiple intervals using interval notation.

Video Resource

UnderstandTheMath

Domain of a Function (Links to an external site)
A review of how to determine the domain of a function and how to use interval notation to describe the domain.

Example 1#

The domain of \(1/x\)

Use interval notation to describe the domain of \(1/x\).

Step 1:   Describe the domain of   \(1/x\)   using inequalities.

The domain of \(1/x\) includes all real numbers except \(x=0\) (i.e., \(x<0\) or \(x>0\)) since division by zero is not defined.

Step 2:   Use interval notation to describe the domain of   \(1/x\).

The domain of \(1/x\) consists of all values of \(x\) such that \(x<0\) or \(x>0\), which can be written in interval notation as

\[(-\infty,0) \cup (0,\infty).\]

Example 2#

The domain of \(\sqrt{x}\)

Use interval notation to describe the domain of \(\sqrt{x}\).

Step 1:   Describe the domain of   \(\sqrt{x}\)   using an inequality.

The domain of \(\sqrt{x}\) includes all nonnegative real numbers (i.e., \(x\geq 0\)) since the square root of a negative number is not defined.

Step 2:   Use interval notation to describe the domain of   \(\sqrt{x}\).

The domain of \(\sqrt{x}\) consists of all values of \(x\) such that \(x\geq 0\), which can be written in interval notation as

\[[0,\infty).\]

Example 3#

The domain of the square root of a polynomial

Determine the domain of the function \(f(x) = \sqrt{x^2 + 2x - 3}\).

Step 1:   Describe the domain using an inequality.

Since \(f\) is a square root function, the domain of \(f\) consists of all values of \(x\) such that \(x^2 + 2x - 3 \geq 0\) since the square root of a negative number is not defined.

Step 2:   Solve the inequality in Step 1.

Recall from Solving Inequalities, Example 1 that

\[x^2 + 2x - 3 = 0\]

when \(x=-3\) or \(x=1\) and

\[x^2 + 2x - 3 > 0\]

when \(x<-3\) or \(x>1\).

Therefore, the domain of \(f\) consists of all values of \(x\) such that \(x\leq -3\) or \(x\geq 1\), which can be written in interval notation as

\[ (-\infty, -3] \cup [1, \infty). \]

Example 4#

The domain of a rational function

Determine the domain of the function \(f(x) = \dfrac{x}{x^2 + 2x - 3}\).

Step 1:   Describe the domain by excluding all   \(x\)   that make   \(f(x)\)   undefined.

Since \(f\) involves the operation of division, the domain of \(f\) consists of all values of \(x\) such that

\[x^2 +2x - 3 \neq 0\]

since division by zero is not defined.

Step 2:   Find all values of   \(x\)   that lead to division by zero.

Solve the equation \(x^2 + 2x - 3 = 0\). Recall from Solving Inequalities, Example 1 that

\[x^2 + 2x - 3 = 0\]

when \(x=-3\) or \(x=1\).

Step 3:   Exclude the values found in Step 2 from the domain.

Since the only values of \(x\) that lead to division by zero are \(x=-3\) and \(x=1\), the domain of \(f\) consists of all \(x\) such that \(x\neq -3\) and \(x\neq 1\). This can be written using inequalities as \(x<-3\), or \(-3<x<1\), or \(x>1\), which can then be written in interval notation as

\[ (-\infty, -3) \cup (-3, 1) \cup (1, \infty). \]