I'm given with the following question:
Part A: prove that for the tangent plane to a function $z=f(x,y)$ at a point $(x_0,y_0,z_0)$ is given by $z=f(x_0,y_0) + f_x(x_0,y_0)(x-x_0) +f_y(x_0,y_0)(y-y_0)$ (I did it)
Part B: prove that if $f$ is differentiable at $(x_0,y_0)$ then the tangent plane mentioned above contains the tangent line to every curve lying inside the surface $z=f(x,y)$ at the point $(x_0,y_0, f(x_0,y_0))$ .
I can't understand how to solve part B. Such a curve has a parameterization $\gamma(t) =(x(t), y(t) , f(x(t),y(t)) ) $ and by differentiating I get: $\gamma'(t) = (\gamma_x ,\gamma_y ,\gamma_z) \cdot (x'(t),y'(t), f'(x(t),y(t) ) ) $ and I can't understand why this should lie in the tangent plane I found in part A. I guess I should prove that $x'(t)= x-x_0,...$ but can't understand why this is true
Thanks in advance