Tuesday, October 18, 2011

3.7 Operations on Functions 10/18/11

In this section, we looked at defining functions using various operations and combining multiple expressions using new methods.

First, we will take a look at the basic operations of functions: sum, difference, product, and quotient.

Sum:


---->  


Difference:

  ---->  


Caution: Remember to distribute the negative when inserting the g(x) expression.

Product:


  ---->


Quotient:


    ---->  



A sample of the sum method:




Find
Since this^^ = 
Then:






Next, we began to look into compositie functions.

The composite function   ° g  of two functions f  and g is defined by:

( ° g)(x) = f(g(x))


The domain of   ° is the set of all x in the domain such that g(x) is in the domain of f.

An example of a composite function problem:

Let  and 

( ° g)(x) 

( ° g)(x)

( ° g)(x)

( ° g)(x)

Domain problems are also common in this section, so be ready to find the domain of functions like we did in previous chapters.

Hope this helped!

-julia






No comments:

Post a Comment