Understanding Domain and Range Part 3

In the previous post, we have learned how to analyze equations of functions and determine their domain and range. We have observed that the range of the functions y = x^2 and y = |x| are the set of real numbers greater than or equal to 0 since squaring a number or getting its absolute value results to 0 or a positive real number. We also learned that for a function to be defined,  the number under the square root sign must be greater than or equal to 0. Lastly, we have learned that we cannot divide by zero because it will make the function undefined.

In this post, we are going to continue our discussion by examining functions with equations more complicated than those in the second part of this series.

Squares and Absolute Values

1. f(x) = x^2 - 3

Domain: The function is defined for any real number x, so the domain of f is the set of real numbers.

Range: The minimum value of x^2 is 0 for any real number x and f(0) - 3 = 0^2 - 3 = -3. So, the minimum value of the function is -3. We can make the value of the function as large as possible by increasing the absolute value of x. So, the range of the function is the set of real numbers greater than or equal to -3 or [-3, \infty) in interval notation.  » Read more

Understanding Domain and Range Part 1

The domain of a function is the set of x-coordinates of the points in the function. The range of the function f is the set of y-coordinates of the points in the function. So if we have a function f with points (-3, -2), (-1, 3), (2, 3), and (5,4), then the domain of the function f is the set {-3, -1, 2, 5} and the range of f is the set {-2, 3, 4). Graphically, we can say that the domain is the  “projection” of the points to the x-axis (see red points in the following figure).

domain

The range of f is the projection of the points to the y-axis (see green points in the following figure).  » Read more

Understanding the Concept of Inverse Functions

Let us consider the functions

f(x) = x^3  and g(x) = \sqrt[3]{x}.

The table on the left shows the ordered pairs (x,f(x)). We used f(x) and substitute them to x in the second table.

inverse functions

As we can see, all the values of g(x) are the same as those of x in the first table. For example,  if we have x = 3 in the first table, applying f, we get  27 as output. On the other hand, if we apply g to 27, the value returns to 3» Read more

1 2