The question I'm stuck on is this:
Let f(x,y) = (x+1)^2 + y^2
I'm asked to find the partial derivatives and then evaluate them at (1,2). From there, find L(x,y), the linear approximation to f(x,y) at (1,2).
That part I'm ok with. I got the following:
f_x(x,y) = 2(x+1)
f_y(x,y) = 2y...