SlideShare une entreprise Scribd logo
1  sur  47
Télécharger pour lire hors ligne
.
               Sec on 2.2
    A Catalogue of Essen al Func ons
                    V63.0121.011, Calculus I
                  Professor Ma hew Leingang

                      New York University
Announcements
    First WebAssign-ments are due January 31
    First wri en assignment is due February 2
    First recita ons are February 3
Announcements

   First WebAssign-ments
   are due January 31
   First wri en assignment
   is due February 2
   First recita ons are
   February 3
Objectives
  Iden fy different classes of algebraic
  func ons, including polynomial
  (linear,quadra c,cubic, etc.), ra onal,
  power, trigonometric, and exponen al
  func ons.
  Understand the effect of algebraic
  transforma ons on the graph of a
  func on.
  Understand and compute the
  composi on of two func ons.
Recall: 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.
Four ways to represent a function

     verbally—by a descrip on in words
     numerically—by a table of values or a list of data
     visually—by a graph
     symbolically or algebraically—by a formula
 Today the focus is on the different kinds of formulas that can be
 used to represent func ons.
Classes of Functions

   linear func ons, defined by slope and intercept, two points, or
   point and slope.
   quadra c func ons, cubic func ons, power func ons,
   polynomials
   ra onal func ons
   trigonometric func ons
   exponen al/logarithmic func ons
Outline
 Algebraic Func ons
    Linear func ons
    Other polynomial func ons
    Other power func ons
    General ra onal func ons
 Transcendental Func ons
    Trigonometric func ons
    Exponen al and logarithmic func ons
 Transforma ons of Func ons
 Composi ons of Func ons
Linear functions
Linear func ons have a              y
constant rate of growth and                  (x2 , y2 )
are of the form
                                    (x1 , y1 )          ∆y = y2 − y1
        f(x) = mx + b.          (0, b)
                                             ∆x = x2 − x1
The slope m represents the                            ∆y
                                              m=
“steepness” of the graphed                            ∆x
line, and the intercept b
                                        .                       x
represents an ini al value of
the func on.
Modeling with Linear Functions
 Example
 Assume that a taxi costs $2.50 to get in and $0.40 per 1/5 mile. Write
 the fare f(x) as a func on of distance x traveled.
Modeling with Linear Functions
 Example
 Assume that a taxi costs $2.50 to get in and $0.40 per 1/5 mile. Write
 the fare f(x) as a func on of distance x traveled.

 Answer
 The ini al fare is $2.50, and the change in fare per mile is
 $0.40/0.2 mi = $2/mi. So if x is in miles and f(x) in dollars, the
 equa on is
                             f(x) = 2.5 + 2x
A Biological Example
 Example
 Biologists have no ced that the chirping rate of crickets of a certain
 species is related to temperature, and the rela onship appears to be
 very nearly linear. A cricket produces 113 chirps per minute at 70 ◦ F
 and 173 chirps per minute at 80 ◦ F.
 (a) Write a linear equa on that models the temperature T as a
     func on of the number of chirps per minute N.
 (b) If the crickets are chirping at 150 chirps per minute, es mate the
     temperature.
Biological Example: Solution
 Solu on
    The point-slope form of the equa on for a line is appropriate
    here: If a line passes through (x0 , y0 ) with slope m, then the line
    has equa on y − y0 = m(x − x0 ).
Biological Example: Solution
 Solu on
    The point-slope form of the equa on for a line is appropriate
    here: If a line passes through (x0 , y0 ) with slope m, then the line
    has equa on y − y0 = m(x − x0 ).
                              80 − 70         10 1
    The slope of our line is              =      =
                             173 − 113 60 6
Biological Example: Solution
 Solu on
    The point-slope form of the equa on for a line is appropriate
    here: If a line passes through (x0 , y0 ) with slope m, then the line
    has equa on y − y0 = m(x − x0 ).
                              80 − 70         10 1
    The slope of our line is              =      =
                             173 − 113 60 6
    So an equa on rela ng T and N is
                   1                1    113
           T − 70 = (N − 113) =⇒ T = N −     + 70
                   6                6     6
Solution continued
   So an equa on rela ng T and N is
                 1                1    113
         T − 70 = (N − 113) =⇒ T = N −     + 70
                 6                6     6
Solution continued
   So an equa on rela ng T and N is
                  1                1    113
          T − 70 = (N − 113) =⇒ T = N −     + 70
                  6                6     6
   If N = 150, then
                           37
                      T=      + 70 = 76 1 ◦ F
                                        6
                            6
Other polynomial functions
   Quadra c func ons take the form

                        f(x) = ax2 + bx + c

   The graph is a parabola which opens upward if a > 0,
   downward if a < 0.
Other polynomial functions
   Quadra c func ons take the form

                        f(x) = ax2 + bx + c

   The graph is a parabola which opens upward if a > 0,
   downward if a < 0.
   Cubic func ons take the form

                     f(x) = ax3 + bx2 + cx + d
Other power functions


   Whole number powers: f(x) = xn .
                                         1
   nega ve powers are reciprocals: x−3 = 3 .
                                1/3
                                     √ x
   frac onal powers are roots: x = 3 x.
General rational functions
 Defini on
 A ra onal func on is a quo ent of polynomials.

 Example
                        x3 (x + 3)
 The func on f(x) =                is ra onal.
                    (x + 2)(x − 1)
     The domain is all real numbers except −2 and 1.
     The func on is 0 when x = 0 or x = −3.
Outline
 Algebraic Func ons
    Linear func ons
    Other polynomial func ons
    Other power func ons
    General ra onal func ons
 Transcendental Func ons
    Trigonometric func ons
    Exponen al and logarithmic func ons
 Transforma ons of Func ons
 Composi ons of Func ons
Trigonometric functions

     Sine and cosine
     Tangent and cotangent
     Secant and cosecant
 GeoGebra applets to graph these
Exponential and logarithmic
functions

     exponen al func ons (for example f(x) = 2x )
     logarithmic func ons are their inverses (for example
     f(x) = log2 (x))
 GeoGebra applets to graph these
Outline
 Algebraic Func ons
    Linear func ons
    Other polynomial func ons
    Other power func ons
    General ra onal func ons
 Transcendental Func ons
    Trigonometric func ons
    Exponen al and logarithmic func ons
 Transforma ons of Func ons
 Composi ons of Func ons
Transformations of Functions
 Take the squaring func on and graph these transforma ons:
     y = (x + 1)2
     y = (x − 1)2
     y = x2 + 1
     y = x2 − 1
Transformations of Functions
 Take the squaring func on and graph these transforma ons:
     y = (x + 1)2
     y = (x − 1)2
     y = x2 + 1
     y = x2 − 1
 Observe that if the fiddling occurs within the func on, a
 transforma on is applied on the x-axis. A er the func on, to the
 y-axis.
Vertical and Horizontal Shifts
 Suppose c > 0. To obtain the graph of
     y = f(x) + c, shi the graph of y = f(x) a distance c units . . .

      y = f(x) − c, shi the graph of y = f(x) a distance c units . . .

      y = f(x − c), shi the graph of y = f(x) a distance c units . . .

      y = f(x + c), shi the graph of y = f(x) a distance c units . . .
Vertical and Horizontal Shifts
 Suppose c > 0. To obtain the graph of
     y = f(x) + c, shi the graph of y = f(x) a distance c units . . .
     upward
     y = f(x) − c, shi the graph of y = f(x) a distance c units . . .

      y = f(x − c), shi the graph of y = f(x) a distance c units . . .

      y = f(x + c), shi the graph of y = f(x) a distance c units . . .
Vertical and Horizontal Shifts
 Suppose c > 0. To obtain the graph of
     y = f(x) + c, shi the graph of y = f(x) a distance c units . . .
     upward
     y = f(x) − c, shi the graph of y = f(x) a distance c units . . .
     downward
     y = f(x − c), shi the graph of y = f(x) a distance c units . . .

      y = f(x + c), shi the graph of y = f(x) a distance c units . . .
Vertical and Horizontal Shifts
 Suppose c > 0. To obtain the graph of
     y = f(x) + c, shi the graph of y = f(x) a distance c units . . .
     upward
     y = f(x) − c, shi the graph of y = f(x) a distance c units . . .
     downward
     y = f(x − c), shi the graph of y = f(x) a distance c units . . . to
     the right
     y = f(x + c), shi the graph of y = f(x) a distance c units . . .
Vertical and Horizontal Shifts
 Suppose c > 0. To obtain the graph of
     y = f(x) + c, shi the graph of y = f(x) a distance c units . . .
     upward
     y = f(x) − c, shi the graph of y = f(x) a distance c units . . .
     downward
     y = f(x − c), shi the graph of y = f(x) a distance c units . . . to
     the right
     y = f(x + c), shi the graph of y = f(x) a distance c units . . . to
     the le
Why?
 Ques on
 Why is the graph of g(x) = f(x + c) a shi of the graph of f(x) to the
 le by c?
Why?
 Ques on
 Why is the graph of g(x) = f(x + c) a shi of the graph of f(x) to the
 le by c?

 Answer
 Think about x as me. Then x + c is the me c into the future. To
 rec fy the future of the graph of f with that of g, pull the graph of f c
 into the past.
Illustrating the shift


                                 (x, f(x))




                         .
                             x
Illustrating the shift

    Adding c moves x to the
    right                             (x, f(x))




                              .
                                  x          x+c
Illustrating the shift
                                                  (x + c, f(x + c))

    Adding c moves x to the
    right                             (x, f(x))
    But then f is applied




                              .
                                  x          x+c
Illustrating the shift
                               (x, f(x + c))        (x + c, f(x + c))

    Adding c moves x to the
    right                               (x, f(x))
    But then f is applied
    To get the graph of
    f(x + c), the value
    f(x + c) must be above x
                                .
                                    x          x+c
Illustrating the shift
                               (x, f(x + c))        (x + c, f(x + c))

    Adding c moves x to the
    right                               (x, f(x))
    But then f is applied
    To get the graph of
    f(x + c), the value
    f(x + c) must be above x
    So we translate backward    .
                                    x          x+c
Now try these

   y = sin (2x)
   y = 2 sin (x)
   y = e−x
   y = −ex
Scaling and flipping
                       c<0                                c>0
             |c| > 1           |c| < 1         |c| < 1           |c| > 1

 f(cx)           .                 .              .                 .

         H compress, flip    H stretch, flip    H stretch     H compress


 cf(x)           .                 .              .                 .


          V stretch, flip   V compress, flip   V compress         V stretch
Outline
 Algebraic Func ons
    Linear func ons
    Other polynomial func ons
    Other power func ons
    General ra onal func ons
 Transcendental Func ons
    Trigonometric func ons
    Exponen al and logarithmic func ons
 Transforma ons of Func ons
 Composi ons of Func ons
Composition of Functions
Compounding in Succession


                  g◦f
          x   f     .    g   (g ◦ f)(x)
                  f(x)
Composing
 Example
 Let f(x) = x2 and g(x) = sin x. Compute f ◦ g and g ◦ f.
Composing
 Example
 Let f(x) = x2 and g(x) = sin x. Compute f ◦ g and g ◦ f.

 Solu on
      (f ◦ g)(x) = sin2 x
      (g ◦ f)(x) = sin(x2 )
 Note they are not the same.
Decomposing
 Example
        √
 Express x2 − 4 as a composi on of two func ons. What is its
 domain?
Decomposing
 Example
        √
 Express x2 − 4 as a composi on of two func ons. What is its
 domain?

 Solu on
                                                   √
 We can write the expression as f ◦ g, where f(u) = u and
 g(x) = x2 − 4. The range of g needs to be within the domain of f. To
 insure that x2 − 4 ≥ 0, we must have x ≤ −2 or x ≥ 2.
Summary


  There are many classes of algebraic func ons
  Algebraic rules can be used to sketch graphs

Contenu connexe

Tendances

Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)
Matthew Leingang
 
Calculus cheat sheet_integrals
Calculus cheat sheet_integralsCalculus cheat sheet_integrals
Calculus cheat sheet_integrals
UrbanX4
 
Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)
Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)
Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)
Ron Eick
 
Stuff You Must Know Cold for the AP Calculus BC Exam!
Stuff You Must Know Cold for the AP Calculus BC Exam!Stuff You Must Know Cold for the AP Calculus BC Exam!
Stuff You Must Know Cold for the AP Calculus BC Exam!
A Jorge Garcia
 
Calculus Cheat Sheet All
Calculus Cheat Sheet AllCalculus Cheat Sheet All
Calculus Cheat Sheet All
Moe Han
 

Tendances (20)

Lesson 4: Calcuating Limits (slides)
Lesson 4: Calcuating Limits (slides)Lesson 4: Calcuating Limits (slides)
Lesson 4: Calcuating Limits (slides)
 
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 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)
 
Profº. Marcelo Santos Chaves - Cálculo I (Limites e Continuidades) - Exercíci...
Profº. Marcelo Santos Chaves - Cálculo I (Limites e Continuidades) - Exercíci...Profº. Marcelo Santos Chaves - Cálculo I (Limites e Continuidades) - Exercíci...
Profº. Marcelo Santos Chaves - Cálculo I (Limites e Continuidades) - Exercíci...
 
Calculus cheat sheet_integrals
Calculus cheat sheet_integralsCalculus cheat sheet_integrals
Calculus cheat sheet_integrals
 
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)
 
Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)
Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)
Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)
 
Limits and continuity[1]
Limits and continuity[1]Limits and continuity[1]
Limits and continuity[1]
 
Lesson 9: Basic Differentiation Rules
Lesson 9: Basic Differentiation RulesLesson 9: Basic Differentiation Rules
Lesson 9: Basic Differentiation Rules
 
Lesson 3: The Limit of a Function (slides)
Lesson 3: The Limit of a Function (slides)Lesson 3: The Limit of a Function (slides)
Lesson 3: The Limit of a Function (slides)
 
Stuff You Must Know Cold for the AP Calculus BC Exam!
Stuff You Must Know Cold for the AP Calculus BC Exam!Stuff You Must Know Cold for the AP Calculus BC Exam!
Stuff You Must Know Cold for the AP Calculus BC Exam!
 
237654933 mathematics-t-form-6
237654933 mathematics-t-form-6237654933 mathematics-t-form-6
237654933 mathematics-t-form-6
 
Lesson 10: The Chain Rule (slides)
Lesson 10: The Chain Rule (slides)Lesson 10: The Chain Rule (slides)
Lesson 10: The Chain Rule (slides)
 
Lesson 11: Limits and Continuity
Lesson 11: Limits and ContinuityLesson 11: Limits and Continuity
Lesson 11: Limits and Continuity
 
Lesson 8: Derivatives of Polynomials and Exponential functions
Lesson 8: Derivatives of Polynomials and Exponential functionsLesson 8: Derivatives of Polynomials and Exponential functions
Lesson 8: Derivatives of Polynomials and Exponential functions
 
1202 ch 12 day 2
1202 ch 12 day 21202 ch 12 day 2
1202 ch 12 day 2
 
1201 ch 12 day 1
1201 ch 12 day 11201 ch 12 day 1
1201 ch 12 day 1
 
Common derivatives integrals_reduced
Common derivatives integrals_reducedCommon derivatives integrals_reduced
Common derivatives integrals_reduced
 
Calculus Cheat Sheet All
Calculus Cheat Sheet AllCalculus Cheat Sheet All
Calculus Cheat Sheet All
 
Limits and derivatives
Limits and derivativesLimits and derivatives
Limits and derivatives
 

En vedette

En vedette (20)

Lesson 11: Implicit Differentiation (slides)
Lesson 11: Implicit Differentiation (slides)Lesson 11: Implicit Differentiation (slides)
Lesson 11: Implicit Differentiation (slides)
 
Limits of functions
Limits of functionsLimits of functions
Limits of functions
 
Lesson 7: The Derivative (handout)
Lesson 7: The Derivative (handout)Lesson 7: The Derivative (handout)
Lesson 7: The Derivative (handout)
 
Lesson 8: Basic Differentation Rules (handout)
Lesson 8: Basic Differentation Rules (handout)Lesson 8: Basic Differentation Rules (handout)
Lesson 8: Basic Differentation Rules (handout)
 
Electronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsElectronic Grading of Paper Assessments
Electronic Grading of Paper Assessments
 
Lesson 24: Areas, Distances, the Integral (Section 021 slides)
Lesson 24: Areas, Distances, the Integral (Section 021 slides)Lesson 24: Areas, Distances, the Integral (Section 021 slides)
Lesson 24: Areas, Distances, the Integral (Section 021 slides)
 
Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)
 
Lesson 15: Exponential Growth and Decay (Section 021 slides)
Lesson 15: Exponential Growth and Decay (Section 021 slides)Lesson 15: Exponential Growth and Decay (Section 021 slides)
Lesson 15: Exponential Growth and Decay (Section 021 slides)
 
Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)
 
Lesson 27: Integration by Substitution (Section 041 slides)
Lesson 27: Integration by Substitution (Section 041 slides)Lesson 27: Integration by Substitution (Section 041 slides)
Lesson 27: Integration by Substitution (Section 041 slides)
 
Lesson 25: Evaluating Definite Integrals (Section 041 slides)
Lesson 25: Evaluating Definite Integrals (Section 041 slides)Lesson 25: Evaluating Definite Integrals (Section 041 slides)
Lesson 25: Evaluating Definite Integrals (Section 041 slides)
 
Lesson 7: The Derivative (slides)
Lesson 7: The Derivative (slides)Lesson 7: The Derivative (slides)
Lesson 7: The Derivative (slides)
 
Lesson 15: Exponential Growth and Decay (slides)
Lesson 15: Exponential Growth and Decay (slides)Lesson 15: Exponential Growth and Decay (slides)
Lesson 15: Exponential Growth and Decay (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 (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)
 
Lesson 12: Linear Approximations and Differentials (slides)
Lesson 12: Linear Approximations and Differentials (slides)Lesson 12: Linear Approximations and Differentials (slides)
Lesson 12: Linear Approximations and Differentials (slides)
 
Lesson 9: The Product and Quotient Rules (slides)
Lesson 9: The Product and Quotient Rules (slides)Lesson 9: The Product and Quotient Rules (slides)
Lesson 9: The Product and Quotient Rules (slides)
 
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 16: Inverse Trigonometric Functions (slides)
Lesson 16: Inverse Trigonometric Functions (slides)Lesson 16: Inverse Trigonometric Functions (slides)
Lesson 16: Inverse Trigonometric Functions (slides)
 
Lesson 24: Areas, Distances, the Integral (Section 041 slides)
Lesson 24: Areas, Distances, the Integral (Section 041 slides)Lesson 24: Areas, Distances, the Integral (Section 041 slides)
Lesson 24: Areas, Distances, the Integral (Section 041 slides)
 

Similaire à Lesson 2: A Catalog of Essential Functions (slides)

Functions for Grade 10
Functions for Grade 10Functions for Grade 10
Functions for Grade 10
Boipelo Radebe
 
Ch 7 tutoring notes quadratics
Ch 7 tutoring notes quadraticsCh 7 tutoring notes quadratics
Ch 7 tutoring notes quadratics
srobbins4
 
2.3 slopes and difference quotient
2.3 slopes and difference quotient2.3 slopes and difference quotient
2.3 slopes and difference quotient
math260
 
Advanced Functions Unit 1
Advanced Functions Unit 1Advanced Functions Unit 1
Advanced Functions Unit 1
leefong2310
 
Lesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of CalculusLesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of Calculus
Matthew Leingang
 
Lesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of CalculusLesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of Calculus
Matthew Leingang
 
02.21.2020 Algebra I Quadraic Functions.ppt
02.21.2020  Algebra I Quadraic Functions.ppt02.21.2020  Algebra I Quadraic Functions.ppt
02.21.2020 Algebra I Quadraic Functions.ppt
jannelewlawas
 

Similaire à Lesson 2: A Catalog of Essential Functions (slides) (20)

Lesson03 The Concept Of Limit 027 Slides
Lesson03   The Concept Of Limit 027 SlidesLesson03   The Concept Of Limit 027 Slides
Lesson03 The Concept Of Limit 027 Slides
 
Lesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential FunctionsLesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential Functions
 
Functions for Grade 10
Functions for Grade 10Functions for Grade 10
Functions for Grade 10
 
Graph a function
Graph a functionGraph a function
Graph a function
 
Applications of Differential Calculus in real life
Applications of Differential Calculus in real life Applications of Differential Calculus in real life
Applications of Differential Calculus in real life
 
Derivatie class 12
Derivatie class 12Derivatie class 12
Derivatie class 12
 
Difference quotient algebra
Difference quotient algebraDifference quotient algebra
Difference quotient algebra
 
Ch 7 tutoring notes quadratics
Ch 7 tutoring notes quadraticsCh 7 tutoring notes quadratics
Ch 7 tutoring notes quadratics
 
Ch 3 lessons
Ch  3 lessons Ch  3 lessons
Ch 3 lessons
 
2.3 slopes and difference quotient
2.3 slopes and difference quotient2.3 slopes and difference quotient
2.3 slopes and difference quotient
 
Advanced Functions Unit 1
Advanced Functions Unit 1Advanced Functions Unit 1
Advanced Functions Unit 1
 
Algebric Functions.pdf
Algebric Functions.pdfAlgebric Functions.pdf
Algebric Functions.pdf
 
16 slopes and difference quotient x
16 slopes and difference quotient x16 slopes and difference quotient x
16 slopes and difference quotient x
 
6 slopes and difference quotient x
6 slopes and difference quotient x6 slopes and difference quotient x
6 slopes and difference quotient x
 
Lesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of CalculusLesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of Calculus
 
Lesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of CalculusLesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of Calculus
 
Math1000 section2.6
Math1000 section2.6Math1000 section2.6
Math1000 section2.6
 
02.21.2020 Algebra I Quadraic Functions.ppt
02.21.2020  Algebra I Quadraic Functions.ppt02.21.2020  Algebra I Quadraic Functions.ppt
02.21.2020 Algebra I Quadraic Functions.ppt
 
Grph quad fncts
Grph quad fnctsGrph quad fncts
Grph quad fncts
 
Algebra 2. 9.16 Quadratics 2
Algebra 2.  9.16 Quadratics 2Algebra 2.  9.16 Quadratics 2
Algebra 2. 9.16 Quadratics 2
 

Plus de Matthew Leingang

Plus de Matthew Leingang (18)

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
 
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 (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)
 
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 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 (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 18: Maximum and Minimum Values (handout)
Lesson 18: Maximum and Minimum Values (handout)Lesson 18: Maximum and Minimum Values (handout)
Lesson 18: Maximum and Minimum Values (handout)
 
Lesson 17: Indeterminate forms and l'Hôpital's Rule (handout)
Lesson 17: Indeterminate forms and l'Hôpital's Rule (handout)Lesson 17: Indeterminate forms and l'Hôpital's Rule (handout)
Lesson 17: Indeterminate forms and l'Hôpital's Rule (handout)
 
Lesson 16: Inverse Trigonometric Functions (handout)
Lesson 16: Inverse Trigonometric Functions (handout)Lesson 16: Inverse Trigonometric Functions (handout)
Lesson 16: Inverse Trigonometric Functions (handout)
 
Lesson 15: Exponential Growth and Decay (handout)
Lesson 15: Exponential Growth and Decay (handout)Lesson 15: Exponential Growth and Decay (handout)
Lesson 15: Exponential Growth and Decay (handout)
 

Dernier

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Dernier (20)

Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 

Lesson 2: A Catalog of Essential Functions (slides)

  • 1. . Sec on 2.2 A Catalogue of Essen al Func ons V63.0121.011, Calculus I Professor Ma hew Leingang New York University Announcements First WebAssign-ments are due January 31 First wri en assignment is due February 2 First recita ons are February 3
  • 2. Announcements First WebAssign-ments are due January 31 First wri en assignment is due February 2 First recita ons are February 3
  • 3. Objectives Iden fy different classes of algebraic func ons, including polynomial (linear,quadra c,cubic, etc.), ra onal, power, trigonometric, and exponen al func ons. Understand the effect of algebraic transforma ons on the graph of a func on. Understand and compute the composi on of two func ons.
  • 4. Recall: 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.
  • 5. Four ways to represent a function verbally—by a descrip on in words numerically—by a table of values or a list of data visually—by a graph symbolically or algebraically—by a formula Today the focus is on the different kinds of formulas that can be used to represent func ons.
  • 6. Classes of Functions linear func ons, defined by slope and intercept, two points, or point and slope. quadra c func ons, cubic func ons, power func ons, polynomials ra onal func ons trigonometric func ons exponen al/logarithmic func ons
  • 7. Outline Algebraic Func ons Linear func ons Other polynomial func ons Other power func ons General ra onal func ons Transcendental Func ons Trigonometric func ons Exponen al and logarithmic func ons Transforma ons of Func ons Composi ons of Func ons
  • 8. Linear functions Linear func ons have a y constant rate of growth and (x2 , y2 ) are of the form (x1 , y1 ) ∆y = y2 − y1 f(x) = mx + b. (0, b) ∆x = x2 − x1 The slope m represents the ∆y m= “steepness” of the graphed ∆x line, and the intercept b . x represents an ini al value of the func on.
  • 9. Modeling with Linear Functions Example Assume that a taxi costs $2.50 to get in and $0.40 per 1/5 mile. Write the fare f(x) as a func on of distance x traveled.
  • 10. Modeling with Linear Functions Example Assume that a taxi costs $2.50 to get in and $0.40 per 1/5 mile. Write the fare f(x) as a func on of distance x traveled. Answer The ini al fare is $2.50, and the change in fare per mile is $0.40/0.2 mi = $2/mi. So if x is in miles and f(x) in dollars, the equa on is f(x) = 2.5 + 2x
  • 11. A Biological Example Example Biologists have no ced that the chirping rate of crickets of a certain species is related to temperature, and the rela onship appears to be very nearly linear. A cricket produces 113 chirps per minute at 70 ◦ F and 173 chirps per minute at 80 ◦ F. (a) Write a linear equa on that models the temperature T as a func on of the number of chirps per minute N. (b) If the crickets are chirping at 150 chirps per minute, es mate the temperature.
  • 12. Biological Example: Solution Solu on The point-slope form of the equa on for a line is appropriate here: If a line passes through (x0 , y0 ) with slope m, then the line has equa on y − y0 = m(x − x0 ).
  • 13. Biological Example: Solution Solu on The point-slope form of the equa on for a line is appropriate here: If a line passes through (x0 , y0 ) with slope m, then the line has equa on y − y0 = m(x − x0 ). 80 − 70 10 1 The slope of our line is = = 173 − 113 60 6
  • 14. Biological Example: Solution Solu on The point-slope form of the equa on for a line is appropriate here: If a line passes through (x0 , y0 ) with slope m, then the line has equa on y − y0 = m(x − x0 ). 80 − 70 10 1 The slope of our line is = = 173 − 113 60 6 So an equa on rela ng T and N is 1 1 113 T − 70 = (N − 113) =⇒ T = N − + 70 6 6 6
  • 15. Solution continued So an equa on rela ng T and N is 1 1 113 T − 70 = (N − 113) =⇒ T = N − + 70 6 6 6
  • 16. Solution continued So an equa on rela ng T and N is 1 1 113 T − 70 = (N − 113) =⇒ T = N − + 70 6 6 6 If N = 150, then 37 T= + 70 = 76 1 ◦ F 6 6
  • 17. Other polynomial functions Quadra c func ons take the form f(x) = ax2 + bx + c The graph is a parabola which opens upward if a > 0, downward if a < 0.
  • 18. Other polynomial functions Quadra c func ons take the form f(x) = ax2 + bx + c The graph is a parabola which opens upward if a > 0, downward if a < 0. Cubic func ons take the form f(x) = ax3 + bx2 + cx + d
  • 19. Other power functions Whole number powers: f(x) = xn . 1 nega ve powers are reciprocals: x−3 = 3 . 1/3 √ x frac onal powers are roots: x = 3 x.
  • 20. General rational functions Defini on A ra onal func on is a quo ent of polynomials. Example x3 (x + 3) The func on f(x) = is ra onal. (x + 2)(x − 1) The domain is all real numbers except −2 and 1. The func on is 0 when x = 0 or x = −3.
  • 21. Outline Algebraic Func ons Linear func ons Other polynomial func ons Other power func ons General ra onal func ons Transcendental Func ons Trigonometric func ons Exponen al and logarithmic func ons Transforma ons of Func ons Composi ons of Func ons
  • 22. Trigonometric functions Sine and cosine Tangent and cotangent Secant and cosecant GeoGebra applets to graph these
  • 23. Exponential and logarithmic functions exponen al func ons (for example f(x) = 2x ) logarithmic func ons are their inverses (for example f(x) = log2 (x)) GeoGebra applets to graph these
  • 24. Outline Algebraic Func ons Linear func ons Other polynomial func ons Other power func ons General ra onal func ons Transcendental Func ons Trigonometric func ons Exponen al and logarithmic func ons Transforma ons of Func ons Composi ons of Func ons
  • 25. Transformations of Functions Take the squaring func on and graph these transforma ons: y = (x + 1)2 y = (x − 1)2 y = x2 + 1 y = x2 − 1
  • 26. Transformations of Functions Take the squaring func on and graph these transforma ons: y = (x + 1)2 y = (x − 1)2 y = x2 + 1 y = x2 − 1 Observe that if the fiddling occurs within the func on, a transforma on is applied on the x-axis. A er the func on, to the y-axis.
  • 27. Vertical and Horizontal Shifts Suppose c > 0. To obtain the graph of y = f(x) + c, shi the graph of y = f(x) a distance c units . . . y = f(x) − c, shi the graph of y = f(x) a distance c units . . . y = f(x − c), shi the graph of y = f(x) a distance c units . . . y = f(x + c), shi the graph of y = f(x) a distance c units . . .
  • 28. Vertical and Horizontal Shifts Suppose c > 0. To obtain the graph of y = f(x) + c, shi the graph of y = f(x) a distance c units . . . upward y = f(x) − c, shi the graph of y = f(x) a distance c units . . . y = f(x − c), shi the graph of y = f(x) a distance c units . . . y = f(x + c), shi the graph of y = f(x) a distance c units . . .
  • 29. Vertical and Horizontal Shifts Suppose c > 0. To obtain the graph of y = f(x) + c, shi the graph of y = f(x) a distance c units . . . upward y = f(x) − c, shi the graph of y = f(x) a distance c units . . . downward y = f(x − c), shi the graph of y = f(x) a distance c units . . . y = f(x + c), shi the graph of y = f(x) a distance c units . . .
  • 30. Vertical and Horizontal Shifts Suppose c > 0. To obtain the graph of y = f(x) + c, shi the graph of y = f(x) a distance c units . . . upward y = f(x) − c, shi the graph of y = f(x) a distance c units . . . downward y = f(x − c), shi the graph of y = f(x) a distance c units . . . to the right y = f(x + c), shi the graph of y = f(x) a distance c units . . .
  • 31. Vertical and Horizontal Shifts Suppose c > 0. To obtain the graph of y = f(x) + c, shi the graph of y = f(x) a distance c units . . . upward y = f(x) − c, shi the graph of y = f(x) a distance c units . . . downward y = f(x − c), shi the graph of y = f(x) a distance c units . . . to the right y = f(x + c), shi the graph of y = f(x) a distance c units . . . to the le
  • 32. Why? Ques on Why is the graph of g(x) = f(x + c) a shi of the graph of f(x) to the le by c?
  • 33. Why? Ques on Why is the graph of g(x) = f(x + c) a shi of the graph of f(x) to the le by c? Answer Think about x as me. Then x + c is the me c into the future. To rec fy the future of the graph of f with that of g, pull the graph of f c into the past.
  • 34. Illustrating the shift (x, f(x)) . x
  • 35. Illustrating the shift Adding c moves x to the right (x, f(x)) . x x+c
  • 36. Illustrating the shift (x + c, f(x + c)) Adding c moves x to the right (x, f(x)) But then f is applied . x x+c
  • 37. Illustrating the shift (x, f(x + c)) (x + c, f(x + c)) Adding c moves x to the right (x, f(x)) But then f is applied To get the graph of f(x + c), the value f(x + c) must be above x . x x+c
  • 38. Illustrating the shift (x, f(x + c)) (x + c, f(x + c)) Adding c moves x to the right (x, f(x)) But then f is applied To get the graph of f(x + c), the value f(x + c) must be above x So we translate backward . x x+c
  • 39. Now try these y = sin (2x) y = 2 sin (x) y = e−x y = −ex
  • 40. Scaling and flipping c<0 c>0 |c| > 1 |c| < 1 |c| < 1 |c| > 1 f(cx) . . . . H compress, flip H stretch, flip H stretch H compress cf(x) . . . . V stretch, flip V compress, flip V compress V stretch
  • 41. Outline Algebraic Func ons Linear func ons Other polynomial func ons Other power func ons General ra onal func ons Transcendental Func ons Trigonometric func ons Exponen al and logarithmic func ons Transforma ons of Func ons Composi ons of Func ons
  • 42. Composition of Functions Compounding in Succession g◦f x f . g (g ◦ f)(x) f(x)
  • 43. Composing Example Let f(x) = x2 and g(x) = sin x. Compute f ◦ g and g ◦ f.
  • 44. Composing Example Let f(x) = x2 and g(x) = sin x. Compute f ◦ g and g ◦ f. Solu on (f ◦ g)(x) = sin2 x (g ◦ f)(x) = sin(x2 ) Note they are not the same.
  • 45. Decomposing Example √ Express x2 − 4 as a composi on of two func ons. What is its domain?
  • 46. Decomposing Example √ Express x2 − 4 as a composi on of two func ons. What is its domain? Solu on √ We can write the expression as f ◦ g, where f(u) = u and g(x) = x2 − 4. The range of g needs to be within the domain of f. To insure that x2 − 4 ≥ 0, we must have x ≤ −2 or x ≥ 2.
  • 47. Summary There are many classes of algebraic func ons Algebraic rules can be used to sketch graphs