Section 1.1
    Functions and their Representations

                    V63.0121.021/041, Calculus I

                          New York University


                         September 8, 2010


Announcements

   First WebAssign-ments are due September 13
   First written assignment is due September 15
   Do the Get-to-Know-You survey for extra credit!
Announcements




          First WebAssign-ments are
          due September 13
          First written assignment is
          due September 15
          Do the Get-to-Know-You
          survey for extra credit!




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   2 / 33
Function
Objectives: Functions and their Representations



          Understand the definition of
          function.
          Work with functions
          represented in different ways
          Work with functions defined
          piecewise over several
          intervals.
          Understand and apply the
          definition of increasing and
          decreasing function.




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   3 / 33
What is a function?




Definition
A function f is a relation which assigns to to every element x in a set D a
single element f (x) in a set E .
       The set D is called the domain of f .
       The set E is called the target of f .
       The set { y | y = f (x) for some x } is called the range of f .




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions    September 8, 2010   4 / 33
Outline


Modeling

Examples of          functions
   Functions         expressed by formulas
   Functions         described numerically
   Functions         described graphically
   Functions         described verbally

Properties of functions
   Monotonicity
   Symmetry




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   5 / 33
The Modeling Process



                 Real-world               model              Mathematical
                 Problems                                       Model




                                                                   solve
                     test




                Real-world              interpret            Mathematical
                Predictions                                  Conclusions




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions        September 8, 2010   6 / 33
Plato’s Cave




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   7 / 33
The Modeling Process



                 Real-world               model              Mathematical
                 Problems                                       Model




                                                                   solve
                     test




                Real-world              interpret            Mathematical
                Predictions                                  Conclusions


                 Shadows                                        Forms

V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions        September 8, 2010   8 / 33
Outline


Modeling

Examples of          functions
   Functions         expressed by formulas
   Functions         described numerically
   Functions         described graphically
   Functions         described verbally

Properties of functions
   Monotonicity
   Symmetry




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   9 / 33
Functions expressed by formulas




Any expression in a single variable x defines a function. In this case, the
domain is understood to be the largest set of x which after substitution,
give a real number.




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   10 / 33
Formula function example

Example
                  x +1
Let f (x) =            . Find the domain and range of f .
                  x −2




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   11 / 33
Formula function example

Example
                  x +1
Let f (x) =            . Find the domain and range of f .
                  x −2

Solution
The denominator is zero when x = 2, so the domain is all real numbers
except 2.




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   11 / 33
Formula function example

Example
                  x +1
Let f (x) =            . Find the domain and range of f .
                  x −2

Solution
The denominator is zero when x = 2, so the domain is all real numbers
except 2. As for the range, we can solve
                                          x +1        2y + 1
                                     y=        =⇒ x =
                                          x −2        y −1
So as long as y = 1, there is an x associated to y .




V63.0121.021/041, Calculus I (NYU)          Section 1.1 Functions   September 8, 2010   11 / 33
Formula function example

Example
                  x +1
Let f (x) =            . Find the domain and range of f .
                  x −2

Solution
The denominator is zero when x = 2, so the domain is all real numbers
except 2. As for the range, we can solve
                                          x +1        2y + 1
                                     y=        =⇒ x =
                                          x −2        y −1
So as long as y = 1, there is an x associated to y . Therefore

                                     domain(f ) = { x | x = 2 }
                                      range(f ) = { y | y = 1 }


V63.0121.021/041, Calculus I (NYU)          Section 1.1 Functions   September 8, 2010   11 / 33
How did you get that?



                                                                            x +1
                                      start                               y=
                                                                            x −2
                      cross-multiply                            y (x − 2) = x + 1
                             distribute                          xy − 2y = x + 1
                     collect x terms                                  xy − x = 2y + 1
                                     factor                     x(y − 1) = 2y + 1
                                                                           2y + 1
                                     divide                            x=
                                                                            y −1




V63.0121.021/041, Calculus I (NYU)            Section 1.1 Functions               September 8, 2010   12 / 33
No-no’s for expressions




        Cannot have zero in the
        denominator of an
        expression
        Cannot have a negative
        number under an even root
        (e.g., square root)
        Cannot have the logarithm
        of a negative number




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   13 / 33
Piecewise-defined functions
Example
Let
                                                  x2          0 ≤ x ≤ 1;
                                     f (x) =
                                                  3−x         1 < x ≤ 2.
Find the domain and range of f and graph the function.




V63.0121.021/041, Calculus I (NYU)             Section 1.1 Functions       September 8, 2010   14 / 33
Piecewise-defined functions
Example
Let
                                                   x2         0 ≤ x ≤ 1;
                                     f (x) =
                                                   3−x        1 < x ≤ 2.
Find the domain and range of f and graph the function.

Solution
The domain is [0, 2]. The range is [0, 2). The graph is piecewise.

                                           2

                                           1


                                               0         1         2

V63.0121.021/041, Calculus I (NYU)             Section 1.1 Functions       September 8, 2010   14 / 33
Functions described numerically




We can just describe a function by a table of values, or a diagram.




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   15 / 33
Example


Is this a function? If so, what is the range?



               x f (x)
               1   4
               2   5
               3   6




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   16 / 33
Example


Is this a function? If so, what is the range?


                                           1                 4
               x f (x)
               1   4                       2                 5
               2   5
               3   6
                                           3                 6




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   16 / 33
Example


Is this a function? If so, what is the range?


                                           1                 4
               x f (x)
               1   4                       2                 5
               2   5
               3   6
                                           3                 6


Yes, the range is {4, 5, 6}.




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   16 / 33
Example


Is this a function? If so, what is the range?



               x f (x)
               1   4
               2   4
               3   6




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   17 / 33
Example


Is this a function? If so, what is the range?


                                           1                 4
               x f (x)
               1   4                       2                 5
               2   4
               3   6
                                           3                 6




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   17 / 33
Example


Is this a function? If so, what is the range?


                                           1                 4
               x f (x)
               1   4                       2                 5
               2   4
               3   6
                                           3                 6


Yes, the range is {4, 6}.




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   17 / 33
Example


How about this one?



               x f (x)
               1   4
               1   5
               3   6




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   18 / 33
Example


How about this one?


                                           1                 4
               x f (x)
               1   4                       2                 5
               1   5
               3   6
                                           3                 6




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   18 / 33
Example


How about this one?


                                           1                 4
               x f (x)
               1   4                       2                 5
               1   5
               3   6
                                           3                 6


No, that one’s not “deterministic.”




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   18 / 33
An ideal function




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   19 / 33
An ideal function




        Domain is the buttons




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   19 / 33
An ideal function




        Domain is the buttons
        Range is the kinds of soda
        that come out




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   19 / 33
An ideal function




        Domain is the buttons
        Range is the kinds of soda
        that come out
        You can press more than one
        button to get some brands




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   19 / 33
An ideal function




        Domain is the buttons
        Range is the kinds of soda
        that come out
        You can press more than one
        button to get some brands
        But each button will only
        give one brand




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   19 / 33
Why numerical functions matter




In science, functions are often defined by data. Or, we observe data and
assume that it’s close to some nice continuous function.




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   20 / 33
Numerical Function Example

Here is the temperature in Boise, Idaho measured in 15-minute intervals
over the period August 22–29, 2008.

                100
                 90
                 80
                 70
                 60
                 50
                 40
                 30
                 20
                 10
                        8/22 8/23 8/24 8/25 8/26 8/27 8/28 8/29


V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   21 / 33
Functions described graphically

Sometimes all we have is the “picture” of a function, by which we mean,
its graph.




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   22 / 33
Functions described graphically

Sometimes all we have is the “picture” of a function, by which we mean,
its graph.




The one on the right is a relation but not a function.

V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   22 / 33
Functions described verbally




Oftentimes our functions come out of nature and have verbal descriptions:
       The temperature T (t) in this room at time t.
       The elevation h(θ) of the point on the equator at longitude θ.
       The utility u(x) I derive by consuming x burritos.




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   23 / 33
Outline


Modeling

Examples of          functions
   Functions         expressed by formulas
   Functions         described numerically
   Functions         described graphically
   Functions         described verbally

Properties of functions
   Monotonicity
   Symmetry




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   24 / 33
Monotonicity

Example
Let P(x) be the probability that my income was at least $x last year.
What might a graph of P(x) look like?




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   25 / 33
Monotonicity

Example
Let P(x) be the probability that my income was at least $x last year.
What might a graph of P(x) look like?


      1




   0.5




          $0                                $52,115                       $100K

V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   25 / 33
Monotonicity




Definition

       A function f is decreasing if f (x1 ) > f (x2 ) whenever x1 < x2 for any
       two points x1 and x2 in the domain of f .
       A function f is increasing if f (x1 ) < f (x2 ) whenever x1 < x2 for any
       two points x1 and x2 in the domain of f .




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   26 / 33
Examples




Example
Going back to the burrito function, would you call it increasing?




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   27 / 33
Examples




Example
Going back to the burrito function, would you call it increasing?

Example
Obviously, the temperature in Boise is neither increasing nor decreasing.




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   27 / 33
Symmetry




Example
Let I (x) be the intensity of light x distance from a point.

Example
Let F (x) be the gravitational force at a point x distance from a black hole.




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   28 / 33
Possible Intensity Graph


                                     y = I (x)




                                                                     x




V63.0121.021/041, Calculus I (NYU)      Section 1.1 Functions   September 8, 2010   29 / 33
Possible Gravity Graph

                                     y = F (x)




                                                                      x




V63.0121.021/041, Calculus I (NYU)       Section 1.1 Functions   September 8, 2010   30 / 33
Definitions




Definition

       A function f is called even if f (−x) = f (x) for all x in the domain of
       f.
       A function f is called odd if f (−x) = −f (x) for all x in the domain
       of f .




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   31 / 33
Examples




       Even: constants, even powers, cosine
       Odd: odd powers, sine, tangent
       Neither: exp, log




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   32 / 33
Summary




       The fundamental unit of investigation in calculus is the function.
       Functions can have many representations




V63.0121.021/041, Calculus I (NYU)   Section 1.1 Functions   September 8, 2010   33 / 33

More Related Content

PDF
Lesson 1: Functions
PDF
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...
PDF
Lesson 7: The Derivative as a Function
PDF
Lesson 23: Antiderivatives (Section 021 slides)
PDF
Lesson 23: Antiderivatives (Section 041 slides)
PDF
1 - Linear Regression
PDF
Lesson 1: Functions and their representations (slides)
PDF
Lesson 28: Integration by Subsitution
Lesson 1: Functions
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...
Lesson 7: The Derivative as a Function
Lesson 23: Antiderivatives (Section 021 slides)
Lesson 23: Antiderivatives (Section 041 slides)
1 - Linear Regression
Lesson 1: Functions and their representations (slides)
Lesson 28: Integration by Subsitution

What's hot (17)

PDF
Lesson 15: Exponential Growth and Decay (Section 041 slides)
PDF
Lesson15 -exponential_growth_and_decay_021_slides
PDF
Lesson 26: Integration by Substitution (slides)
PDF
Lesson 23: Antiderivatives
PDF
Session 20
PDF
Lesson 4: Calculating Limits (Section 21 slides)
PDF
Lesson 13: Exponential and Logarithmic Functions (Section 021 slides)
PDF
Lesson 26: The Fundamental Theorem of Calculus (handout)
PDF
Lesson 15: Exponential Growth and Decay (handout)
PDF
05210401 P R O B A B I L I T Y T H E O R Y A N D S T O C H A S T I C P R...
PDF
Lesson 1: Functions and their representations (handout)
PDF
Lesson 12: Linear Approximation (Section 41 handout)
PDF
Optimal Finite Difference Grids for Elliptic and Parabolic PDEs with Applicat...
PDF
Lesson 2: A Catalog of Essential Functions (handout)
PDF
Lesson 25: Evaluating Definite Integrals (handout)
PDF
05 history of cv a machine learning (theory) perspective on computer vision
PPTX
Lagrange’s interpolation formula
Lesson 15: Exponential Growth and Decay (Section 041 slides)
Lesson15 -exponential_growth_and_decay_021_slides
Lesson 26: Integration by Substitution (slides)
Lesson 23: Antiderivatives
Session 20
Lesson 4: Calculating Limits (Section 21 slides)
Lesson 13: Exponential and Logarithmic Functions (Section 021 slides)
Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 15: Exponential Growth and Decay (handout)
05210401 P R O B A B I L I T Y T H E O R Y A N D S T O C H A S T I C P R...
Lesson 1: Functions and their representations (handout)
Lesson 12: Linear Approximation (Section 41 handout)
Optimal Finite Difference Grids for Elliptic and Parabolic PDEs with Applicat...
Lesson 2: A Catalog of Essential Functions (handout)
Lesson 25: Evaluating Definite Integrals (handout)
05 history of cv a machine learning (theory) perspective on computer vision
Lagrange’s interpolation formula
Ad

Viewers also liked (20)

PDF
Calculus 45S Slides April 30, 2008
PDF
Lesson22 -optimization_problems_slides
PDF
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...
PDF
Lesson 27: Integration by Substitution (Section 041 slides)
PDF
Lesson 3: Limits (Section 21 slides)
PDF
Methods from Mathematical Data Mining (Supported by Optimization)
PDF
Lesson 5: Continuity (Section 21 slides)
PDF
Lecture7
PDF
Lesson 17: Indeterminate Forms and L'Hôpital's Rule
PDF
Lesson 7: The Derivative (Section 21 slide)
PDF
Lesson 19: The Mean Value Theorem (slides)
PDF
Lesson 25: The Definite Integral
PDF
Lesson 15: Exponential Growth and Decay
PDF
Lesson 13: Related Rates Problems
PDF
Lesson20 -derivatives_and_the_shape_of_curves_021_slides
PDF
Lesson 28: Integration by Subsitution
PDF
Lesson 10: The Chain Rule (Section 41 slides)
PDF
Lesson 22: Optimization (Section 021 slides)
PDF
Lesson 4: Calculating Limits (Section 21 slides)
PDF
Lesson18 -maximum_and_minimum_values_slides
Calculus 45S Slides April 30, 2008
Lesson22 -optimization_problems_slides
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...
Lesson 27: Integration by Substitution (Section 041 slides)
Lesson 3: Limits (Section 21 slides)
Methods from Mathematical Data Mining (Supported by Optimization)
Lesson 5: Continuity (Section 21 slides)
Lecture7
Lesson 17: Indeterminate Forms and L'Hôpital's Rule
Lesson 7: The Derivative (Section 21 slide)
Lesson 19: The Mean Value Theorem (slides)
Lesson 25: The Definite Integral
Lesson 15: Exponential Growth and Decay
Lesson 13: Related Rates Problems
Lesson20 -derivatives_and_the_shape_of_curves_021_slides
Lesson 28: Integration by Subsitution
Lesson 10: The Chain Rule (Section 41 slides)
Lesson 22: Optimization (Section 021 slides)
Lesson 4: Calculating Limits (Section 21 slides)
Lesson18 -maximum_and_minimum_values_slides
Ad

Similar to Lesson 1: Functions (20)

PDF
Lesson 1: Functions and their representations (slides)
PDF
Lesson 1: Functions
PDF
Calculus 1 Lecture Notes (Functions and Their Graphs)
PDF
Calculus_I_Chapter_1 (Printed version).pdf
PDF
Functions
PDF
5.1 Defining and visualizing functions. A handout.
PPT
Module 1 Lesson 1 Remediation Notes
PPTX
Functions(XIANDXII)uoiuouhgfdrvjogvd.pptx
PDF
Lesson 1: Functions
PPTX
01 FUNCTIONS.pptx
PDF
3.1 Functions and Function Notation
PPTX
439_Applied_Mathematics_for_Civil_Engineering_LECTURE_1 Function.pptx
PPT
Relations and functions
PDF
Lesson 1: Functions
DOC
Chapter 1 (functions).
PDF
5.1 Defining and visualizing functions. Dynamic slides.
PDF
Lesson 2: A Catalog of Essential Functions
PDF
Lesson 2: A Catalog of Essential Functions
PDF
Principle of Function Analysis - by Arun Umrao
PDF
Function Analysis v.1
Lesson 1: Functions and their representations (slides)
Lesson 1: Functions
Calculus 1 Lecture Notes (Functions and Their Graphs)
Calculus_I_Chapter_1 (Printed version).pdf
Functions
5.1 Defining and visualizing functions. A handout.
Module 1 Lesson 1 Remediation Notes
Functions(XIANDXII)uoiuouhgfdrvjogvd.pptx
Lesson 1: Functions
01 FUNCTIONS.pptx
3.1 Functions and Function Notation
439_Applied_Mathematics_for_Civil_Engineering_LECTURE_1 Function.pptx
Relations and functions
Lesson 1: Functions
Chapter 1 (functions).
5.1 Defining and visualizing functions. Dynamic slides.
Lesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential Functions
Principle of Function Analysis - by Arun Umrao
Function Analysis v.1

More from Mel Anthony Pepito (19)

PDF
Lesson 16: Inverse Trigonometric Functions
PDF
Lesson 11: Implicit Differentiation
PDF
Lesson 12: Linear Approximation
PDF
Lesson 14: Derivatives of Logarithmic and Exponential Functions
PDF
Lesson 21: Curve Sketching
PDF
Lesson 19: The Mean Value Theorem
PDF
Lesson 24: Area and Distances
PDF
Lesson 23: Antiderivatives
PDF
Lesson 26: Evaluating Definite Integrals
PDF
Lesson 27: The Fundamental Theorem of Calculus
PDF
Introduction
PDF
Introduction
PDF
Lesson 3: Limits
PDF
Lesson 5: Continuity (Section 41 slides)
PDF
Lesson 2: A Catalog of Essential Functions
PDF
Lesson 4: Calculating Limits (Section 41 slides)
PDF
Lesson 6: Limits Involving ∞ (Section 41 slides)
PDF
Lesson 7: The Derivative (Section 41 slides)
PDF
Lesson 6: Limits Involving ∞ (Section 21 slides)
Lesson 16: Inverse Trigonometric Functions
Lesson 11: Implicit Differentiation
Lesson 12: Linear Approximation
Lesson 14: Derivatives of Logarithmic and Exponential Functions
Lesson 21: Curve Sketching
Lesson 19: The Mean Value Theorem
Lesson 24: Area and Distances
Lesson 23: Antiderivatives
Lesson 26: Evaluating Definite Integrals
Lesson 27: The Fundamental Theorem of Calculus
Introduction
Introduction
Lesson 3: Limits
Lesson 5: Continuity (Section 41 slides)
Lesson 2: A Catalog of Essential Functions
Lesson 4: Calculating Limits (Section 41 slides)
Lesson 6: Limits Involving ∞ (Section 41 slides)
Lesson 7: The Derivative (Section 41 slides)
Lesson 6: Limits Involving ∞ (Section 21 slides)

Lesson 1: Functions

  • 1. Section 1.1 Functions and their Representations V63.0121.021/041, Calculus I New York University September 8, 2010 Announcements First WebAssign-ments are due September 13 First written assignment is due September 15 Do the Get-to-Know-You survey for extra credit!
  • 2. Announcements First WebAssign-ments are due September 13 First written assignment is due September 15 Do the Get-to-Know-You survey for extra credit! V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 2 / 33
  • 4. Objectives: Functions and their Representations Understand the definition of function. Work with functions represented in different ways Work with functions defined piecewise over several intervals. Understand and apply the definition of increasing and decreasing function. V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 3 / 33
  • 5. What is a function? Definition A function f is a relation which assigns to to every element x in a set D a single element f (x) in a set E . The set D is called the domain of f . The set E is called the target of f . The set { y | y = f (x) for some x } is called the range of f . V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 4 / 33
  • 6. Outline Modeling Examples of functions Functions expressed by formulas Functions described numerically Functions described graphically Functions described verbally Properties of functions Monotonicity Symmetry V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 5 / 33
  • 7. The Modeling Process Real-world model Mathematical Problems Model solve test Real-world interpret Mathematical Predictions Conclusions V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 6 / 33
  • 8. Plato’s Cave V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 7 / 33
  • 9. The Modeling Process Real-world model Mathematical Problems Model solve test Real-world interpret Mathematical Predictions Conclusions Shadows Forms V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 8 / 33
  • 10. Outline Modeling Examples of functions Functions expressed by formulas Functions described numerically Functions described graphically Functions described verbally Properties of functions Monotonicity Symmetry V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 9 / 33
  • 11. Functions expressed by formulas Any expression in a single variable x defines a function. In this case, the domain is understood to be the largest set of x which after substitution, give a real number. V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 10 / 33
  • 12. Formula function example Example x +1 Let f (x) = . Find the domain and range of f . x −2 V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 11 / 33
  • 13. Formula function example Example x +1 Let f (x) = . Find the domain and range of f . x −2 Solution The denominator is zero when x = 2, so the domain is all real numbers except 2. V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 11 / 33
  • 14. Formula function example Example x +1 Let f (x) = . Find the domain and range of f . x −2 Solution The denominator is zero when x = 2, so the domain is all real numbers except 2. As for the range, we can solve x +1 2y + 1 y= =⇒ x = x −2 y −1 So as long as y = 1, there is an x associated to y . V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 11 / 33
  • 15. Formula function example Example x +1 Let f (x) = . Find the domain and range of f . x −2 Solution The denominator is zero when x = 2, so the domain is all real numbers except 2. As for the range, we can solve x +1 2y + 1 y= =⇒ x = x −2 y −1 So as long as y = 1, there is an x associated to y . Therefore domain(f ) = { x | x = 2 } range(f ) = { y | y = 1 } V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 11 / 33
  • 16. How did you get that? x +1 start y= x −2 cross-multiply y (x − 2) = x + 1 distribute xy − 2y = x + 1 collect x terms xy − x = 2y + 1 factor x(y − 1) = 2y + 1 2y + 1 divide x= y −1 V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 12 / 33
  • 17. No-no’s for expressions Cannot have zero in the denominator of an expression Cannot have a negative number under an even root (e.g., square root) Cannot have the logarithm of a negative number V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 13 / 33
  • 18. Piecewise-defined functions Example Let x2 0 ≤ x ≤ 1; f (x) = 3−x 1 < x ≤ 2. Find the domain and range of f and graph the function. V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 14 / 33
  • 19. Piecewise-defined functions Example Let x2 0 ≤ x ≤ 1; f (x) = 3−x 1 < x ≤ 2. Find the domain and range of f and graph the function. Solution The domain is [0, 2]. The range is [0, 2). The graph is piecewise. 2 1 0 1 2 V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 14 / 33
  • 20. Functions described numerically We can just describe a function by a table of values, or a diagram. V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 15 / 33
  • 21. Example Is this a function? If so, what is the range? x f (x) 1 4 2 5 3 6 V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 16 / 33
  • 22. Example Is this a function? If so, what is the range? 1 4 x f (x) 1 4 2 5 2 5 3 6 3 6 V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 16 / 33
  • 23. Example Is this a function? If so, what is the range? 1 4 x f (x) 1 4 2 5 2 5 3 6 3 6 Yes, the range is {4, 5, 6}. V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 16 / 33
  • 24. Example Is this a function? If so, what is the range? x f (x) 1 4 2 4 3 6 V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 17 / 33
  • 25. Example Is this a function? If so, what is the range? 1 4 x f (x) 1 4 2 5 2 4 3 6 3 6 V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 17 / 33
  • 26. Example Is this a function? If so, what is the range? 1 4 x f (x) 1 4 2 5 2 4 3 6 3 6 Yes, the range is {4, 6}. V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 17 / 33
  • 27. Example How about this one? x f (x) 1 4 1 5 3 6 V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 18 / 33
  • 28. Example How about this one? 1 4 x f (x) 1 4 2 5 1 5 3 6 3 6 V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 18 / 33
  • 29. Example How about this one? 1 4 x f (x) 1 4 2 5 1 5 3 6 3 6 No, that one’s not “deterministic.” V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 18 / 33
  • 30. An ideal function V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 19 / 33
  • 31. An ideal function Domain is the buttons V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 19 / 33
  • 32. An ideal function Domain is the buttons Range is the kinds of soda that come out V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 19 / 33
  • 33. An ideal function Domain is the buttons Range is the kinds of soda that come out You can press more than one button to get some brands V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 19 / 33
  • 34. An ideal function Domain is the buttons Range is the kinds of soda that come out You can press more than one button to get some brands But each button will only give one brand V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 19 / 33
  • 35. Why numerical functions matter In science, functions are often defined by data. Or, we observe data and assume that it’s close to some nice continuous function. V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 20 / 33
  • 36. Numerical Function Example Here is the temperature in Boise, Idaho measured in 15-minute intervals over the period August 22–29, 2008. 100 90 80 70 60 50 40 30 20 10 8/22 8/23 8/24 8/25 8/26 8/27 8/28 8/29 V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 21 / 33
  • 37. Functions described graphically Sometimes all we have is the “picture” of a function, by which we mean, its graph. V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 22 / 33
  • 38. Functions described graphically Sometimes all we have is the “picture” of a function, by which we mean, its graph. The one on the right is a relation but not a function. V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 22 / 33
  • 39. Functions described verbally Oftentimes our functions come out of nature and have verbal descriptions: The temperature T (t) in this room at time t. The elevation h(θ) of the point on the equator at longitude θ. The utility u(x) I derive by consuming x burritos. V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 23 / 33
  • 40. Outline Modeling Examples of functions Functions expressed by formulas Functions described numerically Functions described graphically Functions described verbally Properties of functions Monotonicity Symmetry V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 24 / 33
  • 41. Monotonicity Example Let P(x) be the probability that my income was at least $x last year. What might a graph of P(x) look like? V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 25 / 33
  • 42. Monotonicity Example Let P(x) be the probability that my income was at least $x last year. What might a graph of P(x) look like? 1 0.5 $0 $52,115 $100K V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 25 / 33
  • 43. Monotonicity Definition A function f is decreasing if f (x1 ) > f (x2 ) whenever x1 < x2 for any two points x1 and x2 in the domain of f . A function f is increasing if f (x1 ) < f (x2 ) whenever x1 < x2 for any two points x1 and x2 in the domain of f . V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 26 / 33
  • 44. Examples Example Going back to the burrito function, would you call it increasing? V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 27 / 33
  • 45. Examples Example Going back to the burrito function, would you call it increasing? Example Obviously, the temperature in Boise is neither increasing nor decreasing. V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 27 / 33
  • 46. Symmetry Example Let I (x) be the intensity of light x distance from a point. Example Let F (x) be the gravitational force at a point x distance from a black hole. V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 28 / 33
  • 47. Possible Intensity Graph y = I (x) x V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 29 / 33
  • 48. Possible Gravity Graph y = F (x) x V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 30 / 33
  • 49. Definitions Definition A function f is called even if f (−x) = f (x) for all x in the domain of f. A function f is called odd if f (−x) = −f (x) for all x in the domain of f . V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 31 / 33
  • 50. Examples Even: constants, even powers, cosine Odd: odd powers, sine, tangent Neither: exp, log V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 32 / 33
  • 51. Summary The fundamental unit of investigation in calculus is the function. Functions can have many representations V63.0121.021/041, Calculus I (NYU) Section 1.1 Functions September 8, 2010 33 / 33