opus said:
Man I feel like I've got a brick wall preventing me from seeing this. I graphed the two equations on my calculator and they aren't the same at all. I'm thinking that the reason is because the calculator can only set things equal to Y and the second equation should be set equal to X?
Yes, because both of your equations are of the form y = <some expression in terms of x>.
opus said:
Are you saying that the same thing is happening to Y in both equations, and the same thing is happening to X in both equations?
Yes. Any ordered pair of numbers (x, y) satisfies both equations, which means that both equations
that I wrote have exactly the same graph. Once you swap variables, though, you get a different graph.
opus said:
What you're saying, about switching the variables, is exactly what I was taught in class.
At the precalc level, that's the way things are usually done, something like this:
1. Start with an equation y = <something involving x>
2. Swap x for y and y for x so that you now have x = <same something only now involving y>
3. Solve the equation in step 2 for y so that you now have y = f
-1(x)
IMO, this is silly, and many students think that the act of switching variables somehow magically gives them the inverse - it doesn't.
Here's a picture to help illustrate what I'm talking about.
Here's a crude graph of ##y = e^x = f(x)##. If you want to find the y coordinate when x = 1, you use the function ##f(1) = e^1 = e##.
On the other hand, if you know the y value and need to find the x value, you need the inverse.
##y = e^x \Leftrightarrow x = \ln(y) = f^{-1}(y)##, so ##f^{-1}(4) = \ln(4) \approx 1.386##
This is an example of how inverses are
really used in calculus courses.
Here's an example that shows why swapping variables is silly.
The conversion formula for Celsius to Fahrenheit temperatures is ##F = f(C) = \frac 9 5 C + 32##. To find the inverse function, follow this procedure
- Solve for C
What could be simpler than a procedure with one step?
##F = \frac 9 5 C + 32 \Leftrightarrow F - 32 = \frac 9 5 C \Leftrightarrow C = \frac 5 9 (F - 32)##
It would be silly to swap variables.
In the first equation I have ##F = f(C)##. In the last equation I have ##C = f^{-1}(F - 32)##
Note that f means one thing and F means something else.