compocicion de funciones resuelva f (x)=×^2-6 y g (x)=4x+2 me pueden ayudar con ese ejercicio resuelto de las cuatro formas (fog) (gof) (fof) (gog)

Respuestas

Respuesta dada por: JPancho
1

          (fog)
                  = (4x + 2)^2- 6
                  = 16x^2 +16x + 4 - 6
                  = 16x^2 + 16x - 2

         (gof)
                  = 4(x^2 - 6) + 2
                  = 4x^2 - 24 + 2
                  = 4x^2 - 22

         (fof)
                 = (x^2 - 6)^2 - 6
                 = 4x^2 - 12x + 36 - 6
                 = 4x^2 - 12x + 30

        (gog)
                 = 4(4x + 2) + 2
                 = 16x + 8 + 2
                 = 16x + 10
Preguntas similares