2.2 The Graph of a Function: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
:1. <math>f(x)=y</math><br> | :1. <math>f(x)=y</math><br> | ||
: <math>x</math> is called the <b>input</b> or <b>argument</b> of the function | : <math>x</math> is called the <b>input</b> or <b>argument</b> of the function and <math>f(x)</math> or <math>y</math> is called the <b>output</b> or <b>value</b> at <math>x</math> | ||
:: ex. If <math>f(x)=x^2+x+1</math> what is the value of <math>f</math> at <math>x=3</math>? | |||
:: The value of <math>f</math> at <math>x=3 \text{ is } 13</math> | |||
:2. <math>(x, y) \text{or} (x, f(x)) </math> | :2. <math>(x, y) \text{ or } (x, f(x)) </math> is called an <b>ordered pair</b> where <math>x</math> is the input and <math>y \text{ or } f(x)</math> is the output |