Tangent Plane
Definition 1. The tangent plane to the level surface f(x,y,z)=cf(x,y,z)=c of a differentiable function ff at a point P0P0 where the gradient is not zero is the plane through P0P0 normal to ∇f|P0∇f|P0. The normal line of the surface at P0P0 is the line through P0P0 parallel to ∇f|P0∇f|P0.
위와 같이 정의되는 tangent plane, 즉 접평면은 정의에 따라 다음과 같이 계산되고, normal line도 마찬가지다. ∇f|P0⋅⟨x−x0,y−y0,z−z0⟩=0x=x0+∂xf(P0)t, y=y0+∂yf(P0)t, z=z0+∂zf(P0)twhere P0=(x0,y0,z0). 특별히 함수 z=f(x,y)에 대해 특정한 점 (x0,y0,f(x0,y0))에서 tangent plane을 찾아보자. z=f(x,y)는 F(x,y,z)=f(x,y)−z=0으로도 해석할 수 있으므로 함수 F의 값이 0인 level curve로 환원된다. 따라서 위와 같이 계산하면 ∇F=⟨∂xf,∂yf,−1⟩이므로 ∂xf(P0)(x−x0)+∂yf(P0)(y−y0)−(z−z0)=0임을 알 수 있다.
The plane tangent to the surface z=f(x,y) of a differentiable function f at the point P0(x0,y0,z0)=(x0,y0,f(x0,y0)) is ∂xf(P0)(x−x0)+∂yf(P0)(y−y0)−(z−z0)=0.