gracy said:
Could anyone please tell me it's derivative is function of what?
f' is not a function
of anything. It's just a function. The distinction between "is a function" and "is a function of" is never explained in books for some reason. I have always found that pretty annoying. The things that are "functions of" something are typically not functions.
Symbols like x,y and f are called variables. A more complicated string of text like f(x) is called an expression. The thing that's represented by a variable or an expression is called the
value of the variable or the expression. When we say that x is a real number, what we really mean is that the value of x is a real number, i.e. that the variable x represents a real number.
Let x and y be real numbers such that x+y=1. This statement doesn't assign values to the variables x and y. Instead it prevents you from assigning arbitrary values to them. If you now assign the value 3 to x, then you
have to assign the value -2 to y. The value of y is completely determined by the value of x. When this is the case, y is said to be a function of x. In this particular example, it's also the case that x is a function of y. However, neither x nor y are
functions. They are real numbers.
A function should be thought of as a rule that associates exactly one element of a set Y with each element of a set X. That doesn't explain what a function
is, but you don't need to know what functions
are. You just need to know how to think about them, how to define them and how to tell if two given functions are the same. (If you want to know what a function
is in a branch of mathematics based on set theory, you can take a look at
this post. But don't worry if you don't understand it). To define a function f, you need to specify a set D and what f(t) is for all t in D. The set D is called the domain of f. To find out if two given functions f and g are the same, you must check if they have the same domain, and if they do, check if f(t)=g(t) for all t in that domain.
When a variable or an expression is a "function of" a variable, you can always use that to define an actual function. For example. If y is a function of x, then there's a unique function f such that regardless of what value we assign to x, we will have y=f(x). For example: Let x and y be real numbers such that x+y=1. Let f be the function defined by f(t)=1-t for all real numbers t. Now no matter what value we assign to x, we have y=1-x=f(x). Note that since f is a function, f(x) is a function of x.
In this example: f is a function. x,y and f(x) are real numbers. y and f(x) are functions of x.