Composicion Funciones
Composicion Funciones
Composicion Funciones
(f o g)(x) =
f(g(x))
e implica evaluar f en g
Ejemplo 01:
f x x g x x 2
fog x x2
y
g(x) y
(fog)(x)
f(x)
x x
0 2 2
-2
Si f={(2;9),(3;6),(0;5),(1;2)} y g= {(7;-1),(1;2),(4;3)}
Encontrar f o g
Solución:
Dom (f) = {2;3;0;1} , Dom (g) = {7;1;4}
f x x g x 1 x
f g x f g x g x 1 x
g f x g f x f x 1 x 1
f f x f f x f x x x1 / 4
g g x g g x g x 1 x 1 1 x 2
Ejemplo 04:
Si f(x) = 3x2 + 6 y determinar
f(g(x))
= 3(x – 8)2 + 6
= 3(x2 -16x + 64) + 6
= 3x2 – 48x + 192 + 6
= 3x2 – 48x + 198
g(f(x))
= (3x2 + 6
= 3x2 – 2
Ejemplo 05:
Si f(x) = x2 – 5x + 3 y Determinar
f(g(x)) = (x2)2 – 5(x2) + 3
= x4 – 5x2 +3
g(f(x)) = (x2 – 5x + 3)2
= x4 - 10x3 + 31x2 - 30x + 9
f(f(-1)) =
f(-1)= (-1)2 – 5(-1) + 3 = 9
f(f(-1)) = f(9)= 92 – 5(9) + 3 =
39
FUNCIÓN INYECTIVA
Si es Inyectiva No es inyectiva
En términos matemáticos, una función f
será inyectiva si dado dos punto xa e yb :
Si f(xa)=f(yb) entonces xa = yb
2xa + 1 = 2xb + 1
2xa = 2xb
x a = xb
Se comprueba que
si es inyectiva
FUNCIÓN INVERSA
B
A
f
A = D(f) = Rf-1
X y = f(x)
B = R(f) = Df-1
f-1
Ejemplo 06: Sabiendo que f(2)= 4, f(3)=5, f(4)=10,
Hallar f-1(4), f-1(5), f-1(10).
B
A
2
f 4
f-1(4)=2
3 5 f-1(5)=3
5 10
f-1(10) = 5
f-1
Ejemplo 07: Dada la función f(x) = x + 4,
Encontrar su f-1(x).
f(x) = x + 4
y=x+4
y–4=x
x=y–4
y=x–4
f-1(x) = x – 4
f-1(f(x)) = f-1(x + 4)
=x + 4 – 4 = x
Entonces f-1(f(x)) = x