Just like a curve has a tangent line at a given point, a surface has an intersection of tangent lines, i.e. a tangent plane.
Definition
Tangent Plane
In cartesian coordinates, the tangent plane of a bivariate function at a point is given by:
The tangent plane can also be defined by the gradient vector and the dot product:
Note the relation to the tangent equation
Tangent Plane (Parametric Surface) ^defintion-parametric
Let be a parametric surface that arises from the parametric equation . If is smooth (having a non-zero unit normal vector) at a point , then the cartesian equation for the tangent plane at is:
where is the choice of unit normal vector. This equation comes from the point-normal form of a plane.
Derivation
When graphed, the derivatives of a 2D function can be seen as the ‘direction’ of the point in both the x and y axes. Just like how a tangent line is defined as (Equation of a line), we can define a tangent plane using an intersection of two tangents:
%%🖋 Edit in Excalidraw, and the dark exported image%%
If we wanted to construct a tangent of in the X-Z plane. We would use the equation:
transformed to:
And similarly for the Y-Z plane, we have:
We can then use the vector equation of a plane, which allows use to construct a plane using the intersection of two lines:
%%🖋 Edit in Excalidraw, and the dark exported image%%
Linear Approximation
Using the tangent plane, we can obtain a linear approximation of at , given we known the equation to the tangent plane at and (P1 is very close to P0):
Or, in different notation, where and gives the value of the partial derivatives and at point :
Approximate Change
Using the same equation for linear approximation:
we can rearrange it (by moving the ):
and . Hence, and the final equation is:
Examples
1: Tangent Plane Linear Approximation
Let:
Find the tangent plane to the surface at the point where . Hence approximate
Solution Tangent plane: Now, for the linear approximation:
2: Tangent Plane to a Parametric Cone
Find the Cartesian equation of the tangent plane to parametric cone given by:
at the point .
Solution
The equation for the tangent plane yields:
We need to find the values of the parameters at the point :
- Since , we know that .
- Then, using the equation we have:
From a previous example, we have . Thus:
Visuals