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

17 tangent planes and total differentials
17 tangent planes and total differentials17 tangent planes and total differentials
17 tangent planes and total differentials
math267
 
12 quadric surfaces
12 quadric surfaces12 quadric surfaces
12 quadric surfaces
math267
 
28 work and line integrals
28 work and line integrals28 work and line integrals
28 work and line integrals
math267
 
INVERSE TRIGONOMETRIC FUNCTIONS by Sadiq hussain
INVERSE TRIGONOMETRIC FUNCTIONS by Sadiq hussainINVERSE TRIGONOMETRIC FUNCTIONS by Sadiq hussain
INVERSE TRIGONOMETRIC FUNCTIONS by Sadiq hussain
ficpsh
 
6 3 d coordinate systems
6 3 d coordinate  systems6 3 d coordinate  systems
6 3 d coordinate systems
math267
 
3 polar equations
3 polar equations3 polar equations
3 polar equations
math267
 
Functions for Grade 10
Functions for Grade 10Functions for Grade 10
Functions for Grade 10
Boipelo Radebe
 
Linear Algebra and Matrix
Linear Algebra and MatrixLinear Algebra and Matrix
Linear Algebra and Matrix
itutor
 
24 double integral over polar coordinate
24 double integral over polar coordinate24 double integral over polar coordinate
24 double integral over polar coordinate
math267
 

Tendances (20)

Real Analysis
Real AnalysisReal Analysis
Real Analysis
 
17 tangent planes and total differentials
17 tangent planes and total differentials17 tangent planes and total differentials
17 tangent planes and total differentials
 
12 quadric surfaces
12 quadric surfaces12 quadric surfaces
12 quadric surfaces
 
28 work and line integrals
28 work and line integrals28 work and line integrals
28 work and line integrals
 
Derivative power point
Derivative power pointDerivative power point
Derivative power point
 
INVERSE TRIGONOMETRIC FUNCTIONS by Sadiq hussain
INVERSE TRIGONOMETRIC FUNCTIONS by Sadiq hussainINVERSE TRIGONOMETRIC FUNCTIONS by Sadiq hussain
INVERSE TRIGONOMETRIC FUNCTIONS by Sadiq hussain
 
Inverse Trigonometric Functions
Inverse Trigonometric FunctionsInverse Trigonometric Functions
Inverse Trigonometric Functions
 
8 arc length and area of surfaces x
8 arc length and area of surfaces x8 arc length and area of surfaces x
8 arc length and area of surfaces x
 
6 3 d coordinate systems
6 3 d coordinate  systems6 3 d coordinate  systems
6 3 d coordinate systems
 
3 polar equations
3 polar equations3 polar equations
3 polar equations
 
10 b review-cross-sectional formula
10 b review-cross-sectional formula10 b review-cross-sectional formula
10 b review-cross-sectional formula
 
stochastic processes assignment help
stochastic processes assignment helpstochastic processes assignment help
stochastic processes assignment help
 
6 slopes and difference quotient x
6 slopes and difference quotient x6 slopes and difference quotient x
6 slopes and difference quotient x
 
Fourier series 3
Fourier series 3Fourier series 3
Fourier series 3
 
Functions for Grade 10
Functions for Grade 10Functions for Grade 10
Functions for Grade 10
 
Daa chapter7
Daa chapter7Daa chapter7
Daa chapter7
 
Linear Algebra and Matrix
Linear Algebra and MatrixLinear Algebra and Matrix
Linear Algebra and Matrix
 
Application of analytic function
Application of analytic functionApplication of analytic function
Application of analytic function
 
24 double integral over polar coordinate
24 double integral over polar coordinate24 double integral over polar coordinate
24 double integral over polar coordinate
 
Refresher probabilities-statistics
Refresher probabilities-statisticsRefresher probabilities-statistics
Refresher probabilities-statistics
 

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

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
 
Module 2 lesson 4 notes
Module 2 lesson 4 notesModule 2 lesson 4 notes
Module 2 lesson 4 notes
toni dimella
 

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
 
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
 
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
 
Module 2 lesson 4 notes
Module 2 lesson 4 notesModule 2 lesson 4 notes
Module 2 lesson 4 notes
 
Transformations
TransformationsTransformations
Transformations
 

Plus de Mel Anthony Pepito

Lesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric FunctionsLesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric Functions
Mel Anthony Pepito
 
Lesson 12: Linear Approximation
Lesson 12: Linear ApproximationLesson 12: Linear Approximation
Lesson 12: Linear Approximation
Mel Anthony Pepito
 
Lesson 13: Related Rates Problems
Lesson 13: Related Rates ProblemsLesson 13: Related Rates Problems
Lesson 13: Related Rates Problems
Mel Anthony Pepito
 
Lesson 14: Derivatives of Logarithmic and Exponential Functions
Lesson 14: Derivatives of Logarithmic and Exponential FunctionsLesson 14: Derivatives of Logarithmic and Exponential Functions
Lesson 14: Derivatives of Logarithmic and Exponential Functions
Mel Anthony Pepito
 
Lesson 15: Exponential Growth and Decay
Lesson 15: Exponential Growth and DecayLesson 15: Exponential Growth and Decay
Lesson 15: Exponential Growth and Decay
Mel Anthony Pepito
 
Lesson 17: Indeterminate Forms and L'Hôpital's Rule
Lesson 17: Indeterminate Forms and L'Hôpital's RuleLesson 17: Indeterminate Forms and L'Hôpital's Rule
Lesson 17: Indeterminate Forms and L'Hôpital's Rule
Mel Anthony Pepito
 
Lesson18 -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slidesLesson18 -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slides
Mel Anthony Pepito
 
Lesson 19: The Mean Value Theorem
Lesson 19: The Mean Value TheoremLesson 19: The Mean Value Theorem
Lesson 19: The Mean Value Theorem
Mel Anthony Pepito
 
Lesson 25: The Definite Integral
Lesson 25: The Definite IntegralLesson 25: The Definite Integral
Lesson 25: The Definite Integral
Mel Anthony Pepito
 
Lesson22 -optimization_problems_slides
Lesson22 -optimization_problems_slidesLesson22 -optimization_problems_slides
Lesson22 -optimization_problems_slides
Mel Anthony Pepito
 
Lesson 26: Evaluating Definite Integrals
Lesson 26: Evaluating Definite IntegralsLesson 26: Evaluating Definite Integrals
Lesson 26: Evaluating Definite Integrals
Mel Anthony Pepito
 
Lesson 27: The Fundamental Theorem of Calculus
Lesson 27: The Fundamental Theorem of Calculus Lesson 27: The Fundamental Theorem of Calculus
Lesson 27: The Fundamental Theorem of Calculus
Mel Anthony Pepito
 
Lesson 28: Integration by Subsitution
Lesson 28: Integration by SubsitutionLesson 28: Integration by Subsitution
Lesson 28: Integration by Subsitution
Mel Anthony Pepito
 
Lesson 3: Limits (Section 21 slides)
Lesson 3: Limits (Section 21 slides)Lesson 3: Limits (Section 21 slides)
Lesson 3: Limits (Section 21 slides)
Mel Anthony Pepito
 

Plus de Mel Anthony Pepito (20)

Lesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric FunctionsLesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric Functions
 
Lesson 11: Implicit Differentiation
Lesson 11: Implicit DifferentiationLesson 11: Implicit Differentiation
Lesson 11: Implicit Differentiation
 
Lesson 12: Linear Approximation
Lesson 12: Linear ApproximationLesson 12: Linear Approximation
Lesson 12: Linear Approximation
 
Lesson 13: Related Rates Problems
Lesson 13: Related Rates ProblemsLesson 13: Related Rates Problems
Lesson 13: Related Rates Problems
 
Lesson 14: Derivatives of Logarithmic and Exponential Functions
Lesson 14: Derivatives of Logarithmic and Exponential FunctionsLesson 14: Derivatives of Logarithmic and Exponential Functions
Lesson 14: Derivatives of Logarithmic and Exponential Functions
 
Lesson 15: Exponential Growth and Decay
Lesson 15: Exponential Growth and DecayLesson 15: Exponential Growth and Decay
Lesson 15: Exponential Growth and Decay
 
Lesson 17: Indeterminate Forms and L'Hôpital's Rule
Lesson 17: Indeterminate Forms and L'Hôpital's RuleLesson 17: Indeterminate Forms and L'Hôpital's Rule
Lesson 17: Indeterminate Forms and L'Hôpital's Rule
 
Lesson 21: Curve Sketching
Lesson 21: Curve SketchingLesson 21: Curve Sketching
Lesson 21: Curve Sketching
 
Lesson18 -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slidesLesson18 -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slides
 
Lesson 19: The Mean Value Theorem
Lesson 19: The Mean Value TheoremLesson 19: The Mean Value Theorem
Lesson 19: The Mean Value Theorem
 
Lesson 25: The Definite Integral
Lesson 25: The Definite IntegralLesson 25: The Definite Integral
Lesson 25: The Definite Integral
 
Lesson22 -optimization_problems_slides
Lesson22 -optimization_problems_slidesLesson22 -optimization_problems_slides
Lesson22 -optimization_problems_slides
 
Lesson 24: Area and Distances
Lesson 24: Area and DistancesLesson 24: Area and Distances
Lesson 24: Area and Distances
 
Lesson 23: Antiderivatives
Lesson 23: AntiderivativesLesson 23: Antiderivatives
Lesson 23: Antiderivatives
 
Lesson 26: Evaluating Definite Integrals
Lesson 26: Evaluating Definite IntegralsLesson 26: Evaluating Definite Integrals
Lesson 26: Evaluating Definite Integrals
 
Lesson 27: The Fundamental Theorem of Calculus
Lesson 27: The Fundamental Theorem of Calculus Lesson 27: The Fundamental Theorem of Calculus
Lesson 27: The Fundamental Theorem of Calculus
 
Introduction
IntroductionIntroduction
Introduction
 
Lesson 28: Integration by Subsitution
Lesson 28: Integration by SubsitutionLesson 28: Integration by Subsitution
Lesson 28: Integration by Subsitution
 
Introduction
IntroductionIntroduction
Introduction
 
Lesson 3: Limits (Section 21 slides)
Lesson 3: Limits (Section 21 slides)Lesson 3: Limits (Section 21 slides)
Lesson 3: Limits (Section 21 slides)
 

Dernier

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Dernier (20)

Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
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...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
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, ...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
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
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
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
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
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
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
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
 
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
 

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