Property
The notation y=f(x) defines a function named f. This is read as “y is a function of x.” The letter x represents the input value, or independent variable. The letter y, or f(x), represents the output value, or dependent variable.
Examples
- If a function C(g) gives the cost of g gallons of gas, C(10)=45 means that 10 gallons of gas cost 45 dollars.
- For the function f(x)=4x−1, the notation f(3) asks us to replace x with 3. So, f(3)=4(3)−1=11.
- A function H=g(t) gives the height of a rocket in meters t seconds after launch. The statement g(5)=150 means after 5 seconds, the rocket's height is 150 meters.
Explanation
Function notation f(x) is like a recipe's name. The name is 'f', and '(x)' tells you what ingredient to put in. The result, y, is the dish you get after following the recipe's instructions to combine the ingredients.