How do you find the domain and range of f(x)=sqrt(3x-2)f(x)=3x2?

1 Answer
Nov 7, 2017

Visualize the graph (often easier by graphing the function). Then, determine all possible values of xx and yy.

Explanation:

Let's list the transformations of the function before we graph it out. By graphing it out, we get a visual of the function so it's much easier to determine the domain and range.

  • Horizontal compression by a factor of 1/313.
  • Horizontal translation requires us to isolate xx within the radical. We get 2/323 to the right.

Now let's graph this.

The easiest way to do this is to sub in values for xx and solve for yy.

You get this:

graph{y=sqrt(3x-2) [-10, 10, -5, 5]}

Now we can visually see the function's domain and range.

The domain is a set of all the possible xx values, while range is for yy.

Because xx can only be values that is equal to or greater than 22, the domain is: {x inRR | x >= 2/3}

On the other hand, the range can only be values equal to or greater than 0. Thus, the range is: {y inRR | y >=0}

Hope this helps :)