[skip-to-content]

Sección 3.6 Clasificaciones de las Funciones

Subsección 3.6.1 Funciones Biyectivas

Definición 3.6.1

Una función \(f:A \longrightarrow B\) se dice que es inyectiva si y sólo si

\begin{equation*} (\forall a, b\in A)(f(a)=f(b)\Longrightarrow a=b) \end{equation*}

Es decir, \(f\) es inyectiva si y sólo si todo \(y\in Rec(f)\) tiene una y sólo una preimagen en el \(Dom(f)\text{.}\)

Sean \(a\) y \(b\) en \(\mathbb{R} \) con \(a \neq 0\) y \(f\) definida por:

\begin{equation*} \begin{array}{lrl} f: \amp \mathbb{R}\longrightarrow \amp \mathbb{R}\\ \amp x \longmapsto \amp ax + b \\ \end{array} \end{equation*}

Demostrar que \(f\) es inyectiva.

Solución 1

Sean \(x,y\in \mathbb{R} \) tales que

\begin{equation*} \begin{array}{llrcl} f(x)=f(y) \amp \Longrightarrow \amp ax + b \amp = \amp ay + b\\ \amp \Longrightarrow \amp ax \amp = \amp ay \\ \amp \Longrightarrow \amp x \amp = \amp y\\ \end{array} \end{equation*}

Luego \(f\) es inyectiva.

Sea \(f\) una función definida por:

\begin{equation*} \begin{array}{lrl} f: \amp \mathbb{R}-\{2\} \longrightarrow \amp \mathbb{R}\\ \amp x \longmapsto \amp \frac{3x+2}{x-2} \end{array} \end{equation*}

Demostrar que \(f\) es inyectiva.

Solución 2

Sean \(x,y\in \mathbb{R}-\{2\}\) tales que

\begin{equation*} \begin{array}{llrcl} f(x)=f(y) \amp \Longrightarrow \amp \dfrac{3x+2}{x-2} \amp = \amp \dfrac{3y+2}{y-2}\\ \amp \Longrightarrow \amp (3x+2)(y-2) \amp = \amp (3y+2)(x-2) \\ \amp \Longrightarrow \amp 3xy+2y-6x-4 \amp = \amp 3xy+2x-6y-4\\ \amp \Longrightarrow \amp 2y-6x \amp = \amp 2x-6y \\ \amp \Longrightarrow \amp 8y \amp = \amp 8x \\ \amp \Longrightarrow \amp y \amp = \amp x \end{array} \end{equation*}

Luego \(f\) es inyectiva.

Sea \(f\) una función definida por:

\begin{equation*} \begin{array}{lrl} f: \amp [1,\infty[ \longrightarrow \amp \mathbb{R}\\ \amp x \longmapsto \amp x^2+2x-2 \end{array} \end{equation*}

Demostrar que \(f\) es inyectiva.

Solución 3

Sean \(x,y\in [1,\infty[ \) tales que

\begin{equation*} \begin{array}{llrcl} f(x)=f(y) \amp \Longrightarrow \amp x^2+2x-2 \amp = \amp y^2+2y-2\\ \amp \Longrightarrow \amp x^2-y^2+2x-2y \amp = \amp 0 \\ \amp \Longrightarrow \amp (x+y)(x-y)+2(x-y)\amp = \amp 0\\ \amp \Longrightarrow \amp (x-y)(x+y+2)\amp = \amp 0 \\ \amp \Longrightarrow \amp x-y=0 \amp \vee \amp x+y+2=0 \\ \amp \Longrightarrow \amp x=y \amp \vee \amp x+y=-2 \end{array} \end{equation*}

Como \(x,y\geq 1\text{,}\) luego \(x+y\geq 2\text{,}\) por lo tanto, \(x+y=-2\) es falso, así tenemos que \(x=y\text{,}\) con lo cual \(f\) es inyectiva.

Sea la función

\begin{equation*} \begin{array}{rccl} f: \amp \mathbb{R} \amp \longrightarrow \amp \mathbb{R}\\ \amp x \amp \longmapsto \amp f(x) = \left \{ \begin{array}{ccc} x^2 \amp si \amp x \gt 2 \\ x + 2 \amp si \amp x \leq 2\\ \end{array} \right. \end{array} \end{equation*}

Determine si \(f\) es inyectiva.

Solución 4

Sean \(x,y \in\mathbb{R} \) tales que \(f(x)=f(y)\text{.}\)

Primer caso: \(x,y \in ]2,\infty[ \)

\begin{equation*} \begin{array}{rcl} x^2 \amp = \amp y^2 \\ |x| \amp = \amp |y| \\ x \amp =\amp y \end{array} \end{equation*}

Segundo caso: \(x,y \in ]-\infty,2] \)

\begin{equation*} \begin{array}{rcl} x+2 \amp = \amp y+2\\ x \amp =\amp y \end{array} \end{equation*}

Tercero Caso: \(x \in ]2,\infty[ , y \in ]-\infty,2] \text{,}\) para este caso, veremos si es posible que \(f(x)=f(y)\) , para ello calculemos el recorrido.

Si \(x \gt 2\) y \(u=f(x)\)

\begin{equation*} u=x^2 \Leftrightarrow \sqrt{u}=x \end{equation*}

donde \(u\geq 0 \wedge \sqrt{u} \gt 2 \text{,}\) por lo tanto \(u \gt 4\text{.}\) Así tenemos que \(f(x) \gt 4\text{,}\)

Si \(x \leq 2\) y \(v = f(y)\)

\begin{equation*} v=y+2 \Leftrightarrow v-2 =y \end{equation*}

donde \(v-2 \leq 2 \text{,}\) por lo tanto \(v\leq 4\text{,}\) con lo cual \(f(y)\leq 4 \text{.}\)

Es decir, \(4 \lt f(x)=f(y)\leq 4 \text{.}\) que es imposible, recuerde que \((F \Rightarrow F) \equiv V\text{,}\) luego en los tres caso la proposición es verdadera.

Con lo cual \(f\) es inyectiva.

Sea la función

\begin{equation*} \begin{array}{rccl} f: \amp \mathbb{R} \amp \longrightarrow \amp \mathbb{R}\\ \amp x \amp \longmapsto \amp f(x) = \left \{ \begin{array}{ccc} \sqrt{x-1} \amp si \amp x \gt 1 \\ x^3 \amp si \amp x \leq 1\\ \end{array} \right. \end{array} \end{equation*}

Determine si \(f\) es inyectiva.

Solución 5

Sean \(x,y \in\mathbb{R} \) tales que \(f(x)=f(y)\) .

Primer caso: \(x,y \in ]1,\infty[ \)

\begin{equation*} \begin{array}{rcl} \sqrt{x-1} \amp = \amp \sqrt{y-1}\\ x-1 \amp = \amp y-1 \\ x \amp =\amp y \end{array} \end{equation*}

Segundo caso: \(x,y \in ]-\infty,1] \)

\begin{equation*} \begin{array}{rcl} x^3 \amp = \amp y^3\\ x \amp =\amp y \end{array} \end{equation*}

Tercero caso: \(x \in ]1,\infty[ , y \in ]-\infty,1] \text{,}\) para este caso, veremos si es posible que \(f(x)=f(y)\) , para ello calculemos el recorrido.

Si \(x \gt 1\) y \(u=f(x)\)

\begin{equation*} u=\sqrt{x-1}\Leftrightarrow u^2+1=x \end{equation*}

donde \(u\geq 0 \wedge u^2+1 \gt 1\text{,}\) por lo tanto \(u \gt 0\text{.}\)

Así tenemos que \(Rec(f_1)= ]0,\infty [\text{.}\)

Si \(x\leq 1\) y \(v=f(y)\)

\begin{equation*} v=y^3 \Leftrightarrow \sqrt[3]{v} =y \end{equation*}

donde \(\sqrt[3]{v}\leq 1\text{,}\) por lo tanto \(v\leq 1\text{,}\) con lo cual \(Rec(f_2)= ]-\infty,1] \text{.}\)

Es decir, hay elementos en común en los recorridos, por ejemplo \(u=v=\frac{1}{2} \text{.}\) Así tenemos que \(x= \frac{5}{4}, y=\sqrt[3]{\frac{1}{2}}\) , tiene igual imagen. Con lo cual \(f\) no es inyectiva.

Dada la función \(g\) definida por

\begin{equation*} \begin{array}{rl} g: \amp \mathbb{R}\longrightarrow \mathbb{R}\\ \amp x \longmapsto g(x)=\frac{x}{x^2+5} \end{array} \end{equation*}

Determinar si \(g\) es inyectiva y en caso de que no lo sea redefinir la función para que sea inyectiva.

Solución 6

Sean \(a,b\in\mathbb{R} \) tal que \(g(a)=g(b)\) entonces tenemos que

\begin{equation*} \begin{array}{rcl} g(a) \amp = \amp g(b) \\ \frac{a}{a^2+5}\amp = \amp \frac{b}{b^2+5}\\ a(b^2+5) \amp = \amp b(a^2+5)\\ ab^2+5a \amp = \amp ba^2+5b\\ ab^2-ba^2 \amp = \amp 5b - 5a\\ ab(b - a)\amp = \amp 5(b - a)\\ ab(b - a) - 5(b - a)\amp = \amp 0 \\ (b - a)(ab - 5) \amp = \amp 0\\ a=b \amp \vee \amp ab - 5 = 0 \end{array} \end{equation*}

Si \(a=1, b=5\text{,}\) tenemos que \(f(1)=f(5)= \frac{1}{6} \text{.}\)

Por lo tanto \(g\) no es inyectiva.

Luego para redefinir el dominio de \(g\) de modo que sea inyectiva, se debe verificar que se cumpla que:

\begin{equation*} a=b \wedge ab\neq 5 \end{equation*}
\begin{equation*} \begin{array}{rcl} a=b \amp \wedge \amp (ab \gt 5\vee ab \lt 5) \\ (a=b \wedge ab \gt 5) \amp \vee \amp (a=b \wedge ab \lt 5)\\ a^2 \gt 5 \amp \vee \amp a^2 \lt 5\\ |a| \gt \sqrt{5} \amp \vee \amp |a| \lt \sqrt{5}\\ (a \gt \sqrt{5} \vee a \lt -\sqrt{5})\amp \vee \amp (-\sqrt{5} \lt a \wedge a \lt \sqrt{5})\\ a \in ]-\infty,-\sqrt{5}[ \cup ]\sqrt{5},\infty[ \amp \vee \amp a\in ]-\sqrt{5},\sqrt{5}[ \end{array} \end{equation*}

Pero \(-\sqrt{5} \) y \(\sqrt{5} \) pertenecen al dominio de inyectividad.

Así algunas posibles redefinición de la función

\begin{equation*} \begin{array}{lrcl} g_1: \amp [-\sqrt{5},\sqrt{5}]\amp \longrightarrow \amp \mathbb{R}\\ \amp x \amp \longmapsto \amp \frac{x}{x^2+5} \end{array} \end{equation*}
\begin{equation*} \begin{array}{lrcl} g_2: \amp ]-\infty,-\sqrt{5}]\amp \longrightarrow \amp \mathbb{R}\\ \amp x \amp \longmapsto \amp \frac{x}{x^2+5} \end{array} \end{equation*}
\begin{equation*} \begin{array}{lrcl} g_3: \amp [\sqrt{5},\infty[ \amp \longrightarrow \amp \mathbb{R}\\ \amp x \amp \longmapsto \amp \frac{x}{x^2+5} \end{array} \end{equation*}
Definición 3.6.8

Una función \(f:A \longrightarrow B\text{,}\) se dice epiyectiva o sobreyectiva si y sólo si \(Rec(f)=B\text{.}\)

Definición 3.6.9

Una función \(f:A \longrightarrow B\text{,}\) se dice biyectiva si y sólo si es inyectiva y sobreyectiva.

i. Sean \(f\) y \(g\) dos funciones inyectivas y \(x_1,x_2 \in Dom(g\circ f)= A\) tales que

\begin{equation*} \begin{array}{rl} (g\circ f)(x_1) \amp = (g\circ f)(x_2)\\ g(f(x_1)) \amp = (g(f(x_2))) \\ f(x_1) \amp = f(x_2) \\ x_1 \amp = x_2 \end{array} \end{equation*}

ya que \(f\) y \(g\) son inyectivas.

ii. Sean \(f\) y \(g\) dos funciones epiyectivas luego el \(Recf=B\) y \(Recg=C\)

Sea \(x\in C\text{,}\) como \(g\) es sobreyectiva \(\exists y\in B\) tal que \(g(y)=x\text{,}\) además \(f\) es sobreyectiva, luego \(\exists z\in A\) tal que \(f(z)=y.\) Entonces

\begin{equation*} \begin{array}{cl} (g\circ f)(z) \amp = g(f(z))\\ (g\circ f)(z) \amp = g(y)\\ (g\circ f)(z) \amp = x \end{array} \end{equation*}

Por lo tanto \(Rec(g\circ f) = C\text{,}\) es decir, \(g\circ f\) es sobreyectiva.

Sea \(\begin{array}[t]{rl} f : \mathbb{R}-\{0\} \amp \longrightarrow\mathbb{R}-\{1\}\\ x \amp \longmapsto \frac{x-1}{x}\\ \end{array} \)

a) Determinar si \(f\) es inyectiva.

b) Determinar si \(f\) es sobreyectiva.

Solución 7

Verificaremos que \(f\) sea inyectiva

\begin{equation*} (\forall a, b\in A)(f(a)=f(b)\Longrightarrow a=b) \end{equation*}

Sean \(a,b\in Domf\) tal que

\begin{equation*} \begin{array}[t]{rclc} f(a) \amp = \amp f(b) \amp \\ \frac{a-1}{a} \amp = \amp \frac{b-1}{b} \amp \\ ba-b \amp = \amp ab-a \amp / -ab \\ -b \amp = \amp -a \amp / \cdot(-1)\\ b \amp = \amp a \amp \end{array} \end{equation*}

Por lo tanto \(f\) es inyectiva.

Verificar si \(f\) sobreyectiva. Esto sucede si y sólo si

\begin{equation*} Rec(f)=\mathbb{R}-\{1\} \end{equation*}

Sea \(y\in Recf\text{,}\) luego existe \(x\in Domf\) tal que

\begin{equation*} \begin{array}{rcl} y \amp = \amp f(x)\\ y \amp = \amp \frac{x-1}{x}\\ xy -x \amp = \amp -1 \\ x(y-1) \amp = \amp -1 \\ x \amp = \amp \frac{-1}{y-1} \end{array} \end{equation*}

Así tenemos que

\begin{equation*} Rec(f)=\mathbb{R}-\{1\} \end{equation*}

Por lo tanto \(f\) es sobreyectiva.

Sea \(f:\mathbb{R}\longrightarrow \mathbb{R} \) una función definida por

\begin{equation*} \begin{array}{ccc} f (x) \amp = \amp \left \{ \begin{array}{ccc} -x \amp si \amp x \gt 0\\ x^2 \amp si \amp x \leq 0 \end{array} \right. \end{array} \end{equation*}

Determinar si \(f\) es biyectiva.

Solución 8
  1. Verificar si \(f\) es inyectiva.

    Si \(x,y \gt 0\) se tiene que

    \begin{equation*} \begin{array}{rlc} f(x)= \amp f(y) \amp \\ -x = \amp -y \amp \\ x= \amp y \end{array} \end{equation*}

    Si \(x,y \leq 0\)

    \begin{equation*} \begin{array}{rlc} f(x)= \amp f(y) \amp \\ x^2 = \amp y^2 \amp \\ x= \amp y \end{array} \end{equation*}

    Si \(x \gt 0,y\leq 0\) y \(f(x)=f(y)\) , se tiene que \(-x=y^2\) lo cual es una contradicción, pues \(-x \lt 0,y^2\geq 0\) luego no puede ser que \(f(x)=f(y)\text{,}\) es decir, que si \((F \Rightarrow F)\equiv V.\)

    Por lo tanto, \(f\) es inyectiva.

  2. Verificar si \(f\) es sobreyectiva.

    Lo veremos en dos etapas:

    a) Si \(x \gt 0\text{,}\) se tiene que \(f(x)=y=-x\text{,}\) luego \(x=-y\in\mathbb{R} \) y como \(x \gt 0\) entonces \(-y \gt 0\text{,}\) luego \(y \lt 0\text{,}\) \(Recf_1= ]\infty,0[\text{.}\)

    b) Si \(x\leq 0\text{,}\) se tiene que \(f(x)=y=x^2 \in\mathbb{R} \) y \(|x|=\sqrt{y}\in\mathbb{R}\text{ }\ \forall y\geq 0\) y como \(x\leq 0\) entonces \(x=-\sqrt{y}\leq 0\text{,}\) así la única condición para \(y\) es que \(y\geq 0\text{,}\) \(Recf_2= [0, \infty[\text{.}\)

    Luego

    \begin{equation*} Rec(f)=\{y\in \mathbb{R}\mid y \lt 0\}\cup \{y\in \mathbb{R}\mid y \geq 0\}=\mathbb{R} \end{equation*}

    Por lo tanto \(f\) es sobreyectiva.

    En consecuencia, \(f\) es biyectiva.

Subsección 3.6.2 Función Inversa

Definición 3.6.13

Sea \(f:A \longrightarrow B\) una función, diremos que \(f\) es invertible si y sólo si existe una función \(g:B\longrightarrow A\) tal que

\begin{equation*} (\forall b\in B)((f\circ g)(b)=b),\ \wedge \ (\forall a\in A)((g\circ f)(a)=a). \end{equation*}

La función \(g\) se llama función inversa de \(f\) y se denota por \(f^{-1} \text{.}\)

Verifiquemos la primera compuesta

\begin{equation*} \begin{array}{cl} (f^{-1}\circ g^{-1})\circ (g\circ f)(x) \amp =(f^{-1}\circ g^{-1})\circ(g(f(x)))\\ \amp = f^{-1}(g^{-1}(g(f(x))))\\ \amp = f^{-1}(Id(f(x))\\ \amp = f^{-1}(f(x))\\ \amp = Id(x)\\ \amp = x \end{array} \end{equation*}

La otra compuesta

\begin{equation*} \begin{array}{cl} (g\circ f)\circ (f^{-1}\circ g^{-1})(x) \amp = (g\circ f)\circ(f^{-1}(g^{-1}(x)))\\ \amp = g(f(f^{-1}(g^{-1}(x))))\\ \amp = g(Id(g^{-1}(x)))\\ \amp = g(g^{-1}(x))\\ \amp = Id(x)\\ \amp = x \end{array} \end{equation*}

Luego \((g\circ f)^{-1}=Id\quad f^{-1}\circ g^{-1}=Id\)

Como \(f\circ(f^{-1})=Id\) y \((f^{-1}) \circ f=Id\text{,}\) entonces \(f^{-1} \) es invertible y además

\begin{equation*} \begin{array}{rl} f\circ(f^{-1}) \amp = Id \\ f\circ(f^{-1}) \amp = Id / \circ (f^{-1})^{-1}\\ f \amp = (f^{-1})^{-1} \end{array} \end{equation*}

Luego

\begin{equation*} h=f=(f^{-1})^{-1} \end{equation*}

\(\Rightarrow)\) Supongamos que \(f^{-1} \) existe, entonces se cumple que \(Dom(f^{-1})=B\) y para todo elemento en su dominio se tiene que, si \(x = y\text{,}\) entonces \(f^{-1}(x)=f^{-1}(y)\text{.}\)

Ahora el \(Dom(f^{-1})=B\) si y sólo si el recorrido de \(f\) es igual a \(B\text{,}\) es decir, \(f\) es sobreyectiva.

Demostraremos que \(f\) es inyectiva y para esto se debe cumplir que

\begin{equation*} (\forall a,b\in A)(f(a)=f(b)\Longrightarrow a = b) \end{equation*}

Sean \(a,b \in A\) tal que \(f(a)=f(b)\) por la primera hipótesis \(f^{-1} \) es función. Luego

\begin{equation*} \begin{array}{rcl} f^{-1}(f(a)) \amp = \amp f^{-1}(f(b))\\ a \amp = \amp b \\ \end{array} \end{equation*}

Por lo tanto \(f\) es inyectiva.

Dado \(x \in A\text{,}\) luego \(f(x) \in B\) y por lo tanto \(x= f^{-1}(f(x))\text{,}\) con ello \(f^{-1} \) es biyectiva.

\(\Leftarrow\) Supongamos que \(f\) es biyectiva y \(f^{-1}=\{(x,y)\in B \times A\mid (y,x)\in f\}\) la relación inversa, por ser \(f\) epiyectiva tenemos que \(Dom(f^{-1})=B\text{,}\) entonces debemos demostrar que si \((x,w)\in f^{-1} \) y \((x,t)\in f^{-1} \) entonces \(w=t.\)

Como \((x,w)\in f^{-1} \) y \((x,t)\in f^{-1} \) entonces \((w,x)\in f\) y \((t,x)\in f.\) Es decir,

\begin{equation*} f(w)=x=f(t) \end{equation*}

pero \(f\) es inyectiva se tiene que

\begin{equation*} w=t \end{equation*}

Observación: Sea \(f:[a,b]\longrightarrow[c,d] \) una función invertible y \(f^{-1}:[c,d]\longrightarrow [a,b] \) su función inversa, entonces las gráficas \(y=f(x)\) e \(y=f^{-1}(x)\) son curvas simétricas con respecto a la diagonal \(y=x.\)

Sea

\begin{equation*} \begin{array}{rcl} f : \amp A \longrightarrow \amp B\\ \amp x \longmapsto \amp \sqrt{x^3-1}\\ \end{array}. \end{equation*}

Determine el dominio máximo de \(f\) y el recorrido de modo que sea biyectiva y luego determine \(f^{-1}.\)

Solución 1

La función tiene como dominio el intervalo \([1,\infty[\) pues

\begin{equation*} \begin{array}{rcll} x^3-1 \amp \geq \amp 0 \amp \\ x^3 \amp \geq \amp 1 \amp / \sqrt[3]{}\\ x \amp \geq \amp 1 \amp \\ \end{array} \end{equation*}

Su recorrido queda determinado por

\begin{equation*} \begin{array}{rcll} \sqrt{x^3-1} \amp = \amp y \amp /( )^2, y\geq 0 \\ x^3-1 \amp = \amp y^2 \amp \\ x^3 \amp = \amp y^2+1 \amp / \sqrt[3]{} \\ x \amp = \amp \sqrt[3]{y^2+1} \amp \end{array} \end{equation*}

Entonces el recorrido de \(f\) es el intervalo \([0,\infty[.\)

Ahora debemos verificar si \(f\) es inyectiva, para esto se debe cumplir que

\begin{equation*} (\forall a, b\in A)(f(a)=f(b)\Longrightarrow a=b) \end{equation*}

Sean \(a,b\in Domf\) tal que \(f(a)=f(b)\) luego

\begin{equation*} \begin{array}{rcll} \sqrt{a^3-1} \amp = \amp \sqrt{b^3-1} \amp /()^2\\ a^3-1 \amp = \amp b^3-1 \amp /+1 \\ a^3 \amp = \amp b^3 \amp /\sqrt[3]{} \\ a \amp = \amp b \amp \end{array} \end{equation*}

Por lo tanto \(f\) es inyectiva.

Si \(B = [0,\infty[\text{,}\) entonces \(f\) es sobreyectiva.

De este modo tenemos que

\begin{equation*} \begin{array}{rcl} f : \amp [1,\infty[ \longrightarrow \amp [0,\infty[\\ \amp x \longmapsto \amp \sqrt{x^3-1}\\ \end{array}. \end{equation*}

es biyectiva y la inversa de \(f\) y queda determinada por

\begin{equation*} \begin{array}{rcl} f^{-1}:\amp [0,\infty[\longrightarrow \amp [1,\infty[\\ \amp x \longmapsto \amp f^{-1}(x)=\sqrt[3]{x^2+1} \end{array} \end{equation*}

Sea

\begin{equation*} \begin{array}{rcl} f :A \amp \longrightarrow \amp B \\ x \amp \longmapsto \amp \frac{1}{\sqrt{1-x}}\\ \end{array} \end{equation*}

Determine \(A\text{,}\) \(B\) maximales tales exista \(f^{-1} \) y en cuyo caso determine

Solución 2

El dominio de \(f\) es el intervalo \(]-\infty,1[\) pues

\begin{equation*} \begin{array}{rcl} 1-x \amp \gt \amp 0\\ 1 \amp \gt \amp x\\ \end{array} \end{equation*}

El recorrido de \(f\) es

\begin{equation*} \begin{array}{rcll} y \amp = \amp \frac{1}{\sqrt{1-x}} \amp / ()^2, y \gt 0\\ y^2 \amp = \amp \frac{1}{1-x} \amp \\ y^2-y^2x \amp = \amp 1 \amp \\ 1-\frac{1}{y^2}=\frac{y^2-1}{y^2}\amp = \amp x, \amp y\neq 0 \end{array} \end{equation*}
\begin{equation*} Rec(f)=]0,+\infty[ \end{equation*}

Veremos si \(f\) es inyectiva.

\begin{equation*} \begin{array}{rcll} f(a) \amp = \amp f(b)\\ \frac{1}{\sqrt{1-a}} \amp = \amp \frac{1}{\sqrt{1-b}} \amp \\ \sqrt{1-b} \amp = \amp \sqrt{1-a} \amp / ()^2\\ 1-b \amp = \amp 1-a \amp /-1 \\ b \amp = \amp a \amp \end{array} \end{equation*}

El recorrido ya está calculado y es \(Recf=]0,+\infty[\text{,}\) luego \(f\) es sobreyectiva.

En consecuencia

\begin{equation*} \begin{array}{rcl} f : ]-\infty,1[ \amp \longrightarrow \amp ]0,+\infty[ \\ x \amp \longmapsto \amp \frac{1}{\sqrt{1-x}}\\ \end{array} \end{equation*}

es biyectiva. Entonces existe la inversa de \(f\) y esta dada por:

\begin{equation*} \begin{array}{rl} f^{-1} : ]0,+\infty[ \amp \longrightarrow ]-\infty,1[\\ x \amp \longmapsto f^{-1}(x)=\frac{x^2-1}{x^2} \end{array} \end{equation*}

Sea la función

\begin{equation*} \begin{array}{rccl} f: \amp \mathbb{R} \amp \longrightarrow \amp \mathbb{R}\\ \amp x \amp \longmapsto \amp f(x) = \left \{ \begin{array}{ccc} x^2 \amp si \amp x \gt 2 \\ x + 2 \amp si \amp x \leq 2\\ \end{array} \right. \end{array} \end{equation*}

Determine la inversa de \(f\text{.}\)

Solución 3

Por ejemplo Ejemplo 3.6.5 tenemos demostrado que \(f\) es biyectiva.

\begin{equation*} \begin{array}{rccl} f^{-1}: \amp \mathbb{R} \amp \longrightarrow \amp \mathbb{R}\\ \amp x \amp \longmapsto \amp f(x) = \left \{ \begin{array}{ccc} \sqrt{x} \amp si \amp x \gt 4 \\ x - 2 \amp si \amp x \leq 4\\ \end{array} \right. \end{array} \end{equation*}

Subsección 3.6.3 Características de las Funciones

Existe ciertas características que cumple algunas funciones, las cuales las evidenciaremos en esta sección, todas ellas nos permiten graficar y deducir información de ellas.

Definición 3.6.19 [Crecientes y Decrecientes]

Sea \(f:A \longrightarrow B\) una función real.

Se dice que:

  1. \(f\) es creciente en \(A\) si sólo si

    \begin{equation*} (\forall a,b \in A)(a \lt b\Longrightarrow f(a)\leq f(b)) \end{equation*}
  2. \(f\) es decreciente en \(A\) si sólo si

    \begin{equation*} (\forall a, b\in A )(a \lt b\Longrightarrow f(a)\geq f(b)) \end{equation*}
  3. \(f\) es estrictamente creciente en \(A\) si sólo si

    \begin{equation*} (\forall a, b\in A )(a \lt b\Longrightarrow f(a) \lt f(b)) \end{equation*}
  4. \(f\) es estrictamente decreciente en \(A\) si sólo si

    \begin{equation*} (\forall a, b\in A )(a \lt b\Longrightarrow f(a) \gt f(b)) \end{equation*}

La función \(f(x)=\sqrt[n]{x} \) con \(n\in \mathbb{N} \) es estrictamente creciente, pues

\begin{equation*} (\forall x,y \in \mathbb{R}^+)(x \lt y\Rightarrow \sqrt[n]{x} \lt \sqrt[n]{y}) \end{equation*}

La función \(f(x)=mx+b\) es estrictamente decreciente si \(m \lt 0\text{.}\)

Sean \(u,v\in\mathbb{R} \) entonces se tiene que:

\begin{equation*} \begin{array}{crl} u \lt v \Longrightarrow \amp mu \amp \gt mv\\ \amp mu+b \amp \gt mv+b\\ \amp f(u) \amp \gt f(v) \end{array} \end{equation*}

Análogamente si \(m \gt 0\) entonces \(f\) es creciente.

Supongamos que \(f\) es una función estrictamente creciente, es decir:

\begin{equation*} (\forall a, b\in Dom(f) )(a \lt b\Longrightarrow f(a) \lt f(b)) \end{equation*}

y supongamos que \(f\) no es inyectiva, por lo tanto existirán \(a,b\in Dom(f)\) tales que

\begin{equation*} f(a)=f(b)\wedge a\not = b \end{equation*}

donde

\begin{equation*} a \gt b\vee a \lt b (\Rightarrow\Leftarrow) \end{equation*}

La demostración es análoga si \(f\) es estrictamente decreciente.

La función \(f(x)=x^2\) es estrictamente creciente en \(\mathbb{R}^+\) y la función \(-x^2\) es estrictamente decreciente en \(\mathbb{R}^+\)

Por definición anterior sabemos que si \(Rec(f)\subseteq Dom(g)\) entonces \(Dom(g\circ f)=Dom(f)\text{.}\)

Luego, sean \(x,y \in Dom(g\circ f)\) tales que \(x \lt y\) entonces como \(f\) es estrictamente creciente se tiene que

\begin{equation*} f(x) \lt f(y) \end{equation*}

y como \(g\) también es estrictamente creciente se tiene

\begin{equation*} g(f(x)) \lt g(f(y)) \end{equation*}

luego

\begin{equation*} x \lt y \Rightarrow (g\circ f)(x) \lt (g\circ f)(y) \end{equation*}
Definición 3.6.25 [Función Periódica de Período p]

Sea \(f:\mathbb{R}\longrightarrow\mathbb{R} \) una función y \(p \gt 0\) diremos que \(f\) es una función periódica de período \(p\text{,}\) si y sólo si \(p\) es el menor número positivo que cumple

\begin{equation*} f(x+p)=f(x),\forall x\in\mathbb{R} \end{equation*}

Observación: Con ésta propiedad tenemos que:

\begin{equation*} f(0+p)=f(0)=f(p) \end{equation*}
\begin{equation*} f(2p)=f(p+p)=f(p) \end{equation*}
\begin{equation*} f(0)=f(-p+p)=f(-p) \end{equation*}

luego, la funciones periódicas no son biyectiva

Definición 3.6.26

Una función \(f:A \longrightarrow \mathbb{R} \) se dice monótona si sólo si es creciente o decreciente en el dominio de \(f\)

Definición 3.6.27 [Funciones Pares e impares]

Sean \(A,B\) dos subconjuntos de \(\mathbb{R} \) tales que \((\forall x \in A)(-x\in A)\) y \(f:A \longrightarrow\ B\) una función. Se dice que

  1. \(f\) es par si y sólo si \((\forall x\in A)(f(-x)=f(x)) \)

  2. \(f\) es impar si y sólo si \(( \forall x\in A)(f(-x)=-f(x))\)

Dada la función real \(f:\mathbb{R} \longrightarrow\ \mathbb{R} \text{,}\) definida por \(f(x)=4x^4-3x^2+8\text{.}\) Demostrar que \(f\) es una función par.

Solución 1

Sea \(x \in \mathbb{R} \) tal que

\begin{equation*} f(-x) =4(-x)^4-3(-x)^2+8 =4x^4-3x^2+8 = f(x) \end{equation*}

Luego \(f\) es una función par.

Dada la función real \(f:\mathbb{R} \longrightarrow\ \mathbb{R} \text{,}\) definida por \(f(x)=3x^5-4x^3+2x\text{.}\) Demostrar que \(f\) es una función impar.

Solución 2

Sea \(x\in \mathbb{R} \) tal que

\begin{equation*} f(-x) =3(-x)^5-4(-x)^3+2(-x) =-3x^5+4x^3-2x = -f(x) \end{equation*}

Luego \(f\) es una función impar.

Subsección 3.6.4 Ejercicios Propuestos

  1. Para cada una de las siguientes funciones.

    a. Determine el dominio y el recorrido

    b. Determine si son inyectivas y sobreyectivas. Si no lo son, redefinirlas, de modo que sean funciones biyectivas.

    1. \(f(x)=\sqrt[3]{x^2-1} \)
    2. \(f(x)= \sqrt\frac{x^2+x+1}{x-1+|x|}\)
    3. \(f(x)= \frac{x}{\sqrt{x+1}-1} \)
    4. \(f(x)= \frac{1}{\sqrt{1-x}}\)
    5. \(f(x)= \frac{x}{\sqrt{x-1}+1} \)
  2. Demuestre que

    \begin{equation*} \begin{array}[t]{cc} f : \amp \mathbb{R}\longrightarrow\mathbb{R}\\ \amp x \longmapsto x^3\\ \end{array} \end{equation*}

    es una función inyectiva

  3. Sea

    \begin{equation*} \begin{array}[t]{rl} f : ]-1,1[ \amp \longrightarrow \mathbb{R}\\ x \amp \longmapsto \frac{1}{\sqrt{1-x^2}} \end{array} \end{equation*}

    Determine si \(f\) es biyectiva.

  4. Sea

    \begin{equation*} \begin{array}[t]{cc} f(x)=\left \{ \begin{array}{rcc} 3x \amp si \amp -1\leq x \leq 0\\ x^3 \amp si \amp 0 \lt x \leq 2\\ \end{array} \right. \end{array} \end{equation*}
    1. ¿Es \(f\) inyectiva?. Justifique.

    2. Encuentre \(f^{-1}(x)\text{.}\)

    3. Grafique \(y=f^{-1}(x)\)

  5. Sea \(f(x)=\frac{5x+3}{x-4} \)

    1. Determine si \(f\) es una función biyectiva. Justifique.

    2. Si es biyectiva, calcule \(f^{-1}(x)\text{.}\)

  6. Sea \(f(x)=x^2+x+3\text{.}\) Determine el dominio y recorrido de manera que \(f\) sea una función biyectiva y calcule \(f^{-1}(x)\text{.}\)

  7. Sea

    \begin{equation*} \begin{array}[t]{cc} f(x)=\left \{ \begin{array}{lcc} 1-x \amp si \amp -2\leq x \leq 0\\ 2+\sqrt{x} \amp si \amp 0 \lt x \leq 2\\ \end{array} \right. \end{array} \end{equation*}

    Determine un conjunto \(B\subset\mathbb{R} \) tal que \(f\) sea biyectiva.

  8. Sean

    \(\begin{array}[t]{rl} f : \mathbb{R} \amp \longrightarrow \mathbb{R}\\ x \amp \longmapsto x^2+3x \\ \end{array} \) y \(\begin{array}[t]{rl} g : \mathbb{R} \amp \longrightarrow \mathbb{R}\\ x \amp \longmapsto 3x+1 \\ \end{array} \)

    1. Demuestre que \(g\) es biyectiva.

    2. Encuentre una función \(h\) indicando su dominio tal que \(g\circ h=f\text{.}\)

    3. ¿Es \(f\) biyectiva? Si no lo es restringir \(f\) de modo que sea biyectiva y encontrar \(f^{-1} \text{.}\)