Saltar al contenido principal
LibreTexts Español

4.1: Definición de función

  • Page ID
    112533
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Definición: Función

    Una función es una regla que asigna a cada elemento en el conjunto de valores de entrada (el dominio), uno y solo un elemento en el conjunto de valores de salida (el rango).

    Ejemplo 4.1.1

    Determine si cada una de las siguientes ecuaciones son funciones:

    1. \(y = x^2 + 1\)
    2. \(y^2 = x + 1\)

    Solución

    1. Para ver el resultado de esta ecuación, let x = 3.

    \(\begin{aligned} y &= x^2 + 1 \\ y &= 3^2 + 1 \\ y &= 9 + 1 \\ y &= 10\end{aligned}\)

    Cualquier valor ingresado para\(x\) arroja exactamente un valor para\(y\).

    Sólo hay una solución para\(y\),\(y = 10\).

    \(y = x^2 + 1\)es una función!

    1. Para ver el resultado de esta ecuación, una vez más vamos\(x = 3\).

    \(\begin{aligned} y^2 &= x + 1 \\ y^ 2 &= 3 + 1 = 4 \\ y &= \sqrt{4 } \\ y &= 2 \text{ or } y = −2\end{aligned}\)

    Cualquier valor ingresado para no\(x\) arrojará exactamente un valor para\(y\). Hay dos soluciones para\(y\),\(y = 2\) y\(y = −2\).

    \(y^2 = x + 1\)¡NO es una función!


    This page titled 4.1: Definición de función is shared under a CC BY-SA 4.0 license and was authored, remixed, and/or curated by Victoria Dominguez, Cristian Martinez, & Sanaa Saykali (ASCCC Open Educational Resources Initiative) .