Ejercicios Funciones Adición,Sustracción,Multiplicación y División

Dadas las funciones polinómicas  f(x) = x2 - 1   y   g(x) = 2x3 , calcula las siguientes operaciones y sus dominios:


1)   (f + g)(x)


2)   (f + g)(2)


3)   (f - g)(x)


4)   (f - g)(0)

Solución :


1)   (f + g)(x) = f(x) + g(x) = x2 - 1 + 2x3




Como  Dom(f) = R   y   Dom(g) = ,  tenemos que:




Dom(f + g) = Dom(f) Dom(g) = R





2)   (f + g)(2) = 22 - 1 + 2·23 = 19





3)   (f - g)(x) = f(x) - g(x) = x2 - 1 - 2x3


Como  Dom(f) = R   y   Dom(g) = ,  tenemos que:




Dom(f - g) = Dom(f) Dom(g) = R





4)   (f - g)(0) = - 1


Dadas las funciones polinómicas  f(x) = x2 - 1   y   g(x) = 2x3 , calcula las siguientes operaciones y sus dominios:



1)   (-5g)(x)


2)   (-5g)(-2)


3)   (f · g)(x)


4)   (f · g)(1)


5)   (g · f)(x)


6)   (g · f)(-1)


7)   (f / g)(x)


8)   (f / g)(3)


Solución :

1)   (-5g)(x) = -5·g(x) = -5(2x3) = - 10x3


Como    Dom(g) = ,  tenemos que:


Dom(-5g) = Dom(g) = R



2)   (-5g)(-2) = -5·g(-2) = -10(-2)3 = 80



3)   (f · g)(x) = f(x)·g(x) = (x2 - 1)( 2x3) = 2x5 - 2x3


Como  Dom(f) = R   y   Dom(g) = ,  tenemos que:


Dom(f · g) = Dom(f) Dom(g) = R



4)   (f · g)(1) = f(1)·g(1) = 2·15 - 2·13 = 2 - 2 = 0


5)   (g · f)(x) = g(x)·f(x) = ( 2x3)(x2 - 1) = 2x5 - 2x3


Como  Dom(f) = R   y   Dom(g) = ,  tenemos que:


Dom(g · f) = Dom(g) Dom(f) = R


6)   (g · f)(-1) = g(-1)·f(-1) = 2(-1)5 - 2(-1)3 = - 2 + 2 = 0


calculo.cc



Como  Dom(f) = R   ,   Dom(g) =  ,  {xDom(g) / g(x) = 0} = {0} ,  tenemos que:




Dom(f / g) = [Dom(f) Dom(g)] - {xDom(g) / g(x) = 0} = R - {0}





calculo.cc














































Comentarios

Entradas más populares de este blog

Composición de Funciones -Ejercicios

Objetivos