Given function: \(f(x, y) = 29 - x^2 - 4y^2\)
Linear approximation formula: \(L(x, y) = f(a, b) + f_x(a, b)(x-a) + f_y(a, b)(y-b)\)
At point (2, 2):
\(f(2, 2) = 29 - 2^2 - 4(2)^2 = 29 - 4 - 16 = 9\)
Calculate partial derivatives:
\(f_x = -2x\), \(f_y =
Show more…