Finding The Domain of Functions PR ABDELHADI
Finding The Domain of Functions PR ABDELHADI
2
Example 2: Find the domain for 𝑓 (𝑥) = 3 𝑥2 − 2.5𝑥 + 3.
Rational Functions
-A rational function is a function that contains variables in the denominator as well as the
numerator. Below are a few examples of rational functions.
2 2𝑥 − 3 2𝑥2 − 3𝑥 + 1
𝑓(𝑥) = , 𝑓(𝑥) = , 𝑓(𝑥) =
𝑥−1 3𝑥 − 2 𝑥
-It may be tempting to think that every function that contains fractions is rational, but this
2𝑥−3
is not always the case. For example, (𝑥) = , looks rational, but upon closer inspection,
4
we see that there is no variable in the denominator, so this is a polynomial.
The Important Rules for Rational Functions
-The only restriction on the domains of rational functions is that there can never, I repeat,
never, be a 0 in the denominator.
-Dividing by zero would cause our function to misbehave in a terrible way.
-Any number that would create a 0 in the denominator, MUST be removed.
-To find the number that will create 0 in the denominator, we set the denominator equal to
0 and solve.
-Whatever number is our solution, must be removed from the domain.
1
Example 1: Find the domain for (𝑥) = .
𝑥−3
SOLUTION: To find the value that would create 0 in the denominator, we set the
denominator equal to 0 and solve. So, 𝑥 − 3 = 0, and to solve this we simply add 3 to both
sides getting 𝑥 = 3. This means that 3 MUST be removed from the domain.
When we remove 3 from the number line, we get a domain of, (−∞, 3) ∪ (3, ∞).
2𝑥−4
Example 2: Find the domain for (𝑥) = .
4𝑥−3
SOLUTION: Even though we have terms in the numerator, none of them will restrict the
domain, so we once again set the denominator equal to 0 and solve.
3
4𝑥 − 3 = 0 → 4𝑥 = 3 → 𝑥=
4
3
This means that 𝑥 = MUST be removed from the domain of the function.
4
3 3
Therefore, the domain is (−∞, ) ∪ ( , ∞).
4 4
SOUTIEN SCOLAIRE
𝑥−1
Example 3: Find the domain for (𝑥) = .
𝑥2+𝑥−6
SOLUTION: Just like in previous problems, we must set the denominator equal to 0 and
solve, however, we are going to have to remove two numbers from the domain this time.
First, we set 𝑥2 + 𝑥 − 6 = 0. This is a quadratic equation so to solve it we can factor, or if
you prefer, you may use the quadratic formula. If we factor, we get (𝑥 − 2)(𝑥 + 3) = 0. This
will give us solutions of {2, −3}. These numbers must be removed from the domain.
Once we remove -3 and 2, we have a domain of (−∞, −3) ∪ (−3, 2) ∪ (2, ∞).
Radical Functions
-Radical Function are a large family, in this tutorial, we will focus on the two types of
radical functions most often seen by students, they are the square root functions, and cube
root functions.
3
Example 3: Find the domain for (𝑥) = .
√2𝑥−3
SOLUTION: This is an interesting problem because it combines both radical and rational
functions. This truth is that it really isn’t much different from the other problems as we will
see below. The difference here is that we will set up out inequality like 2𝑥 − 3 > 0, without
the equal to, because we CANNOT have 0 in the denominator. We will solve the inequality
3
by first adding 3 to both sides, 2𝑥 > 3, now we will divide both sides by 2 to get 𝑥 > .
2
3
Therefore, the domain for this function is ( , ∞).
2