Here are the essential concepts you must grasp in order to answer the question correctly.
Function Composition
Function composition involves combining two functions, where the output of one function becomes the input of another. For example, if f(x) and g(x) are two functions, the composition f(g(x)) means you first apply g to x, then apply f to the result. Understanding this concept is crucial for solving the problem as it requires calculating both f(g(x)) and g(f(x)).
Recommended video:
Inverse Functions
Inverse functions are pairs of functions that 'undo' each other. If f(x) is a function, its inverse, denoted as f⁻¹(x), satisfies the condition f(f⁻¹(x)) = x for all x in the domain of f. To determine if f and g are inverses, one must check if f(g(x)) = x and g(f(x)) = x, which is essential for the problem at hand.
Recommended video:
Graphing Logarithmic Functions
Linear Functions
Linear functions are mathematical expressions of the form f(x) = mx + b, where m is the slope and b is the y-intercept. The functions given in the problem, f(x) = 5x - 9 and g(x) = (x + 5)/9, are both linear. Understanding their properties, such as how to manipulate and graph them, is important for performing the necessary calculations and verifying their inverse relationship.
Recommended video: