Copyright © Cengage Learning. All rights reserved.

Slides:



Advertisements
Similar presentations
Introduction to Limits
Advertisements

Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Multiple Integration 14 Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved. 13 The Integral.
Copyright © Cengage Learning. All rights reserved. 11 Techniques of Differentiation with Applications.
Functions of Several Variables Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved. Real Numbers and Their Basic Properties 1.
Copyright © Cengage Learning. All rights reserved. Polynomial And Rational Functions.
Copyright © 2008 Cengage Learning Understanding Generalist Practice, 5e, Kirst-Ashman/Hull 211.
Copyright © 2008 Cengage Learning Understanding Generalist Practice, 5e, Kirst-Ashman/Hull 224.
Logarithmic, Exponential, and Other Transcendental Functions Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
INTRODUCTION TO EMBEDDED SYSTEMS INTERFACING TO THE FREESCALE 9S12 Power Point Presentation Local Variables and Parameter Passing 8-1.
Integration Techniques, L’Hôpital’s Rule, and Improper Integrals Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved. Real Numbers and Their Basic Properties 1.
2 Copyright © Cengage Learning. All rights reserved. Differentiation.
Copyright © Cengage Learning. All rights reserved Introduction to Limits.
Copyright © Cengage Learning. All rights reserved. 12 Limits and an Introduction to Calculus.
Integration 4 Copyright © Cengage Learning. All rights reserved.
5 Copyright © Cengage Learning. All rights reserved. Logarithmic, Exponential, and Other Transcendental Functions.
Integration 4 Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved. 1 Functions and Their Graphs.
Copyright © Cengage Learning. All rights reserved. 5 Integrals.
Copyright © Cengage Learning. All rights reserved. 1 Functions and Their Graphs.
Copyright © Cengage Learning. All rights reserved. 5.1 Using Fundamental Identities.
Copyright © Cengage Learning. All rights reserved. 7 Techniques of Integration.
Copyright © Cengage Learning. All rights reserved. Systems of Linear Equations and Inequalities in Two Variables 7.
Copyright © Cengage Learning. All rights reserved. Systems of Linear Equations and Inequalities in Two Variables 7.
Copyright © Cengage Learning. All rights reserved. Applications of Differentiation.
Functions of Several Variables Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved. Fundamentals.
Copyright © Cengage Learning. All rights reserved. Graphs; Equations of Lines; Functions; Variation 3.
Copyright © Cengage Learning. All rights reserved. 9 Sequences, Series, and Probability.
Multiple Integration 14 Copyright © Cengage Learning. All rights reserved.
1 Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
10.5 Inverses of Matrices and Matrix Equations
Integration Techniques, L’Hôpital’s Rule, and Improper Integrals
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
11.1: Introduction to Limits
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Integration Techniques, L’Hôpital’s Rule, and Improper Integrals
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
13 Functions of Several Variables
Fractions, Decimals, and Percents
8 Integration Techniques, L’Hôpital’s Rule, and Improper Integrals
Definition Copyright © 2013 Pearson Education, Inc.. All rights reserved.
Lesson 3.3 Function Notation
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Exponential and Logarithmic Functions
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Integration Techniques, L’Hôpital’s Rule, and Improper Integrals
Copyright © Cengage Learning. All rights reserved.
Integration Techniques, L’Hôpital’s Rule, and Improper Integrals
8 Integration Techniques, L’Hôpital’s Rule, and Improper Integrals
Presentation transcript:

Copyright © Cengage Learning. All rights reserved. Functions Copyright © Cengage Learning. All rights reserved.

Copyright © Cengage Learning. All rights reserved. 2.1 What is a Function? Copyright © Cengage Learning. All rights reserved.

Objectives Evaluating a Function

Evaluating a Function

Evaluating a Function In the definition of a function the independent variable x plays the role of a placeholder. For example, the function f (x) = 3x2 + x – 5 can be thought of as To evaluate f at a number, we substitute the number for the placeholder.

Example 2 – Evaluating a Function Let f (x) = 3x2 + x – 5. Evaluate each function value. (a) f (–2) (b) f (0) (c) f (4) (d) f ( x+h ) Solution : To evaluate f at a number, we substitute the number for x in the definition of f. (a) f(–2) = 3  (–2)2 + (–2) – 5 = 5

Example 2 – Solution (b) f (0) = 3  02 + 0 – 5 = –5 cont’d (b) f (0) = 3  02 + 0 – 5 = –5 (c) f (4) = 3  (4)2 + 4 – 5 = 47 (d) f (x+h) = 3(x+h)2 + x+h – 5 = 3x2 + 6xh + 3h2 + x + h – 5