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. If we have two functions f(x) and g(x), the composition is denoted as (f o g)(x) = f(g(x)). Understanding this concept is crucial for expressing a function like h(x) as a composition of two simpler functions.
Recommended video:
Absolute Value Function
The absolute value function, denoted as |x|, outputs the non-negative value of x regardless of its sign. For example, |2x - 5| will yield 2x - 5 if 2x - 5 is positive, and -(2x - 5) if it is negative. Recognizing how to manipulate and express absolute values is essential for breaking down the function h(x) in the problem.
Recommended video:
Piecewise Functions
Piecewise functions are defined by different expressions based on the input value. For the absolute value function, it can be expressed as a piecewise function: h(x) = 2x - 5 for x ≥ 2.5 and h(x) = -(2x - 5) for x < 2.5. Understanding piecewise functions helps in identifying the appropriate functions f and g to express h(x) as a composition.
Recommended video: