✔ 最佳答案
Let f(x,y,z) = x - 5y^2 - 5z^2 + 259 = 0
gradient of f = i - 10y*j - 10z*k
gradient of f at (6, -7, -2) = i + 70j + 20k
tangent plane is
1(x-6) + 70(y+7) + 20(z+2) = 0
x + 70y + 20z = - 524 ..... Ans
normal line is
x = 6 + t , y = -7 + 70t , z = -2 + 20t ..... Ans