SOLUTION: y = x^2 -2 is a function, but x = y^2 - 2 is not... can you say why?

Algebra ->  Functions -> SOLUTION: y = x^2 -2 is a function, but x = y^2 - 2 is not... can you say why?       Log On


   



Question 322111: y = x^2 -2 is a function, but x = y^2 - 2 is not... can you say why?

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!

y+=+x%5E2+-2 is a function, 

because no matter what value you substitute for x, there
will be just one value for y.  The graph looks like this



It passes the vertical line test. That is,

when you pass vertical lines (the green one below):





none of those vertical intersects the graph more than once.


but x+=+y%5E2+-+2 is not... can you say why?

Let's solve it for y:

y%5E2+-+2=x
y%5E2+=x%2B2
y=+%22%22+%2B-+sqrt%28x%2B2%29

The %22%22+%2B-+%22%22 tells us that when we substitute a
value for x there will be two values for x, one with
a + sign and one with a - sign.  For example when the
single value 2 is substituted for x we get:



The graph looks like this



It does not pass the vertical line test, because

when you pass vertical lines (the green one below)

through the graph:



many of those vertical intersect the graph more than once.

Edwin