Here are the essential concepts you must grasp in order to answer the question correctly.
Even Functions
An even function is defined by the property that f(x) = f(-x) for all x in its domain. This symmetry about the y-axis means that the function's values are the same for both positive and negative inputs. For example, the function f(x) = x² is even because f(2) = 4 and f(-2) = 4.
Recommended video:
Odd Functions
An odd function satisfies the condition g(x) = -g(-x) for all x in its domain. This property indicates that the function is symmetric about the origin, meaning that if you reflect the graph across both axes, it remains unchanged. A classic example is g(x) = x³, where g(2) = 8 and g(-2) = -8.
Recommended video:
Function Composition
Function composition involves combining two functions where the output of one function becomes the input of another. Denoted as (f ∘ g)(x) = f(g(x)), this operation requires understanding the individual functions' behaviors. In the context of the question, evaluating f(g(-1)) means first finding g(-1) and then applying f to that result.
Recommended video:
Evaluate Composite Functions - Special Cases