This is a free preview. For full access
Vector Calculus and Theorems
Finding a Tangent Plane from Parametric Curves
Description
A tangent plane gives a linear approximation to a curved surface at one point. It is the plane that just touches the surface there. For a parametric surface, the tangent plane comes from the directions of curves that lie on the surface.
A parametric surface uses two parameters to locate each poin...
Show More
Transcript
考虑一个抛物面,其中r表示该表面上任意一点的位置矢量。以x和y为参数,该曲面可用参数形式描述。
切平面是一个平面,它在唯一的一个点处接触该曲面。因此,切平面包含了通过该点的所有曲面上曲线路径的切向量。
偏导数 rx 给出 x 方向的切向量,而偏导数 ry 给出 y 方向的切向量。
在点 A 处求这些值,可得到切平面内沿 x 和 y 方向的切向量。
它们的叉积给出一个法向量...
Show More