document.write( "Question 114569: I have been working on this problem for about an hour. I am ready to toss it out the window!
\n" ); document.write( "1) Let f(x) compute the time in hours to travel x miles at 58 miles per hour.
\n" ); document.write( "2)What does f-1(x) compute? \r
\n" ); document.write( "\n" ); document.write( "Thanks so much.
\n" ); document.write( "

Algebra.Com's Answer #83345 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
#1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If we use the equation \"D=rt\", then solving for t we get \"t=D%2Fr\". Since we know that we're traveling at 58 mph, this means r=58. So we then get \"t=D%2F58\". Now since we want to find the time based on a given distance, t will be dependent on D (whatever D is, t will be affected by it). So this means D is x (our input) and t is f(x) (our output)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So our equation is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"f%28x%29=x%2F58\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So if we traveled 58 miles, then we simply plug it in:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"f%28x%29=58%2F58\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "And simplify\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"f%28x%29=1\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Since f(x) is t, the time it takes to travel 58 miles going 58 mph is 1 hour.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "#2\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now to find \"f%5E%28-1%29\", simply switch x and f(x) to get\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x=f%28x%29%2F58\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now solve for f(x)\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"58x=f%28x%29\" Multiply both sides by 58\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So our inverse function is \"f%5E%28-1%29%28x%29=58x\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now heres what happened: When I switched x and f(x), I really switched t and D. So now the distance D is dependent on the time t (whatever t is, D will be derived from t). So for the inverse, x is now t and f(x) is now D. Basically, the inverse now computes the distance given a certain time (instead of a certain computing a certain time given a distance). \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Is this making sense?
\n" ); document.write( "
\n" );