Sunday, October 28, 2012

How do we recognize functions?

Recognizing functions is simple, first we have to know the definition of a function.

     A Function is a relation that assigns exactly one output (known as the range) value for each input (know as the domain) value.

 

We recognize functions by making sure the same input value "(x)" is NEVER repeated. We may use

brackets -> { }

Tables, graphs, or mappings.

 

   Some of the characteristics of a function from set A to set B are:

1. Each element of A must be matched with an element B.

2. Some elements of B may not be matched with any elements of A.

3. Two or more elements of A may be matched with the same element of B.

4. An element of A (the domain) cannot be matched with two different elements of B.

 

Example:

  Function: 2x^2+3x+1, we call y a function of x, and use the notation f(x) to represent y.

F(x)= 2x^2+3x+1 .

 

f(x)=x^2-4x ; Find the following...

   A. f(-3)

f(-3)= -3^2 -4(-3)

   9-12=-3

Source: Class notes.