SlideShare a Scribd company logo
1 of 74
Download to read offline
.
                 Sec on 1.1
      Func ons and their Representa ons

                    V63.0121.001, Calculus I
                  Professor Ma hew Leingang

                       New York University

Announcements
    First WebAssign-ments are due January 31
    Do the Get-to-Know-You survey for extra credit!
Section 1.1
Functions and their
 Representations
   V63.0121.001, Calculus I
 Professor Ma hew Leingang
       New York University
Announcements


   First WebAssign-ments
   are due January 31
   Do the Get-to-Know-You
   survey for extra credit!
Objectives
  Understand the defini on of
  func on.
  Work with func ons
  represented in different ways
  Work with func ons defined
  piecewise over several intervals.
  Understand and apply the
  defini on of increasing and
  decreasing func on.
What is a function?

 Defini on
 A func on f is a rela on 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.
Outline
 Modeling
 Examples of func ons
    Func ons expressed by formulas
    Func ons described numerically
    Func ons described graphically
    Func ons described verbally
 Proper es of func ons
    Monotonicity
    Symmetry
The Modeling Process

      Real-world
           .
           .        model      Mathema cal
                                    .
       Problems                   Model




                                    solve
        test



     Real-world    interpret   Mathema cal
          .                         .
     Predic ons                Conclusions
Plato’s Cave



               .
The Modeling Process

             Real-world
                  .
                  .        model      Mathema cal
                                           .
              Problems                   Model
   Shadows




                                                    Forms
                                           solve
               test



             Real-world   interpret   Mathema cal
                  .                        .
             Predic ons               Conclusions
Outline
 Modeling
 Examples of func ons
    Func ons expressed by formulas
    Func ons described numerically
    Func ons described graphically
    Func ons described verbally
 Proper es of func ons
    Monotonicity
    Symmetry
Functions expressed by formulas


 Any expression in a single variable x defines a func on. In this case,
 the domain is understood to be the largest set of x which a er
 subs tu on, give a real number.
Formula function example
 Example
              x+1
 Let f(x) =       . Find the domain and range of f.
              x−2
Formula function example
 Example
              x+1
 Let f(x) =       . Find the domain and range of f.
              x−2

 Solu on
 The denominator is zero when x = 2, so the domain is all real numbers
 except 2. We write:

                        domain(f) = { x | x ̸= 2 }
Formula function example
 Example
              x+1
 Let f(x) =       . Find the domain and range of f.
              x−2

 Solu on
                                        x+1            2y + 1
 As for the range, we can solve y =             =⇒ x =        . So as
                                        x−2            y−1
 long as y ̸= 1, there is an x associated to y.

                         range(f) = { y | y ̸= 1 }
How did you get that?
                             x+1
          start         y=
                             x−2
How did you get that?
                                 x+1
              start         y=
                                 x−2
      cross-mul ply   y(x − 2) = x + 1
How did you get that?
                                  x+1
               start         y=
                                  x−2
      cross-mul ply    y(x − 2) = x + 1
          distribute    xy − 2y = x + 1
How did you get that?
                                   x+1
                start         y=
                                   x−2
       cross-mul ply    y(x − 2) = x + 1
           distribute    xy − 2y = x + 1
      collect x terms     xy − x = 2y + 1
How did you get that?
                                    x+1
                start          y=
                                    x−2
       cross-mul ply     y(x − 2) = x + 1
           distribute     xy − 2y = x + 1
      collect x terms      xy − x = 2y + 1
                factor   x(y − 1) = 2y + 1
How did you get that?
                                    x+1
                start          y=
                                    x−2
       cross-mul ply     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
No-no’s for expressions
   Cannot have zero in the
   denominator of an
   expression
   Cannot have a nega ve
   number under an even
   root (e.g., square root)
   Cannot have the
   logarithm of a nega ve
   number
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 func on.
Piecewise-defined functions
Example                          Solu on
Let                              The domain is [0, 2]. The graph
             {                   can be drawn piecewise.
              x2    0 ≤ x ≤ 1;
      f(x) =                               2
              3−x   1 < x ≤ 2.
                                           1
Find the domain and range of f
and graph the func on.                         .
                                               0   1   2
Piecewise-defined functions
Example                          Solu on
Let                              The domain is [0, 2]. The graph
             {                   can be drawn piecewise.
              x2    0 ≤ x ≤ 1;
      f(x) =                               2
              3−x   1 < x ≤ 2.
                                           1
Find the domain and range of f
and graph the func on.                         .
                                               0   1   2
Piecewise-defined functions
Example                          Solu on
Let                              The domain is [0, 2]. The graph
             {                   can be drawn piecewise.
              x2    0 ≤ x ≤ 1;
      f(x) =                               2
              3−x   1 < x ≤ 2.
                                           1
Find the domain and range of f
and graph the func on.                         .
                                               0   1   2
Piecewise-defined functions
Example                          Solu on
Let                              The domain is [0, 2]. The graph
             {                   can be drawn piecewise.
              x2    0 ≤ x ≤ 1;
      f(x) =                                2
              3−x   1 < x ≤ 2.
                                            1
Find the domain and range of f
and graph the func on.                          .
                                                0   1   2

                                 The range is [0, 2).
Functions described numerically


 We can just describe a func on by a table of values, or a diagram.
Functions defined by tables I
Example
Is this a func on? If so, what is
the range?
            x f(x)
            1 4
            2 5
            3 6
Functions defined by tables I
Example                             Solu on
Is this a func on? If so, what is
the range?                              1 .   4
            x f(x)
                                        2     5
            1 4
            2 5                         3     6
            3 6
Functions defined by tables I
Example                             Solu on
Is this a func on? If so, what is
the range?                              1 .   4
            x f(x)
                                        2     5
            1 4
            2 5                         3     6
            3 6
Functions defined by tables I
Example                             Solu on
Is this a func on? If so, what is
the range?                              1 .   4
            x f(x)
                                        2     5
            1 4
            2 5                         3     6
            3 6
Functions defined by tables I
Example                             Solu on
Is this a func on? If so, what is
the range?                              1 .   4
            x f(x)
                                        2     5
            1 4
            2 5                         3     6
            3 6
Functions defined by tables I
Example                             Solu on
Is this a func on? If so, what is
the range?                                1 .                4
            x f(x)
                                          2                  5
            1 4
            2 5                           3                  6
            3 6

                                    Yes, the range is {4, 5, 6}.
Functions defined by tables II
Example
Is this a func on? If so, what is
the range?
            x f(x)
            1 4
            2 4
            3 6
Functions defined by tables II
Example                             Solu on
Is this a func on? If so, what is
the range?                              1 .   4
            x f(x)
                                        2     5
            1 4
            2 4                         3     6
            3 6
Functions defined by tables II
Example                             Solu on
Is this a func on? If so, what is
the range?                              1 .   4
            x f(x)
                                        2     5
            1 4
            2 4                         3     6
            3 6
Functions defined by tables II
Example                             Solu on
Is this a func on? If so, what is
the range?                              1 .   4
            x f(x)
                                        2     5
            1 4
            2 4                         3     6
            3 6
Functions defined by tables II
Example                             Solu on
Is this a func on? If so, what is
the range?                              1 .   4
            x f(x)
                                        2     5
            1 4
            2 4                         3     6
            3 6
Functions defined by tables II
Example                             Solu on
Is this a func on? If so, what is
the range?                                1 .                   4
            x f(x)
                                          2                     5
            1 4
            2 4                           3                     6
            3 6

                                    Yes, the range is {4, 6}.
Functions defined by tables III
Example
Is this a func on? If so, what is
the range?
            x f(x)
            1 4
            1 5
            3 6
Functions defined by tables III
Example                             Solu on
Is this a func on? If so, what is
the range?                              1 .   4
            x f(x)
                                        2     5
            1 4
            1 5                         3     6
            3 6
Functions defined by tables III
Example                             Solu on
Is this a func on? If so, what is
the range?                              1 .   4
            x f(x)
                                        2     5
            1 4
            1 5                         3     6
            3 6
Functions defined by tables III
Example                             Solu on
Is this a func on? If so, what is
the range?                              1 .   4
            x f(x)
                                        2     5
            1 4
            1 5                         3     6
            3 6
Functions defined by tables III
Example                             Solu on
Is this a func on? If so, what is
the range?                              1 .   4
            x f(x)
                                        2     5
            1 4
            1 5                         3     6
            3 6
Functions defined by tables III
Example                             Solu on
Is this a func on? If so, what is
the range?                               1 .                 4
            x f(x)
                                         2                   5
            1 4
            1 5                          3                   6
            3 6

                                    This is not a func on.
An ideal function
An ideal function

   Domain is the bu ons
An ideal function

   Domain is the bu ons
   Range is the kinds of soda
   that come out
An ideal function

   Domain is the bu ons
   Range is the kinds of soda
   that come out
   You can press more than
   one bu on to get some
   brands
An ideal function

   Domain is the bu ons
   Range is the kinds of soda
   that come out
   You can press more than
   one bu on to get some
   brands
   But each bu on will only
   give one brand
Why numerical functions matter
 Ques on
 Why use numerical func ons at all? Formula func ons are so much
 easier to work with.
Why numerical functions matter
 Ques on
 Why use numerical func ons at all? Formula func ons are so much
 easier to work with.

 Answer
     In science, func ons are o en defined by data.
     Or, we observe data and assume that it’s close to some nice
     con nuous func on.
Numerical Function Example
 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
Functions described graphically
 Some mes all we have is the “picture” of a func on, by which we
 mean, its graph.




 The graph on the right represents a rela on but not a func on.
Functions described graphically
 Some mes all we have is the “picture” of a func on, by which we
 mean, its graph.




            .



 The graph on the right represents a rela on but not a func on.
Functions described graphically
 Some mes all we have is the “picture” of a func on, by which we
 mean, its graph.




            .                                  .



 The graph on the right represents a rela on but not a func on.
Functions described graphically
 Some mes all we have is the “picture” of a func on, by which we
 mean, its graph.




            .                                  .



 The graph on the right represents a rela on but not a func on.
Functions described graphically
 Some mes all we have is the “picture” of a func on, by which we
 mean, its graph.




            .                                  .



 The graph on the right represents a rela on but not a func on.
Functions described verbally

 O en mes our func ons come out of nature and have verbal
 descrip ons:
     The temperature T(t) in this room at me t.
Functions described verbally

 O en mes our func ons come out of nature and have verbal
 descrip ons:
     The temperature T(t) in this room at me t.
     The eleva on h(θ) of the point on the equator at longitude θ.
Functions described verbally

 O en mes our func ons come out of nature and have verbal
 descrip ons:
     The temperature T(t) in this room at me t.
     The eleva on h(θ) of the point on the equator at longitude θ.
     The u lity u(x) I derive by consuming x burritos.
Outline
 Modeling
 Examples of func ons
    Func ons expressed by formulas
    Func ons described numerically
    Func ons described graphically
    Func ons described verbally
 Proper es of func ons
    Monotonicity
    Symmetry
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?
Monotonicity
Example            Solu on
Let P(x) be the
probability that              1
my income was
at least $x last
year. What                   0.5
might a graph of
P(x) look like?                     .
                                   $0   $52,115   $100K
Monotonicity

 Defini on
    A func on f is decreasing if f(x1 ) > f(x2 ) whenever x1 < x2 for
    any two points x1 and x2 in the domain of f.
    A func on f is increasing if f(x1 ) < f(x2 ) whenever x1 < x2 for
    any two points x1 and x2 in the domain of f.
Examples
 Example
 Going back to the burrito func on, would you call it increasing?
Examples
 Example
 Going back to the burrito func on, would you call it increasing?

 Answer
 Not if they are all consumed at once! Strictly speaking, the
 insa ability principle in economics means that u li es are always
 increasing func ons.
Examples
 Example
 Going back to the burrito func on, would you call it increasing?

 Answer
 Not if they are all consumed at once! Strictly speaking, the
 insa ability principle in economics means that u li es are always
 increasing func ons.

 Example
 Obviously, the temperature in Boise is neither increasing nor
 decreasing.
Symmetry
 Consider the following func ons described as words
 Example
 Let I(x) be the intensity of light x distance from a point.

 Example
 Let F(x) be the gravita onal force at a point x distance from a black
 hole.
 What might their graphs look like?
Possible Intensity Graph

 Example                     Solu on
 Let I(x) be the intensity
 of light x distance from              y = I(x)
 a point. Sketch a
 possible graph for I(x).

                                                  .
                                                      x
Possible Gravity Graph
 Example                    Solu on
 Let F(x) be the
 gravita onal force at a              y = F(x)
 point x distance from a
 black hole. Sketch a
 possible graph for F(x).                        .
                                                     x
Definitions

 Defini on
    A func on f is called even if f(−x) = f(x) for all x in the domain
    of f.
    A func on f is called odd if f(−x) = −f(x) for all x in the
    domain of f.
Examples

 Example

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


  The fundamental unit of inves ga on in calculus is the func on.
  Func ons can have many representa ons

More Related Content

What's hot

functions limits and continuity
functions limits and continuityfunctions limits and continuity
functions limits and continuityPume Ananda
 
Functions
FunctionsFunctions
FunctionsJJkedst
 
C3 Transformations
C3 TransformationsC3 Transformations
C3 TransformationsJJkedst
 
Differential in several variables
Differential in several variables Differential in several variables
Differential in several variables Kum Visal
 
Lesson 2: Limits and Limit Laws
Lesson 2: Limits and Limit LawsLesson 2: Limits and Limit Laws
Lesson 2: Limits and Limit LawsMatthew Leingang
 
4.1 inverse functions
4.1 inverse functions4.1 inverse functions
4.1 inverse functionsmath260
 
Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Matthew Leingang
 
Grade 12 math differentiation-parametric functions
Grade 12 math  differentiation-parametric functionsGrade 12 math  differentiation-parametric functions
Grade 12 math differentiation-parametric functionssumanmathews
 
Module 4 exponential and logarithmic functions
Module 4   exponential and logarithmic functionsModule 4   exponential and logarithmic functions
Module 4 exponential and logarithmic functionsAya Chavez
 
Introduction to Functions
Introduction to FunctionsIntroduction to Functions
Introduction to FunctionsMelanie Loslo
 
Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)Matthew Leingang
 
3.2 implicit equations and implicit differentiation
3.2 implicit equations and implicit differentiation3.2 implicit equations and implicit differentiation
3.2 implicit equations and implicit differentiationmath265
 
Inverse functions
Inverse functionsInverse functions
Inverse functionsJJkedst
 

What's hot (20)

functions limits and continuity
functions limits and continuityfunctions limits and continuity
functions limits and continuity
 
Functions
FunctionsFunctions
Functions
 
C3 Transformations
C3 TransformationsC3 Transformations
C3 Transformations
 
Differential in several variables
Differential in several variables Differential in several variables
Differential in several variables
 
Functions limits and continuity
Functions limits and continuityFunctions limits and continuity
Functions limits and continuity
 
Lesson 2: Limits and Limit Laws
Lesson 2: Limits and Limit LawsLesson 2: Limits and Limit Laws
Lesson 2: Limits and Limit Laws
 
Limits and derivatives
Limits and derivativesLimits and derivatives
Limits and derivatives
 
4.1 inverse functions
4.1 inverse functions4.1 inverse functions
4.1 inverse functions
 
Jacobians new
Jacobians newJacobians new
Jacobians new
 
Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)
 
gfg
gfggfg
gfg
 
Limits, Continuity & Differentiation (Theory)
Limits, Continuity & Differentiation (Theory)Limits, Continuity & Differentiation (Theory)
Limits, Continuity & Differentiation (Theory)
 
Maths 12
Maths 12Maths 12
Maths 12
 
Grade 12 math differentiation-parametric functions
Grade 12 math  differentiation-parametric functionsGrade 12 math  differentiation-parametric functions
Grade 12 math differentiation-parametric functions
 
Module 4 exponential and logarithmic functions
Module 4   exponential and logarithmic functionsModule 4   exponential and logarithmic functions
Module 4 exponential and logarithmic functions
 
Introduction to Functions
Introduction to FunctionsIntroduction to Functions
Introduction to Functions
 
Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)
 
Derivatives
DerivativesDerivatives
Derivatives
 
3.2 implicit equations and implicit differentiation
3.2 implicit equations and implicit differentiation3.2 implicit equations and implicit differentiation
3.2 implicit equations and implicit differentiation
 
Inverse functions
Inverse functionsInverse functions
Inverse functions
 

Similar to Lesson 1: Functions and their representations (slides)

Varian, microeconomic analysis, solution book
Varian, microeconomic analysis, solution bookVarian, microeconomic analysis, solution book
Varian, microeconomic analysis, solution bookJosé Antonio PAYANO YALE
 
Partial Differentiation & Application
Partial Differentiation & Application Partial Differentiation & Application
Partial Differentiation & Application Yana Qlah
 
Algebra lesson 4.2 zeroes of quadratic functions
Algebra lesson 4.2 zeroes of quadratic functionsAlgebra lesson 4.2 zeroes of quadratic functions
Algebra lesson 4.2 zeroes of quadratic functionspipamutuc
 
Mc ty-explogfns-2009-1
Mc ty-explogfns-2009-1Mc ty-explogfns-2009-1
Mc ty-explogfns-2009-1supoteta
 
Module 1 quadratic functions
Module 1   quadratic functionsModule 1   quadratic functions
Module 1 quadratic functionsdionesioable
 
Functions
FunctionsFunctions
FunctionsSPSV
 
119 Powerpoint 2.2
119 Powerpoint 2.2119 Powerpoint 2.2
119 Powerpoint 2.2Jeneva Clark
 
Limits and Continuity of Functions
Limits and Continuity of Functions Limits and Continuity of Functions
Limits and Continuity of Functions OlooPundit
 
2.2 Polynomial Function Notes
2.2 Polynomial Function Notes2.2 Polynomial Function Notes
2.2 Polynomial Function Noteslgemgnani
 
Bahan ajar kalkulus integral
Bahan ajar kalkulus integralBahan ajar kalkulus integral
Bahan ajar kalkulus integralgrand_livina_good
 
4.3 derivatives of inv erse trig. functions
4.3 derivatives of inv erse trig. functions4.3 derivatives of inv erse trig. functions
4.3 derivatives of inv erse trig. functionsdicosmo178
 
Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)Juan Miguel Palero
 

Similar to Lesson 1: Functions and their representations (slides) (20)

Exponential functions
Exponential functionsExponential functions
Exponential functions
 
Varian, microeconomic analysis, solution book
Varian, microeconomic analysis, solution bookVarian, microeconomic analysis, solution book
Varian, microeconomic analysis, solution book
 
Partial Differentiation & Application
Partial Differentiation & Application Partial Differentiation & Application
Partial Differentiation & Application
 
Algebra lesson 4.2 zeroes of quadratic functions
Algebra lesson 4.2 zeroes of quadratic functionsAlgebra lesson 4.2 zeroes of quadratic functions
Algebra lesson 4.2 zeroes of quadratic functions
 
.
..
.
 
Function
FunctionFunction
Function
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
Mc ty-explogfns-2009-1
Mc ty-explogfns-2009-1Mc ty-explogfns-2009-1
Mc ty-explogfns-2009-1
 
Module 1 quadratic functions
Module 1   quadratic functionsModule 1   quadratic functions
Module 1 quadratic functions
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
Functions
FunctionsFunctions
Functions
 
119 Powerpoint 2.2
119 Powerpoint 2.2119 Powerpoint 2.2
119 Powerpoint 2.2
 
Functionworksheet1
Functionworksheet1Functionworksheet1
Functionworksheet1
 
Functions
FunctionsFunctions
Functions
 
Limits and Continuity of Functions
Limits and Continuity of Functions Limits and Continuity of Functions
Limits and Continuity of Functions
 
2.2 Polynomial Function Notes
2.2 Polynomial Function Notes2.2 Polynomial Function Notes
2.2 Polynomial Function Notes
 
Bahan ajar kalkulus integral
Bahan ajar kalkulus integralBahan ajar kalkulus integral
Bahan ajar kalkulus integral
 
4.3 derivatives of inv erse trig. functions
4.3 derivatives of inv erse trig. functions4.3 derivatives of inv erse trig. functions
4.3 derivatives of inv erse trig. functions
 
mc-ty-polynomial-2009-1.pdf
mc-ty-polynomial-2009-1.pdfmc-ty-polynomial-2009-1.pdf
mc-ty-polynomial-2009-1.pdf
 
Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)
 

More from Matthew Leingang

Streamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choiceStreamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choiceMatthew Leingang
 
Electronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsElectronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsMatthew Leingang
 
Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Matthew Leingang
 
Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 26: The Fundamental Theorem of Calculus (handout)Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 26: The Fundamental Theorem of Calculus (handout)Matthew Leingang
 
Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)Matthew Leingang
 
Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)Matthew Leingang
 
Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)Matthew Leingang
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Matthew Leingang
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Matthew Leingang
 
Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Matthew Leingang
 
Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)Matthew Leingang
 
Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)Matthew Leingang
 
Lesson 20: Derivatives and the Shapes of Curves (slides)
Lesson 20: Derivatives and the Shapes of Curves (slides)Lesson 20: Derivatives and the Shapes of Curves (slides)
Lesson 20: Derivatives and the Shapes of Curves (slides)Matthew Leingang
 
Lesson 20: Derivatives and the Shapes of Curves (handout)
Lesson 20: Derivatives and the Shapes of Curves (handout)Lesson 20: Derivatives and the Shapes of Curves (handout)
Lesson 20: Derivatives and the Shapes of Curves (handout)Matthew Leingang
 
Lesson 19: The Mean Value Theorem (slides)
Lesson 19: The Mean Value Theorem (slides)Lesson 19: The Mean Value Theorem (slides)
Lesson 19: The Mean Value Theorem (slides)Matthew Leingang
 
Lesson 18: Maximum and Minimum Values (slides)
Lesson 18: Maximum and Minimum Values (slides)Lesson 18: Maximum and Minimum Values (slides)
Lesson 18: Maximum and Minimum Values (slides)Matthew Leingang
 

More from Matthew Leingang (20)

Making Lesson Plans
Making Lesson PlansMaking Lesson Plans
Making Lesson Plans
 
Streamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choiceStreamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choice
 
Electronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsElectronic Grading of Paper Assessments
Electronic Grading of Paper Assessments
 
Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
 
Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)
 
Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 26: The Fundamental Theorem of Calculus (handout)Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 26: The Fundamental Theorem of Calculus (handout)
 
Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)
 
Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)
 
Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)
 
Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)
 
Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)
 
Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)
 
Lesson 20: Derivatives and the Shapes of Curves (slides)
Lesson 20: Derivatives and the Shapes of Curves (slides)Lesson 20: Derivatives and the Shapes of Curves (slides)
Lesson 20: Derivatives and the Shapes of Curves (slides)
 
Lesson 20: Derivatives and the Shapes of Curves (handout)
Lesson 20: Derivatives and the Shapes of Curves (handout)Lesson 20: Derivatives and the Shapes of Curves (handout)
Lesson 20: Derivatives and the Shapes of Curves (handout)
 
Lesson 19: The Mean Value Theorem (slides)
Lesson 19: The Mean Value Theorem (slides)Lesson 19: The Mean Value Theorem (slides)
Lesson 19: The Mean Value Theorem (slides)
 
Lesson 18: Maximum and Minimum Values (slides)
Lesson 18: Maximum and Minimum Values (slides)Lesson 18: Maximum and Minimum Values (slides)
Lesson 18: Maximum and Minimum Values (slides)
 

Recently uploaded

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 

Recently uploaded (20)

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 

Lesson 1: Functions and their representations (slides)

  • 1. . Sec on 1.1 Func ons and their Representa ons V63.0121.001, Calculus I Professor Ma hew Leingang New York University Announcements First WebAssign-ments are due January 31 Do the Get-to-Know-You survey for extra credit!
  • 2. Section 1.1 Functions and their Representations V63.0121.001, Calculus I Professor Ma hew Leingang New York University
  • 3. Announcements First WebAssign-ments are due January 31 Do the Get-to-Know-You survey for extra credit!
  • 4. Objectives Understand the defini on of func on. Work with func ons represented in different ways Work with func ons defined piecewise over several intervals. Understand and apply the defini on of increasing and decreasing func on.
  • 5. What is a function? Defini on A func on f is a rela on 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.
  • 6. Outline Modeling Examples of func ons Func ons expressed by formulas Func ons described numerically Func ons described graphically Func ons described verbally Proper es of func ons Monotonicity Symmetry
  • 7. The Modeling Process Real-world . . model Mathema cal . Problems Model solve test Real-world interpret Mathema cal . . Predic ons Conclusions
  • 9. The Modeling Process Real-world . . model Mathema cal . Problems Model Shadows Forms solve test Real-world interpret Mathema cal . . Predic ons Conclusions
  • 10. Outline Modeling Examples of func ons Func ons expressed by formulas Func ons described numerically Func ons described graphically Func ons described verbally Proper es of func ons Monotonicity Symmetry
  • 11. Functions expressed by formulas Any expression in a single variable x defines a func on. In this case, the domain is understood to be the largest set of x which a er subs tu on, give a real number.
  • 12. Formula function example Example x+1 Let f(x) = . Find the domain and range of f. x−2
  • 13. Formula function example Example x+1 Let f(x) = . Find the domain and range of f. x−2 Solu on The denominator is zero when x = 2, so the domain is all real numbers except 2. We write: domain(f) = { x | x ̸= 2 }
  • 14. Formula function example Example x+1 Let f(x) = . Find the domain and range of f. x−2 Solu on x+1 2y + 1 As for the range, we can solve y = =⇒ x = . So as x−2 y−1 long as y ̸= 1, there is an x associated to y. range(f) = { y | y ̸= 1 }
  • 15. How did you get that? x+1 start y= x−2
  • 16. How did you get that? x+1 start y= x−2 cross-mul ply y(x − 2) = x + 1
  • 17. How did you get that? x+1 start y= x−2 cross-mul ply y(x − 2) = x + 1 distribute xy − 2y = x + 1
  • 18. How did you get that? x+1 start y= x−2 cross-mul ply y(x − 2) = x + 1 distribute xy − 2y = x + 1 collect x terms xy − x = 2y + 1
  • 19. How did you get that? x+1 start y= x−2 cross-mul ply y(x − 2) = x + 1 distribute xy − 2y = x + 1 collect x terms xy − x = 2y + 1 factor x(y − 1) = 2y + 1
  • 20. How did you get that? x+1 start y= x−2 cross-mul ply 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
  • 21. No-no’s for expressions Cannot have zero in the denominator of an expression Cannot have a nega ve number under an even root (e.g., square root) Cannot have the logarithm of a nega ve number
  • 22. 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 func on.
  • 23. Piecewise-defined functions Example Solu on Let The domain is [0, 2]. The graph { can be drawn piecewise. x2 0 ≤ x ≤ 1; f(x) = 2 3−x 1 < x ≤ 2. 1 Find the domain and range of f and graph the func on. . 0 1 2
  • 24. Piecewise-defined functions Example Solu on Let The domain is [0, 2]. The graph { can be drawn piecewise. x2 0 ≤ x ≤ 1; f(x) = 2 3−x 1 < x ≤ 2. 1 Find the domain and range of f and graph the func on. . 0 1 2
  • 25. Piecewise-defined functions Example Solu on Let The domain is [0, 2]. The graph { can be drawn piecewise. x2 0 ≤ x ≤ 1; f(x) = 2 3−x 1 < x ≤ 2. 1 Find the domain and range of f and graph the func on. . 0 1 2
  • 26. Piecewise-defined functions Example Solu on Let The domain is [0, 2]. The graph { can be drawn piecewise. x2 0 ≤ x ≤ 1; f(x) = 2 3−x 1 < x ≤ 2. 1 Find the domain and range of f and graph the func on. . 0 1 2 The range is [0, 2).
  • 27. Functions described numerically We can just describe a func on by a table of values, or a diagram.
  • 28. Functions defined by tables I Example Is this a func on? If so, what is the range? x f(x) 1 4 2 5 3 6
  • 29. Functions defined by tables I Example Solu on Is this a func on? If so, what is the range? 1 . 4 x f(x) 2 5 1 4 2 5 3 6 3 6
  • 30. Functions defined by tables I Example Solu on Is this a func on? If so, what is the range? 1 . 4 x f(x) 2 5 1 4 2 5 3 6 3 6
  • 31. Functions defined by tables I Example Solu on Is this a func on? If so, what is the range? 1 . 4 x f(x) 2 5 1 4 2 5 3 6 3 6
  • 32. Functions defined by tables I Example Solu on Is this a func on? If so, what is the range? 1 . 4 x f(x) 2 5 1 4 2 5 3 6 3 6
  • 33. Functions defined by tables I Example Solu on Is this a func on? If so, what is the range? 1 . 4 x f(x) 2 5 1 4 2 5 3 6 3 6 Yes, the range is {4, 5, 6}.
  • 34. Functions defined by tables II Example Is this a func on? If so, what is the range? x f(x) 1 4 2 4 3 6
  • 35. Functions defined by tables II Example Solu on Is this a func on? If so, what is the range? 1 . 4 x f(x) 2 5 1 4 2 4 3 6 3 6
  • 36. Functions defined by tables II Example Solu on Is this a func on? If so, what is the range? 1 . 4 x f(x) 2 5 1 4 2 4 3 6 3 6
  • 37. Functions defined by tables II Example Solu on Is this a func on? If so, what is the range? 1 . 4 x f(x) 2 5 1 4 2 4 3 6 3 6
  • 38. Functions defined by tables II Example Solu on Is this a func on? If so, what is the range? 1 . 4 x f(x) 2 5 1 4 2 4 3 6 3 6
  • 39. Functions defined by tables II Example Solu on Is this a func on? If so, what is the range? 1 . 4 x f(x) 2 5 1 4 2 4 3 6 3 6 Yes, the range is {4, 6}.
  • 40. Functions defined by tables III Example Is this a func on? If so, what is the range? x f(x) 1 4 1 5 3 6
  • 41. Functions defined by tables III Example Solu on Is this a func on? If so, what is the range? 1 . 4 x f(x) 2 5 1 4 1 5 3 6 3 6
  • 42. Functions defined by tables III Example Solu on Is this a func on? If so, what is the range? 1 . 4 x f(x) 2 5 1 4 1 5 3 6 3 6
  • 43. Functions defined by tables III Example Solu on Is this a func on? If so, what is the range? 1 . 4 x f(x) 2 5 1 4 1 5 3 6 3 6
  • 44. Functions defined by tables III Example Solu on Is this a func on? If so, what is the range? 1 . 4 x f(x) 2 5 1 4 1 5 3 6 3 6
  • 45. Functions defined by tables III Example Solu on Is this a func on? If so, what is the range? 1 . 4 x f(x) 2 5 1 4 1 5 3 6 3 6 This is not a func on.
  • 47. An ideal function Domain is the bu ons
  • 48. An ideal function Domain is the bu ons Range is the kinds of soda that come out
  • 49. An ideal function Domain is the bu ons Range is the kinds of soda that come out You can press more than one bu on to get some brands
  • 50. An ideal function Domain is the bu ons Range is the kinds of soda that come out You can press more than one bu on to get some brands But each bu on will only give one brand
  • 51. Why numerical functions matter Ques on Why use numerical func ons at all? Formula func ons are so much easier to work with.
  • 52. Why numerical functions matter Ques on Why use numerical func ons at all? Formula func ons are so much easier to work with. Answer In science, func ons are o en defined by data. Or, we observe data and assume that it’s close to some nice con nuous func on.
  • 53. Numerical Function Example 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
  • 54. Functions described graphically Some mes all we have is the “picture” of a func on, by which we mean, its graph. The graph on the right represents a rela on but not a func on.
  • 55. Functions described graphically Some mes all we have is the “picture” of a func on, by which we mean, its graph. . The graph on the right represents a rela on but not a func on.
  • 56. Functions described graphically Some mes all we have is the “picture” of a func on, by which we mean, its graph. . . The graph on the right represents a rela on but not a func on.
  • 57. Functions described graphically Some mes all we have is the “picture” of a func on, by which we mean, its graph. . . The graph on the right represents a rela on but not a func on.
  • 58. Functions described graphically Some mes all we have is the “picture” of a func on, by which we mean, its graph. . . The graph on the right represents a rela on but not a func on.
  • 59. Functions described verbally O en mes our func ons come out of nature and have verbal descrip ons: The temperature T(t) in this room at me t.
  • 60. Functions described verbally O en mes our func ons come out of nature and have verbal descrip ons: The temperature T(t) in this room at me t. The eleva on h(θ) of the point on the equator at longitude θ.
  • 61. Functions described verbally O en mes our func ons come out of nature and have verbal descrip ons: The temperature T(t) in this room at me t. The eleva on h(θ) of the point on the equator at longitude θ. The u lity u(x) I derive by consuming x burritos.
  • 62. Outline Modeling Examples of func ons Func ons expressed by formulas Func ons described numerically Func ons described graphically Func ons described verbally Proper es of func ons Monotonicity Symmetry
  • 63. 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?
  • 64. Monotonicity Example Solu on Let P(x) be the probability that 1 my income was at least $x last year. What 0.5 might a graph of P(x) look like? . $0 $52,115 $100K
  • 65. Monotonicity Defini on A func on f is decreasing if f(x1 ) > f(x2 ) whenever x1 < x2 for any two points x1 and x2 in the domain of f. A func on f is increasing if f(x1 ) < f(x2 ) whenever x1 < x2 for any two points x1 and x2 in the domain of f.
  • 66. Examples Example Going back to the burrito func on, would you call it increasing?
  • 67. Examples Example Going back to the burrito func on, would you call it increasing? Answer Not if they are all consumed at once! Strictly speaking, the insa ability principle in economics means that u li es are always increasing func ons.
  • 68. Examples Example Going back to the burrito func on, would you call it increasing? Answer Not if they are all consumed at once! Strictly speaking, the insa ability principle in economics means that u li es are always increasing func ons. Example Obviously, the temperature in Boise is neither increasing nor decreasing.
  • 69. Symmetry Consider the following func ons described as words Example Let I(x) be the intensity of light x distance from a point. Example Let F(x) be the gravita onal force at a point x distance from a black hole. What might their graphs look like?
  • 70. Possible Intensity Graph Example Solu on Let I(x) be the intensity of light x distance from y = I(x) a point. Sketch a possible graph for I(x). . x
  • 71. Possible Gravity Graph Example Solu on Let F(x) be the gravita onal force at a y = F(x) point x distance from a black hole. Sketch a possible graph for F(x). . x
  • 72. Definitions Defini on A func on f is called even if f(−x) = f(x) for all x in the domain of f. A func on f is called odd if f(−x) = −f(x) for all x in the domain of f.
  • 73. Examples Example Even: constants, even powers, cosine Odd: odd powers, sine, tangent Neither: exp, log
  • 74. Summary The fundamental unit of inves ga on in calculus is the func on. Func ons can have many representa ons