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) takes an input x and produces an output y, then g(y) should return the input x. To determine if f and g are inverses, we need to check if f(g(x)) = x and g(f(x)) = x for all x in their domains. This concept is essential for verifying the relationship between the given functions.
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 f(x) = 4x + 9 and g(x) = (x-9)/4 are both linear, which means their graphs are straight lines. Recognizing their linearity helps in understanding their behavior and the nature of their inverses, as linear functions have well-defined slopes and intercepts.
Recommended video: