document.write( "Question 950516: I don't know if I understand what f(x) =.... means\r
\n" );
document.write( "\n" );
document.write( "does the f mean function of \"x\" and whatever value we plug in for x results in our y value. Therefore, y can only be found relative to the x value chosen? Assuming this is correct why isn't it the other way around why can't we compute what x is relative to y like: f(y)=x? why isn't it done this way? I don't think I understand what functions are or exactly what f(x) is actually saying.\r
\n" );
document.write( "\n" );
document.write( "Please help me understand thanks. \n" );
document.write( "
Algebra.Com's Answer #580443 by addingup(3677)![]() ![]() You can put this solution on YOUR website! A function is this thing that will take an input and chew it up and, based on what the input is, will give you a given output. Think of a sausage maker. You put the meat and herbs and spices on one end and it grinds the meat and produce a sausage at the other end. \n" ); document.write( "So,a function is a special relationship where each input has a single output. \r \n" ); document.write( "\n" ); document.write( "It is often written just the way you have it, \"f(x)\" where x is the input value. But it's not limited to x. You could have S(n) or any other symbol.\r \n" ); document.write( "\n" ); document.write( "Example: f(x) = x/2 (\"f of x is x divided by 2\") is a function, because each input \"x\" has a single output \"x/2\". We can substitute x with values: \n" ); document.write( "• f(2) = 1 \n" ); document.write( "• f(16) = 8 \n" ); document.write( "• f(−10) = −5 \n" ); document.write( "Example: f(x) = x^2 \n" ); document.write( "• f(2) = 4 \n" ); document.write( "• f(5) = 25\r \n" ); document.write( "\n" ); document.write( "But a function has special rules:\r \n" ); document.write( "\n" ); document.write( " - It must work for every possible input value \n" ); document.write( " - And it has only one relationship for each input value\r \n" ); document.write( "\n" ); document.write( "A more formal definition is: A function relates each element of a set \n" ); document.write( "with exactly one element of another set, which can possibly the same set. \n" ); document.write( "Each element means that every element in X is related to some element in Y. We say that the function covers X, which means that it relates every element of x. Note: That only applies to the elements of x. Some elements of Y might not be related to at all, and that's fine. \n" ); document.write( "\"...exactly one element of another set...\" means that a function is single valued. It will not give back 2 or more results for the same input.\r \n" ); document.write( "\n" ); document.write( "Now think back to the sausage maker. It takes all the ingredients and produces one sausage. Likewise with functions, many-to-one is allowed but one-to-many is not. \n" ); document.write( "Well, I've run out of time. I hope I've helped in some small way. Don't give up part of the difficulty with math is, it's like learning a foreign language. Once you learn the vocabulary, the rest is like putting together a jigsaw puzzle, it's very mechanical. Have faith in yourself, if you don't, who will? Best of luck\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |