expr(["*", "f", ["+","x", -X_SHIFT]])expr(["+", "f(x)", X_SHIFT])expr(["+", "f(x)", -X_SHIFT])
La función \red{g(x)} está desplazada 1 unidad a la izquierda con respecto a \blue{f(x)}.La función \red{g(x)} está desplazada abs(X_SHIFT) unidades a la izquierda con relación a \blue{f(x)}.
La función \red{g(x)} está desplazada 1 unidad a la derecha con respecto a \blue{f(x)}.La función \red{g(x)} está desplazada abs(X_SHIFT) unidades a la derecha con respecto a \blue{f(x)}.
This means the value of \red{g} at a number x is the same as the value
of \blue{f} at a number 1 more than x.
This means the value of \red{g} at a number x is the same as the value
of \blue{f} at a number 1 less than x.
¿Cómo se vería esta oración en una ecuación?
g(x) = ANSWER
expr(["*", "f", ["+","x", Y_SHIFT]])expr(["*", "f", ["+","x", -Y_SHIFT]])expr(["+", "f(x)", -Y_SHIFT])
La función \red{g(x)} está desplazada 1 unidad hacia arriba con respecto de \blue{f(x)}.La función \red{g(x)} está desplazada abs(Y_SHIFT) unidades hacia arriba con respecto de \blue{f(x)}.
La función \red{g(x)} está desplazada 1 unidad hacia abajo con relación a \blue{f(x)}.La función \red{g(x)} está desplazada abs(Y_SHIFT) unidades hacia abajo con relación a \blue{f(x)}.
Por lo tanto, para hallar \red{g(x)} puedes hallar \blue{f(x)} y sumar abs(Y_SHIFT).
Por lo tanto, para hallar \red{g(x)} puedes hallar \blue{f(x)} y restar abs(Y_SHIFT).
Por lo tanto g(x) = ANSWER.
toFractionTex(1/COEFFICIENT)f(x)toFractionTex(-1/COEFFICIENT)f(x)toFractionTex(-COEFFICIENT)f(x)
Function \red{g(x)} is flipped vertically compared to \blue{f(x)},
so we should multiply by -1 reflect it over the y-axis.
Esta nueva función,, \green{-f(x)} está más cerca de \red{g(x)}, pero siguen sin ser iguales. ¿Qué más necesitamos hacer?
La función \red{g(x)} no está volteada verticalmente en comparación con \blue{f(x)}, por tanto no tiene un coeficiente negativo.
Function \red{g(x)} is compressed vertically relative to
\green{-f(x)}
\blue{f(x)},
so must be multiplied by a number with a magnitude less than 1.
Function \red{g(x)} is stretched vertically compared to
\green{-f(x)}
\blue{f(x)},
so must be multiplied by a number with a magnitude greater than 1.
g(x) = ANSWER.La siguiente gráfica muestra \blue{f(x)} como una línea azul y \red{g(x)} como una línea roja punteada.
¿Qué es \red{g(x)} en términos de \blue{f(x)}?
ANSWER