Functions and Function Notation - GRE Quantitative Reasoning
Card 1 of 24
What is $f(g(x))$ if $f(x)=x^2$ and $g(x)=x-1$?
What is $f(g(x))$ if $f(x)=x^2$ and $g(x)=x-1$?
Tap to reveal answer
$f(g(x))=(x-1)^2$. Substitute (g(x)) into (f) as its argument, yielding the squared expression.
$f(g(x))=(x-1)^2$. Substitute (g(x)) into (f) as its argument, yielding the squared expression.
← Didn't Know|Knew It →
What is $(g\circ f)(2)$ if $f(x)=x+3$ and $g(x)=2x$?
What is $(g\circ f)(2)$ if $f(x)=x+3$ and $g(x)=2x$?
Tap to reveal answer
$(g\circ f)(2)=10$. Evaluate (f(2)) first, then apply (g) to that output for the composition.
$(g\circ f)(2)=10$. Evaluate (f(2)) first, then apply (g) to that output for the composition.
← Didn't Know|Knew It →
What is $(f\circ g)(2)$ if $f(x)=x+3$ and $g(x)=2x$?
What is $(f\circ g)(2)$ if $f(x)=x+3$ and $g(x)=2x$?
Tap to reveal answer
$(f\circ g)(2)=7$. First compute (g(2)), then input that result into (f) to find the composed value.
$(f\circ g)(2)=7$. First compute (g(2)), then input that result into (f) to find the composed value.
← Didn't Know|Knew It →
What is the composition notation $(f\circ g)(x)$ equal to?
What is the composition notation $(f\circ g)(x)$ equal to?
Tap to reveal answer
$(f\circ g)(x)=f(g(x))$. Function composition applies (f) to the result of (g(x)), nesting the functions.
$(f\circ g)(x)=f(g(x))$. Function composition applies (f) to the result of (g(x)), nesting the functions.
← Didn't Know|Knew It →
What is the key distinction between $f^{-1}(x)$ and $\frac{1}{f(x)}$?
What is the key distinction between $f^{-1}(x)$ and $\frac{1}{f(x)}$?
Tap to reveal answer
$f^{-1}(x)$ is inverse; $\frac{1}{f(x)}$ is reciprocal. The inverse undoes the function's operation, while the reciprocal is the multiplicative inverse of the output.
$f^{-1}(x)$ is inverse; $\frac{1}{f(x)}$ is reciprocal. The inverse undoes the function's operation, while the reciprocal is the multiplicative inverse of the output.
← Didn't Know|Knew It →
What is the definition of an inverse function in function notation?
What is the definition of an inverse function in function notation?
Tap to reveal answer
$f^{-1}(y)=x$ exactly when $f(x)=y$. The inverse function reverses the mapping, so inputs and outputs are swapped.
$f^{-1}(y)=x$ exactly when $f(x)=y$. The inverse function reverses the mapping, so inputs and outputs are swapped.
← Didn't Know|Knew It →
What is the value of $f(1)$ if $f(x)=\begin{cases}x+1,&x<2\\3x,&x\ge 2\end{cases}$?
What is the value of $f(1)$ if $f(x)=\begin{cases}x+1,&x<2\\3x,&x\ge 2\end{cases}$?
Tap to reveal answer
$f(1)=2$. As (1 < 2), apply the first piece of the piecewise definition for computation.
$f(1)=2$. As (1 < 2), apply the first piece of the piecewise definition for computation.
← Didn't Know|Knew It →
What is the value of $f(2)$ if $f(x)=\begin{cases}x+1,&x<2\\3x,&x\ge 2\end{cases}$?
What is the value of $f(2)$ if $f(x)=\begin{cases}x+1,&x<2\\3x,&x\ge 2\end{cases}$?
Tap to reveal answer
$f(2)=6$. Since (2 geq 2), use the second piece of the piecewise function to evaluate.
$f(2)=6$. Since (2 geq 2), use the second piece of the piecewise function to evaluate.
← Didn't Know|Knew It →
What is the domain of $f(x)=\sqrt{5-x}$ in interval notation?
What is the domain of $f(x)=\sqrt{5-x}$ in interval notation?
Tap to reveal answer
$(-\infty,5]$. Ensure the radicand is non-negative for the square root function to be defined over reals.
$(-\infty,5]$. Ensure the radicand is non-negative for the square root function to be defined over reals.
← Didn't Know|Knew It →
What is the domain of $f(x)=\frac{1}{x-5}$ in interval notation?
What is the domain of $f(x)=\frac{1}{x-5}$ in interval notation?
Tap to reveal answer
$(-\infty,5)\cup(5,\infty)$. Exclude the value where the denominator is zero to ensure the function is defined for all real inputs.
$(-\infty,5)\cup(5,\infty)$. Exclude the value where the denominator is zero to ensure the function is defined for all real inputs.
← Didn't Know|Knew It →
What is the domain of $f(x)=\sqrt{x+1}$ in interval notation?
What is the domain of $f(x)=\sqrt{x+1}$ in interval notation?
Tap to reveal answer
$[-1,\infty)$. Require the expression inside the square root to be non-negative to yield real outputs.
$[-1,\infty)$. Require the expression inside the square root to be non-negative to yield real outputs.
← Didn't Know|Knew It →
What is $f(x-3)$ if $f(x)=x^2$?
What is $f(x-3)$ if $f(x)=x^2$?
Tap to reveal answer
$f(x-3)=(x-3)^2$. Substitute the expression (x-3) into the quadratic function in place of (x).
$f(x-3)=(x-3)^2$. Substitute the expression (x-3) into the quadratic function in place of (x).
← Didn't Know|Knew It →
What is the value of $f(a+1)$ if $f(x)=2x-7$?
What is the value of $f(a+1)$ if $f(x)=2x-7$?
Tap to reveal answer
$f(a+1)=2a-5$. Replace (x) with (a+1) in the linear expression and simplify algebraically.
$f(a+1)=2a-5$. Replace (x) with (a+1) in the linear expression and simplify algebraically.
← Didn't Know|Knew It →
What is the value of $h(0)$ if $h(x)=\frac{x+2}{3}$?
What is the value of $h(0)$ if $h(x)=\frac{x+2}{3}$?
Tap to reveal answer
$h(0)=\frac{2}{3}$. Insert (x = 0) into the rational function and reduce the fraction.
$h(0)=\frac{2}{3}$. Insert (x = 0) into the rational function and reduce the fraction.
← Didn't Know|Knew It →
What is the value of $g(4)$ if $g(x)=x^2-1$?
What is the value of $g(4)$ if $g(x)=x^2-1$?
Tap to reveal answer
$g(4)=15$. Evaluate the quadratic function by plugging in (x = 4) and simplifying.
$g(4)=15$. Evaluate the quadratic function by plugging in (x = 4) and simplifying.
← Didn't Know|Knew It →
What is the value of $f(-2)$ if $f(x)=3x-5$?
What is the value of $f(-2)$ if $f(x)=3x-5$?
Tap to reveal answer
$f(-2)=-11$. Substitute (x = -2) into the linear function to compute the output directly.
$f(-2)=-11$. Substitute (x = -2) into the linear function to compute the output directly.
← Didn't Know|Knew It →
What is the range of a function (in words) in function notation context?
What is the range of a function (in words) in function notation context?
Tap to reveal answer
The set of all possible output values $f(x)$. The range includes every possible output obtained by applying the function to values in its domain.
The set of all possible output values $f(x)$. The range includes every possible output obtained by applying the function to values in its domain.
← Didn't Know|Knew It →
What is the domain of a function (in words) in function notation context?
What is the domain of a function (in words) in function notation context?
Tap to reveal answer
The set of all allowed input values $x$. The domain consists of every input (x) for which the function is defined and produces a valid output.
The set of all allowed input values $x$. The domain consists of every input (x) for which the function is defined and produces a valid output.
← Didn't Know|Knew It →
What is the meaning of the statement $f(a)=b$?
What is the meaning of the statement $f(a)=b$?
Tap to reveal answer
Input $a$ maps to output $b$ under $f$. The equation states that applying function (f) to input (a) produces the output value (b).
Input $a$ maps to output $b$ under $f$. The equation states that applying function (f) to input (a) produces the output value (b).
← Didn't Know|Knew It →
What is $f^{-1}(9)$ if $f(x)=x^2$ with domain restricted to $x\ge 0$?
What is $f^{-1}(9)$ if $f(x)=x^2$ with domain restricted to $x\ge 0$?
Tap to reveal answer
$f^{-1}(9)=3$. With the domain restriction ensuring one-to-one, solve (x^2 = 9) and take the non-negative root.
$f^{-1}(9)=3$. With the domain restriction ensuring one-to-one, solve (x^2 = 9) and take the non-negative root.
← Didn't Know|Knew It →
What does the notation $f(x)$ represent in function notation?
What does the notation $f(x)$ represent in function notation?
Tap to reveal answer
$f(x)$ is the output value of function $f$ for input $x$. This notation evaluates the function (f) at the specific input value (x), yielding the corresponding output.
$f(x)$ is the output value of function $f$ for input $x$. This notation evaluates the function (f) at the specific input value (x), yielding the corresponding output.
← Didn't Know|Knew It →
What is the meaning of $f(x)=f(y)$ for a one-to-one function $f$?
What is the meaning of $f(x)=f(y)$ for a one-to-one function $f$?
Tap to reveal answer
It implies $x=y$. One-to-one functions are injective, so equal outputs necessitate equal inputs.
It implies $x=y$. One-to-one functions are injective, so equal outputs necessitate equal inputs.
← Didn't Know|Knew It →
What is the value of $f(3)-f(1)$ if $f(x)=x^2+2$?
What is the value of $f(3)-f(1)$ if $f(x)=x^2+2$?
Tap to reveal answer
$f(3)-f(1)=8$. Compute each function value separately using the quadratic formula, then subtract.
$f(3)-f(1)=8$. Compute each function value separately using the quadratic formula, then subtract.
← Didn't Know|Knew It →
What is $g(f(x))$ if $f(x)=x^2$ and $g(x)=x-1$?
What is $g(f(x))$ if $f(x)=x^2$ and $g(x)=x-1$?
Tap to reveal answer
$g(f(x))=x^2-1$. Input (f(x)) into (g), resulting in subtraction after squaring.
$g(f(x))=x^2-1$. Input (f(x)) into (g), resulting in subtraction after squaring.
← Didn't Know|Knew It →