
Benjamin T. answered 04/06/24
Physics Professor, and Former Math Department Head
The equation for the tangent plane is
z = f(x0,y0) + fx(x0,y0)(x-x0) + fy(x0,y0)(y-y0),
where the subscripts represent partial derivatives.
This means we need to solve for z and create the partial derivatives.
z = f(x,y) = (263 + 4x2-8y2)/7
I'm assuming this is the equation you meant.
Now we need to just crank everything out.
fx(x,y) = 8/7 x
fx(7,2) = 8
fy(x,y) = -16/7 y
fy(7,2) = -32/7
f(7,2) = 61
Tangent plane:
z = 61 + 8(x-7) - 32/7(y-2)
Approximation:
f(7.1,1.9) ≈ 61 + 8(7.1-7) - 32/7(1.9-2) ≈ 62.2571
Checking by finding actual answer.
z = (263 + 4*(7.1)2-8*(1.9)2)/7 = 62.2514
Make sure to double check my algebra.