SOLUTION: Draw the graph of x=y^2 and discuss if it is a function or not

Algebra ->  Graphs -> SOLUTION: Draw the graph of x=y^2 and discuss if it is a function or not       Log On


   



Question 125672: Draw the graph of x=y^2 and discuss if it is a function or not

Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
To graph this function, assume some "nice" values for x. By this I mean that assume that
x is a number that is a perfect square. Then you can find the corresponding values for y by
taking the square root of both sides.
.
Notice one thing ... the value you assign to x cannot be negative because that would require
that when you solve for y you would be taking the square root of both sides which would mean
that you would be taking the square root of a negative number. This means that the only
values that x can have are zero and positive numbers. So, your graph can only exist on
the y-axis or to the right side of the y-axis ... because x is only positive there.
.
What happens if you set x = 0? The equation becomes:
.
0+=+y%5E2
.
and when you take the square root of both sides you find that:
.
0+=+y
.
This tells you that the point (0,0) is on the graph.
.
Now set x = 4 and the equation becomes:
.
4+=+y%5E2
.
When you take the square root of both sides the answers are:
.
2+=+y and -2+=+y
.
So the points (4, 2) and (4, -2) are on the graph.
.
If you set x = 9 and do the same thing you find (9, 3) and (9, -3) are on the graph.
.
And setting x = 16 results in finding that (16, 4) and (16, -4) are on the graph.
.
When you plot these points (and any others you may try) you should find that your graph
looks like a combination of the graphs shown in "rust red" and green below:
.
graph%28400%2C400%2C-5%2C50%2C-20%2C20%2C-sqrt%28x%29%2Csqrt%28x%29%29
.
You can tell this is not a function because in a function, there can only be one value for
y for each corresponding value of x. In this case, each value you choose for x has two
corresponding values for y ... one on the red graph and one on the green graph.
.
A simple way to view this is if you are given a graph and you draw a vertical line anywhere
on that graph, and that vertical line intersects more than two points on the graph, the
graph does not represent a function.
.
In this case, note that if you draw a vertical line anywhere to the right of the y-axis it
crosses the graph twice ... once above the x-axis and once below the x-axis. Therefore,
this graph does not represent a function ...
.
Hope this helps you to understand the problem.
.