
Ryan P. answered 03/04/25
Certified by AP since 2013 to teach Calculus AB & BC.
First off, tangent plane is generally written as Fx(x-xo) + Fy(y-yo) + Fz(z-zo) = 0 in standard textbooks. This is because upper case F and lower case f have a different meanings in Calculus.
To solve this problem, first we need to find the gradient of the 3D solid, which is the vector ∇f(x, y) =〈Fx, Fy〉. Recall that a gradient is always orthogonal to the level curve. From this gradient vector ∇f(x, y), we can easily construct another vector that is orthogonal to it, and let's name it as v = 〈a, b〉. We then use this new vector v as the guiding vector for our tangent line to the level curve as in this equation in parametric form:
x = xo + at
y = yo + bt
z = zo.
I hope this solution helps. Thank you.