2.2 The Graph of a Function: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Lecture== | == Lecture == | ||
* [https://youtu.be/IRou5GR3CjU Link] | * [https://youtu.be/IRou5GR3CjU Link] | ||
== Lecture notes == | |||
:1. <math>f(x)=y</math><br> | |||
: <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> 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 |