Final answer:
To find the gradient vector of a function and use it to find the tangent line to a level curve, calculate the partial derivatives of the function, then use the gradient vector to find the slope of the tangent line. Sketch the level curve, tangent line, and gradient vector to visualize the problem.
Step-by-step explanation:
To find the gradient vector of g(x, y), we need to calculate the partial derivatives of g with respect to x and y. Let's assume g(x, y) = f(x, y), then the gradient vector of f(x, y) is given by:
∇f(x, y) = (∂f/∂x, ∂f/∂y)
Once we have the gradient vector, we can use it to find the tangent line to the level curve at a given point. The tangent line is perpendicular to the gradient vector and passes through the given point. To find the equation of the tangent line, we can use the point-slope form:
y - y₁ = m(x - x₁)
where (x₁, y₁) is the given point, and m is the slope of the tangent line, which is equal to the magnitude of the gradient vector. Remember to sketch the level curve, tangent line, and gradient vector to visualize the problem.