Return to the Purplemath home page

 


powered by FreeFind

 

Print-friendly page

 

 

Function Notation: Evaluation (page 2 of 3)

Sections: Introduction & Evaluating at a number, Evaluating at a variable, Even and odd functions


You can evaluate functions at variables or expressions, rather than at numbers, also.

  • Given that f(x) = 3x2 + 2x, find f(h).

    Everywhere that your formula has an "x", you now plug in an "h":

      f(x) = 3x2 + 2x

      f(   ) = 3(  )2 + 2(  )

      f(h) = 3(h)2 + 2(h) = 3h2 + 2h

  • Given that f(x) = 3x2 + 2x, find f(x + h).

    Everywhere that your formula has an "x", you now plug in an "x + h".

      f(x) = 3x2 + 2x

      f(   ) = 3(  )2 + 2(  )

      f(x + h) = 3(x + h)2 + 2(x + h)

        = 3(x2 + 2xh + h2) + 2x + 2h

        = 3x2 + 6xh + 3h2 + 2x + 2h

If you're not sure how I got the stuff inside the parentheses (the set that the 3 was multiplied through), then you'll need to review polynomial multiplication.

  • Given that f(x) = 3x2 + 2x, find f(x + h) – f(h).

    Do not try to do this all at once. Instead, break this into pieces: first, find f(x + h); then find f(h); then do the subtraction.

      f(x) = 3x2 + 2x

      f(   ) = 3(  )2 + 2(  )

      f(x + h) = 3(x + h)2 + 2(x + h)

        = 3x2 + 6xh + 3h2  + 2x + 2h

      f(x) = 3x2 + 2x

      f(   ) = 3(  )2 + 2(  )

      f(h) = 3(h)2 + 2(h) = 3h2 + 2h

      f(x + h) – f(h)

        = [3x2 + 6xh + 3h2  + 2x + 2h] – [3h2 + 2h]

        = 3x2 + 6xh + 3h2  + 2x + 2h – 3h2   – 2h

        = 3x2 + 6xh + 3h2 – 3h2 + 2x + 2h   – 2h

        = 3x2 + 6xh + 2x

In particular, notice that f(x + h) – f(h) does not equal f(x + hh). That is, you cannot "simplify" the different functions' arguments!   Copyright © Elizabeth Stapel 2006-2008 All Rights Reserved

  • Given that f(x) = 3x2 + 2x, find [f(x + h) – f(x)] / h.

    This is actually something you will see again in calculus. I guess they're trying to "prep" you when they give you exercises like this, but it's not like anybody remembers these by the time they get to calculus, so it's really a lot of work for no real purpose. However, this type of problem is quite popular, so you should expect to need to know how to do it.

    The best course of action that I've found is to break this up into pieces. That is, find f(x + h) and f(x), and then subtract. Once you've simplified, only then do you do the division. It looks like this:

      f(x) = 3x2 + 2x

      f(   ) = 3(  )2 + 2(  )

      f(x + h) = 3(x + h)2 + 2(x + h)

        = 3x2 + 6xh + 3h2  + 2x + 2h

      f(x) = 3x2 + 2x

      f(x + h) – f(x)

        = [3x2 + 6xh + 3h2  + 2x + 2h] – [3x2 + 2x]

        = 3x2 + 6xh + 3h2  + 2x + 2h – 3x2   – 2x

        = 3x2 – 3x2 + 6xh + 3h2 + 2x – 2x + 2h

        = 6xh + 3h2 + 2h

      [f(x + h) – f(x)] / h = [6xh + 3h2 + 2h] / h

        = h[6x + 3h + 2] / h

        = 6x + 3h + 2

Be careful, and split the problems into small, simple steps, and you should be able to complete these successfully.

<< Previous  Top  |  1 | 2 | 3  |  Return to Index  Next >>

Cite this article as:

Stapel, Elizabeth. "Function Notation: Evaluation." Purplemath. Available from
    http://www.purplemath.com/modules/fcnnot2.htm. Accessed
 

 

Lessons index

Lessons CD




Purplemath:
  Linking to this site
  Printing pages
  Donating
  School licensing


Reviews of
Internet Sites:
   Free Help
   Practice
   Et Cetera

The "Homework
   Guidelines"

Study Skills Survey

Tutoring ($$)


This lesson may be printed out for your personal use.

Content copyright protected by Copyscape website plagiarism search
  

  Copyright © 2006-2008  Elizabeth Stapel   |   About   |   Terms of Use

 

 Feedback   |   Error?