



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
The concepts of domains and ranges of functions, using examples and notations. The domain refers to the set of values that can be plugged into a function, while the range is the set of values that the function produces. interval notation and set notation for representing domains, and provides examples to help illustrate the concepts. It also discusses how to find the range of a function by looking at its graph.
What you will learn
Typology: Schemes and Mind Maps
1 / 5
This page cannot be seen from the preview
Don't miss anything!
The domain of a function is the set of values that we are allowed to plug into our function. This set is the x values in a function such as f (x).
The range of a function is the set of values that the function assumes. This set is the values that the function shoots out after we plug an x value in. They are the y values.
We can think of a function as a machine along an assembly line. On one end of the assembly line we have a few screws and bolts and on the other end we have a car. The machine in the middle is the function. The screws and bolts that we input into the machine (our function) is the domain. The car (or output) at the other can be thought of as the range.
Many problems will ask you to find the domain of a function. What does this mean?
All the problem is asking you is to find what values of x can be plugged into the function. This is useful to know since some functions have limits on what is permissible as an input. For instance, consider the function:
f (x) =
x
We know that we can never divide by 0 so here our domain can not include the value x = 0. However, all other values of x would be OK. We can plug in any other number into our function and we would get an output. If we ever put a number into a function and we can’t get an output then we know that there is some sort of domain issue. The most common occurrences of this happen with:
There are two main ways to write domains: interval notation and set notation.
Interval notation used parenthesis or brackets to imply where the function is defined. In the case of our example, we would write our domain using interval notation in the following way:
All this is saying is from negative infinity up to 0 we can plug anything into our function and (the ∪ is called a union and it means ’and’) from 0 (but not including 0 ) to positive infinity we can plug in anything. But, again, not 0.
Set notation uses sets to say explicitly where the function is or isn’t defined. For instance, for our example we would use set notation in the following way:
D : {x|x 6 = 0} (3)
This can be read as D is our domain of all values of x such that (the vertical line means ’such that’) x is not 0. Everything else is OK.
Before we look at some examples, lets talk for a little bit about range. Range is a little trickier to find than domain. Most of the time, we’re going to have to look at the graph of the function to determine its range.
Examples
g(x) =
6 x − 2 3 x − 4
We obviously don’t have any logs or square roots in this function so those two things won’t cause any issues. We do have a fraction though and we know that we can never divide by 0. Therefore we will set the denominator of g(x) equal to 0 and solve for x. This value(s) of x will be where our domain does not exist.
3 x − 4 = 0 (5) 3 x = 4 (6)
x =
We just solved where our function is not defined. If we plug x = 43 into our function we get a 0 in the denominator. We can write our domain in either of the following two ways:
D : {x|x 6 =
To find the range we think about what all square root graphs look like. The graph for this function is:
We can then see that the range of this function will be:
R : [0, ∞) (17) R : {y|y ≥ 0 } (18)
r(x) = x^3 − 4 (19)
This problem is a little different in that it doesn’t have any fractions, square roots or logs. It also doesn’t appear to have any values of x that will make the function undefined. Thus, we say it has an infinite domain. Thus we write the domain as:
D : {x|x ∈ R} (21)
Note: the ∈ means ’an element of’ and therefore we are saying x can be any real num- ber R.
For the range, we know what the graph of x^3 is and therefore our function looks like:
We then see that the range is also infinite and we write the range as:
R : {y|y ∈ R} (23)
Here are some example problems for you to work out on your own with their respective answers at the bottom:
Find the domains and ranges of the following functions.
m(x) =
2 x 2 x − 2
a(x) =
x^2 − 4 (25) t(x) =
x^2 + 4 (26)
h(x) =
x^2 − 1 x − 1
s(x) =
x − 4 x^2 − 25
answers for domain in order: (−∞, 1) ∪ (1, ∞) (−∞, −2) ∪ (2, ∞) (−∞, ∞) (−∞, 1) ∪ (1, ∞) [4, 5) ∪ (5, ∞) answers for range in order: (−∞, 1) ∪ (1, ∞) (0, ∞) (0, ∞) (−∞, 1) ∪ (1, ∞) (−∞, ∞)