Which would remain a function if the inputs(x) and the outputs(y) were switched? e.x. The set of points {(0,2),(5,4),(6,2)} would turn into {(2,0),(4,5),(2,6)}, (x,y) -> (y,x)
BTW brilliant.org won't allow me to use the absolute value sign or square root (can't get anything under it), so I used these: sqrt(x) = square root of x, and abv(x) = absolute value of x
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Functions are a special relationship between two quantities. Functions have to have one, no more, no less, output(y) for every input(x). To switch the input and output for equations, you just switch the x's and y's. y=2x²(x³+(1/(2x))) y=2x 5 +x x=2y 5 +y If you graph that on a graphing calculator (such as desmos.com or something) there is no place where the two lines are over each other. You can manipulate it so you get the classic equation, but I am too lazy =D