viernes, 24 de febrero de 2012

Funciones Inversas



Funciones Inversas (f ^-1 (x))

Sea F una funcion uno a uno con dominio A y rango B. Entonces su funcion inversa f^-1 tiene dominio B y rango A y esta definida por : f^-1 (y)= x <===> f(x)= y

Ejemplo f(x)= 3x - 5

1) Intercambie f(x) por y
y= 3x-5

2) Intercambie la x con la y
x= 3y-5

3) Despejar para Y

x= 3y-5

x + 5/ 3 = 3Y/3

x + 5/ 3 = Y

4) Intercambie Y por f^-1 (x)

f^-1(x)= x + 5 /3

(f o f^-1) (x)= 3(x+5/3) - 5
= x + 5 - 5

(f o f^-1) (x)= x

Ejemplo
2) f(x) = 1/ x +2

a) y= 1 /x + 2
(y + 2) x = 1/ y +2 (y+2)

xy + 2x = 1
xy/x= 1- 2x/x

y= 1 - 2x/x

f^-1(x)= 1 - 2x/x

3) f(x)= 6-4x
y= 6 -4x
x= 6 - 4y

x-6/-4 = -4y/-4

x-6/-4= 4
f^-1(x)= x-6/-4















miércoles, 22 de febrero de 2012

Composicion de funciones

Dadas dos funciones f y g, la funcion compuesta f o g (denominada, tambien la composicion de f o g) esta definida por:
(f o g)(x)= f(g(x))


El dominio de f o g es el conjunto de todas las x en el dominio de g tal que g(x) esta en el dominio de f. En otras palabras (f o g)(x) se define siempre que g(x) y f(g(x)) esten definidas:
ejemplo: Sea f(x)= x^2
g(x)=x-3


Encuentre:

1. (f o g)(x)= f(g(x))
= f(x-3)^2
= (x-3)(x-3)
(f o g)(x)=X^2-6x+9

2. (g o f)(x)= g(f(x))
= X^2-3
(g o f)(x)= X^2 -3

3. (f o g)(5)= f(g(5))
= (5-3)^2
= 2^2
(f o g)(5)= 4

4. (g o f)(7)= g(f(7))
= 7^2 -3
=49-3
(g o f)(7)= 46

5. (f o f)(x)= f(f(x))
= f(x^2)
= (x^2)^2
(f o f)(x)= X^4

6. (g o g)(x)= g(g(x))
= g(x-3)
= (x-3)-3
(g o g)(x)= x-6


f(x)= 2x^2 -3x
g(x)=x + 1


1. (f o g)(x)= F(g(x))
= 2(x+1)^2 -3(x+1)
= 2(x^2 + 2x +1) -3x-3
= 2x^2 + 4x +2 -3x-3
= 2x^2 + x -1

2. (g 0 f)(x)= g(f(x))
= 2x^2 - 3x +1


3. (f o f)(x)= f(f(X))
= 2(2x^2-3x)^2 -3(2x^2-3x)
= 2(4x^4-12x^3+9x^2) -6x^2 +9x
= 8x^4 -24x^3 +18x^2-6x^2 +9x
= 8x^4 - 24x^3 +12x^2 +9x


hecho:paola roman

Operaciones con funciones

-suma : f(x)+g(x)= (f+g)(x)
-resta : f(x)-g(x)= (f-g)(x)
-multiplicacion : f(x) * g(x)= (fg)(x)
-division : f(x)/g(x)= (f/g)(x); g(x)=0
g(x)/f(x)= (g/f)(x); f(x)=0

Ejemplo 1 . f(x)= 2x-4
g(x)= x-2

a.suma : (f+g)(x)=2x-4+x-2
=3x-6
b.resta : (f-g)(x)=2x-4-(x-2)->2x-4-x-2
=x-2
c.multiplicacion : (f *g )(x)=2x-4 * x-2
=2x2-4x-4x+8
=2x2-8x+8
d.division : (f/g)(x)= 2x-4/x-2
=2(x-2)/x-2
=2

Ejemplo 2. : f(x)=7x2+x
g(x)0=2x
hallar :
a.(f+g)(x)=7x2+x+2x
=7x2 + 3x
b.(f-g)(x)=2x-(7x2 + x)
=2x-7x2-x
= -x-7x2
c.(fg)(x)=(7x2+x)(2x)
=14x3 + 2x2
d.(f/g)(x)=7x2+x/2x
=x(7x+1)/2x
=7x+1/2
e.(g/f)(x)=2x/7x2+x
=2x/x(7x+1)
=2/7x+1


POR : Cherina Capella