Function evaluation is the process of finding the value of a function for specific input values given for its variables. To evaluate a multivariable function like \( f(x, y) = x^2 y + \sqrt{y} \), you need to plug in the values for \( x \) and \( y \) into the function's formula. This involves substituting each variable with the given numbers and performing the arithmetic operations that follow.
For example, if we want to evaluate \( f(2,1) \), we plug 2 for \( x \) and 1 for \( y \) which yields:
- Substitute: \( (2)^2 \cdot 1 + \sqrt{1} = 4 + 1 = 5 \)
This step-by-step substitution allows you to compute the output of the function for any given pair of inputs \( (x, y) \). Remember that correct substitution and order of operations are crucial to accurately evaluating any function.