9709 · 1.2
Functions — FAQ
Frequently asked questions for 9709 Functions. Direct answers first, then deeper explanation — then practise with marking.
What's the difference between $f(g(x))$ and $g(f(x))$?
The order of operations is different, which usually leads to a different final function. For , you apply the function first, then apply to that result. For , you apply first, then apply . Think of it as putting on socks then shoes () versus shoes then socks () – the order matters!
Why do we need to restrict the domain of $y=x^2$ to find its inverse?
The function is not one-to-one because different inputs can give the same output (e.g., and ). An inverse must map an output back to a single unique input. By restricting the domain to, for example, , we ensure that every output comes from only one input, which allows an inverse function, , to exist.
How do I find the range of a quadratic function quickly?
The best method is to complete the square to write the quadratic in the form . The vertex is at . If the parabola opens upwards (i.e., ), the range is . If it opens downwards (i.e., ), the range is . Always remember to check if the domain is restricted, as this might alter the range.
Is $f^{-1}(x)$ the same as $\frac{1}{f(x)}$?
No, this is a very important distinction. denotes the inverse function, which reverses the mapping. is the reciprocal of the function's value, sometimes written as . They are completely different concepts.