Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
SlideShare a Scribd company logo
2.7 Combining Functions


John 16:33 I have said these things to you, that in me you
may have peace. In the world you will have tribulation. But
take heart; I have overcome the world.”
We can add, subtract, multiply, divide functions
We can add, subtract, multiply, divide functions

       f (x) + g(x) = ( f + g)(x)   D : D f I Dg
We can add, subtract, multiply, divide functions

       f (x) + g(x) = ( f + g)(x)   D : D f I Dg

       f (x) − g(x) = ( f − g)(x)   D : D f I Dg
We can add, subtract, multiply, divide functions

       f (x) + g(x) = ( f + g)(x)   D : D f I Dg

       f (x) − g(x) = ( f − g)(x)   D : D f I Dg

       f (x)⋅ g(x) = ( f ⋅ g)(x)    D : D f I Dg
We can add, subtract, multiply, divide functions

       f (x) + g(x) = ( f + g)(x)   D : D f I Dg

       f (x) − g(x) = ( f − g)(x)   D : D f I Dg

       f (x)⋅ g(x) = ( f ⋅ g)(x)    D : D f I Dg

      f (x) ⎛ f ⎞                 D : D f I Dg
           = ⎜ ⎟ ( x )
      g(x) ⎝ g ⎠                        and
                                        g(x) ≠ 0
x−4           x−3
Example:   f (x) =        g(x) =
                   x −1          x−2
x−4            x−3
Example:     f (x) =         g(x) =
                     x −1           x−2
                x−4 x−3
  ( f + g)(x) =     +            D:   {x : x ≠ 1,2}
                x −1 x − 2
x−4            x−3
Example:     f (x) =         g(x) =
                     x −1           x−2
                x−4 x−3
  ( f + g)(x) =     +            D:   {x : x ≠ 1,2}
                x −1 x − 2
                x−4 x−3
  ( f − g)(x) =     −            D:   {x : x ≠ 1,2}
                x −1 x − 2
x−4                x−3
Example:          f (x) =             g(x) =
                          x −1               x−2
                x−4 x−3
  ( f + g)(x) =     +                     D:   {x : x ≠ 1,2}
                x −1 x − 2
                x−4 x−3
  ( f − g)(x) =     −                     D:   {x : x ≠ 1,2}
                x −1 x − 2

                ⎛ x − 4 ⎞ ⎛ x − 3 ⎞
  ( f ⋅ g)(x) = ⎜
                ⎝ x − 1 ⎟ ⎜ x − 2 ⎟
                         ⎠ ⎝       ⎠
                                          D:   {x : x ≠ 1,2}
x−4                   x−3
Example:           f (x) =                g(x) =
                           x −1                  x−2
                x−4 x−3
  ( f + g)(x) =     +                         D:   {x : x ≠ 1,2}
                x −1 x − 2
                x−4 x−3
  ( f − g)(x) =     −                         D:   {x : x ≠ 1,2}
                x −1 x − 2

                ⎛ x − 4 ⎞ ⎛ x − 3 ⎞
  ( f ⋅ g)(x) = ⎜
                ⎝ x − 1 ⎟ ⎜ x − 2 ⎟
                         ⎠ ⎝       ⎠
                                              D:   {x : x ≠ 1,2}

  ⎛ f ⎞       ⎛ x − 4 ⎞ ⎛ x − 2 ⎞
  ⎜ g ⎟ (x) = ⎜ x − 1 ⎟ ⎜ x − 3 ⎟
                ⎝       ⎠ ⎝       ⎠
                                              D:   {x : x ≠ 1,2, 3}
  ⎝ ⎠
x−4                   x−3
Example:           f (x) =                g(x) =
                           x −1                  x−2
                x−4 x−3
  ( f + g)(x) =     +                         D:   {x : x ≠ 1,2}
                x −1 x − 2
                x−4 x−3
  ( f − g)(x) =     −                         D:   {x : x ≠ 1,2}
                x −1 x − 2

                ⎛ x − 4 ⎞ ⎛ x − 3 ⎞
  ( f ⋅ g)(x) = ⎜
                ⎝ x − 1 ⎟ ⎜ x − 2 ⎟
                         ⎠ ⎝       ⎠
                                              D:   {x : x ≠ 1,2}

  ⎛ f ⎞       ⎛ x − 4 ⎞ ⎛ x − 2 ⎞
  ⎜ g ⎟ (x) = ⎜ x − 1 ⎟ ⎜ x − 3 ⎟
                ⎝       ⎠ ⎝       ⎠
                                              D:   {x : x ≠ 1,2, 3}
  ⎝ ⎠

  Be sure to read Example 2 in your textbook
Composite Functions
Composite Functions
The output of one function (the inner function)
is used as input for another function (the
outer function)    notation : f ( g ( x ))
Composite Functions
 The output of one function (the inner function)
 is used as input for another function (the
 outer function)    notation : f ( g ( x ))
Example 1:    y = x +1
Composite Functions
 The output of one function (the inner function)
 is used as input for another function (the
 outer function)    notation : f ( g ( x ))
Example 1:    y = x +1
 Inner function is done first        x +1

 Outer function is done second        x
Composite Functions
 The output of one function (the inner function)
 is used as input for another function (the
 outer function)    notation : f ( g ( x ))
Example 1:    y = x +1
 Inner function is done first        x +1

 Outer function is done second        x
             g(x) = x + 1
             f (x) = x
             f (g(x)) = x + 1
Composite Functions

Example 2:    y = sin ( 3θ )
Composite Functions

Example 2:        y = sin ( 3θ )

  Inner      3θ                    g(θ ) = 3θ
Composite Functions

Example 2:        y = sin ( 3θ )

  Inner      3θ                    g(θ ) = 3θ

  Outer      sin ( x )             f (x) = sin ( x )
Composite Functions

Example 2:        y = sin ( 3θ )

  Inner      3θ                    g(θ ) = 3θ

  Outer      sin ( x )             f (x) = sin ( x )

                  f (g(θ )) = sin ( 3θ )
Composite Functions

Example 3:    y = sin 2 (θ )
Composite Functions

Example 3:       y = sin 2 (θ )

  Inner      sin (θ )             g(θ ) = sin (θ )
Composite Functions

Example 3:           y = sin 2 (θ )

  Inner      sin (θ )                 g(θ ) = sin (θ )

  Outer      x   2
                                      f (x) = x   2
Composite Functions

Example 3:           y = sin 2 (θ )

  Inner      sin (θ )                 g(θ ) = sin (θ )

  Outer      x   2
                                      f (x) = x   2




                     f (g(θ )) = sin 2 (θ )
Composite Functions

Example 4:    y = sin 2 ( 3θ )
Composite Functions

Example 4:     y = sin 2 ( 3θ )

  Innermost         3θ            h(θ ) = 3θ
Composite Functions

Example 4:     y = sin 2 ( 3θ )

  Innermost         3θ            h(θ ) = 3θ

  Next Inner       sin (θ )       g(θ ) = sin (θ )
Composite Functions

Example 4:     y = sin 2 ( 3θ )

  Innermost         3θ            h(θ ) = 3θ

  Next Inner       sin (θ )       g(θ ) = sin (θ )

  Outer             x   2
                                  f (x) = x 2
Composite Functions

Example 4:     y = sin 2 ( 3θ )

  Innermost         3θ               h(θ ) = 3θ

  Next Inner       sin (θ )          g(θ ) = sin (θ )

  Outer             x   2
                                     f (x) = x 2

                    f (g(h(θ ))) = sin 2 ( 3θ )
Composite Functions

Example 4:     y = sin 2 ( 3θ )

  Innermost         3θ               h(θ ) = 3θ

  Next Inner       sin (θ )          g(θ ) = sin (θ )

  Outer             x   2
                                     f (x) = x 2

                    f (g(h(θ ))) = sin 2 ( 3θ )


 Be sure to read Example 7 in your textbook
Is f (g(x)) = g( f (x)) ?
Is f (g(x)) = g( f (x)) ?   Let f(x) = 2x+1
                                g(x) = x-3
Is f (g(x)) = g( f (x)) ?     Let f(x) = 2x+1
                                  g(x) = x-3

    f (g(x)) = 2(x − 3) + 1
            = 2x − 6 + 1
            = 2x − 5
Is f (g(x)) = g( f (x)) ?     Let f(x) = 2x+1
                                    g(x) = x-3

    f (g(x)) = 2(x − 3) + 1   g( f (x)) = (2x + 1) − 3
            = 2x − 6 + 1               = 2x − 2
            = 2x − 5
Is f (g(x)) = g( f (x)) ?      Let f(x) = 2x+1
                                     g(x) = x-3

    f (g(x)) = 2(x − 3) + 1    g( f (x)) = (2x + 1) − 3
            = 2x − 6 + 1                = 2x − 2
            = 2x − 5

                        Not the same
Is f (g(x)) = g( f (x)) ?      Let f(x) = 2x+1
                                     g(x) = x-3

    f (g(x)) = 2(x − 3) + 1    g( f (x)) = (2x + 1) − 3
            = 2x − 6 + 1                = 2x − 2
            = 2x − 5

                        Not the same
                Could they be the same?
Could f (g(x)) = g( f (x)) ?
Could f (g(x)) = g( f (x)) ?
                                           x −1
             Let f (x) = 2x + 1 and g(x) =
                                             2
Could f (g(x)) = g( f (x)) ?
                                              x −1
                Let f (x) = 2x + 1 and g(x) =
                                                2

                 ⎛ x − 1 ⎞
    f (g(x)) = 2 ⎜       ⎟ + 1
                 ⎝ 2 ⎠

             = x − 1+ 1

             =x
Could f (g(x)) = g( f (x)) ?
                                              x −1
                Let f (x) = 2x + 1 and g(x) =
                                                2

                 ⎛ x − 1 ⎞                   (2x + 1) − 1
    f (g(x)) = 2 ⎜       ⎟ + 1   g( f (x)) =
                 ⎝ 2 ⎠                            2
                                               2x
             = x − 1+ 1                      =
                                                2
             =x                             =x
Could f (g(x)) = g( f (x)) ?
                                              x −1
                Let f (x) = 2x + 1 and g(x) =
                                                2

                 ⎛ x − 1 ⎞                   (2x + 1) − 1
    f (g(x)) = 2 ⎜       ⎟ + 1   g( f (x)) =
                 ⎝ 2 ⎠                            2
                                               2x
             = x − 1+ 1                      =
                                                2
             =x                             =x

    These are the same. It happens when f(x)
       and g(x) are inverses of each other.
HW #9

“There are precious few Einsteins among us.
Most brilliance arises from ordinary people
working together in extraordinary ways.”
                              Roger Von Oech

More Related Content

What's hot (20)

Composite functions
Composite functionsComposite functions
Composite functions
Ghanshyam Tewani
 
1. functions
1. functions1. functions
1. functions
Amirudin Mustapha
 
Math integration-homework help
Math integration-homework helpMath integration-homework help
Math integration-homework help
Expertsmind IT Education Pvt Ltd.
 
Lesson 15: The Chain Rule
Lesson 15: The Chain RuleLesson 15: The Chain Rule
Lesson 15: The Chain Rule
Matthew Leingang
 
Parabola
ParabolaParabola
Parabola
HeatherCleveland
 
Vertex
VertexVertex
Vertex
HeatherCleveland
 
Sifat Limit Fungsi Aljabar dan Contoh Soal
Sifat Limit Fungsi Aljabar dan Contoh SoalSifat Limit Fungsi Aljabar dan Contoh Soal
Sifat Limit Fungsi Aljabar dan Contoh Soal
Asrifida Juwita Tanjung
 
Calculus Final Exam
Calculus Final ExamCalculus Final Exam
Calculus Final Exam
Kuan-Lun Wang
 
PM5006 Week 6
PM5006 Week 6PM5006 Week 6
PM5006 Week 6
Carlos Vázquez
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
inventy
 
Grup
GrupGrup
Grup
trimuhtiharyani
 
Chapter 2(limits)
Chapter 2(limits)Chapter 2(limits)
Chapter 2(limits)
Eko Wijayanto
 
Ex algebra (5)
Ex algebra  (5)Ex algebra  (5)
Ex algebra (5)
Andrei Bastos
 
Lesson 10: The Chain Rule
Lesson 10: The Chain RuleLesson 10: The Chain Rule
Lesson 10: The Chain Rule
Matthew Leingang
 
Jordan's solution
Jordan's solutionJordan's solution
Jordan's solution
sabsma
 
Lesson 11: The Chain Rule
Lesson 11: The Chain RuleLesson 11: The Chain Rule
Lesson 11: The Chain Rule
Matthew Leingang
 
Pc 1.8 notes
Pc 1.8 notesPc 1.8 notes
Pc 1.8 notes
Jonathan Fjelstrom
 
Calculus First Test 2011/10/20
Calculus First Test 2011/10/20Calculus First Test 2011/10/20
Calculus First Test 2011/10/20
Kuan-Lun Wang
 
AA Section 8-3
AA Section 8-3AA Section 8-3
AA Section 8-3
Jimbo Lamb
 
Logarithms
LogarithmsLogarithms
Logarithms
supoteta
 

Viewers also liked (20)

0201 ch 2 day 1
0201 ch 2 day 10201 ch 2 day 1
0201 ch 2 day 1
festivalelmo
 
Bowie live at the Annandale
Bowie live at the AnnandaleBowie live at the Annandale
Bowie live at the Annandale
Henry Pepper
 
0205 ch 2 day 5
0205 ch 2 day 50205 ch 2 day 5
0205 ch 2 day 5
festivalelmo
 
How To Be the Perfect Client
How To Be the Perfect ClientHow To Be the Perfect Client
How To Be the Perfect Client
Kenneth Grady
 
Lake Tahoe Productions Network Ver4
Lake Tahoe Productions Network Ver4Lake Tahoe Productions Network Ver4
Lake Tahoe Productions Network Ver4
Kurt Holobaugh
 
Bronwyn Harch Evolving through Disruption v1
Bronwyn Harch Evolving through Disruption v1Bronwyn Harch Evolving through Disruption v1
Bronwyn Harch Evolving through Disruption v1
Bronwyn Harch (FTSE)
 
Fotos de matemáticas
Fotos de matemáticasFotos de matemáticas
Fotos de matemáticas
begogarcia18
 
Ohmslawweb
OhmslawwebOhmslawweb
Ohmslawweb
MlokotiSikhulule
 
Eadi Marketing- Web designing presentation
Eadi Marketing- Web designing presentationEadi Marketing- Web designing presentation
Eadi Marketing- Web designing presentation
agrawal4443
 
LaMima Gilbert Lewis PM
LaMima Gilbert Lewis PMLaMima Gilbert Lewis PM
LaMima Gilbert Lewis PM
Lamima Gilbert-Lewis, PMP
 
Thermal Power Plant
Thermal Power PlantThermal Power Plant
Thermal Power Plant
Arnab Kumar Pal
 
Presentación proyectos de educacion infantil
Presentación proyectos de educacion infantilPresentación proyectos de educacion infantil
Presentación proyectos de educacion infantil
Maribel307benavides
 
Multiplicacion y Division
Multiplicacion y DivisionMultiplicacion y Division
Multiplicacion y Division
Santiago Pineda
 
Portfolio
PortfolioPortfolio
Portfolio
hayleydahl
 
Management control systems
Management control systemsManagement control systems
Management control systems
mamta singh
 
Ansel Adams Why Black and White
Ansel Adams Why Black and WhiteAnsel Adams Why Black and White
Ansel Adams Why Black and White
dsupplitt
 
Scale invariant feature transform
Scale invariant feature transformScale invariant feature transform
Scale invariant feature transform
Mohammad Asghar Barech
 
Oracle GoldenGate R12.2 セットアップガイド
Oracle GoldenGate R12.2 セットアップガイドOracle GoldenGate R12.2 セットアップガイド
Oracle GoldenGate R12.2 セットアップガイド
オラクルエンジニア通信
 
SIFT Algorithm Introduction
SIFT Algorithm IntroductionSIFT Algorithm Introduction
SIFT Algorithm Introduction
Truong LD
 
Mapas mentales de Español y Matematicas
Mapas mentales de Español y MatematicasMapas mentales de Español y Matematicas
Mapas mentales de Español y Matematicas
Editorial MD
 
Bowie live at the Annandale
Bowie live at the AnnandaleBowie live at the Annandale
Bowie live at the Annandale
Henry Pepper
 
How To Be the Perfect Client
How To Be the Perfect ClientHow To Be the Perfect Client
How To Be the Perfect Client
Kenneth Grady
 
Lake Tahoe Productions Network Ver4
Lake Tahoe Productions Network Ver4Lake Tahoe Productions Network Ver4
Lake Tahoe Productions Network Ver4
Kurt Holobaugh
 
Bronwyn Harch Evolving through Disruption v1
Bronwyn Harch Evolving through Disruption v1Bronwyn Harch Evolving through Disruption v1
Bronwyn Harch Evolving through Disruption v1
Bronwyn Harch (FTSE)
 
Fotos de matemáticas
Fotos de matemáticasFotos de matemáticas
Fotos de matemáticas
begogarcia18
 
Eadi Marketing- Web designing presentation
Eadi Marketing- Web designing presentationEadi Marketing- Web designing presentation
Eadi Marketing- Web designing presentation
agrawal4443
 
Presentación proyectos de educacion infantil
Presentación proyectos de educacion infantilPresentación proyectos de educacion infantil
Presentación proyectos de educacion infantil
Maribel307benavides
 
Multiplicacion y Division
Multiplicacion y DivisionMultiplicacion y Division
Multiplicacion y Division
Santiago Pineda
 
Management control systems
Management control systemsManagement control systems
Management control systems
mamta singh
 
Ansel Adams Why Black and White
Ansel Adams Why Black and WhiteAnsel Adams Why Black and White
Ansel Adams Why Black and White
dsupplitt
 
SIFT Algorithm Introduction
SIFT Algorithm IntroductionSIFT Algorithm Introduction
SIFT Algorithm Introduction
Truong LD
 
Mapas mentales de Español y Matematicas
Mapas mentales de Español y MatematicasMapas mentales de Español y Matematicas
Mapas mentales de Español y Matematicas
Editorial MD
 

Similar to 0210 ch 2 day 10 (20)

Operation on functions
Operation on functionsOperation on functions
Operation on functions
Jeralyn Obsina
 
lesson10-thechainrule034slides-091006133832-phpapp01.pptx
lesson10-thechainrule034slides-091006133832-phpapp01.pptxlesson10-thechainrule034slides-091006133832-phpapp01.pptx
lesson10-thechainrule034slides-091006133832-phpapp01.pptx
JohnReyManzano2
 
______2
  ______2  ______2
______2
Yodhathai Reesrikom
 
Lesson 4 Nov 17 09
Lesson 4 Nov 17 09Lesson 4 Nov 17 09
Lesson 4 Nov 17 09
ingroy
 
The Chain Rule, Part 2
The Chain Rule, Part 2The Chain Rule, Part 2
The Chain Rule, Part 2
Pablo Antuna
 
Derivatives vinnie
Derivatives vinnieDerivatives vinnie
Derivatives vinnie
canalculus
 
3_Operations_onfffffffffffffffffffffff_Functions.pptx
3_Operations_onfffffffffffffffffffffff_Functions.pptx3_Operations_onfffffffffffffffffffffff_Functions.pptx
3_Operations_onfffffffffffffffffffffff_Functions.pptx
dominicdaltoncaling2
 
Operations on Functions.pdf
Operations on Functions.pdfOperations on Functions.pdf
Operations on Functions.pdf
JetCarilloToledo
 
Composite Function Mathematics for grade 11
Composite Function Mathematics for grade 11Composite Function Mathematics for grade 11
Composite Function Mathematics for grade 11
fitayus
 
BINARY-OPERATION and OPERATION OF FUNCTION.pptx
BINARY-OPERATION and OPERATION OF FUNCTION.pptxBINARY-OPERATION and OPERATION OF FUNCTION.pptx
BINARY-OPERATION and OPERATION OF FUNCTION.pptx
InahEguia2
 
The Chain Rule Powerpoint Lesson
The Chain Rule Powerpoint LessonThe Chain Rule Powerpoint Lesson
The Chain Rule Powerpoint Lesson
Paul Hawks
 
The Chain Rule Powerpoint Lesson
The Chain Rule Powerpoint LessonThe Chain Rule Powerpoint Lesson
The Chain Rule Powerpoint Lesson
Paul Hawks
 
Ppt fiske daels mei drisa desain media komputer
Ppt fiske daels mei drisa desain media komputerPpt fiske daels mei drisa desain media komputer
Ppt fiske daels mei drisa desain media komputer
ArdianPratama22
 
functions limits and continuity
functions limits and continuityfunctions limits and continuity
functions limits and continuity
Pume Ananda
 
3_Operations_on_Functions...........pptx
3_Operations_on_Functions...........pptx3_Operations_on_Functions...........pptx
3_Operations_on_Functions...........pptx
keithabesamis1
 
Functions limits and continuity
Functions limits and continuityFunctions limits and continuity
Functions limits and continuity
sudersana viswanathan
 
Algebra 2 Unit 5 Lesson 5
Algebra 2 Unit 5 Lesson 5Algebra 2 Unit 5 Lesson 5
Algebra 2 Unit 5 Lesson 5
Kate Nowak
 
The Chain Rule Powerpoint Lesson
The Chain Rule Powerpoint LessonThe Chain Rule Powerpoint Lesson
The Chain Rule Powerpoint Lesson
Paul Hawks
 
Day 5 examples
Day 5 examplesDay 5 examples
Day 5 examples
jchartiersjsd
 
Invers fungsi
Invers fungsiInvers fungsi
Invers fungsi
Aman Daffa
 
Operation on functions
Operation on functionsOperation on functions
Operation on functions
Jeralyn Obsina
 
lesson10-thechainrule034slides-091006133832-phpapp01.pptx
lesson10-thechainrule034slides-091006133832-phpapp01.pptxlesson10-thechainrule034slides-091006133832-phpapp01.pptx
lesson10-thechainrule034slides-091006133832-phpapp01.pptx
JohnReyManzano2
 
Lesson 4 Nov 17 09
Lesson 4 Nov 17 09Lesson 4 Nov 17 09
Lesson 4 Nov 17 09
ingroy
 
The Chain Rule, Part 2
The Chain Rule, Part 2The Chain Rule, Part 2
The Chain Rule, Part 2
Pablo Antuna
 
Derivatives vinnie
Derivatives vinnieDerivatives vinnie
Derivatives vinnie
canalculus
 
3_Operations_onfffffffffffffffffffffff_Functions.pptx
3_Operations_onfffffffffffffffffffffff_Functions.pptx3_Operations_onfffffffffffffffffffffff_Functions.pptx
3_Operations_onfffffffffffffffffffffff_Functions.pptx
dominicdaltoncaling2
 
Operations on Functions.pdf
Operations on Functions.pdfOperations on Functions.pdf
Operations on Functions.pdf
JetCarilloToledo
 
Composite Function Mathematics for grade 11
Composite Function Mathematics for grade 11Composite Function Mathematics for grade 11
Composite Function Mathematics for grade 11
fitayus
 
BINARY-OPERATION and OPERATION OF FUNCTION.pptx
BINARY-OPERATION and OPERATION OF FUNCTION.pptxBINARY-OPERATION and OPERATION OF FUNCTION.pptx
BINARY-OPERATION and OPERATION OF FUNCTION.pptx
InahEguia2
 
The Chain Rule Powerpoint Lesson
The Chain Rule Powerpoint LessonThe Chain Rule Powerpoint Lesson
The Chain Rule Powerpoint Lesson
Paul Hawks
 
The Chain Rule Powerpoint Lesson
The Chain Rule Powerpoint LessonThe Chain Rule Powerpoint Lesson
The Chain Rule Powerpoint Lesson
Paul Hawks
 
Ppt fiske daels mei drisa desain media komputer
Ppt fiske daels mei drisa desain media komputerPpt fiske daels mei drisa desain media komputer
Ppt fiske daels mei drisa desain media komputer
ArdianPratama22
 
functions limits and continuity
functions limits and continuityfunctions limits and continuity
functions limits and continuity
Pume Ananda
 
3_Operations_on_Functions...........pptx
3_Operations_on_Functions...........pptx3_Operations_on_Functions...........pptx
3_Operations_on_Functions...........pptx
keithabesamis1
 
Algebra 2 Unit 5 Lesson 5
Algebra 2 Unit 5 Lesson 5Algebra 2 Unit 5 Lesson 5
Algebra 2 Unit 5 Lesson 5
Kate Nowak
 
The Chain Rule Powerpoint Lesson
The Chain Rule Powerpoint LessonThe Chain Rule Powerpoint Lesson
The Chain Rule Powerpoint Lesson
Paul Hawks
 

More from festivalelmo (20)

0101 ch 1 day 1
0101 ch 1 day 10101 ch 1 day 1
0101 ch 1 day 1
festivalelmo
 
1103 ch 11 day 3
1103 ch 11 day 31103 ch 11 day 3
1103 ch 11 day 3
festivalelmo
 
1204 ch 12 day 4
1204 ch 12 day 41204 ch 12 day 4
1204 ch 12 day 4
festivalelmo
 
1203 ch 12 day 3
1203 ch 12 day 31203 ch 12 day 3
1203 ch 12 day 3
festivalelmo
 
1201 ch 12 day 1
1201 ch 12 day 11201 ch 12 day 1
1201 ch 12 day 1
festivalelmo
 
1202 ch 12 day 2
1202 ch 12 day 21202 ch 12 day 2
1202 ch 12 day 2
festivalelmo
 
1104 ch 11 day 4
1104 ch 11 day 41104 ch 11 day 4
1104 ch 11 day 4
festivalelmo
 
1114 ch 11 day 14
1114 ch 11 day 141114 ch 11 day 14
1114 ch 11 day 14
festivalelmo
 
1113 ch 11 day 13
1113 ch 11 day 131113 ch 11 day 13
1113 ch 11 day 13
festivalelmo
 
1112 ch 11 day 12
1112 ch 11 day 121112 ch 11 day 12
1112 ch 11 day 12
festivalelmo
 
1110 ch 11 day 10
1110 ch 11 day 101110 ch 11 day 10
1110 ch 11 day 10
festivalelmo
 
1109 ch 11 day 9
1109 ch 11 day 91109 ch 11 day 9
1109 ch 11 day 9
festivalelmo
 
1108 ch 11 day 8
1108 ch 11 day 81108 ch 11 day 8
1108 ch 11 day 8
festivalelmo
 
1107 ch 11 day 7
1107 ch 11 day 71107 ch 11 day 7
1107 ch 11 day 7
festivalelmo
 
1106 ch 11 day 6
1106 ch 11 day 61106 ch 11 day 6
1106 ch 11 day 6
festivalelmo
 
1105 ch 11 day 5
1105 ch 11 day 51105 ch 11 day 5
1105 ch 11 day 5
festivalelmo
 
1115 ch 11 day 15
1115 ch 11 day 151115 ch 11 day 15
1115 ch 11 day 15
festivalelmo
 
1007 ch 10 day 7
1007 ch 10 day 71007 ch 10 day 7
1007 ch 10 day 7
festivalelmo
 
1006 ch 10 day 6
1006 ch 10 day 61006 ch 10 day 6
1006 ch 10 day 6
festivalelmo
 
1005 ch 10 day 5
1005 ch 10 day 51005 ch 10 day 5
1005 ch 10 day 5
festivalelmo
 

Recently uploaded (20)

Full-Stack .NET Developer Interview Questions PDF By ScholarHat
Full-Stack .NET Developer Interview Questions PDF By ScholarHatFull-Stack .NET Developer Interview Questions PDF By ScholarHat
Full-Stack .NET Developer Interview Questions PDF By ScholarHat
Scholarhat
 
The Constitution, Government and Law making bodies .
The Constitution, Government and Law making bodies .The Constitution, Government and Law making bodies .
The Constitution, Government and Law making bodies .
saanidhyapatel09
 
BISNIS BERKAH BERANGKAT KE MEKKAH ISTIKMAL SYARIAH
BISNIS BERKAH BERANGKAT KE MEKKAH ISTIKMAL SYARIAHBISNIS BERKAH BERANGKAT KE MEKKAH ISTIKMAL SYARIAH
BISNIS BERKAH BERANGKAT KE MEKKAH ISTIKMAL SYARIAH
coacharyasetiyaki
 
N.C. DPI's 2023 Language Diversity Briefing
N.C. DPI's 2023 Language Diversity BriefingN.C. DPI's 2023 Language Diversity Briefing
N.C. DPI's 2023 Language Diversity Briefing
Mebane Rash
 
Meeting the needs of modern students?, Selina McCoy
Meeting the needs of modern students?, Selina McCoyMeeting the needs of modern students?, Selina McCoy
Meeting the needs of modern students?, Selina McCoy
Economic and Social Research Institute
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
Admission Procedure and types in hospital pptx
Admission Procedure  and types in hospital pptxAdmission Procedure  and types in hospital pptx
Admission Procedure and types in hospital pptx
PoojaSen20
 
Unit 1 Computer Hardware for Educational Computing.pptx
Unit 1 Computer Hardware for Educational Computing.pptxUnit 1 Computer Hardware for Educational Computing.pptx
Unit 1 Computer Hardware for Educational Computing.pptx
RomaSmart1
 
DBMS Interview Questions PDF By ScholarHat
DBMS Interview Questions PDF By ScholarHatDBMS Interview Questions PDF By ScholarHat
DBMS Interview Questions PDF By ScholarHat
Scholarhat
 
Rest API Interview Questions PDF By ScholarHat
Rest API Interview Questions PDF By ScholarHatRest API Interview Questions PDF By ScholarHat
Rest API Interview Questions PDF By ScholarHat
Scholarhat
 
Intellectual Honesty & Research Integrity.pptx
Intellectual Honesty & Research Integrity.pptxIntellectual Honesty & Research Integrity.pptx
Intellectual Honesty & Research Integrity.pptx
NidhiSharma495177
 
HTML Interview Questions PDF By ScholarHat
HTML Interview Questions PDF By ScholarHatHTML Interview Questions PDF By ScholarHat
HTML Interview Questions PDF By ScholarHat
Scholarhat
 
Cyrus_Kelisha_SMM_PB1_2024-November.pptx
Cyrus_Kelisha_SMM_PB1_2024-November.pptxCyrus_Kelisha_SMM_PB1_2024-November.pptx
Cyrus_Kelisha_SMM_PB1_2024-November.pptx
KelishaCyrus
 
How to Configure Flexible Working Schedule in Odoo 18 Employee
How to Configure Flexible Working Schedule in Odoo 18 EmployeeHow to Configure Flexible Working Schedule in Odoo 18 Employee
How to Configure Flexible Working Schedule in Odoo 18 Employee
Celine George
 
ASP.NET Interview Questions PDF By ScholarHat
ASP.NET  Interview Questions PDF By ScholarHatASP.NET  Interview Questions PDF By ScholarHat
ASP.NET Interview Questions PDF By ScholarHat
Scholarhat
 
lklklklklklklklklklklklklklklklklklklklklklklklklklklklk
lklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklk
lklklklklklklklklklklklklklklklklklklklklklklklklklklklk
preetheshparmar
 
Managing expiration dates of products in odoo
Managing expiration dates of products in odooManaging expiration dates of products in odoo
Managing expiration dates of products in odoo
Celine George
 
Azure Administrator Interview Questions By ScholarHat
Azure Administrator Interview Questions By ScholarHatAzure Administrator Interview Questions By ScholarHat
Azure Administrator Interview Questions By ScholarHat
Scholarhat
 
How to create security group category in Odoo 17
How to create security group category in Odoo 17How to create security group category in Odoo 17
How to create security group category in Odoo 17
Celine George
 
Essentials of a Good PMO, presented by Aalok Sonawala
Essentials of a Good PMO, presented by Aalok SonawalaEssentials of a Good PMO, presented by Aalok Sonawala
Essentials of a Good PMO, presented by Aalok Sonawala
Association for Project Management
 
Full-Stack .NET Developer Interview Questions PDF By ScholarHat
Full-Stack .NET Developer Interview Questions PDF By ScholarHatFull-Stack .NET Developer Interview Questions PDF By ScholarHat
Full-Stack .NET Developer Interview Questions PDF By ScholarHat
Scholarhat
 
The Constitution, Government and Law making bodies .
The Constitution, Government and Law making bodies .The Constitution, Government and Law making bodies .
The Constitution, Government and Law making bodies .
saanidhyapatel09
 
BISNIS BERKAH BERANGKAT KE MEKKAH ISTIKMAL SYARIAH
BISNIS BERKAH BERANGKAT KE MEKKAH ISTIKMAL SYARIAHBISNIS BERKAH BERANGKAT KE MEKKAH ISTIKMAL SYARIAH
BISNIS BERKAH BERANGKAT KE MEKKAH ISTIKMAL SYARIAH
coacharyasetiyaki
 
N.C. DPI's 2023 Language Diversity Briefing
N.C. DPI's 2023 Language Diversity BriefingN.C. DPI's 2023 Language Diversity Briefing
N.C. DPI's 2023 Language Diversity Briefing
Mebane Rash
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
Admission Procedure and types in hospital pptx
Admission Procedure  and types in hospital pptxAdmission Procedure  and types in hospital pptx
Admission Procedure and types in hospital pptx
PoojaSen20
 
Unit 1 Computer Hardware for Educational Computing.pptx
Unit 1 Computer Hardware for Educational Computing.pptxUnit 1 Computer Hardware for Educational Computing.pptx
Unit 1 Computer Hardware for Educational Computing.pptx
RomaSmart1
 
DBMS Interview Questions PDF By ScholarHat
DBMS Interview Questions PDF By ScholarHatDBMS Interview Questions PDF By ScholarHat
DBMS Interview Questions PDF By ScholarHat
Scholarhat
 
Rest API Interview Questions PDF By ScholarHat
Rest API Interview Questions PDF By ScholarHatRest API Interview Questions PDF By ScholarHat
Rest API Interview Questions PDF By ScholarHat
Scholarhat
 
Intellectual Honesty & Research Integrity.pptx
Intellectual Honesty & Research Integrity.pptxIntellectual Honesty & Research Integrity.pptx
Intellectual Honesty & Research Integrity.pptx
NidhiSharma495177
 
HTML Interview Questions PDF By ScholarHat
HTML Interview Questions PDF By ScholarHatHTML Interview Questions PDF By ScholarHat
HTML Interview Questions PDF By ScholarHat
Scholarhat
 
Cyrus_Kelisha_SMM_PB1_2024-November.pptx
Cyrus_Kelisha_SMM_PB1_2024-November.pptxCyrus_Kelisha_SMM_PB1_2024-November.pptx
Cyrus_Kelisha_SMM_PB1_2024-November.pptx
KelishaCyrus
 
How to Configure Flexible Working Schedule in Odoo 18 Employee
How to Configure Flexible Working Schedule in Odoo 18 EmployeeHow to Configure Flexible Working Schedule in Odoo 18 Employee
How to Configure Flexible Working Schedule in Odoo 18 Employee
Celine George
 
ASP.NET Interview Questions PDF By ScholarHat
ASP.NET  Interview Questions PDF By ScholarHatASP.NET  Interview Questions PDF By ScholarHat
ASP.NET Interview Questions PDF By ScholarHat
Scholarhat
 
lklklklklklklklklklklklklklklklklklklklklklklklklklklklk
lklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklk
lklklklklklklklklklklklklklklklklklklklklklklklklklklklk
preetheshparmar
 
Managing expiration dates of products in odoo
Managing expiration dates of products in odooManaging expiration dates of products in odoo
Managing expiration dates of products in odoo
Celine George
 
Azure Administrator Interview Questions By ScholarHat
Azure Administrator Interview Questions By ScholarHatAzure Administrator Interview Questions By ScholarHat
Azure Administrator Interview Questions By ScholarHat
Scholarhat
 
How to create security group category in Odoo 17
How to create security group category in Odoo 17How to create security group category in Odoo 17
How to create security group category in Odoo 17
Celine George
 

0210 ch 2 day 10

  • 1. 2.7 Combining Functions John 16:33 I have said these things to you, that in me you may have peace. In the world you will have tribulation. But take heart; I have overcome the world.”
  • 2. We can add, subtract, multiply, divide functions
  • 3. We can add, subtract, multiply, divide functions f (x) + g(x) = ( f + g)(x) D : D f I Dg
  • 4. We can add, subtract, multiply, divide functions f (x) + g(x) = ( f + g)(x) D : D f I Dg f (x) − g(x) = ( f − g)(x) D : D f I Dg
  • 5. We can add, subtract, multiply, divide functions f (x) + g(x) = ( f + g)(x) D : D f I Dg f (x) − g(x) = ( f − g)(x) D : D f I Dg f (x)⋅ g(x) = ( f ⋅ g)(x) D : D f I Dg
  • 6. We can add, subtract, multiply, divide functions f (x) + g(x) = ( f + g)(x) D : D f I Dg f (x) − g(x) = ( f − g)(x) D : D f I Dg f (x)⋅ g(x) = ( f ⋅ g)(x) D : D f I Dg f (x) ⎛ f ⎞ D : D f I Dg = ⎜ ⎟ ( x ) g(x) ⎝ g ⎠ and g(x) ≠ 0
  • 7. x−4 x−3 Example: f (x) = g(x) = x −1 x−2
  • 8. x−4 x−3 Example: f (x) = g(x) = x −1 x−2 x−4 x−3 ( f + g)(x) = + D: {x : x ≠ 1,2} x −1 x − 2
  • 9. x−4 x−3 Example: f (x) = g(x) = x −1 x−2 x−4 x−3 ( f + g)(x) = + D: {x : x ≠ 1,2} x −1 x − 2 x−4 x−3 ( f − g)(x) = − D: {x : x ≠ 1,2} x −1 x − 2
  • 10. x−4 x−3 Example: f (x) = g(x) = x −1 x−2 x−4 x−3 ( f + g)(x) = + D: {x : x ≠ 1,2} x −1 x − 2 x−4 x−3 ( f − g)(x) = − D: {x : x ≠ 1,2} x −1 x − 2 ⎛ x − 4 ⎞ ⎛ x − 3 ⎞ ( f ⋅ g)(x) = ⎜ ⎝ x − 1 ⎟ ⎜ x − 2 ⎟ ⎠ ⎝ ⎠ D: {x : x ≠ 1,2}
  • 11. x−4 x−3 Example: f (x) = g(x) = x −1 x−2 x−4 x−3 ( f + g)(x) = + D: {x : x ≠ 1,2} x −1 x − 2 x−4 x−3 ( f − g)(x) = − D: {x : x ≠ 1,2} x −1 x − 2 ⎛ x − 4 ⎞ ⎛ x − 3 ⎞ ( f ⋅ g)(x) = ⎜ ⎝ x − 1 ⎟ ⎜ x − 2 ⎟ ⎠ ⎝ ⎠ D: {x : x ≠ 1,2} ⎛ f ⎞ ⎛ x − 4 ⎞ ⎛ x − 2 ⎞ ⎜ g ⎟ (x) = ⎜ x − 1 ⎟ ⎜ x − 3 ⎟ ⎝ ⎠ ⎝ ⎠ D: {x : x ≠ 1,2, 3} ⎝ ⎠
  • 12. x−4 x−3 Example: f (x) = g(x) = x −1 x−2 x−4 x−3 ( f + g)(x) = + D: {x : x ≠ 1,2} x −1 x − 2 x−4 x−3 ( f − g)(x) = − D: {x : x ≠ 1,2} x −1 x − 2 ⎛ x − 4 ⎞ ⎛ x − 3 ⎞ ( f ⋅ g)(x) = ⎜ ⎝ x − 1 ⎟ ⎜ x − 2 ⎟ ⎠ ⎝ ⎠ D: {x : x ≠ 1,2} ⎛ f ⎞ ⎛ x − 4 ⎞ ⎛ x − 2 ⎞ ⎜ g ⎟ (x) = ⎜ x − 1 ⎟ ⎜ x − 3 ⎟ ⎝ ⎠ ⎝ ⎠ D: {x : x ≠ 1,2, 3} ⎝ ⎠ Be sure to read Example 2 in your textbook
  • 14. Composite Functions The output of one function (the inner function) is used as input for another function (the outer function) notation : f ( g ( x ))
  • 15. Composite Functions The output of one function (the inner function) is used as input for another function (the outer function) notation : f ( g ( x )) Example 1: y = x +1
  • 16. Composite Functions The output of one function (the inner function) is used as input for another function (the outer function) notation : f ( g ( x )) Example 1: y = x +1 Inner function is done first x +1 Outer function is done second x
  • 17. Composite Functions The output of one function (the inner function) is used as input for another function (the outer function) notation : f ( g ( x )) Example 1: y = x +1 Inner function is done first x +1 Outer function is done second x g(x) = x + 1 f (x) = x f (g(x)) = x + 1
  • 19. Composite Functions Example 2: y = sin ( 3θ ) Inner 3θ g(θ ) = 3θ
  • 20. Composite Functions Example 2: y = sin ( 3θ ) Inner 3θ g(θ ) = 3θ Outer sin ( x ) f (x) = sin ( x )
  • 21. Composite Functions Example 2: y = sin ( 3θ ) Inner 3θ g(θ ) = 3θ Outer sin ( x ) f (x) = sin ( x ) f (g(θ )) = sin ( 3θ )
  • 23. Composite Functions Example 3: y = sin 2 (θ ) Inner sin (θ ) g(θ ) = sin (θ )
  • 24. Composite Functions Example 3: y = sin 2 (θ ) Inner sin (θ ) g(θ ) = sin (θ ) Outer x 2 f (x) = x 2
  • 25. Composite Functions Example 3: y = sin 2 (θ ) Inner sin (θ ) g(θ ) = sin (θ ) Outer x 2 f (x) = x 2 f (g(θ )) = sin 2 (θ )
  • 26. Composite Functions Example 4: y = sin 2 ( 3θ )
  • 27. Composite Functions Example 4: y = sin 2 ( 3θ ) Innermost 3θ h(θ ) = 3θ
  • 28. Composite Functions Example 4: y = sin 2 ( 3θ ) Innermost 3θ h(θ ) = 3θ Next Inner sin (θ ) g(θ ) = sin (θ )
  • 29. Composite Functions Example 4: y = sin 2 ( 3θ ) Innermost 3θ h(θ ) = 3θ Next Inner sin (θ ) g(θ ) = sin (θ ) Outer x 2 f (x) = x 2
  • 30. Composite Functions Example 4: y = sin 2 ( 3θ ) Innermost 3θ h(θ ) = 3θ Next Inner sin (θ ) g(θ ) = sin (θ ) Outer x 2 f (x) = x 2 f (g(h(θ ))) = sin 2 ( 3θ )
  • 31. Composite Functions Example 4: y = sin 2 ( 3θ ) Innermost 3θ h(θ ) = 3θ Next Inner sin (θ ) g(θ ) = sin (θ ) Outer x 2 f (x) = x 2 f (g(h(θ ))) = sin 2 ( 3θ ) Be sure to read Example 7 in your textbook
  • 32. Is f (g(x)) = g( f (x)) ?
  • 33. Is f (g(x)) = g( f (x)) ? Let f(x) = 2x+1 g(x) = x-3
  • 34. Is f (g(x)) = g( f (x)) ? Let f(x) = 2x+1 g(x) = x-3 f (g(x)) = 2(x − 3) + 1 = 2x − 6 + 1 = 2x − 5
  • 35. Is f (g(x)) = g( f (x)) ? Let f(x) = 2x+1 g(x) = x-3 f (g(x)) = 2(x − 3) + 1 g( f (x)) = (2x + 1) − 3 = 2x − 6 + 1 = 2x − 2 = 2x − 5
  • 36. Is f (g(x)) = g( f (x)) ? Let f(x) = 2x+1 g(x) = x-3 f (g(x)) = 2(x − 3) + 1 g( f (x)) = (2x + 1) − 3 = 2x − 6 + 1 = 2x − 2 = 2x − 5 Not the same
  • 37. Is f (g(x)) = g( f (x)) ? Let f(x) = 2x+1 g(x) = x-3 f (g(x)) = 2(x − 3) + 1 g( f (x)) = (2x + 1) − 3 = 2x − 6 + 1 = 2x − 2 = 2x − 5 Not the same Could they be the same?
  • 38. Could f (g(x)) = g( f (x)) ?
  • 39. Could f (g(x)) = g( f (x)) ? x −1 Let f (x) = 2x + 1 and g(x) = 2
  • 40. Could f (g(x)) = g( f (x)) ? x −1 Let f (x) = 2x + 1 and g(x) = 2 ⎛ x − 1 ⎞ f (g(x)) = 2 ⎜ ⎟ + 1 ⎝ 2 ⎠ = x − 1+ 1 =x
  • 41. Could f (g(x)) = g( f (x)) ? x −1 Let f (x) = 2x + 1 and g(x) = 2 ⎛ x − 1 ⎞ (2x + 1) − 1 f (g(x)) = 2 ⎜ ⎟ + 1 g( f (x)) = ⎝ 2 ⎠ 2 2x = x − 1+ 1 = 2 =x =x
  • 42. Could f (g(x)) = g( f (x)) ? x −1 Let f (x) = 2x + 1 and g(x) = 2 ⎛ x − 1 ⎞ (2x + 1) − 1 f (g(x)) = 2 ⎜ ⎟ + 1 g( f (x)) = ⎝ 2 ⎠ 2 2x = x − 1+ 1 = 2 =x =x These are the same. It happens when f(x) and g(x) are inverses of each other.
  • 43. HW #9 “There are precious few Einsteins among us. Most brilliance arises from ordinary people working together in extraordinary ways.” Roger Von Oech

Editor's Notes