The question seems incomplete, however, I can guess that you are asking to find the linearization of f(x,y)=x2−xy+y2/2+3 at a given point say (3,2). If this is the case
f(3,2)=9−6+2+3=8
∂x∂(f(x,y))=2x−y
∂y∂(f(x,y))=−x+y
∇f(x,y)=<2x−y,−x+y>
∇f(x,y)=<4,−1>
Linearization z−8=4(x−3)−1(y−2)
4x−y−12+2−z+8=0
4x−y−z−2=0
Comments